/* CSS Document */


.main	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}
	

.main a:link	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E4B8E;
	text-decoration: none;
	}

.main a:visited	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E4B8E;
	text-decoration: none;
	}

.main  a:active	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E4B8E;
	text-decoration: none;
	}

.main	a:hover{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;	
	}

#contact {
   color:#000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px ;

}

/* NEW NAV -----------------------------------------*/
#homeBt {
	display: block;
	width: 64px;
	height: 20px;
	background:url(../images/afsbuttons/homeBt.jpg) no-repeat 0 0;
}
#homeBt:hover {
	background: url(../images/afsbuttons/homeBt-Over.jpg) no-repeat 0 0;
}
#blogBt {
	display: block;
	width: 53px;
	height: 20px;
	background:url(../images/afsbuttons/blogBt.jpg) no-repeat 0 0;
}
#blogBt:hover {
	background: url(../images/afsbuttons/blogBt-Over.jpg) no-repeat 0 0;
}
#contactUsBt {
	display: block;
	width: 104px;
	height: 20px;
	background:url(../images/afsbuttons/contactUsBt.jpg) no-repeat 0 0;
}
#contactUsBt:hover {
	background: url(../images/afsbuttons/contactUsBt-Over.jpg) no-repeat 0 0;
}
#careerSearchBt {
	display: block;
	width: 134px;
	height: 20px;
	background:url(../images/afsbuttons/careerSearchBt.jpg) no-repeat 0 0;
}
#careerSearchBt:hover {
	background: url(../images/afsbuttons/careerSearchBt-Over.jpg) no-repeat 0 0;
}
.navContainer {
	float:left;
	padding:0px;
	margin:0px;
}

