/* Browser-specific styles
=====================================================================*/
 
 
 
/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }
 
 
/* Global Elements
=====================================================================*/
 
html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
 
body 
{
	background: url(images/NewBackground.jpg) no-repeat scroll 50% 0pt;
	background-color:#000000;
	text-align: center;
	line-height: 1.6em;
}
 
input[type="text"] { 
}
 
/* Library
=====================================================================*/
 
.l { float: left; width: 49%; }
.r { float: right; width:49%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }
 
div.hidden, a.hidden
{
	display: none;
	margin: 0;
}
 
/* Typographic Elements
=====================================================================*/
 
h2, h4, h6, body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
 
 
 
/* Homepage Specific Headers
=====================================================================*/
 
h1 {
	font-size: 1.2em;
	line-height: 0.9em;
	color: #2575ad;
}
 
h2 {
	font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}
 
.l h2 { } /* Left column specific */
 
.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; } /* Right column specific */
 
h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
}
 
h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}
 
h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}
 
h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
 
/* Misc Typography
=====================================================================*/
 
body { 
	font-size: .75em; 
	line-height: 1.5em;
	color: #424242;}
 
table { 
	font-size: 1em; 
	line-height: 1.5em;
	color: #424242;}
 
i, em { 
	font-style: italic;
}
 
blockquote {
	clear:both;
	font-size:1.2em;
	line-height: 1.6;
	padding: 0px;
	color: #666666;
}
 
blockquote, blockquote p {
	clear: both;
	color: #666666;
}
 
.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}
 
.citation, .cite {
	font-size: 12px;
}
 
 
 
 
/* List Elements
=====================================================================*/
 
ul li 
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
 
li a {
	padding-top: 0px;
	padding-bottom: 0px;
}
 
li a:hover {
	background-color: #eeeeee;
}
 
 
 
dl {
	height: auto;
	margin: 0;
	list-style: none;
 
}
 
dl a {
	display: none;
	padding-top: 2px;
	padding-bottom: 2px; 
}
 
dl a:hover {
	background-color: #ffffff;
}
 
dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}
 
dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 
 
dd {
	margin-left: 50px;
}
 
 
.alt-text { font-family: Georgia;text-transform: lowercase;}
 
 
 
 
 
 
/* Global Links
=====================================================================*/
 
a {
	margin: 0px;
	padding: 0px;
}
 
a:link,
a:visited,
a:active
{
	background: transparent;
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
 
a:hover
{
	background: transparent;
	color: #03F;
	text-decoration: none;
	font-weight: bold;
}
 
 
/* Grid
=====================================================================*/
 
/* layout styles */
 
 
#house
{
	margin: 0 auto 25px auto;
	text-align: center;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 930px; 	/* Total width */
	background-repeat:repeat-y;
}
 
 
#header,
#content,
#bottom {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
 
 
#content
{	
	width: 960px;
	margin: 0 auto;
	background: transparent url(#) repeat-x;
}
 
#content_fade
{	
	width: 960px;
	margin: 0 auto;
	background: transparent url(#) repeat-x;
}
 
#page_content { padding: 20px 60px 40px 30px; }
 
#page_content .nav { font: 12px arial; margin: 0 0 15px 0;}
 
 
 
#page_content #issues  ul li {
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
 
#page_content ul li {
	height: auto;
	margin: 12px;
	padding: 0;
	list-style: disc outside;
}
 
div#page_content div#inset_r ul li {
	margin:0px;
	padding: 0;
	list-style: none;
}
 
div#page_content div#inset_r ul li.more {
	padding: 5px 10px;
 
}
 
div#page_content div#inset_r ul li ul li {
	padding: 3px;
	list-style: circle inside;
}
  
#col1a {
	float: left;
}
 
#col1b {
	float: right;
}
 
.module.l  {
	height: auto;
	width: 270px;
	padding: 20px 15px 20px 35px ;
}
 
.module.r 	{
	height: auto;
	width: 270px;
	padding: 20px 35px 20px 15px ;
}
 
.state_module_left {
	float:left;
	width:49%;
	padding: 0px !important;
}
 
.state_module_right {
	float:right; 
	height:auto; 
	width:240px; 
	padding:10px 0px 0px 30px !important;
}
 
#column2 .module {
	padding-top:20px;
}
 
#header {
	height: 156px;
	display: block;
	background-image: url(#);
}
 
#header h1 {
	float:left;
}
 
#bottom {
	background-color: #ffffff;
}
 
#logo-print { display: none; }


 


.style25 {
	color: #039;
	font-size: 1.5em;
	font-weight: bold;
}
