body
{
 	background: #474747 url(images/main_bg.png) repeat-x;
 	font-family: Arial,Verdana,Tahoma;
 	font-size:10pt;
 	color:#ffffff;
}

h1
{
 	margin-top:0px;
 	font-family:Arial5erdana,Tahoma;
 	font-size: 36pt;
 	letter-spacing: 1.5px;
	text-shadow: 0px 0px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

#main
{
	background-color: #000000;
}
#main_content p
{
 	color:#d3d3d3;	
 	margin-top:-20px;
}

#main_content h5{
	margin-left:115px;
	padding:0;
	min-height:0;
	text-indent:-9000px;
	text-decoration:none;
}

#main_content h5 a{
	min-height:60px;
	height:60px;
	width:306px;
	display:block;
	background:url(images/login.png) no-repeat left top;
	overflow:hidden;
}

#main_content h5 a:hover{
	min-height:60px;
	height:60px;
	width:306px;
	display:block;
	background:url(images/login_hover.png) no-repeat left top;
	overflow:hidden;
}


#sub_content
{
	background-color: rgba(151, 151, 151, 0.3);
	border: 1px solid #676767;
	-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
}

#sub_content h5{
	margin-left:20px;
	padding:0;
	min-height:0;
	text-indent:-9000px;
	text-decoration:none;
}

#sub_content h5 a{
	min-height:51px;
	height:51px;
	width:244px;
	display:block;
	background:url(images/backbtn.png) no-repeat left top;
	overflow:hidden;
}

#sub_content h5 a:hover{
	min-height:51px;
	height:51px;
	width:244px;
	display:block;
	background:url(images/backbtn_hover.png) no-repeat left top;
	overflow:hidden;
}

#traffic
{
	background-image:url(images/traffic.jpg);
	background-repeat:no-repeat;
	margin-top:-19px;
}


#footer
{
	background-color: #474747;
	border-top: 1px solid #373737;
	text-align:center;
}
#footer p
{
	font-size:8pt;
 	letter-spacing: 1px;
 	color:#d3d3d3;	
}
#states
{
	margin-left: auto;
	margin-right: auto;
	width:910px;
	background-color: #ffffff;
}
