@import url("core.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	text-align:center;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearspace {
	clear:both;
	height:1px;
	line-height:1px;
}
.smallRED {
	color:#FF0000;
	font-size:10px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:20px;
	color:#ff9900;
	padding-bottom:11px;
	text-transform:uppercase;
	font-weight:normal;
	margin-left:-3px;
}
h2 {
	font-size:14px;
	color:#004065;
	padding-bottom:3px;
}
h3 {
	font-size:13px;
	color:#3d7799;
	padding-bottom:1px;
}
h4 {
	font-size:12px;
	color:#4c4c4c;
	padding-bottom:2px;
}
h6 {
	font-size:14px;
	color:#a2a5a4;
	font-weight:normal;
	padding-bottom:5px;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a { color: #004065; text-decoration:underline; }   
a:visited {color: #000000; text-decoration:underline} 
a:hover {color: #004065; text-decoration:none;}
p {
	margin:0px;
	line-height: 17px;
	padding: 0px 0px 17px 0px;
}
#outermostwrapper {
	width:100%;
	background-image: url(../images/bg_outermost.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	text-align:left;
	padding:0px;
	margin:0px auto;
	width:970px;
}
	#header { width:970px; height:55px; }
		#logo { float:left; width:388px; }
		#utilities { float:right; font-weight:bold; color:#fdb813; padding:28px 20px 0px 0px; width:190px; }
		#utilities ul { float:right; }
			#utilities a { text-decoration:none; color:#999999; }
			#utilities a:hover { text-decoration:none; color:#004b8d; }
			#utilities li { float:left; margin-left:14px; }
	#mainsection { clear:both; width:970px; padding-bottom:16px; }
		#columnleft { float:left; width:700px; }
			#banner { width:693px; height:195px; padding:0px 7px 5px 0px; }
				#mainnav { width:700px; height:39px; }
					#mainnav li { float:left; }
					#mainnav li a {
						display:block;
						background-image: url(../images/mainnav.png);
						background-repeat: no-repeat;
						height:39px;
					}
					#navtheproject { width:85px; background-position:-10px 0px; }
					#navtheproject:hover { background-position:-10px -39px;  }
					#navtheproject.active { background-position:-10px -78px; }
					
					#navtraffic { width:172px; background-position:-95px 0px; }
					#navtraffic:hover { background-position:-95px -39px;  }
					#navtraffic.active { background-position:-95px -78px; }
					
					#navconstruction { width:164px; background-position:-266px 0px; }
					#navconstruction:hover { background-position:-266px -39px;  }
					#navconstruction.active { background-position:-266px -78px; }
					
					#navfaq { width:59px; background-position:-429px 0px; }
					#navfaq:hover { background-position:-429px -39px;  }
					#navfaq.active { background-position:-429px -78px; }
					
					#navabout { width:125px; background-position:-487px 0px; }
					#navabout:hover { background-position:-487px -39px;  }
					#navabout.active { background-position:-487px -78px; }
					
					#navinfo { width:90px; background-position:-612px 0px; }
					#navinfo:hover { background-position:-612px -39px;  }
					#navinfo.active { background-position:-612px -78px; }
					
					
				#contentsection {
					width:700px;
					clear:both;
					background-image: url(../images/bg_content.png);
					background-repeat: no-repeat;
				}
				#subnav {
					float:left;
					width:121px;
					padding-top: 27px;
					padding-right: 30px;
					padding-bottom: 0px;
					padding-left: 10px;
				}
					#subnav ul { border-top: 2px solid #a2a5a4;  }
					#subnav li a {
						color:#333333;
						text-decoration:none;
						padding-left:12px;
						margin-top:11px;
						display:block;
						width:109px;
					}
					#subnav li a:hover, #subnav li a.active {
						color:#004065;
						text-decoration:none;
						background-image:url(../images/bullet_orange.gif);
						background-repeat: no-repeat;
						background-position: 3px 3px;
					}
				#content {
					float:left;
					width:462px;
					padding-top: 27px;
					padding-right: 72px;
					padding-bottom: 0px;
					padding-left: 0px;
					min-height:300px;
				}
				#content.subpage {
					width:586px;
					padding-right: 72px;
					padding-left: 42px;
				}
					#content ul { padding-bottom:17px; }
					#content li {
						background-image: url(../images/bullet_orange.gif);
						background-repeat: no-repeat;
						background-position: 3px 3px;
						padding-left: 19px;
						margin-bottom:3px;
					}
					#content li ul li {
						padding-top: 3px;
						background-position: 0px 7px;
						}
		#columnright { float:left; width:270px; }
			#signupbox {
				background-image: url(../images/bg_signup.png);
				background-repeat: no-repeat;
				height: 132px;
				width: 252px;
				margin: 5px 0px 15px 0px;
				padding:58px 0px 0px 18px;
				font-weight:bold;
				color:#FFFFFF;
			}
			#signupbox .txtbox {
				border:1px solid #105b9d;
				padding: 2px 0px 0px 9px;
				width:219px;
				height:16px;
				color:#333333;
				font-size:11px;
				background-image: url(../images/bg_input.png);
				background-repeat: no-repeat;
				margin-left:2px;
				margin-bottom:4px;
			}
			a.btn-submit {
				display:block;
				width:70px;
				height:25px;
				background-image: url(../images/bg_submit.png);
				background-repeat: no-repeat;
				background-position:0px 0px;
				float:left;
				margin-top:35px;
			}
			a.btn-submit:hover {
				background-position:0px -25px;
			}
		#recentupdatesbox {
			width:250px;
			background-image: url(../images/bg_recent_updates.png);
			background-repeat: repeat-x;
			padding-left:20px;
			/*padding:25px 20px;*/
		}
			#recentupdatesbox ul {
				clear:both;
				padding:0px 20px 0 0;
				width:230px;
				font-size:11px;
			}
			#recentupdatesbox li {
				margin-bottom:8px;
				padding-left:7px;
				background-image: url(../images/bullet_black.gif);
				background-repeat:no-repeat;
				background-position: 0px 5px;
			}
			#recentupdatesbox a {
				font-weight:bold;
				color:#004065;
				margin-left:0px;
				clear:both;
				font-size:11px;
				text-decoration:none;
			}
			#recentupdatesbox a:hover { color:#004065; text-decoration:underline; }
		#sidebar { }
		#footer {
			clear:both;
			height:53px;
			padding:15px 0px 0px 161px;
			background-image: url(../images/bg_footer.png);
			background-repeat: no-repeat;
			color:#666666;
			font-size:11px;
		}
			#footer span { color:#999999;}
			#footer a { color:#004065; text-decoration:none; }
			#footer a:hover { color:#004065; text-decoration:underline; }
			#footer li { float:left; margin-right:7px; }
			a.gatewayprogram { display:block; position:absolute; height:23px; width:140px; margin-left:650px; margin-top:-5px; }

#formtemplate label {
	padding-left:6px;
}