

/* Main Stylesheet */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #BBBBBB;
}

* {
	padding: 0;
	margin: 0;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	font: normal 0.9em Arial;
	padding: 0;
	background: White;
	border: 0px Orange solid;
}

#header {
	text-align: left;
	overflow: hidden;
	background: White;
	width: 100%;
	height: 100px;
	border: 0px Orange solid;
}

#hleft {
	float: left;
	border: 0px Orange solid;
	margin-left: 50px;
	display: inline;
}

#hright {
	width: 777px;
	height: 98px;
	float: right;
	margin-right: 50px;
	background: #FCFEFD;
	border: 0px Black solid;
	display: inline;
}

#htop {
	width: 777px;
	float: right;
	border: 0px Green solid;
	height: 64px;
}
#hbottom1 {
	float: left;
	width: 9px;
	height: 33px;
}

#mainmenu {
	width: 774px;
	background-image: url('../images/menu_bar.jpg');
	background-repeat: no-repeat;
	height: 36px;
	border: 0px Blue solid;
	float: right;
}

#hbottom2 {
	width: 756px;
	height: 36px;
	float: left;
	background: white url('../images/menu_bar.jpg') repeat-x;
}

#hbottom3 {
	float: right;
	width: 9px;
	height: 33px;
}

#menu {
	text-align: right; 
	border: 0px Orange solid;
	float: right;
}

#menu td {
	padding: 10px 15px;
	font: bold 11px Arial, Verdana;
}

#menu tr td a {
	color: White;
	text-decoration: none;
	border: 0px Blue solid;
}

#menu tr td a:hover {
	color: steelBlue;
}


/* MID SECTION */
#mid {
	float: left;
	width: 1000px;
	text-align: center;
	border: 0px Orange solid;
	background: white;
}

.inside {
	width: 900px;
	margin: 0 50px;
}

#default1 {
	width: 900px;
	height: 440px;
	border: 0px Orange solid;
	background: white url('../images/bg_mid.jpg') no-repeat ;
}

#default table tr td {
	width: 100px;
	border: 0px Orange solid;
}

#contact {
	margin: 0px 0px 0px 0px;
	width: 100%; 
	border: 0px Orange solid;
	clear: both;
}

#contact table {
	margin: 20px 0;
}

/* Home stuff */

#innerbottom {
	clear: both;
	height: 34px;
	width: 950px;
	background-image: url('../images/innerbottom.jpg');
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 900px;
	height: 30px;
	margin: 0 50px;
	text-align: center;
	background-image: url('../images/menu_bar_foot.jpg');
}

table.foottable {
	width: 100%;
}

table.foottable td {
	font: normal 11px Verdana, Arial;
	padding: 3px 5px;
}

.foottable td a {
	color: White;
	text-decoration: none;
}

td.footleft {
	text-align: left;
}

td.footright {
	text-align: right;
}

#foo {
	margin: 0 10px;
}

table.form {
	width: 60%;
	border: 1px #DCDCDC solid;
}

table.form td {
	font: bold 0.9em Arial;
	border: 0;
	vertical-align: top;
	font-style: Oblique;
	padding: 10px;
	background: #F8F8FF;
	text-align: left;
}

table.form td input, table.form td textarea, table.form td select {
	font: normal 10px Verdana;
}

table.form td select {
	background-color: #F8F8FF;
	border: 1px #B0C4DE solid;
}

table.form td a {
	text-decoration: none;
}

table.form2 {
	margin: 0 100px;
	width: 80%;
	border: 1px #DCDCDC solid;
}

table.form2 td {
	font: bold 0.9em Arial;
	border: 0;
	vertical-align: top;
	font-style: Oblique;
	padding: 10px;
	background: #F8F8FF;
	text-align: left;
}

table.form2 td input, table.form2 td select {
	font: normal 10px Verdana;
	width: 120px;
}

table.form2 td select {
	background-color: #F8F8FF;
	border: 1px #B0C4DE solid;
}

table.form2 td a {
	text-decoration: none;
}

table.form3 {
	width: 90%;
	margin: 20px 50px;
	border: 1px #DCDCDC solid;
}

table.form3 td {
	font: normal 1em verdana;
	border: 0;
	vertical-align: top;
	padding: 10px;
	background: #F8F8FF;
	text-align: left;
	line-height: 20px;
}

table.form td3 select {
	background-color: #F8F8FF;
	border: 1px #B0C4DE solid;
}

table.form3 td a {
	text-decoration: none;
}


table.contestant {
	width: 900px;
	border: 1px #EEE8FF solid;
}

.firstrow {
	background: #F8F8FF;
	color: White;
}

table.contestant tr td {
	font: normal 11px Arial;
	border: 1px #EEE8FF solid;
	color: Gray;
	text-align: left;
	padding: 5px 3px;
}

#cons {
	width: 100%;
	border: 0px Orange solid;
	margin-bottom: 20px;
	text-align: left;
	min-height:400px;
}

table.state {
	
}

table.state td {
	
}

table.state a {
	text-decoration: none;
	color: #155390;
}

table.statemain {
	margin: 10px 160px;
}

table.statemain td {
	text-align: left;
	vertical-align: top;
	padding: 3px 0px;
	font: bold 11px Arial;
}

table.statemain td table tr td a {
	text-align: left;
	vertical-align: top;
}

h2 {
	font: bold 16px Arial;
	font-style: Oblique;
	color: #0E5833;
	padding: 10px 10px 0 10px;
	border-bottom: 3px #0E5833 dotted;
	padding: 3px 20px;
	font: bold 11px Arial;
}

#cons h3 {
	font: bold 12px Arial;
	font-style: Oblique;
	color: #0E5833;
	padding: 5px 10px 0 10px;
	/*border-bottom: 1px #DCDCDC solid;*/
}

#cons h2 {
	font: bold 16px Arial;
	font-style: Oblique;
	color: #0E5833;
	padding: 10px 10px 0 10px;
	border-bottom: 3px #0E5833 dotted;
}

table.ass {
	text-align: left;
	width: 100%;
}

table.ass td {
	vertical-align: top;
	font: normal 11px Arial;
	padding: 5px 5px;
}

table.ass td ul {
	list-style-type: none;
}

table.ass td ul li {
	font: normal 11px Arial;
	padding: 9px 5px;
	border-bottom: 1px #F8F0FF solid;
}

table.ass td ul li span {
	color: Green;
	
}

table.ass td a {
	text-decoration: none;
	color: #155390;
}

table.form4 {
	width: 90%;
	cellspacing: 5px;
	cellpadding: 5px;
	margin: 10px 40px;
	border: 1px #F8F8F8 solid;
}

table.form4 td {
	font: normal .8em Arial;
	border: 0;
	vertical-align: top;
	padding: 5px 10px;
	background: #F8FFFF;
	text-align: left;
	border: 1px #F8F8F8 solid;
}

#bold {
	font: bold 1.2em Arial;
	color: #0E5833;
}

#bold td {
	background-color: #DCDCDC;
}
#bold1 {
	font: bold 1.2em Arial;
	color: #0E5833;
}

#bold1 td {
	background-color: #DCDCDC;
}
#bold2 {
	font: bold 1.2em Arial;
	color: #0E5833;
}

#bold2 td {
	background-color: #DCDCDC;
}
#bold3 {
	font: bold 1.2em Arial;
	color: #0E5833;
}

#bold3 td {
	background-color: #DCDCDC;
}
#bold4 {
	font: bold 1.2em Arial;
	color: #0E5833;
}

#bold4 td {
	background-color: #DCDCDC;
}
#bold5 {
	font: bold 1.2em Arial;
	color: #0E5833;
}

#bold5 td {
	background-color: #DCDCDC;
}

.modalPopup {
	background-color:#F8F8FF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px; 
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.close {	
    DISPLAY: block;	
    BACKGROUND: url(../images/close24.png) no-repeat 0px 0px;	
    LEFT: 500px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	

}
.voterprofile
{
    font: bold 11px verdana;
    height:25px;
    text-align:left;
}

.sitemap
{
	font-size:13px;
		
}

.sitemap td
{
	padding:4px;	
}

.sitemap td a
{
	text-decoration: none;
	color: #155390;
	
}
