/* 
Ashton Services, Inc.
Author: Benjamin Fiske
Date: June 5, 2008
Edited by L. Taibbi, J. Flynn
Date: Aug 2008
*/


/* 
----------------------------------------GENERAL DOCUMENT STYLES----------------------------------------
*/

* {margin: 0px; padding: 0px;}

body { 
	background-color: #72879e;
	font-family: arial, helvetica, Lucida Sans, Times New Roman, Georgia, serif;
	font-size: 15px; 
	padding: 0px; 
	margin: auto;
	text-align: center;
}
p  {
	margin-top: 1em;
}
ul {
	list-style: none;
	margin-left: 5px;
  }
li {
	font-size: 15px;
	padding-left: -5px;
	margin-left: 0px;
	margin-top: 13px;
}
a:link { 
	text-decoration: none;
	border-style: none;
}
a:hover, a:active, a:visited { 
	border-style: none;
	text-decoration:none;
}




img{
	border-style: none;
}
h4{
	font-size: 11px;
}
.clear{
	clear: both;
}
/*	----------------------------------------LANDING PAGE----------------------------------------
*/

#container{
	width: 865px;
	margin: auto;
}

/*
				HEADER/NAV
*/

#header{
	width: 865px;
}
#header_graphic{
	height: 108px;
	width: 865px;
	position: relative;
	background: url(/images/header_BG.gif) top no-repeat;
}
#nav{

	height: 20px;
	width: 865px;
	background: #FF0000 url(/images/nav_BG.png) top no-repeat;
}
#nav ul{
	padding: 0px 0px 0px 24px;
	font-weight: bold;
	width: 850px;
        margin: 0;
}
#nav li{
		padding: 1px 36px 0px 0px;
		margin-top: 1px;
		/* font-variant: small-caps; */
		float: left;
		text-align: center;
                
}
#nav li#last_cat {
                padding-right: 0px;
}
#nav a:link, #nav a:visited {
	font-size: 15px;
	color: #3A3A3A;
}
#nav a:active, #nav a:hover, #header #nav li.active a{
	color: #DD0000; font-weight: bold;
}

#masthead{
	height: 184px;
	width: 865px;
	background: url(/images/masthead_BG.jpg) top no-repeat;
}

#two #masthead{
	background: url(/images/masthead_BG_2_text.png) top left no-repeat;
}

#three #masthead{
	background: url(/images/masthead_BG_3_text.png) top left no-repeat;
}

#four #masthead{
	background: url(/images/masthead_BG_4_text.png) top left no-repeat;
}

#five #masthead{
	background: url(/images/masthead_BG_5_text.png) top left no-repeat;
}

#six #masthead{
	background: url(/images/masthead_BG_6_text.png) top left no-repeat;
}


#search_div{
	width: 210px;
	height: 30px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;	
}
#search_submit{
	margin-top: 5px;
	margin-left: 5px;
	width: 40px;
	color: #555555;
	font-weight: bold;
        background-color: #c0c0c0;
	border: #FFFFFF 1px solid;
}
#search_textbox{
	padding-top: 3px;
	padding-left: 3px;
	height: 25px;
	color: #555555;
        font-family: arial, helvetica, san-serif;
	font-size: 14px;
        font-weight: bold;
	width: 150px;
	border: 1px solid #a0a0a0;
}

#google_translate_element{
	margin: 0px 25px 3px 0px;	
} 

#google_translate_element .goog-te-combo{
	height: 25px;
        width: 170px;
	margin: 10px 0px 3px 0px;
        font-family: arial, helvetica, san-serif;
	font-size: 14px;
        font-weight: normal;
        border: 1px solid #a0a0a0;	
}

/*			MAIN CONTENT
*/
#content{
	width: 865px;
	background: white;
	background: white url(/images/sidebar_bottom_BG_long.jpg) top left no-repeat;
}
#main_content{
	background: white url(/images/main_content_BG.png) top left no-repeat;
	color: #000000;
	width: 655px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#main_content .text_container ul {
list-style-type: disc;
margin-left: 25px;
}
#main_content.wide{
	width: 845px;
}

#two #main_content{
	background: white url(/images/main_content_BG_2.png) top left no-repeat;
}

#three #main_content{
	background: white url(/images/main_content_BG_3.png) top left no-repeat;
}

#four #main_content{
	background: white url(/images/main_content_BG_4.png) top left no-repeat;
}

#five #main_content{
	background: white url(/images/main_content_BG_5.png) top left no-repeat;
}

#six #main_content{
	background: white url(/images/main_content_BG_6.png) top left no-repeat;
}


#container #main_content.hide_background {
      padding-top: 40px;
      background: white;
}
.text_container{
	position: relative;
	text-align: left;
	margin: auto;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 5px;
        min-height: 15px;
}

/*			SIDEBARS
*/
#sidebar_header{
	width: 209px;
	background: url(/images/sidebar_top_BG.png) top right no-repeat;
	padding-top: 55px;
	text-align: left;
}

#two #sidebar_header{	
	background: url(/images/sidebar_top_BG_2.png) top right no-repeat;

}

#three #sidebar_header{
	background: url(/images/sidebar_top_BG_3.png) top right no-repeat;
}

#four #sidebar_header{
	background: url(/images/sidebar_top_BG_4.png) top right no-repeat;
}

#five #sidebar_header{
	background: url(/images/sidebar_top_BG_5.png) top right no-repeat;
}

#six #sidebar_header{
	background: url(/images/sidebar_top_BG_6.png) top right no-repeat;
}

#sidebar{
	float: left;
	width: 209px;
}
#sidebar_text_header{
	padding: 0 5px 0 8px;
	font-size: 18px;
	color: #E7153B;
	font-weight: bold;
       
}
#sidebar ul{

}
#sidebar li{
	padding-left: 10px;
        font-size: 14px;       
        font-weight: bold;
}

#navlist a.active, #navlist a:hover {
color: #E7153B;
font-weight: bold;
}

#sidebar_header ul a{
	color: #3A3A3A;
}
#sidebar_header ul li.active a {
	color: #FF0000;
}
/*
		FLOAT
*/
.float{
	float: right;
	background: url(/images/float_top_BG.png) top no-repeat;
	width: 208px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 17px;
}
	
.float_nest{
	background: url(/images/float_center_BG.png) repeat-y;
	padding: 5px 10px 0px 15px;
}
.float_bottom{
	background: url(/images/float_bottom_BG.png) bottom no-repeat;
	height: 13px;
	margin-top: -6px;
}
.float_header{
	font-size: 18px;
	color: red;
	font-weight: bold;
}
.float_list_header{
	font-size: 18px;
	color: #262626;
	font-weight: bold;
}

/*
		FOOTER
*/

#footer{
	background: url(/images/footer_BG.png) top no-repeat;
	width: 865px;
	height: 40px;
	text-align: center;
        color: #333333;
        font-weight: bold;	
	margin-top: 0px;
	padding-top: 10px;
}
#footer p{
	margin-top: 0px;
}

/* Search Results */

#sr_number_results {
font-size: 10pt;
padding-left: 20px;
}

#sr_table_outer {
width: 100%;

}

#sr_table_inner {
width: 100%;

}

.sr_column_headers td {
background-color: #a7adb2;
color: #FFFFFF;
font-weight: bold;
padding: 0px 2px 0px 4px;

}

.sr_result_top td {

font-weight: bold;
padding-left: 4px;
border-bottom: 1px dashed black;

}

.sr_result_body {
font-size: 11pt;
font: 10pt arial;
}

#sr_pagination {
font-size: 10pt;
}

.greyed {
color: grey;
}

/* ADDITIONS FOR DEMAND RESPONSE FORM */
div#dform {
	width: 685px;
	text-align: left;
}

p.ftype {
	margin: 5px 0 0 10px;
}
p.ftype span.und {
	padding: 0;
	width: 0;
	border-bottom: 1px solid black;
	margin: 0 10px 0 10px;
}
p.btype {
	text-indent: -16px;
	margin: 5px 0 0 26px;
}
p.btype span.und {
	padding: 0;
	width: 0;
	border-bottom: 1px solid black;
	margin: 0 0 0 5px;
}
p.spacer {
	margin: 0; font-size: 5px; line-height: 5px;
}