/* CSS Document */

html, body, form, h1, h2,h3
{	
	margin: 0px;
	padding: 0px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#000000;			
	text-decoration:none;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;	
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#1F1F1F;	
}
h1
{
	font-size:16px;	
	color:#999933;
	font-weight: bold;
	text-decoration:none;
	margin-top:15px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
}

h2
{
	font-size:15px;	
	color:#525252;
	font-weight: bold;
	text-decoration:none;
	line-height:18px;
}

h3
{
	font-size:12px;	
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
}


/*=====================
		body 
=======================*/

#body
{
	width:960px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}


/*=====================
		header 
=======================*/

#header
{
	float:left;
	width:960px;
	height:48px;
}

/*=====================================
		Open content
=======================================*/

#content
{
	float:left;
	width:850px;
	background-color:#FFFFFF;
}

/*=====================================
		Open footer
=======================================*/
.footer
{
	width:850px;
	margin-top:15px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}

.footer a
{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}


/*****************************/
/* left column start         */
/*****************************/

.noleftcolumn {
width:0px;
}

.leftcolumn {
width:215px;
padding-left:15px;
padding-right:15px;
border-right:0px solid #000000;
padding-top:315px;
}

.leftlink {
font-weight:bold;
line-height:21px;
text-decoration:none;
}

.leftlink a {
text-decoration:none;
color:#003366
}

.leftlink a:hover {
text-decoration:underline;
}

#leftnav			{width: 200px; border-top: 2px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; list-style-type:none; margin-left:0px;}
#leftnav li			{border-bottom: 1px solid #d8d8d8; line-height: 1px;}
#leftnav li a		{color:#888787; font-size: 11px; font-weight:bold; line-height: 17px; padding: 5px 10px; display:block;}
#leftnav li a:hover	{color:#000;}
#leftnav li ul		{padding-bottom: 5px; list-style-type:none;}

/*****************************/
/* main column start         */
/*****************************/

.maincolumn {
padding-left:25px;
padding-right:25px;
}

div.maincolumn div.bodytext {
font-size:14px;
color:#000000;
line-height:20px;
text-decoration:none;
font-weight:normal;
}

.contactustext {
color:#999999;
}

.contactustext a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
text-decoration:none;
}

.contactustext a:hover {
text-decoration:underline;
}

/*****************************/
/* right column start        */
/*****************************/

.norightcolumn {
width:0px;
}

.rightcolumn {
width:240px;
padding-left:15px;
padding-right:0px;
border-left:1px solid #cccccc;
margin-top:0px;
}

/*****************************/
/* pagemessage starts        */
/*****************************/

div.pagemessage {
font-size:12px;
font-weight:bold;
color:#003366
width:500px;
border:solid 5px #003366;
padding:10px;
margin-bottom:20px;
margin-top:15px;
}

/*****************************/
/* loginform starts          */
/*****************************/

form.loginform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.loginform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:20px;
margin-left:0px;
margin-bottom:20px;
}

form.loginform input.loginbutton {
font-size:13px;
font-weight:normal;
margin-top:12px;
margin-bottom:12px;
}

form.loginform input.passwordbutton {
font-size:13px;
font-weight:normal;
margin-left:10px;
margin-bottom:3px;
}

form.loginform input.textfield {
font-size:13px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 200px;
}

form.loginform label{
margin-left: 15px; 
width: 150px;
}

/*****************************/
/* contactform starts        */
/*****************************/

form.contactform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.contactform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:10px;
margin-left:0px;
width:300px;
}

form.contactform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.contactform input.textfield {
font-size:14px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.contactform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width: 300px;
}

form.contactform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width: 294px;
}

form.contactform label{
margin-left: 15px; 
width: 150px;
}

form.contactform  div.desctext {
font-size:11px;
font-weight:normal;
color:#999999
}

form.contactform  div.desctext a{
font-size:11px;
font-weight:normal;
color:#0000ff
}

/*****************************/
/* legislator profile start  */
/*****************************/

div.legislatorprofileoptions {
border-right:1px solid #cccccc;
width:140px;
}

div.legislatorprofileoptions h1 {
font-size:12px;
color:#666666;
}

div.legislatorprofileoptions a {
color:#cc0000;
}

div.legislatorprofile {
font-weight:normal;
margin-right:15px;
font-size:12px;
}

div.legislatorprofile h1 {
font-size:12px;
color:#666666;
}

div.legislatorprofile h2 {
font-size:12px;
color:#666666;
}

div.legislatorprofile a {
color:#cc0000;
}

div.legislatorprofile p {
margin-top:1px;
margin-bottom:1px;
text-align:left;
}

div.legislatorprofile .blogtitle {
color:#666666;
font-size:12px;
font-weight:bold;
margin-top:8px;
margin-bottom:8px;
line-height:25px;
}

div.legislatorprofile .postedby {
color:#666666;
font-size:11px;
line-height:20px;
}
div.legislatorprofile .postedby a {
color:#666666;
}

div.legislatorprofile .summary {
color:#666666;
font-size:12px;
}

div.legislatorprofile .legislatorcontactform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

div.legislatorprofile .legislatorcontactform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

div.legislatorprofile .legislatorcontactform input.textfield {
font-size:12px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width:250px;
}

div.legislatorprofile .legislatorcontactform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width:275px;
}

div.legislatorprofile .legislatorcontactform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width:254px;
}

div.legislatorprofile .legislatorcontactform label{
margin-left:15px; 
width:150px;
font-size:11px;
}

/*****************************/
/* legislatorcomments starts */
/*****************************/


div.legislatorcommentsarea h2{
font-size:18px;
text-align:left;
background-color:transparent;
padding:0px;
margin-bottom:10px;
color:#666666;
}

div.legislatorcomments {
font-weight:normal;
width:95%;
border:solid 1px #cccccc;
padding:10px;
margin-bottom:20px;
color:#666666;
}

div.legislatorcomments label{
font-size:10px;
font-weight:normal;
color:#999999;
text-align:left;
}

div.legislatorcomments label a{
font-size:10px;
font-weight:normal;
color:#999999;
text-align:left;
}

div.legislatorcomments div.dottedline{
height:1px;
width:175px;
text-align:left;
border-bottom:dashed 1px #999999;
margin-top:4px;
margin-bottom:8px;
}

div.legislatorcommentsarea .feedlink a{
font-size:10px;
color:#999999;
}
