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

* {
	margin:0;
	padding:0;
}
body {
	background-color:#999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}
a {
	color:#333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:none;
	padding:0 5px 0 0;
}
p {
	margin:1em 0;
}
ul {
	padding-left:2em;
	}
ul li {
	list-style-image:url(images/dash.gif);
}
h1 {
	text-indent:-999em;
	height:0;
}
h2 {
	font-size:100%;
	margin:5px 0;
}
#Header {
	padding-left: 25px;
	padding-top: 25px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	background-image: url(images/states_banner.jpg);
}
ul#ulNav {
	background:#0083a9 url(images/nav_gradient.jpg) repeat;
	padding:8px;
	text-align:center;
}
ul#ulNav li
{
	border-left:1px solid #00CCFF;
	list-style: none;
	display: inline;
	text-align: center;
	padding:0 5px;
	color: #00CCFF;
	font-size:105%;
	font-weight:bold;
}
ul#ulNav li#liHome
{
	border-left:none;
}
ul#ulNav a
{
	text-decoration:none;
	color: #fff;
}
ul#ulNav a:visited
{
	color: #CCC;
}
ul#ulNav a:hover
{
	color: #FFCC33;
}
/* When we're on the link to ourselves, look different and don't show the hand cursor */
#homePg li#liHome a,
#servicesPg li#liService a,
#benefitsPg li#liBenefits a,
#aboutUsPg li#liAboutUs a,
#questionsPg li#liQuestions a,
#articlesPg li#liArticles a,
#associationsPg li#liAssociations a,
#contactUsPg li#liContactUs a
{
	color:#00ccff;
	cursor:default;
}

#Footer {
	font-size: 85%;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat;
}
#shadow {
	background: url(images/shadow.gif) center bottom no-repeat;
	width:870px;
	margin:auto;
	padding:0 10px 10px 10px;
}
#container {
	width: 850px;
	background-color: #FFFFFF;
	margin: auto;
	margin-top:8px;
}
#content {
	color: #333333;
	line-height: 17px;
	background-repeat: no-repeat;
	background-position:left top;
	padding-bottom:100px;
	font-size:90%;
}
#homePg #content {
	line-height: 14px;
	background-image: url(images/home_image.jpg);
	padding-left: 430px;
	padding-right: 45px;
	padding-top: 65px;
}
#articlesPg #content {
	background-image: url(images/articles_image.jpg);
	padding: 100px 50px 200px 300px;

}
#servicesPg #content{
	background-image: url(images/service_image.jpg);
	padding-top: 100px;
	padding-left: 250px;
	padding-right: 50px;
}

#questionsPg #content {
	line-height: 15px;
	background-image: url(images/questions_image.jpg);
	padding-top: 100px;
	padding-left: 230px;
	padding-right: 50px;
}
#referencesPg #content {
	background-image: url(images/ref_image.jpg);
	padding-top: 75px;
	padding-right: 0px;
	padding-left: 400px;
}
#benefitsPg #content {
	background-image: url(images/benefits_image.jpg);
	padding-top: 115px;
	padding-right: 50px;
	padding-left: 250px;
}
#associationsPg #content
{
	background-image: url(images/assoc_image.jpg);
	padding: 100px 50px 150px 350px;
}
#contactUsPg #content
{
	background-image: url(images/contact_image.jpg);
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 350px;
}
#aboutUsPg #content {
	background-image: url(images/about_image.jpg);
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 250px;
}
ol#olFaq li
{
	font-weight:bold;
	list-style: decimal inside;
}
ol#olFaq li p
{
	font-weight:normal;
	margin-top:0;
}
ul#ulReferences
{
	padding:0;
}
ul#ulReferences li
{
	list-style:none;
	margin:1em 0;
	font-weight:bold;
}
ul#ulReferences li p
{
	margin:0;
	font-weight:normal;
}
p.address
{
	margin:0;
	font-weight:normal;
}
ul#ulContacts li
{
	list-style: none;
	margin: 10px 0;
	font-weight:bold;
}
table#tblContacts 
{
	border-collapse:collapse;
}
table#tblContacts td
{
	padding:8px;
}
table#tblContacts td.title
{
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
ul#ulAssociations li
{
	list-style:none;
	margin:15px 0;
}