/* CSS Document */
/*////////Color Codes////////*/
/*
green bccb29
yellow fff503
darker green 5d9732


*/


/*////////HTML Tags////////*/
html, body {
margin:0px;
font-family:"Arial Narrow", Helvetica, san-serif;
font-size:14px;
color:#fff;
background:#000;
}

h1, h2, h3, h4, h5, h6, p {margin:0px 0px 10px 0px; padding:0px; line-height:1.5;}
h1, h2, h3, h4, h5, h6 {font-family:Helvetica77-Condensed, "Arial Narrow", san-serif; color:#bccb29; text-transform:uppercase;}


h1 {font-size:17px}
h2 {font-size:15px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}
h6 {font-size:9px;}

a {text-decoration:underline; color:#becd29;}
a:hover {text-decoration:underline;}

blockquote {width:90%; border-bottom:1px solid #bccb29;}

img {border:0px;}


/*////////Div IDs////////*/
#container {
margin:0px auto;
padding:0px;
width:780px;
height:auto;
}

#head {
margin:0px;
padding:0px 148px 0px 0px;
width:632px;
height:90px;
background:url(../graphics/header.jpg) top no-repeat;
}
		#head a h1 {margin:0px; padding:0px; display:none;}
		#head a {margin:0px; padding:0px; display:block; width:250px; height:90px; float:left; overflow:hidden;}

#nav {
margin:0px;
padding:55px 0px 0px 0px;
width:288px;
height:12px;
float:right;
}
		#nav ul {margin:0px; padding:0px; list-style:none;}
		#nav ul li {margin:0px; padding:0px; display:inline;}
		#nav ul li a {margin:0px; padding:0px 5px 0px 5px; font-size:12px; display:block; width:auto; height:auto; text-align:center; float:left; color:#fff503; border-right:1px solid #fff503; font-weight:bold; font-family:"Arial Narrow", Helvetica77-Condensed; text-decoration:none;}
		#nav ul li a:hover {text-decoration:underline;}
		#nav ul li a.on {text-decoration:underline; color:#5d9732;}


#content {
margin:0px;
padding:0px 20px 180px 20px;
width:740px;
height:auto;
background:url(../graphics/bg2.jpg) bottom no-repeat;
}
		#col {margin:0px; padding:0px 10px 0px 10px; width:246px; float:left;}
		
#foot {
margin:0px;
padding:0px;
width:780px;
height:30px;
}
		#foot p {margin:0px; padding:0px; font-size:12px; color:#bccb29;}
		#foot span {padding:0px 10px 0px 10px; color:#fff503;}
		
		
		
		
/*////////Classes////////*/

#contentMain {
margin:0px;
padding:0px 0px 0px 0px;
width:780px;
height:498px;
background-image:url(../graphics/bg.jpg) top no-repeat;
}

#mainText {
margin:0px;
padding:0px;
width:780px;
height:265px;
visibility:hidden;
}

#lowerLink {
margin:0px;
padding:0px 110px 0px 0px;
width:670px;
height:auto;
/*border:1px solid #fff*/
}

.cont {margin:0px; padding:0px; display:block; width:140px; height:30px; float:right; text-decoration:none; /*border:1px solid #fff*/;}
.cont:hover {text-decoration:none;}
.cont span {visibility:hidden;}

#spacer {height:65px;}
.vid {margin:0px 55px 0px 0px; padding:0px; display:block; width:85px; height:30px; float:right; text-decoration:none; /*border:1px solid #fff*/}
* html .vid {margin:0px 27px 0px 0px;}
.vid:hover {text-decoration:none;}
.vid span {visibility:hidden;}

.fltL {float:left;}
.fltR {float:right;}

.txtField {width:100%; background:#5d9732; border:1px solid #b6b6b6;}
textArea {width:100%; height:150px; background:#5d9732; border:1px solid #b6b6b6;}


.no1 {display:block; height:auto; padding:0px 0px 4px 25px; background:url(../graphics/numberBg1.gif) left top no-repeat; line-height:normal;}
.no2 {display:block; height:auto; padding:0px 0px 4px 25px; background:url(../graphics/numberBg2.gif) left top no-repeat; line-height:normal;}
.no3 {display:block; height:auto; padding:0px 0px 4px 25px; background:url(../graphics/numberBg3.gif) left top no-repeat; line-height:normal;}
.no4 {display:block; height:auto; padding:0px 0px 4px 25px; background:url(../graphics/numberBg4.gif) left top no-repeat; line-height:normal;}

.states {display:block; width:185px; float:left;}
.states h4 a{color:#fff503;}
.yellow {color:#fff503;}

.upper {text-transform:uppercase;}

.pdf {margin:0; padding:0;}


.hr {margin:0; padding:0; border-bottom:3px solid #bccb29;}

.hideForScreen {display:none;}


.clearFloats {clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
