﻿/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #444;text-decoration:none;}
a:hover {color: #8BA0DF;}

body {
	BEHAVIOR: url(csshover.htc);
	background: #fff url(img/bluefadevertlarge.jpg) repeat-x;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 {
	font: normal 1.4em Tahoma,sans-serif;
	margin-bottom: 2px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	margin-left:75px;
	color: #8BA0DF;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #fff;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(img/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	background: #fff url(img/bluefadevert.jpg) repeat-x;
	overflow: auto;
	width: 212px;
	color: #000;
}

.header .right p,.header .right h2 
{
    padding: 0 16px;
}
    
.header .right h2 
{
    padding-top: 16px; 
    font: normal 1.6em "Trebuchet MS",sans-serif;
    color:#bccefe;
}
.right a
{
    color:#222;
}
.right a:hover
{
    color:#000;
    text-decoration:underline;
}

    
    

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

.main1col {
	border-top: 4px solid #FFF;
	background: url(img/bgmain1col.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #ACAC6F;
}
.sidenav li {border-bottom: 1px solid #ACAC6F;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #A8A88A;
	color: #fff;	
}

.sidenavmember {
	float: left;
	width: 210px;
}
.sidenavmember h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding-left: 12px;
}
.sidenavmember ul {
	padding: 0;
	border-top: 1px solid #ACAC6F;
}
.sidenav li {border-bottom: 1px solid #ACAC6F;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenavmember li a:hover {
	background: #A8A88A;
	color: #654;	
}



/* content */
/*
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
*/
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul {
    padding:0px;
    margin:0px;
    margin-top:-3em;
}

.content li {
	list-style: url(img/li.gif);
	font-size:1.2em;
	margin-left: 18px;
}
.content p,td,th {font-family: "Lucida Sans Unicode",sans-serif;
    font-size:1.2em;
    }


.contentmember {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.contentmember .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contentmember ul {
    padding:0px;
    margin:0px;
    margin-top:-3em;
}

.contentmember li {
	list-style: url(img/li.gif);
	font-size:1.2em;
	margin-left: 18px;
}
.contentmember p {font-family: "Lucida Sans Unicode",sans-serif;
    font-size:1.2em;
    }



/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}

#footerright
{
    float:right;
}

.footer a,.footer a:hover {color: #FFF;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}



DIV#listmenu
{
    padding:0px;
    margin:0px;
    border:0px;
    width:100%;
	float:left;
	font-size:.9em;
	font-weight:normal;
	background: #D9E1E5 url(img/nav.gif) repeat-x;
	border: 1px solid #4A8393;
	border:0;
	height: 41px;
	background-color:#fff;
	
}


DIV#listmenu UL
{
    MARGIN: 0px 0px 0px 10px;
}
DIV#listmenu LI
{
    BORDER-RIGHT: #aca8ff 1px solid;
    Z-INDEX: 100;
    FLOAT: left;
    LIST-STYLE-TYPE: none;
    POSITION: relative;
    BACKGROUND-COLOR: #aca8ff
}
DIV#listmenu LI:unknown
{
    BORDER-LEFT: #aca8ff 1px solid
}
DIV#listmenu LI:hover
{
    BACKGROUND-COLOR: #fff;
background-position: left bottom; color: #234;
}
DIV#listmenu A
{
    PADDING-RIGHT: 6px;
    DISPLAY: block;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 0px;
    COLOR: #456;
    color:#012070;
    PADDING-TOP: 0px;
    TEXT-DECORATION: none
}
DIV#listmenu LI {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
DIV#listmenu A:hover
{
    COLOR: #234
}
DIV#listmenu UL LI UL
{
    LEFT: -1px;
    MARGIN: 0px;
    WIDTH: 20em;
    POSITION: absolute
}
DIV#listmenu UL LI UL LI
{
    BORDER-RIGHT: #4a8393 1px solid;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #4a8393 1px solid;
    WIDTH: 100%;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #4a8393 1px solid;
    background-image:none;
    line-height: 20px;
    
}
DIV#listmenu UL LI UL LI:unknown
{
    BORDER-TOP: #AFBEC7 1px solid
}
DIV#listmenu UL LI UL
{
    DISPLAY: none
}
DIV#listmenu UL LI:hover UL
{
    DISPLAY: block
}
BODY DIV#listmenu UL LI UL LI UL
{
    LEFT: 10em;
    VISIBILITY: hidden
}
DIV#listmenu UL LI UL LI:hover UL
{
    VISIBILITY: visible
}
 HTML DIV#listmenu UL
{
    FLOAT: left;
    MARGIN-LEFT: 5px;
    
}
 HTML DIV#listmenu UL LI UL
{
    BORDER-TOP: #AFBEC7 1px solid;
    BORDER-LEFT: 0px
}

.women {
	color: #8BA0DF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: larger;
	font-style: italic;
	font-weight:bold;
}
.two {

	color: #AFBEEA;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: larger;
		font-style: italic;
			font-weight:bold;
}
.win {

	color: #8BA0DF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: larger;
		font-style: italic;
			font-weight:bold;
}
.required {
	color: #ff0000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: larger;
	font-style: italic;
	font-weight:bold;
	padding-left:.5em;
}
div.clearthefloats {clear:both;}

.content img.left
{
    float: left;
    border: 1px solid black;
    margin: 0px 4px 0px 0px;
}

.campaigntable
{
    border:1px solid #d6dde6;
    border-collapse:collapse;
}
.campaigntable p, td, th 
{
    font-size:1em;
}

.campaigntable td
{
    border:1px solid #d6dde6;
    text-align:left;
    padding:4px;
}
.campaigntable th
{
    border:1px solid #828282;
    background-color:#bcbcbc;
    font-weight:bold;
    text-align:left;
    padding:4px;
}
.campaigntable th.date
{
    width:80px;
}
.campaigntable th.title
{
    width:150px;
}
.campaigntable th.summary
{
    width:270px;
}
.campaigntable tr:hover, .campaigntable tr.hilite
{
    background-color:#dfe7f2;
    color:#000000;
}


.seattable
{
    border:1px solid #d6dde6;
    border-collapse:collapse;
}
.seattable p, td, th 
{
    font-size:1em;
}

.seattable td
{
    border:1px solid #d6dde6;
    text-align:left;
    padding:4px;
}
.seattable th
{
    border:1px solid #828282;
    background-color:#bcbcbc;
    font-weight:bold;
    text-align:left;
    padding:4px;
}
.seattable th.date
{
    width:80px;
}
.seattable th.party
{
    width:300px;
}
.seattable th.incumbent
{
    width:150px;
}
.seattable th.majority
{
    width:80px;
}
.seattable th.swing
{
    width:40px;
}
.seattable td.swing, td.majority
{
    text-align:right;
}

.seattable tr:hover, .seattable tr.hilite
{
    background-color:#dfe7f2;
    color:#000000;
}
.content p.formleft
{
    float:left;
    width:150px;
}
.content p.formright
{
    margin-left:160px;
}

.stafftable
{
    border:1px solid #d6dde6;
    border-collapse:collapse;
}
.stafftable p, td, th 
{
    font-size:1em;
}

.stafftable td
{
    border:1px solid #d6dde6;
    text-align:left;
    padding:4px;
}
.stafftable th
{
    border:1px solid #828282;
    background-color:#bcbcbc;
    font-weight:bold;
    text-align:left;
    padding:4px;
}
.stafftable th.name
{
    width:190px;
}
.stafftable th.phone
{
    width:180px;
}
.stafftable th.phone
{
    width:180px;
}

.stafftable tr:hover, .stafftable tr.hilite
{
    background-color:#dfe7f2;
    color:#000000;
}
img.left_no_border
{
    float:left;
    margin:0 10px 10px 0px;
    border:0px;
}
img.right_no_border
{
    float:right;
    margin:0 0 10px 10px;
    border:0px
}
img.left
{
    float:left;
    border:1px solid #4a8393;
    margin:0 10px 10px 0px;
}
img.right
{
    float:right;
    border: 1px solid #4a8393;
    margin:0 0 10px 10px;
}
.candidatesearchitem
{
 	/*background: #fff url(img/bluefadevertppc.jpg) repeat-x;*/
 	background-image:none;
 	border-top:1px solid #4a8393;
 	width:100%;
}
.candidatesearchitem p
{
    padding:5px;
}