/* access2gov v1 */
* {
	margin:0;
	padding:0;
}
body{
	background-image:url(images/bg-body-1.png);
	background-position:top;
	background-repeat:repeat-x;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
h1,h2,h3,h4,h5,h6{
	color:#021d38;
}
h1{
	font-size:1.8em;
	margin-bottom:1em;
	border-bottom:1px dotted #000;
}
h2,h3,h4,h5,h6{
	margin-top:1em;
	margin-bottom:1em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.3em;
}
h4{
	font-size:1.2em;
}
h5{
	font-size:1.1em;
}
h6{
	font-size:1em;
}
p{
	margin-bottom:0.5em;
}
a img{
	border:0;
}
/*
a{
	color:#021d38;
}
a:hover{
	color:#00aeff;
}
*/
a{
	color:#58b139;
	text-decoration:none;
}
a:hover{
	color:#1d75a1;
	text-decoration:underline;
}
ul, ol{
	margin-left:20px;
}
#page-container{
	width:998px;
	margin-left:auto;
	margin-right:auto;
}
#banner{
	position:relative;
	background-color:#000033;
	width:998px;
	height:163px;
}
#banner-nav{
	position:absolute;
	bottom:3px;
	left:6px;
}
#banner-nav a{
	color:#fff;
}
#banner-nav a:hover{
	color:#00aeff;
}
#banner-nav ul{
	list-style:none;
}
#logo{
	position:absolute;
	top:30px;
	left:6px;
}
#main{
	width:998px;
}
#login{
	width:209px;
	float:left;
	margin-top:32px;
}
#login-top{
	height:28px;
	width:209px;
	background-image:url(images/DirectoryLogin.png);
	background-position:top;
	background-repeat:no-repeat;
}
#login-content{
	padding:6px 6px 6px 18px;
	color:#fff;
	background-color:#207fad;
	background-image:url(images/DirectoryLoginBg.png);
	background-position:top;
	background-repeat:repeat-x;
}
#login-bottom{
	height:6px;
	width:209px;
	background-image:url(images/DirectoryLoginBottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#login a{
	color:#00aeff;
}
#login a:hover{
	color:#fff;
}
#login input.login{
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#login h5{
	color:#fff;
}
#login-shadow{
	height:85px;
	background-image:url(images/login-shadow.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#content{
	width:720px;
	margin-left:42px;
	margin-top: 32px;
	float:left;
}

#footer{
	clear:both;
	background-image:url(images/bg_copyright.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#footercontainer{
	width:998px;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
	height:99px;
}

#footerlinks{
	padding:6px 0 3px 6px;
}
#footerlinks li{
	padding-bottom:2px;
}
#footerlinks ul{
	list-style:none;
}
#footerlinks a{
	color:#fff;
}
#footerlinks a:hover{
	color:#00aeff;
}
.error{
	border:1px solid #021d38;
	background-color:#fff;
	color:#ff0000;
	padding:3px;
}
.floatright{
	float:right;
}
