body { padding: 0; margin: 0; font-size: 12px; font-family: Verdana, Geneva, sans-serif; background: #000; background: #0F1922; color: #ddd;}
h1, h3 {color: #666; padding: 0px; margin: 0px;}
a { text-decoration: none; color: #f7e200;}
a:hover { background: #4b6983;}
img { border: 0; }
#header {
	color: #fcfcfc; 
	background: #2a3f52; 
	background: #0F1922; 
	height: 77px;
	padding-top: 5px;
	margin: 0px;
}
#header h3 {text-indent: 30px; margin-top: -5px; color: #666;}
#header .container {position: relative;}
#headerimage {
	position: absolute; left: 501px; top: 300px;
	left: 200px;
	top: 0px;
	padding-bottom: 5px;}
#nav {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	height: 21px;
	*height: 20px; /*ie hack*/
	padding: 0px;
	background: #4b6983;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav li {
	display: inline;
	float: left;
	list-style-type: none;
}
#nav li a {
	line-height: 20px;
	border-bottom: 0 none;
	border-top: 0 none;
	border-right: 4px solid #000;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 8px;
	text-decoration: none;
	color: #ccc;
}
#nav li.first a {
	border-left: 4px solid #000;
}
#nav li.active a { background: #444; color: #fcfcfc;}
#nav li a:hover { text-decoration: none; background: #858f93; color: #fcfcfc;}
#footer { color: #fcfcfc; background: #000; min-height: 400px; overflow: hidden;}
#footer-nav {font-size: 16px; color: #fcfcfc; margin-top: 15px;}
#footer-nav a {color: #f7e200;}
#footer-nav a:hover {background: #1F1B1B;}
#footer .container {height: 400px;}
#footer .logo {
	height: 192px;
	width: 100%;
	background: url(/images/atl-500.png) center no-repeat;
}
#footer .valid a:hover {background: #000;}
#footer .valid img {border:0; width:88px; height:31px}
.container {width: 850px; margin: 0px auto;}
.center {text-align: center;}
.color-orange {color: #F76e00;}
.float-left {float: left;}
.float-right {float: right;}
.clear-both {clear: both;}
.reqd {font-weight: bold; color: #F76e00;}

input, textarea {background: #4B6983; color: #fefefe; border: 2px solid #000;}
input:focus, textarea:focus {background: #666; color: #fefefe; border: 2px solid #888;}
