/* rcarver - portions from Position is everything (www.positioniseverything.net)
   This is a jello two column layout with css style tabs all comments were left
   intact (I think :) but I'd recomend removing them to bring down the size of 
   the css file */
html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0;
  padding: 0;
  border: 0;
	list-style: none;
}

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
	//background-color: #993300;
        background-color: #584E44;  
	color: #FFF; 
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
  margin-bottom: 5px;
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  width: 100%; /*rcarver - get the right side border to match up */
  position: relative;
	/*background-color: #003; /* rcarver - set the color here for the RIGHT col */
  font-size: .9em; /* set global font-size here */ 
  border: 1px solid #AAA;
  border-width: 0px 1px 1px 1px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  background-color: #000; /* rcarver - set the color here for the left col */
  border-right: 1px solid #AAA; /*** Critical right divider dimension value ***/
  margin-right: 200px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.left {
  float: right;
  width: 100%;
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical right col width value ***/
  margin-right: -201px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 1px;   /*** Critical right divider dimension value ***/
}

.container-left {color: #FFF;}

.container-right {color: #FFF; /*padding-bottom: 80px;*/} 


/*************** Header and Footer elements *****************/

.header {

 position: relative;
 top: 20px;
  width: 100%;
  color: #FFF;
  padding: 5px 0;
} /* "jello" BG is made to be in fixed position here */

.footer {
  width: 100%;
  clear: both;
  /*padding: 5px 0 15px;*/
  border-left: 1px solid #AAA; 
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  position: relative;

}


/************** Spacing Controls for various column contents ***************/
.textpadder {padding: 8px;}


/************** Generic Rules *************/
.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/**************** rcarver - css tabbed menu setup *******************/
div.top_nav
{
  position: relative;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

div.topMenu
{
  position: relative;
  float: right;
  z-index: 15;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: -1px;
}

div.topMenuItem, div.secondaryMenuItem
{
  float:left;
  margin-right: 5px;
}

div.topMenuItem
{
  padding: 3px 8px;
  border-top: solid 1px #AAA;
  border-bottom: solid 1px #AAA;
  border-left: solid 1px #AAA;
  border-right: solid 1px #AAA;
  //background-color: #444;
background-color: #837567;
}

div.topMenuItem#active_menu_rpc
{
  //background-color: #777;
background-color: #BBB2A9;
  border-bottom: solid 1px #BBB2A9;
}

div.secondaryMenu
{
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  border-top: solid 1px #AAA;
  border-bottom: solid 1px #AAA;
  border-left: solid 1px #AAA;
  border-right: solid 1px #AAA;
  //background-color: #777;
  background-color: #BBB2A9;
  font-size: 12px;
  padding: 2px 0px 6px 0px;
}

div.secondaryMenuItem
{
  padding: 2px 7px;
  border-left: solid 1px #AAA;
}

a.topMenuItem:link, a.topMenuItem:visited, a.secondaryMenuItem:link, a.secondaryMenuItem:visited
{
  color: #DFF;
  text-decoration: none;
}

a.topMenuItem:hover, a.secondaryMenuItem:hover
{
  color: #DDD;
  text-decoration: none;
}

/**************** rcarver - general stuff *******************/
.breadcrumb
{
  margin: 0;
  padding: 2px 0 2px 7px;
  font-size: 12px;
  border-bottom: solid 1px #AAA;
  //background-color: #592003;
    background-color: #8C99A5;
}

a:link, a:visited
{
  color: #DFF;
  text-decoration: underline;
}

a:hover
{
  color: #DDD;
  text-decoration: underline;
}

.componentheading
{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #444;
  margin: 0 20px;
  padding: 0 0 5px 0;
  text-indent: -20px;
}

.contentheading
{
  font-size: 18px;
  font-weight: bold;
  width: 90%;
}

.small, .createdate, .modifydate
{
  font-size: 10px;
  color: #AAA;
}

div.back_button a
{
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
}

.contentpaneopen
{
  width: 100%;
}

.buttonheading
{
  width: 20px;
}

.article_seperator
{
  border-bottom: 1px solid #444;
  display: block;
  margin: 0 20px;
}

#joomla_logo
{
  padding-top: 40px;
  background: url(../images/joomla_logo.png) no-repeat bottom center;
}

.sectiontableentry1 {
text-align: left;
background: #777777;
font-size: 12px;
padding: 2px;
}
.sectiontableentry2 {
//background: #993300;
background: #584E44;
font-size: 12px;
text-align: left;
padding: 2px;
}