@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #993300 url(../images/gvbg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #99340A url(../images/basebg.png) repeat-x bottom;*/
	background: #99340A url(../images/nav-bg-fixed2.jpg) repeat-y right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #99340A url(../images/banner3.png);
	height:97px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
/*.twoColFixRtHdr #nav { 
	background: #000;
	height:17px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. 
} */
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background:#FFC;
	border-bottom: 1px solid #333;
	font-size:12px;
	line-height:normal;
	text-transform:uppercase;
	}

#nav li { 
	float: left;
	margin: 0;
	padding: 0;
	}

#nav a {
	float: left;
	display: block;
	padding: 6px 30px 6px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #000;
	background: #ffc url(../images/slant.gif) no-repeat top right;
	}

#nav #nav-1 a {
	padding-left: 20px;
	}

#nav a:hover {
	color: #666;
	}
#tabs {
	float:left;
	width:100%;
	background:#000;
	font-size:93%;
	line-height:normal;
	text-transform:uppercase;
	font-weight:bold;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF url(../images/gavelscale.jpg) no-repeat left bottom ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px;
	min-height:256px;
}
.fade {
	background:#fff;
	opacity:0.5;
	filter: alpha(opacity=50);
	position:absolute;
  top:20;
  left:730;
  width:210px;
  height:156px;
  background:#fff;
  margin:120px 0 0 -10px;
}

.twoColFixRtHdr #sidebar1 h3 {
  font-weight:bold;	
  margin-top:-10px;
}
.twoColFixRtHdr #sidebar1 ul li {
  font-weight:bold;	
  margin-top:0;
}
.twoColFixRtHdr #sidebar1 ul li a {
  font-weight:bold;	
  margin-top:0;
  text-decoration:none;
  color:#003;
}
.twoColFixRtHdr #sidebar1 ul li a:hover {
  font-weight:bold;	
  margin-top:0;
  text-decoration:none;
  color: #06F;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 4px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	
} 
.twoColFixRtHdr #mainContent2 { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #bottomContent {
	padding: 0;
}
.twoColFixRtHdr #bottomleftContent {
	float:left;
	background:#C58917 url(../images/bottomleftbg.png) repeat-x; 
	width:610px;
	padding:0 20px;
	height: 168px;
} 
.twoColFixRtHdr #bottomrightContent {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #660000 url(../images/bottomrightbg.png) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;
	height: 168px;
}
#bottomleftContent h4, #bottomrightContent h4,p{
	color:#FFF;
	padding-top:5px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
	min-height:41px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
}
#footertextleft{
      margin-top: 10px;
      float: left;
      width: 450px;
      text-align:left;
      padding-left: 10px;
	  color:#FFF;
}

#footertextright{
      margin-top: 0px;
      text-align: right;
      width: 350px;
      float: right;
      padding-right: 10px;
	  color:#FFF;
}
* html #footer {height: 50px;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.regular_content{width: 650px; margin-top:0; padding: 0; background: #000; float:left; font-family:Verdana;min-height:306px;} 
.regular_content h5{width:300px; padding-left:10px; padding-top:4px; line-height:12px; font-size:10pt; color:#FFF;text-transform:uppercase; }
.regular_content p {padding:0 10px 10px 10px; font-size:85%;}
.regular_content ul,ol {color:#FFF;}
/* = Forms */

.regular_form_content{width: 650px; margin-top:0; padding: 0; background: #000; float:left; font-family:Verdana; font-size:xx-small; text-transform:uppercase; font-weight:bold; } 
.regular_form_title{padding: 0 10px; color: #3D6AAE; }
.regular_form_title2{padding: 0 10px; color: #FFC; }
.regular_form_title h5 {border-top:1px solid #742F66; border-bottom:1px solid #742F66; width:300px; padding-left:0;}
.regular_form_title2 h5 {/*border-top:1px solid #742F66; border-bottom:1px solid #742F66;*/ width:300px; padding-left:0; line-height:12px; font-size:10pt;}
label  {float:left;  margin:0pt 5px 0px 0pt; padding-left:1px; width:210px; text-align:right;}
 .row   {clear:both; height:auto; margin:0pt 10px 0px 0pt; padding:4px 0pt 0pt; text-align:left;  }
.textbox {width:200px;}
.checkboxlist{float:right; width:400px; text-align: right; margin-left:10px;}
/*.checkboxlist input[type=checkbox]  {float:left; height: 25px;}*/
.checkboxlist label{ float:right; text-align: left;  width: 190px; height:25px; margin-right:0; vertical-align:middle;}
.checkboxlist2{float:left; width:500; text-align: left;}
.checkboxlist2 input  {float:left; height: 20px;}
.checkboxlist2 label{ float:left; text-align: left;  width: auto; padding-left:40px;}


select {width: 136px; font-family:Verdana; font-size:x-small;}
.radiobuttonlist{float: left;  }
.radiobuttonlist input {float:left; }
.radiobuttonlist label{ float: none;margin-left:0px; width: 0px;}
 .buttons {height: 40px;margin: 20px 5px 10px 220px;}
.submit_button {float: left; width: 100px; height: 30px; background-color:#499281;color:#fff; border:1px solid #0f5a60; }
.myspace {float: left; width: 10px; height: 30px; background-color:#000;color:#000; border:1px solid #000;}
 .clear_button {float: left; width: 80px; height: 30px; background-color:#0F5A60;color:#fff; border:1px solid #499281;}
 
 /*legal links ul*/
 .llinks a  {
   background:url(../images/arrowred.gif) no-repeat left;
   display:block;
   margin: 0;
   text-align: left;
   padding-left:10px;				
   list-style:none;text-decoration: none;
  color:#FF9;
}
.llinks a:hover{
	text-decoration:underline;
}
.llinks li {
  list-style:none;
}
.llinkhead {
	list-style-type: none;
}