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 */

/*.content{
  min-height:700px;
  border:1px solid #DFDFDF;
  padding:10px;
  margin-bottom:10px;
}*/

/* FOOTER */
.footer{
	width: 628px; 
	height: 37px;
}

/* 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, select.error{
  border:3px solid red !important;
  display:inline;
  margin:-3px;
}
em.error{
  width:1px;
 /*display:block;*/
 display:none;
}
em{
  margin-left:0px;
  position:absolute;
  z-index:-1;
  left:-999999px;
}

/* 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:925px; /* modify this to control appearance */
}
div.sitemap div.sitemap_set{
  float:left;
  width:100%;
  margin:0 0 25px 0;
}
div.sitemap div.sitemap_set h3{ /* modify this to control appearance */
  width:100%;
  margin-bottom:10px;
}
div.sitemap div.sitemap_set h4{
  float:left;
  width:100%;
  margin-bottom:10px;
  font-size:13px;
  line-height:normal;
}
div.sitemap div.sitemap_set ul{
  padding:0;
  margin:0;
  list-style-type:none;
  float:left;
}
div.sitemap div.sitemap_set.sitemap_subcities ul{
  margin-bottom:10px;
}
div.sitemap div.sitemap_set ul li{
  float:left;
  background:none;
  padding:0 20px 5px 0; /* modify this to control appearance */
  margin:0;
  width:130px; /* modify this to control how many links per line */
}
div.sitemap div.sitemap_set ul.sitemap_articles_ul li{ /* Articles, LC, FAQ */
  padding-right:0;
  width:450px; /* modify this to control how many links per line */
}
div.sitemap div.sitemap_set ul.sitemap_articles_ul li.right{

}
div.sitemap div.sitemap_set ul.sitemap_articles_ul li small{ /* Articles - date - (2011/05/17) */
  padding: 0 20px 0 0;
}
div.sitemap div.sitemap_set ul li a{
  color: #237485;
  text-decoration: none;
}
div.sitemap div.sitemap_set ul li a:hover{
  text-decoration:underline;
}
/* END Sitemap styles */


/* State Article List */
div.state_articles{
  float:left;
  padding:0 0 10px 0;
}
div.state_articles h3{
}
div.state_articles ul{
  float:left;
  padding:0;
  margin:0;
  list-style-type:none;
}
div.state_articles ul li{
  float:left;
  background:none;
  padding:0;
  margin:0;
  width:120px; /* modify this to control how many states per line */
}
div.state_articles ul li a{
  text-decoration:none;
  font-size:10pt;
}
div.state_articles ul li a:hover{
  text-decoration:underline;
}

/* Home News Articles */
div.home_articles{
  float:left;
  padding:0 0 20px 0;
}
div.home_articles h3{
}
div.home_articles ul{
  float:left;
  padding:0;
  margin:0;
  list-style-type:none;
}
div.home_articles ul li{
  float:left;
  background:none;
  margin:0;
  padding:0 0 10px 0; /* modify this to control appearance */
  width:420px; /* modify this to control appearance */
}
div.home_articles ul li.right{
  margin-left:20px; /* modify this to control appearance */
}
div.home_articles ul li h4{ /* modify this to control appearance */

}
div.home_articles ul li p{ /* modify this to control appearance */
  
}
div.home_articles ul li a{
  text-decoration:none;
}
div.home_articles ul li a:hover{
  text-decoration:underline;
}
/* END NEW STYLES FOR PAGE CLASS */

/* Contact Form Styles */
div#contact_form{
  float:left;
  width:400px;
}
div#contact_form .form_set{
  float:left;
  margin-bottom:5px;
}
div#contact_form .form_set.buttons{
  margin-top:5px;
}
div#contact_form .form_set p{
  float:left;
}
div#contact_form .form_set label{
  float:left;
  width:100px;
}
div#contact_form .form_set input{
  width:200px;
  float:left;
}
div#contact_form .form_set textarea,
div#contact_form .form_set input{
  border:1px solid #000000;
  padding:2px;
}
div#contact_form .form_set.name input{
  width:150px;
}
div#contact_form .form_set.zip input{
  width:100px;
}
div#contact_form .form_set.phone input,
div#contact_form .form_set.fax input,
div#contact_form .form_set.email input{
  width:200px;
}

div#contact_form h3{
  margin-bottom:10px;
}

/* Glossary Styles*/
div.glossary{
  float:left;
  width:100%;
}
div.glossary div{
  float:left;
  width:100%;
  display:none;
}
div.glossary div#letters{
  display:block;
}
div.glossary #letters{
  text-align:center;
  margin:20px 0 10px 0;
}
div.glossary #letters span{
  cursor:pointer;
  padding:0 2px;
}
div.glossary #letters span.letter_large{
  font-size:20px;
  font-weight:bold;
}
div.glossary .category{
  float:left;
}
div.glossary .category h3{
  float:left;
}
div.glossary .category p{
  float:left;
  width:100%;
}

/*Loading Image*/
#loading{ /*Kyle*/
  position:absolute;
  height:33px;
  padding:0 0 0 38px;
  /*background:url(../images/loading.gif) no-repeat top left; - loaded with jquery - IE fix*/
}
#loading span.two_lines{ /*Kyle*/
  line-height:110%;
}
#loading span.one_line{ /*Kyle*/
  line-height:230%;
}
/*end - Loading Image*/

/*Tooltip Styles - Kyle*/
/*
.tooltip{
	display:none;
	background:url(../images/white_arrow_big.png) no-repeat;
	height:183px;
	padding:20px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
.tooltip p{
  color:#000000;
  font-size:10px;
}
.tooltip p strong{
  font-size:11px;
}
div.small_tooltip,
div.large_tooltip{ 
  position:relative;
  z-index:1000;
  margin-left:5px;
}
div.small_tooltip .tooltip{
	display:none;
	background:url(../images/white_arrow.png) no-repeat;
	height:95px;
	padding:15px 10px 10px 25px;
	width:173px;
	font-size:11px;
	color:#fff;
}
div.large_tooltip .tooltip{
	display:none;
	background:url(../images/white_arrow_big.png) no-repeat;
	height:183px;
	padding:20px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
*/
/*end - Tooltip*/

/* 
 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_wrapper{
  float:left;
  margin-top:-8px;
  margin-bottom:10px;
}
div#partner_wrapper div.partner_with_us{
  margin-top:20px;
  float:left;
  border:1px solid #000000;
  padding:10px 16px 16px 15px;
  width:830px;
}

div#partner_wrapper div.partner_with_us ul{
  list-style-type:none;
  padding:0;
  margin:0;
  float:left;
  width:100%;
}

div#partner_wrapper div.partner_with_us ul li{
  padding-top:5px;
  font-size:13px;
  line-height:normal;
  color:#000000;
}

div#partner_wrapper div.partner_with_us ul li span{
  font-weight:bold;
  margin-right:10px;
  width:80px;
  float:left;
  text-align:left;
  line-height:normal;
  color:#000000;
}

div#partner_wrapper div.partner_with_us ul li textarea{
  padding:5px;
  border:1px solid #074686;
  width:728px;
  height:55px;
  font-family: Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#000000;
  margin-top:3px;
}
/* end - Partner With Us */
