@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

li {
background: url(img/bullet.jpg) left center no-repeat;
padding-left: 15px;
margin-bottom: 10px;
}

#contactdiv_Services {
	position:relative;
	width:157px;
	height:55px;
	z-index:1;
	left: 180px;
	top: -725px;
	visibility: visible;
}

#contactdiv_Contactus {
	position:relative;
	width:157px;
	height:55px;
	z-index:1;
	left: 167px;
	top: -220px;
	visibility: visible;
}

#contactdiv_Clients {
	position:relative;
	width:157px;
	height:55px;
	z-index:1;
	left: 180px;
	top: -241px;
	visibility: visible;
}

#contactdiv_Aboutus {
	position:relative;
	width:157px;
	height:55px;
	z-index:1;
	left: 180px;
	top: -241px;
	visibility: visible;
}


#contactdiv {
	position:relative;
	width:157px;
	height:55px;
	z-index:1;
	left: 180px;
	top: -238px;
	visibility: visible;
}

/* nav styles*/
a#aboutus {background-image:url(img/nav_aboutus_hover.jpg); width:151px;height:12px;border:hidden;}
a#aboutus:hover{background-image:url(img/nav_aboutus_over.jpg); width:151px;height:12px;border:hidden;}
a#aboutus:active{background-image:url(img/nav_aboutus_over.jpg); width:151px;height:12px;border:hidden;}

a#services {background-image:url(img/nav_services_hover.jpg); width:50px;height:12px;border:hidden;}
a#services:hover{background-image:url(img/nav_services_over.jpg); width:50px;height:12px;border:hidden;}
a#services:active{background-image:url(img/nav_services_over.jpg); width:50px;height:12px;border:hidden;}

a#staff {background-image:url(img/nav_staff_hover.jpg); width:31px;height:12px;border:hidden;}
a#staff:hover{background-image:url(img/nav_staff_over.jpg); width:31px;height:12px;border:hidden;}
a#staff:active{background-image:url(img/nav_staff_over.jpg); width:311px;height:12px;border:hidden;}

a#clients {background-image:url(img/nav_clients_hover.jpg); width:42px;height:12px;border:hidden;}
a#clients:hover{background-image:url(img/nav_clients_over.jpg); width:42px;height:12px;border:hidden;}
a#clients:active{background-image:url(img/nav_clients_over.jpg); width:42px;height:12px;border:hidden;}

a#contactus {background-image:url(img/nav_contactus_hover.jpg); width:64px;height:12px;border:hidden;}
a#contactus:hover{background-image:url(img/nav_contactus_over.jpg); width:64px;height:12px;border:hidden;}
a#contactus:active{background-image:url(img/nav_contactus_over.jpg); width:64px;height:12px;border:hidden;}
#award {
	margin-left: 70px;
	height: 200px;
	width: 250px;
	margin-top: -40px;
}


a#cpf {
	width:225px;
	height:14px;
	border:hidden;
	font-family: Tahoma, Geneva, sans-serif;
	color: #48172C;
}
a#cpf:hover{
	width:225px;
	height:14px;
	border:hidden;
	color: #C68F1B;
}
a#cpf:active{
	width:225px;
	height:14px;
	border:hidden;
	color: #48172C;
}		

a#altria {background-image:url(img/nav_sub_altria_hover.jpg); width:225px;height:14px;border:hidden;}
a#altria:hover{background-image:url(img/nav_sub_altria_over.jpg); width:225px;height:14px;border:hidden;}
a#altria:active{background-image:url(img/nav_sub_altria_over.jpg); width:225px;height:14px;border:hidden;}	

a#muniservices {
	background-image:url(img/nav_sub_muniservices_hover.jpg);
	width:225px;
	height:14px;
	border:hidden;
	background-repeat: no-repeat;
}
a#muniservices:hover{
	background-image:url(img/nav_sub_muniservices_over.jpg);
	width:225px;
	height:14px;
	border:hidden;
	background-repeat: no-repeat;
}
a#muniservices:active{
	background-image:url(img/nav_sub_muniservices_over.jpg);
	width:225px;
	height:14px;
	border:hidden;
	background-repeat: no-repeat;
}	

a#csea {background-image:url(img/nav_sub_csea_hover.jpg); width:225px;height:14px;border:hidden;}
a#csea:hover{background-image:url(img/nav_sub_csea_over.jpg); width:225px;height:14px;border:hidden;}
a#csea:active{background-image:url(img/nav_sub_csea_over.jpg); width:225px;height:14px;border:hidden;}

.oneColLiqCtr #container {
	width: 1062px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding-top:20px;
}

.aboutusbody{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:14pt;
}

.aboutusheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#666699;
}

a#aboutsub {
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	font-size:12px;
	color:#c78f10;
	text-decoration:none;
}

a#aboutsub:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa04e;
	display:inline;
	text-decoration:underline;
}

a#aboutsub:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa04e;
	display:inline;
	text-decoration:none;
}

.sublink{
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	font-size:12px;
	color:#c78f10;
	text-decoration:none;
}

.sub{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height: 4pt;
	font-weight:bold;
	color:#000000;
}

.subClients{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height: 4pt;
	font-weight:bold;
	color:#000000;
}

.content{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:10pt;
	line-height:14pt;
}

.formlabel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

tr {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9.5px;
	color: #48172C;
	font-weight: 100;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #C68F1B;
}
a:active {
	text-decoration: none;
}

.links {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9.5px;
	font-weight: 200;
	color: #600;
}

