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

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#f8f6f6;
	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:#4F4F4F;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background:#fff url(../images/headerBkgrd.gif) no-repeat center top;
	padding: 35px 10px 0 10px;  /* 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. */
	height:136px;
}

.twoColFixLtHdr #header a:hover {
   	border-bottom:none;	
}

.twoColFixLtHdr #nav {
	padding: 32px 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. */
	height:40px;
}
.twoColFixLtHdr #secHeader {  
	padding: 4px;  /* 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 0 7px 0;
	height:222px;
	width:725px;
	float:left;
	border:#D7D7D7 1px solid;
} 

.twoColFixLtHdr #header h1 {
	display:none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	padding:0;
	margin:0;
	width: 326px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixLtHdr #mainContent {
	background:#FFF;
	float: left;
	width:364px;
	margin: 0 26px 30px 10px; /* the left margin on this div element creates the column down the left 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. */
}
p, ul{
	line-height:1.8em;
}
blockquote{
	background: url(../images/quote.gif) no-repeat left top;
	line-height:1.4em;
	padding-left: 30px;
	text-indent: -30px;
}
blockquote:first-letter{
	padding-left: 30px;
}
.twoColFixLtHdr #baseFooter { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:78px;
}
.twoColFixLtHdr #baseFooter 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: 7px 0 0 22px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.92em;
}
.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;
}
tr.green{
	background:#F2F7F2;
}
.teaser{
	padding:113px 0 0 11px;
	width:167px;
	float:left;
	height:34px;
/*	border:#F90 1px solid;*/
	margin-right:7px;
	color:#FFFFFF;
	font-weight:bold;
}
.twoColFixLtHdr #teaserHolder{
	clear:both;
	height:147px;
	margin:0 0 19px 0;
}
.twoColFixLtHdr #teaserHolder a{
	cursor:pointer;
	text-decoration:none;
	}
h1{
	margin:10px 0 0 10px;
	padding:0;
	color:#FFFFFF;
	float:left;
	width:300px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:2.7em;
	line-height:39px;
}
.indexH1{
	margin:5px 0 -20px 25px;
	color:#AD0219;
	float:none;
	width:auto;
}
h2{
	font-size:1.5em;
	color:#AD0219;
}
h2.news{
	margin-bottom:10px;
}
h2.indexH2{
	margin-left:25px;
	font-size:1.2em;
	color:#000;
}
h3{
	margin:0;
	padding:0;
	font-size:1.17em;
}
.newsDate{
	padding-bottom:10px;
	border-bottom:1px #CCCCCC solid;
}
#footer{
	clear:both;
	height:57px;
	background:#006600;
	color:#FFF;
	padding:15px 10px 10px 10px;
}
#footer p{
	margin:0;
	line-height:1.5em;
}

#footer a:link{
	color:#FFCC00;
}
#footer a:visited{
	color:#FFCC00;
}
#footer a:hover{
	color:#FFCC00;
	text-decoration:underline;
}
a:link {
   color: #006600;
   text-decoration:none;
}
a:visited {
   color: #006600;
   text-decoration:none;
}
a:hover {
   	border-bottom:1px #006600 solid;	
}

/*-----------------Form------------------*/

label {
	display:block;
	font-weight:bold;
}
form p{
	margin:0 0 5px 25px;
}
.chkRad label {
display:inline;
}
.clearIt {
	clear:both;
}
select {
	margin:5px 0 8px 30px;
}
fieldset{
	margin-bottom:20px;
	padding:20px;
	border:#E1E1E1 1px solid;
}
legend{
	color:#357A7C;
	font-weight:bold;
	padding:0 5px 0 5px;	
}
.warning {
	font-weight:bold;
	color:#FF0000;
}

/*-----------------Form Ends------------------*/

#newsWrap {
	margin-bottom:30px;
}
.twoColFixLtHdr #sidebar1 a.navLink{
	color:#AD0219;
	font-weight:bold;
}
.SubNavTb{
	font-weight:normal;
}
