@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	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: #333333;
	background-image: url(../images/bluegradient11.gif);
	background-repeat:repeat-x; 
}

.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: none;
	padding: 0 0 10px 0;
}

.thrColFixHdr #container2 {
	width:100%;
	position:relative;
	margin:10px 0 0 0;
	border:none;
	padding:0;
	overflow:hidden;
}

.thrColFixHdr #header1 { 
	height: 95px;
	background: none; 
	padding: 0;  /* 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. */
	margin:0;
	color:#FFFFFF;
} 

#header1content1 {
	padding: 4px 0 0 0;
	margin:0 0 0 0;
	font-weight:bold;
	font: 100% Impact;
	font-size:36px;
}

#header1content2 {
	padding:0;
	margin:0;
	font-size:13px;
}

.thrColFixHdr #header2 {
	width:auto;
	height:30px;
	margin: 10px 0 0 0;
	padding:0;
	text-align:left;
	color:#FFFFFF;
}

.thrColFixHdr #header3 {
	width:auto;
	height:25px;
	margin:0;
	padding:0;
	background-color:#889d17;
	background-image:url(../images/menugreenbackground.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.thrColFixHdr #sidebar1 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 {
	float:right;
	margin:0;
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent {
	width:auto; 
	margin:0 190px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #999999;
}
 
.thrColFixHdr #footer { 
	font-size:10px;
	height:60px;
	width:100%;
	line-height:25px;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	border:none;
	background-color:#889d17;
	background-image:url(../images/menugreenbackground4.gif);
	background-repeat:repeat-x;
	background-position:top;
} 

.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: 0 10px 10px 0;
	border: 1px solid #333333;
}

#headerlogoright {
	float: right;
	margin: 0;
	padding:0;
}

#headerlogoleft {
	float: left;
	margin: 50;
	padding:0;
}

#spacer {
	clear:both;
	height:1px;
}

.clearleft {
	height:1px;
	clear:left;
}

#dottedline {
	height:1px;
	clear:left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}

#box {
	border-bottom: 1px solid #999999;
	margin:0 0 10px 0;
	padding:0;
	width: auto;
}

#boxheader {
	height:22px;
	width:auto;
	line-height:22px;
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	color:#FFFFFF;
	border:none;
	background-image: url(../images/bluegradient6.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#boxtop {
	width: auto;
	border-top: 1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	height:1px;
	margin:0;
	padding:0;
}

#boxcontent {
	width: auto;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding: 10px;
	margin:0;
	background:#FFFFFF;
	overflow: hidden;
}

#textcontent {
	padding:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:10px;
}

#boxsubheader {
	width: auto;
	border:1px solid #999999;
	padding: 4px 10px;
	margin: 0;
	background: #D9D9D9;
}

#boxfooter {
	height:50px;
	width:auto;
	line-height:25px;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	border:none;
	background-color:#889d17;
	background-image:url(../images/menugreenbackground.gif);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	color:#AD0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#title1 {
	width:auto;
	display:block;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0 0 0 11px;
	font-size:14px;
	background-image:url(../images/greyarrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#title2 {
	width:auto;
	display:block;
	clear:left;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:0 0 0 11px;
	font-size:14px;
	background-image:url(../images/greyarrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.topmenu {
	padding:0;
	margin:0;
}	
	
.topmenu ul {
	width:100%;
	/* float:left; */
	padding: 0;
	margin:0;
	list-style-type:none;
}

.topmenu ul li {
	display:inline;
	padding:0;
	margin:0;
}

.topmenu ul li a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 10px;
	margin: 7px 0 0 5px;
	background-image: url(../images/bluegradient6.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.topmenu ul li a:hover {
	color:#FFFFFF;
	background-color: #627110;
	padding:5px 10px 12px 10px;
	text-decoration:none;
	margin: 0 0 0 5px;
	background-image: url(../images/bluegradient6.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.topmenu .current {
	float:left;
	color:#333333;
	padding:5px 10px 12px 10px;
	margin:0 0 0 5px;
	background-color:#a9c31a;
	background-image: url(../images/menugreenbackground3.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.menu2 {
	padding:0;
	margin:0;
}

.menu2 ul {
	padding: 0;
	margin:0;
}

.menu2 ul li {
	list-style-type:none;
	display:block;
	padding:0;
	margin:0 0 5px 0;
}

.menu2 ul li a {
	color:#333333;
	text-decoration:none;
	margin: 0;
}

.menu2 ul li a:hover {
	color:#AD0000;
	text-decoration:underline;
}

.leftmenu {
	padding:0;
	margin:0 0 10px 0;
	width:auto;
}	
	
.leftmenu ul {
	padding: 0;
	margin:0;
	list-style-type:none;
}

.leftmenu ul li {
	padding:0 0 1px 0;
}

.leftmenu ul li a {
	display:block;
	color:#FFFFFF;
	padding:4px 0 4px 9px;
	background-color: #627110;
	text-decoration:none;
	background-image: url(../images/bluegradient6.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
}

.leftmenu ul li a:hover {
	color:#333333;
	text-decoration:none;
	padding:3px 0 3px 9px; /* padding 4px 0 4px 9px; if using 1px border*/
	margin:0 0 0;
	background: #FFFFFF;
	display:block;
	border:1px solid #999999;
}

.leftmenu .current {
	color:#333333;
	padding:4px 0 4px 10px;
	margin: 0 0 1px 0;
	background-color:#a9c31a;
	background-image: url(../images/menugreenbackground5.gif);
	background-repeat:repeat-x;
	background-position:top;
	display:block;
}

.arrow {
	padding: 0 8px 0 0;
	background-image:url(../images/redarrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.darkborder {
	border: 1px solid #333333;
}

form {
	padding: 0;
	margin: 0;
}

#quote {
	clear:left;
	padding:10px;
	margin: 0 0 10px 0;
	background-color:#dbecff;
	color:#4783c8;
	font-size:12px;
}