@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/body-bkgd.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.80em;
	line-height:1.7em;
	color:#1F1F1F;
}
#wrapper {
	width:1000px;
	margin:0 auto 0 auto;
	padding:0;

}
.menu-top {
	height:23px;
	width:990px;
	background-color:#222222;
	color:#CCCCCC;
	text-align:right;
	font-size:0.8em;
	padding-top:4px;
	padding-right:10px;
}
.menu-top a {
	color:#CCCCCC;
	text-decoration:none;
}
.menu-top a:hover {
	text-decoration:underline;
	color:#FFF;
}
.header {
	border-top:2px solid #121212;
	border-bottom:2px solid #121212;
	height:75px;
	background-color:#1a81bc;
}
.states {
	width:950px;
	height:261px;
	background-image:url(images/state-bkgd.jpg);
	background-repeat:repeat-x;
	border-bottom:9px solid #1a81bc;
	padding:30px 25px 30px 25px;
	text-align:center;
}
.clearfix {
	clear:both;
}
.content {
	width:950px;
	padding:20px 25px 20px 25px;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.9em;
	margin:0;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#036ea4;
	margin-bottom:25px;

}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#fc5207;
	margin-bottom:5px;
}
h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:0;
	padding:0;
}
.content a {
	color:#1a81bc;
}
.content a:hover {
	color:#962216;
}
.right-home {
	width:185px;
	float:right;
	margin:0 10px 0 35px;
	text-align:center;
	color:#666;
	font-size:10px;
	line-height:14px;
}
.right-home a {
	text-decoration:none;
	color:#333;
}
.right-home a:hover {
	text-decoration:none;
	color:#03F;
}

#footer-wrap {
	background-color:#ebe9ea;
	width:100%;
	margin-top:10px;
}
.footer {
	width:960px;
	margin:0 auto 0 auto;
	padding:30px 0 20px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.80em;
	color:#666;
}
.footer ul {
	padding-left:17px;
}
.footer h3 {
	color:#3b5998;
	font-size:1.1em;
	margin-bottom:0;
	padding-bottom:0;
}
.footer a {
	color:#666;
}
.footer a:hover {
	color:#03C;
}
.footer-column {
	float:left;
	padding-right:30px;
	border-right:1px dotted #CCC;
	margin-right:30px;
	min-height:200px;
	
}
.Clear {
	clear:both;
}
.color-code {
	width:150px;
	float:left;
	padding:10px 5px 10px 5px;
	text-align:center;
	margin-top:-8px;
	margin-right:10px;
	margin-bottom:20px;
	margin-left:25px;
	line-height:16px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.awpa-main {
	width:625px;
	float:left;
	padding-right:25px;
	line-height: 1.5em;
	font-size:.85em;
}
.right {
	float:left;
	width:250px;
	background-color:#dddada;
	padding:25px 20px 20px 25px;
	border:1px solid #afafaf;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	font-size:.85em;
	line-height:1.4em;
	margin-top:5px;
}
.right ol {
	padding-left:17px;
	font-size:.9em;
}
.right ol li {
	padding-bottom:10px;
}
.note {
	font-size:.85em;
	font-style:italic;
	line-height:1.4em;
	color:#666;
}
.column {
	float:left;
	min-width:280px;
	padding-right:20px;
	margin-left:20px;
	 
}