body{
font-family:arial;
font-size:10pt;
}

.clearfloat { height: 1px; clear: both;}
.clear0 { height: 0; clear: both; }

h1{
	font-size:24pt;
}

h2{
  font-size:15pt;
}

h3{
  font-size:12pt;
}

h1 a{
	color:#000000;
	text-decoration:none;
}

.container{
	width:700px;
	margin:0 auto;

}

#content{
	min-height:700px;
	/*border:1px solid #DFDFDF;*/
	padding:10px;
		margin-bottom:10px;
}
.cols{
padding:0;
margin:0;
margin-left:6px;
margin-top:15px;
}

.cols2{
	float:left;
	margin-right:25px;
	width:400px;;
	border:2px solid #000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
}


.cols3{
	float:left;
	margin-right:25px;
	width:232px;
	border:2px solid #19426A;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
}

.cols3last{
	margin-right:0;

}

.cols3 h3, .cols2 h3{
	margin:0;
	margin-bottom:10px;
	text-align:center;
	padding:10px 0 10px 0;
	color:#000000;
	background-color:#19426A;
	width:232px;
	text-transform:uppercase;
	font-size:11pt;
}

.cols2 h3{
  width:400px;
}


.cols3 ul, .cols2 ul{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:0px;
	width:232px;
}

.cols2 ul{
  width:400px;
}

.cols3 ul li,  .cols2 ul li{
	padding:5px 0 5px 5px;	
}

.li_one{
background-color:#000000;
}

.li_two{
background-color:#CDC1B1;
}

.states{

}

.states_l{
	width:139px;
	float:left;
	margin-right:5px;
}

.states_r{
	width:138px;
	float:left;
}

.cols3 .states_l, .cols3 .states_r{
	width:110px;
}	

.states ul{
	list-style-type:none;
	margin-top:0;
	margin:0;
	margin-left:-20px;
}

.states ul li{
	margin-left:-10px;
}

.states ul li a{
	text-decoration:none;
	color:#5078C1;
}	


.states ul li a:hover{
	color:#5078C1;
}	

.footer{
	width: 628px; 
	height: 37px;
}



/* Sitemap Styles */
div.sitemap{
  float:left;
  position:relative;
  margin: 15px 0 0 0; /* modify this to control appearance */
  padding: 0 0 0 15px; /* modify this to control appearance */
  width:845px; /* modify this to control appearance */
}
#content div.sitemap div.sitemap_set{
  float:left;
  width:100%;
  margin:0 0 25px 0;
}
#content div.sitemap div.sitemap_set h3{ /* modify this to control appearance */
  margin:0 0 10px 0;
  padding:10px 0 10px 0;
  width:100%;
}
#content div.sitemap div.sitemap_set h4{
  float:left;
  width:100%;
  margin-bottom:10px;
  font-size:15px;
  font-weight:bold;
  line-height:normal;
}
#content div.sitemap div.sitemap_set ul{
  padding:0;
  margin:0;
  list-style-type:none;
  float:left;
}
#content div.sitemap div.sitemap_set.sitemap_subcities ul{
  margin-bottom:10px;
}
#content div.sitemap div.sitemap_set ul li{
  float:left;
  background:none;
  padding:0 20px 5px 0; /* modify this to control appearance */
  margin:0;
  width:120px; /* modify this to control how many links per line */
}
#content div.sitemap div.sitemap_set.sitemap_subcities ul li{
    width:145px;
}
#content div.sitemap div.sitemap_set ul.sitemap_articles_ul li{ /* Articles, LC, FAQ */
  padding-right:0;
  width:420px; /* modify this to control how many links per line */
}
#content div.sitemap div.sitemap_set ul.sitemap_articles_ul li.right{
  width:350px;
}
#content div.sitemap div.sitemap_set ul.sitemap_articles_ul li small{ /* Articles - date - (2011/05/17) */
  padding: 0 20px 0 0;
}
#content div.sitemap div.sitemap_set ul li a{
  text-decoration:none;
}
#content div.sitemap div.sitemap_set ul li a:hover{
  text-decoration:underline;
}
/* END Sitemap styles */

/*** Contact Form ***/
#content  #contact_form .form_set{
    padding:5px 0;
    clear:both;
}

#content #contact_form .form_set label{
    width: 89px;
    display:block;
    float:left;
}

#content #contact_form .form_set textarea{
    margin-top:15px;
    width:350px;
}

#content #contact_form .form_set input{
    width:173px;
    font-size:11pt;
}

#content #contact_form .form_set.address input,
#content #contact_form .form_set.city input,
#content #contact_form .form_set.state input{
    width:233px;
}

#content #contact_form .form_set.zip input{
    width:95px;
}

#content #content_text .sitemap h3{
    margin-bottom:0;
}

/*** end Contact Form ***/



/**Validation errors**/

.disclaimer{
	width:657px;
	margin:0 auto;
	font-size:10px;
	color:#707070;
	line-height:120%;
	padding-top:5px;
  margin-top:13px;
}

.disclaimer a{
	size:7pt;
	color:#707070;
}

*:first-child+html .disclaimer{
	padding-top:0;
}
.error, input.error{
	border:3px solid red;
  display:inline;
}

em.error{
width:1px;
display:block;
}

em{
	margin-left:0px;
  position:absolute;
  z-index:-1;
	
}

/*ARTICLES DIVS STYLE */
#content .articles_top{
  width:350px;
  min-height:350px;
  border-top-style:dotted;
  border-left-style:dotted;
  border-bottom-style:dotted;
  border-width:3px;
  border-color:#D6D6D6;
  padding:0px 0px 10px 10px;
  margin-bottom:15px;
  margin-top:13px;
  margin-left:5px;
  margin-right:7px;
  float:right;
}

#content .articles_top h3{
  margin-bottom:10px;
}

#content .articles_top h4.question{
  margin-top:15px;
  margin-bottom:-10px;
}

#content .article_h3{
  margin-bottom:-4px;
}

/*articles_left div */
#content .articles_left{
  width:307px;
  min-height:150px;
  padding:0px 26px 0px 0px;
  margin:0px 0px 0px 0px;
  border-color:#D6D6D6;
  float:left;
}
*:first-child+html #content .articles_left{
  padding-top:18px;
}

#content .articles_left h3{
  margin-bottom:10px;
  text-align:left;
}

#content .articles_left h4.question{
  margin:15px 0px -10px 0px;
  font-size:13px;
}

/*articles_right div */
#content .articles_right{
  width:306px;
  min-height:150px;
  padding:0px 0px 0px 39px;
  margin:0px 0px 0px 0px;
  border-color:#D6D6D6;
  float:right;
}
*:first-child+html #content .articles_right{
  padding-top:18px;
}

#content .articles_right h3{
  margin-bottom:10px;
  text-align:center;
}

#content .articles_right h4.question{
  margin:15px 0px -10px 0px;
  font-size:13px;
}

#content .table_states td{
  padding:0px 10px 0px 0px;
}

#content .state_articles h3{
  margin-bottom:4px;
}

hr{
  height:1px;
  border:0px;
  margin:18px 0px 0px 0px;
  background-color:#D6D6D6;
}

*:first-child+html hr{
  margin:0px 0px 0px 0px;
}
/* RSS */
#footerright .rss{
  float:right;
  margin-top:5px;
  width:50%;
}

#footerright .rss a{
  background:transparent url("../images/rss.gif") no-repeat 0 2px;
  text-decoration:none;
  padding:2px 0 3px 20px;
  float:right;
}

.rss a:hover{
  text-decoration:underline;
}

/* partner_with_us */
#footerright .partner_with_us{
  float:left;
  margin-top:2px;
  width:50%;
  padding-right:0;
}

#footerright .partner_with_us a{
  text-decoration:none;
  padding:2px 0 3px 2px;
  float:right;
}

#footerright .partner_with_us a:hover{
  text-decoration:underline;
}

/*
 Partner With Us
 you should just need to modify the width and padding of the
 partner_with_us div and also set some color styles
*/
div.partner_with_us{
  width:850px; /* padding + width must equal container elements width */
  padding-right:10px;
  margin-bottom:10px;
  float:left;
}

div.partner_with_us ul{
  list-style-type:none;
  float:left;
  width:100%;
}

div.partner_with_us ul li{
  padding:5px 0;
}

div.partner_with_us ul li span{
  font-weight:bold;
  margin-right:10px;
  width:80px;
  float:left;
  text-align:left;
}

div.partner_with_us ul li textarea{
  padding:5px;
  border:1px solid #074686;
  width:80%;
  height:55px;
}
/* end - Partner With Us */
