html, body {height:100%;}

body {
	padding:0px;
	margin:0px;
	background-image:url(/images/topTile.jpg);
	background-repeat:repeat-x;
	background-color:#00111a;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}

a:link, a:visited, a:active {
	color:#00CC00;
	text-decoration:none;
}

a:hover {
	color:#00FF00;
	text-decoration:none;
}

.pgWrap {
	min-height:100%;
	width:100%;
	background-image:url(/images/verticalBak.jpg);
	background-repeat:repeat-y;
}

* html .pgWrap {height:100%;} /* ie only, ie doesn't understand min-height*/

div#head {
	background-image:url(/images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:214px;
	margin: 0px;	
}

div#head div.innerHeaderWrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

div#head div.innerHeaderWrap  ul.icons {
	list-style:none;
	width:400px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:95px;
	margin:0px;
	display:inline-block;
}

div#head div.innerHeaderWrap ul.icons li {
	height:40px;
	float:left;
	padding-left:2px;
	padding-right:4px;
}

div#nav table {
	width:100%;
	text-transform:uppercase;
}

div#nav table tr td {
	text-align:center;
	padding-top:38px;
}

div#nav table tr td a {
	font-family: Eurostile, Waukegan LDO, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}

div#nav table tr td ul {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#507b3a;
	border: solid 2px #82ae38;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:left;
	z-index:3;
}

div#nav table tr td ul li {
	padding-left:8px;
	padding-top:2px;
	padding-bottom:2px;
}

div#nav table tr td a:link,  div#nav table tr td a:visited, div#nav table tr td a:active {
	color:#ffffff;
}
div#nav table tr td a:hover {
	color:#ccecfe;
}
.contentWrap {
	background-image:url(/images/pictureBak.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	min-height:586px;
	margin:0px;
	padding:0px;
}

.innerPgWrap {
    background-image:url(/images/verticalTile.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	width:100%;
	margin: 0px;
	padding: 0px;
}
#content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;
	padding-right:50px;
}
#footWrap {
	width:100%;
	clear:both;
	height:246px;
	background-image:url(/images/bottomTile.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:-246px; /*must be same as footer height, moves it up so there are not scroll bars */
}
.footerspace { /* must be same as footer height, makes it so that pageWrapper content doesn't go down under footWrapper*/
	clear:both;
	height:246px;
}
* html .footWrap { /* ie only */
	\height:248px;/* for ie5, ie5 moves it 2 pixels down */
	he\ight:246px;/* for ie6, sets it back to 50 if it's ie6 */
}
.footer {
	background-image:url(/images/footer.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:246px;
	width:100%;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}

div.footer div.conInfo {
	padding-top:170px;
	padding-bottom:20px;
}

div.footer div.conInfo img {
	padding-left:4px;
	padding-right:4px;
}

.break {
	clear:both;
}

.alt1 {
	background-color:#004a74;
}
.alt2 {
	background-color:#006aa4;
	
}
#navBot {
	display:none;
}
