﻿*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #d7e8f2;
}
#wrapper
{
	margin: 0 auto;
	width: 1000px;
}
#border
{
	width: 998px;
	border: 1px solid #ccd2de;
	background-color: #fff;
	float: left;
	
}
#header
{
	width: 998px;
	float: left;
	height: 141px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#navigation
{
	float: left;
	width: 998px;
	height: 33px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	color: #686868;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
#navigation ul li
{
	display: inline;
}
#navigation a
{
	padding: 0 7px 0 7px;
}
#navigation a:link
{
	color: #686868;
	text-decoration: none;
}
#navigation a:visited
{
	color: #686868;
	text-decoration: none;
}
#navigation a:hover
{
	color: #ec0b14;
	text-decoration: none;
}
#navigation #active
{
	color: #ec0b14;
	text-decoration: none;
}

/**/
.DevxHeader
{
	border-bottom: 1px solid #4C2E14;
	border-right: none;
	border-left: none;
	background-color: White; /*cursor: text;*/
	height: 40px;
}

.DevxHeaderForVotingResult
{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
	border-top: 2px dotted #666666;
	border-right: none;
	border-left: none;
	background-color: White; /*cursor: text;*/
	height: 35px;
	vertical-align: bottom;
}
.SortedDevxHeader
{
	border-bottom: solid 1px black;
	border-right: none;
	border-left: none;
	background-color: White;
	height: 40px;
	text-decoration: underline;
}
/*LegislatorVotingRecord*/
.HeaderStyle
{
	border-bottom: solid 1px black;
	border-right: none;
	border-left: none;
	background-color: White;
	height: 10px;
}


/*Home*/
#home
{
	width: 887px;
	height: 250px;
	float: left;
	padding: 20px 0 0 50px;
}
#home ul
{
	list-style: none;
	margin: 10px 0 0 35px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
#home ul li
{
	color: #fff;
	list-style-image: url(images/arrow.png);
}
#home a
{
	color: White;
	text-decoration: none;
}
#home h1
{
	background-image: url(images/bgh.jpg);
	background-repeat: repeat-x;
	font-size: 19px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
}
#home img
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
.hometop
{
	height: 32px;
	background-image: url(images/bgh.jpg);
	background-repeat: repeat-x;
}

#boxa
{
	width: 296px;
	height: 207px;
	background-image: url(images/reda.jpg);
	background-repeat: no-repeat;
	float: left;
}
#boxb
{
	width: 295px;
	height: 207px;
	background-image: url(images/redb.jpg);
	background-repeat: no-repeat;
	float: left;
}
#boxc
{
	width: 296px;
	height: 207px;
	background-image: url(images/redc.jpg);
	background-repeat: no-repeat;
	float: right;
}
.ad
{
	width: 329px; /*330px;*/
	height: 125px;
	float: left;
	background-color: #fff;
	border: 1px solid #999;
	margin: 10px 0 20px 0;
	cursor: pointer;
}
.adbig
{
	width: 988px;/*980px*/
	height: 145px;/*125px*/
	float: left;
	background-color: #ffffff;
	border: 1px solid #999;
	/*padding: 10px 0 10px 8px;*/
	margin:3px 3px 3px 4px;
	text-align:center; 
	cursor: pointer;
}
.senator
{
	width: 320px;
	float: left;
	padding: 0 0 0 10px;
}
.sendetails
{
	border-bottom: 1px dotted #999;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.sendetails img
{
	float: left;
	margin: 0 10px 10px 0;
}
.senators
{
	float: left; /*width: 998px;*/
}
.senators img
{
	border: none;
}
.senators h1
{
	color: #28477e;
	font-size: 20px;
}
.senators h2
{
	color: #423115;
	font-size: 20px;
}
.senators h2 a:link
{
	color: #423115;
	font-size: 20px;
	text-decoration: none;
}
.senators h2 a:visited
{
	color: #423115;
	font-size: 20px;
	text-decoration: none;
}
.senators h2 a:hover
{
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.senators h3
{
	color: #423115;
	font-size: 16px;
	font-weight: bold;
}
.senators p
{
	color: #423115;
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0 0 0;
}
.senators p span
{
	color: #28477e;
}
.senators a:link
{
	color: #28477e;
}
.senators a:visited
{
	color: #28477e;
}
.senators a:hover
{
	color: #28477e;
	text-decoration: none;
}
.senators .color a
{
	color: #423115;
	text-decoration: none;
}
.voteresult
{
	font-family: Arial, Helvetica, sans-serif;
}

.voteresult p
{
	color: #1d722e;
}
.voteresult p b
{
	color: #aa0000;
}
.voteresult span
{
	float: right;
	font-weight: bold;
}
.voteresult .positive
{
	color: #1d722e;
}
.voteresult .negative
{
	color: #aa0000;
}
.voteresult img
{
	margin: 10px 0 0 0;
}
.buttons img
{
	float: none;
}
.p45
{
	width: 45px;
	height: 7px;
	background-color: #1a742c;
}
.n55
{
	width: 55px;
	height: 7px;
	background-color: #aa0001;
}
.text
{
	width: 980px;
	float: left;
	color: #483014;
}
.text p
{
	font-size: 24px;
	color: #483014;
	text-align: right;
	font-weight: bold;
}
.text table
{
	width: 825px;
	margin: 0 0 0 50px;
}
.text table p
{
	line-height: 40px;
}
.text table p span
{
	font-size: 15px;
	font-weight: bold;
}
.text table span
{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.text img
{
	vertical-align: middle;
	border: none;
}

/*Billpage*/
.bill
{
	width: 998px;
	float: left;
}
.bill h1
{
	font-size: 26px;
	color: #28497e;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px 0;
	line-height: 50px;
}
.bill p
{
	color: #4a2f14;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 20px 10px 30px;
}
.bill p b
{
	color: #42618f;
}
#howvote
{
	/*width: 848px;*/
	float: left;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 10px 0px;
	padding: 10px 0 10px 80px;
}

#howvote .voteresult
{
	float: left;
	margin: 0 80px 0 0;
}
#howvote h3
{
	color: #4c2e14;
	font-size: 18px;
	line-height: 30px;
}
#howvote h4
{
	color: #4c2e14;
	font-size: 14px;
	line-height: 30px;
}
#howvote h4 span
{
	color: #42618f;
	float: none;
}
#howvote p
{
	line-height: 20px;
}
.bill a:link
{
	color: #42618f;
}
.bill a:visited
{
	color: #42618f;
}
.bill a:hover
{
	color: #42618f;
	text-decoration: none;
}

.voterecorded
{
	color: Red;
	font-size: 13px;
}
#yesno
{
	width: 980px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 10px 10px;
	padding: 10px 0 10px 0;
	text-align: center;
	float: left;
	vertical-align: middle;
}
#yesno h2
{
	color: #4c2e14;
	font-size: 18px;
	vertical-align: middle;
}
#yesno img
{
	vertical-align: middle;
	border: none;
	margin: 0 0 0 10px;
}
#fundraising
{
	width: 680px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 10px 10px;
	padding: 10px 0 10px 0;
	text-align: left;
	float: left;
}
#fundraising p
{
	color: #4a2f14;
	font-size: 14px;
}
#fundraising h2
{
	color: #28497e;
	font-size: 18px;
}
.legislator
{
	float: left;
	width: 270px;
	padding: 10px 0 0 45px;
}
.legislator table
{
	width: 270px;
	padding: 0;
	border-collapse: collapse;
	color: #4c2e14;
	border-top: 2px dotted #4c2e14;
	font-size: 12px;
	float: left;
}
.legislator .h
{
	font-weight: bold;
	color: #4c2e14;
	line-height: 30px;
}
.legislator .h td
{
	border-bottom: 1px solid #4c2e14;
}
.legislator span
{
	color: #4c2e14;
	line-height: 24px;
}
.legislator .yes
{
	color: #1d722e;
}
.legislator .no
{
	color: #aa0000;
}
.bill .legislator a
{
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}
.bill .legislator a:link
{
	color: #40618c;
	text-decoration: none;
}
.bill .legislator a:visited
{
	color: #40618c;
	text-decoration: none;
}
.bill .legislator a:hover
{
	color: #40618c;
	text-decoration: underline;
}
.tabele
{
	width: 998px;
	float: right;
}

/*Find Billpage*/
.findbill
{
	width: 550px;
	float: left;
	padding: 0 0 0 10px;
	color: #463614;
}
.findbill ul
{
	margin: 10px 0 0 20px;
	list-style: none;
}
.findbill a
{
	color: #2d4b7d;
	text-decoration: none;
}
.findbill h1
{
	font-size: 26px;
	color: #28497e;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px 0;
	line-height: 50px;
}
.findbill h2
{
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 0 20px;
}
.findbilla
{
	width: 300px;
	float: left;
}
.findbillb
{
	width: 200px;
	float: left;
}
.findbillb h2
{
	font-size: 18px;
	line-height: 30px;
	margin: 10px 0 0 0px;
}
.findbillb img
{
	border: none;
	margin: 0 0 -5px 0;
	padding: 0;
}
.box
{
	width: 501px;
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	margin: 0 0 20px 20px;
}
.boxtop
{
	width: 501px;
	background-image: url(images/box_top.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: top;
}
.boxbottom
{
	width: 501px;
	background-image: url(images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	padding: 0 0 10px 0;
}


/*Find Billpage.consumer {width:988px; float:left; padding:0 0 0 10px; color:#463614}*/

.consumer
{
	width: 985px;
	float: left;
	padding: 1px 0 0 10px;
	color: #463614;
}

.consumer table
{
	/*width: 900px;*/
	border-collapse: collapse;
}
.consumer .hh td
{
	border-bottom: 1px solid #463614;
	padding: 0 0 5px 5px;
}
.consumer table td
{
	padding: 0px 0 0 10px;
}
.consumer a
{
	color: #28497e;
	font-weight: bold;
}

/*Moreinfo*/
#moreinfo
{
	width: 978px;
	padding: 0 10px 20px 10px;
	float: left;
	color: #28497e;
	border-top: 1px dotted #ccc;
}
#moreinfo h2
{
	color: #463614;
	font-size: 20px;
	margin: 10px 0 10px;
}
#moreinfo p b
{
	color: #463614;
}

/*vote result bills*/
#voteresult
{
	width: 978px;
	padding: 0 10px 20px 10px;
	float: left;
	color: #463614;
	border-top: 1px dotted #ccc;
}
#voteresult table
{
	width: 980px;
	margin: 0px 0 10px 0;
	border-collapse: collapse;
}
#voteresult td
{
	padding: 7px 0 7px 0;
}
#voteresult h2
{
	color: #463614;
	font-size: 20px;
	margin: 10px 0 10px;
}
#voteresult p
{
	margin: 5px 0 5px 0;
}
#voteresult img
{
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: middle;
}
#voteresult .positive
{
	color: #1a7421;
	font-weight: bold;
	text-align: center;
}
#voteresult .negative
{
	color: #aa0002;
	font-weight: bold;
	text-align: center;
}
#voteresult .blue
{
	color: #28497e;
}
#voteresult b
{
	color: #28497e;
}
#voteresult .htop td
{
	font-weight: bold;
	border-bottom: 1px solid #666;
	border-top: 2px dotted #666;
	padding: 20px 0 0 0;
}
#voteresult a:link
{
	color: #28497e;
	font-weight: bold;
	text-decoration: none;
}
#voteresult a:visited
{
	color: #28497e;
	font-weight: bold;
	text-decoration: none;
}
#voteresult a:hover
{
	color: #28497e;
	font-weight: bold;
	text-decoration: underline;
}
#voteresult #formbil table
{
}
#voteresult #formbilb table
{
}
#voteresult #formbil td
{
	margin: 0;
	padding: 0 0 4px 0;
}
#voteresult #formbilb td
{
	margin: 0;
	padding: 0 0 4px 0;
}
.buton
{
	float: right;
}

/* voting result leg./ bill*/
#voteresultleg
{
	width: 978px;
	padding: 0 10px 20px 10px;
	float: left;
	color: #463614;
	border-top: 1px dotted #ccc;
}
#voteresultleg table
{
	/*width: 980px;*/ /*margin: 0px 0 10px 0;*/
	border-collapse: collapse;
}
#voteresultleg td
{
	/*padding: 7px 0 7px 0;*/
}
#voteresultleg h2
{
	color: #463614;
	font-size: 20px;
	margin: 10px 0 10px;
}
#voteresult p
{
	margin: 5px 0 5px 0;
}
#voteresultleg img
{
	border: none;
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: middle;
}
#voteresultleg .positive
{
	color: #1a7421;
	font-weight: bold;
	text-align: center;
}
#voteresultleg .negative
{
	color: #aa0002;
	font-weight: bold;
	text-align: center;
}
#voteresultleg .blue
{
	color: #28497e;
}
#voteresultleg b
{
	color: #28497e;
}
#voteresultleg .htop td
{
	font-weight: bold;
	border-bottom: 1px solid #666;
	border-top: 2px dotted #666;
	padding: 20px 0 0 0;
}
#voteresultleg a:link
{
	color: #28497e;
	font-weight: bold;
	text-decoration: none;
}
#voteresultleg a:visited
{
	color: #28497e;
	font-weight: bold;
	text-decoration: none;
}
#voteresultleg a:hover
{
	color: #28497e;
	font-weight: bold;
	text-decoration: underline;
}
#voteresultleg #formbil table
{
}
#voteresultleg #formbilb table
{
}
#voteresultleg #formbil td
{
	margin: 0;
	padding: 0 0 4px 0;
}
#voteresultleg #formbilb td
{
	margin: 0;
	padding: 0 0 4px 0;
}


/*Senator*/
#sendetails
{
	width: 988px;
	float: left;
	padding: 0 10px 0 0;
}
#sendetails #yesno
{
	float: right;
	width: 370px;
	border: none;
}
#sendetails #yesno h2
{
	font-size: 16px;
}
#sendetails .voteresult
{
	float: right;
	width: 380px;
	margin: 10px 0 10px 0;
}
#sendetails .voteresult table
{
	width: 270px;
}
#sendetails .voteresult select
{
	margin: 10px 0 10px 0;
}
#sendetails .voteresult h2
{
	color: #423115;
	font-size: 16px;
}
#sendetails .voteresult h3
{
	font-size: 22px;
	color: #423117;
}
#sendetails .voteresult p
{
	margin: 5px 0 0 0;
}
#sendetails .sendetailsb
{
	width: 600px;
	float: left;
}
#sendetails .sendetailsb img
{
	padding: 10px;
	float: left;
}
#sendetails .sendetailsb h1
{
	color: #28477e;
	font-size: 20px;
	margin: 10px 0 0 0;
}
#sendetails .sendetailsb h2
{
	color: #423115;
	font-size: 20px;
}
#sendetails .sendetailsb h2 a:link
{
	color: #423115;
	font-size: 20px;
	text-decoration: none;
}
#sendetails .sendetailsb h2 a:visited
{
	color: #423115;
	font-size: 20px;
	text-decoration: none;
}
#sendetails .sendetailsb h2 a:hover
{
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
#sendetails .sendetailsb h3
{
	color: #423115;
	font-size: 16px;
	font-weight: bold;
}
#sendetails .sendetailsb p
{
	color: #423115;
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0 0 0;
}
#sendetails .sendetailsb p span
{
	color: #423117;
}
#sendetails .sendetailsb a:link
{
	color: #28477e;
	text-decoration: none;
}
#sendetails .sendetailsb a:visited
{
	color: #28477e;
	text-decoration: none;
}
#sendetails .sendetailsb a:hover
{
	color: #28477e;
	text-decoration: none;
}
.detbuttons
{
	float: left;
	width: 900px;
}
.detbuttons img
{
	float: none;
	border: none;
}
.clear
{
	clear: right;
}

/*Tops*/
#tops
{
	width: 975px;
	float: left;
	padding: 10px 0 20px 20px;
	font-size: 12px;
}
#tops a:link
{
	color: #1a86ad;
}
#tops a:visited
{
	color: #1a86ad;
}
#tops a:hover
{
	color: #1a86ad;
	text-decoration: none;
}

.top
{
	float: left;
	margin: 0px 25px 0 0;
}
.top table
{
	width: 460px;
	border-collapse: collapse;
	color: #452f17;
}
.top .h
{
	font-weight: bold;
	color: #fffff1;
	line-height: 20px;
}
.top .h td
{
	border-bottom: 1px solid #4c2e14;
	color: #452f17;
	border-top: 2px dotted #452f17;
	padding: 10px 0 10px 10px;
}
.top .hnew
{
	border-top: 2px dotted #452f17;
}

.top1
{
	float: left;
	margin: 0px 25px 0 25px;
}
.top1 table
{
	border-collapse: collapse;
	color: #452f17;
}
.top1 .h
{
	font-weight: bold;
	color: #fffff1;
	line-height: 20px;
}
.top1 .h td
{
	border-bottom: 1px solid #4c2e14;
	color: #452f17;
	border-top: 2px dotted #452f17;
	padding: 10px 0 10px 10px;
}
.top1 .hnew1
{
	border-top: 2px dotted #452f17;
	border-bottom: 2px solid #452f17;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
	margin-bottom: 5px;
}

.top1 a:link
{
	color: #40618C;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

.top1 a:hover
{
	color: #40618C;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: underline;
}
/*
.top1 a
{
    color: #28497e;
    font-weight: bold;
    text-decoration: none;
}
*/


.oldoldoldtop .h
{
	font-weight: bold;
	color: #452f17;
	line-height: 30px;
}
.oldoldoldtop .h td
{
	border-bottom: 1px solid #4c2e14;
}
.top td
{
	padding: 0 0 0 0px;
}
/*BillDetails*/
.Gridstyle
{
	float: left;
	font-size: 11px;
	font-weight: normal; /*width: 100%;*/
	vertical-align: top;
}
.Gridstyle a:link
{
	color: #0054ac;
	text-decoration: none;
}
.Gridstyle a:hover
{
	color: #0054ac;
	text-decoration: underline;
}

/*DemographicDetails*/
.Gridstyle2
{
	float: left;
	font-size: 11px;
	font-weight: normal; /*width: 100%;*/
	vertical-align: top;
}
.Gridstyle2 a:link
{
	color: #0054ac;
	text-decoration: none;
}
.Gridstyle2 a:hover
{
	color: #0054ac;
	text-decoration: underline;
}
.Gridstyle2 div:hover
{
	background-color: #B0CAD9;
}


.GridAlternatestyle
{
	float: left;
	font-size: 11px;
	font-weight: normal; /* width: 100%;*/
	vertical-align: top;
	background-color: #D7E8F2;
}
.GridAlternatestyle a:link
{
	color: #0054ac;
	text-decoration: none;
}
.GridAlternatestyle a:hover
{
	color: #0054ac;
	text-decoration: underline;
}
.GridAlternatestyle div:hover
{
	background-color: #B0CAD9;
}


/*Voting Record*/
.Devx
{
	background-color: White;
	vertical-align: top;
}

#votingrecord
{
	width: 998px;
	float: left;
	color: #333;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 10px 0 10px 0;
}
#votingrecord h2
{
	font-size: 20px;
	color: #28487b;
}
#votingrecord img
{
	border: none;
	vertical-align: middle;
}
.forma
{
	width: 300px;
	float: left;
	padding: 10px 0 0 20px;
	vertical-align: top;
}
.votext
{
	width: 300px;
	float: left;
	padding: 10px 0 0 10px;
}
.votext a
{
	font-weight: bold;
}
.votext a:link
{
	color: #28487b;
}
.votext a:visited
{
	color: #28487b;
}
.votext a:hover
{
	color: #28487b;
}
.votekey
{
	width: 300px;
	float: right;
}
.votekey p b
{
	color: #28487b;
}

/*Education*/
#education
{
	width: 998px;
	float: left;
}
#education h1
{
	color: #2884db;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 0 20px;
}
#education .h
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #0a377a;
}
#education table
{
	/*margin: 0px 0px 0px 5px;*/
	margin: 0px 0px 0px 0px;
}
#education table td
{
	/* margin: 0px 0px 0px 10px;*/
	margin: 0px 0px 0px 0px;
}
#education .line
{
	background-color: #d7e8f2;
}
#education a:link
{
	color: #0a377a;
}
#education a:visited
{
	color: #0a377a;
}
#education a:hover
{
	color: #0a377a;
	text-decoration: none;
}
#education .negative
{
	color: #b32121;
	font-weight: bold;
	text-align: center;
}
#education .positive
{
	color: #2b7e3a;
	font-weight: bold;
	text-align: center;
}

/*Members*/
.members
{
	width: 978px;
	float: left;
	padding: 20px 0 0 20px;
}
.members img
{
	float: right;
	padding: 0 20px 0 0;
	border: none;
}
.members h1
{
	color: #452f17;
	font-weight: bold;
}
.members h2
{
	color: #4c2e12;
	margin: 10px 0 0;
}
.members p
{
	font-weight: bold;
	color: #4d2f13;
	font-size: 12px;
}
.members a:link
{
	color: #345487;
	text-decoration: none;
}
.members a:visited
{
	color: #345487;
	text-decoration: none;
}
.members a:hover
{
	color: #345487;
	text-decoration: underline;
}
.letterlinks
{
	float: left;
	width: 960px;
	margin: 20px 0 10px 0;
}
.letterlinks a
{
	color: #315587;
	padding: 0 5px 0 0;
	font-size: 12px;
}
.letterlinks a:link
{
	color: #315587;
	text-decoration: underline;
}
.letterlinks a:visited
{
	color: #315587;
	text-decoration: underline;
}
.letterlinks a:hover
{
	color: #315587;
	text-decoration: none;
}
.lettera
{
	width: 320px;
	float: left;
}
.letterb
{
	width: 320px;
	float: left;
}
.letterc
{
	width: 320px;
	float: left;
}

/*Congresional Directory*/
.congressional
{
	width: 978px;
	float: left;
	padding: 20px 0 0 20px;
}
.congressional img
{
	float: right;
	padding: 0 20px 0 0;
	border: none;
}
.congressional h1
{
	color: #452f17;
	font-weight: bold;
}
.congressional p
{
	font-size: 12px;
	font-weight: bold;
}
.congressional p span
{
	color: #28487b;
	font-size: 16px;
}
.congressional p b
{
	color: #442e16;
	font-size: 14px;
}
.viewlinks
{
	margin: 20px 0 10px 0;
	width: 960px;
	border-bottom: 1px solid #999;
	color: #666;
	font-size: 11px;
}
.viewlinks a
{
	color: #3a549e;
}
.direcora
{
	width: 450px;
	float: left;
	margin: 0 30px 0 0;
}
.direcora p
{
	font-size: 11px;
	font-weight: normal;
	display: block;
}
.direcora a:link
{
	color: #0054ac;
	text-decoration: none;
}
.direcora a:visited
{
	color: #0054ac;
	text-decoration: none;
}
.direcora a:hover
{
	color: #0054ac;
	text-decoration: underline;
}
.direcora p
{
	width: 450px;
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px dashed #999;
}
.direcora .secont
{
	width: 450px;
	display: block;
	padding: 5px 0 5px 10px;
	background-color: #d7e8f2;
}
.direcorb
{
	width: 450px;
	float: left;
}
.direcorb p
{
	font-size: 11px;
	font-weight: normal;
}
.direcorb a:link
{
	color: #0054ac;
	text-decoration: none;
}
.direcorb a:visited
{
	color: #0054ac;
	text-decoration: none;
}
.direcorb a:hover
{
	color: #0054ac;
	text-decoration: underline;
}
.direcorb p
{
	width: 450px;
	display: block;
	padding: 5px 0 5px 10px;
	border-bottom: 1px dashed #999;
}
.direcorb .secont
{
	width: 450px;
	display: block;
	padding: 5px 0 5px 10px;
	background-color: #d7e8f2;
}
.direcorb p:hover
{
	background-color: #b0cad9;
}


.demographics
{
	width: 300px;
	margin: 0 0px 0 0;
	padding: 20px 0 0 0;
	float: left;
}
.demographics h1
{
	color: #333;
	font-size: 11px;
}
.demographics h2
{
	color: #3366db;
	font-size: 11px;
	width: 120px;
	float: left;
	line-height: 30px;
}
.demographics h3
{
	color: #3366db;
	font-size: 11px;
	width: 150px;
	float: right;
	line-height: 30px;
	text-align: right;
}
.demographics p
{
	font-size: 11px;
	font-weight: normal;
	width: 290px;
	padding: 5px 0 5px 10px;
}
.demographics p span
{
	font-size: 11px;
	padding: 0 10px 0 0;
}
.demographics .first
{
	border-top: 1px solid #999;
}
.demographics a:link
{
	color: #0054ac;
	text-decoration: none;
}
.demographics a:visited
{
	color: #0054ac;
	text-decoration: none;
}
.demographics a:hover
{
	color: #0054ac;
	text-decoration: underline;
}


.demoleft
{
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}
.demoright
{
	width: 300px;
	float: left;
}
.demoline
{
	width: 300px;
	float: left;
	background-color: #d7e8f2;
	border-bottom: 1px dashed #999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 5px;
}
.demoline p
{
	width: 260px;
	float: left;
}
.demoline span
{
	float: right;
	padding: 5px 5px 5px 0;
	font-size: 11px;
}

/*Map page*/
#map
{
	width: 998px;
	float: left;
}
#map img
{
	border: none;
}

.adsimages
{
	width: 998px;
	float: left;
	text-align: center;
}
.adsimages img
{
	border: none;
	/*margin: 0 5px 0 5px;*/
}

#leftcolumn
{
	margin: 0px 0px 0px 0px;
	width: 330px;
	float: left;
	border-right: 1px dotted #999;
}
#content
{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 330px; /*333px;*/
	display: inline;
	border-right: 1px dotted #999;
}
#rightcolumn
{
	width: 332px;
	float: left;
}
#footer
{
	width: 998px;
	height: 72px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}
#footer ul li
{
	display: inline;
	color: #717171;
}
#footer ul
{
	margin: 15px 0 0 0;
}
#footer p
{
	color: #717171;
	margin: 10px 0 0 0;
}
#footer a
{
	color: #717171;
	padding: 0 10px 0 10px;
}

/*ComingSoon Page*/
.ComingSoonli
{
	color: White;
	text-decoration: none;
}
#ComingSoon
{
	width: 887px;
	height: 250px;
	float: left;
	padding: 20px 0 0 50px;
}


/*Registration Page*/
#Registration
{
	width: 840px;
	height: 400px;
	float: left;
	padding: 20px 0 0 50px;
}
#Registration table
{
	margin: 5px;
}
#Registration table td
{
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #423115;
}

/* Pager */
#currentPage
{
	color: #2AFFFF;
	font-size: 16px;
	font-weight: bold;
}

.pager
{
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #0A377A;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.pager a:link
{
	/* text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #0A377A;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.MyCurrentPageNumber
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0A377A;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.MyPageNumber
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0A377A;
	font-size: 16px;
	font-weight: bold;
}

.pagerpanel
{
	width: 100%;
	text-align: center;
}

.dxgvGroupPanel
{
	background-color: #EDEDED;
	border-bottom: 1px solid #9F9F9F;
	color: #8D8D8D;
	font-size: 9pt;
	padding: 7px 4px 8px 0px;
	white-space: nowrap;
}
.votingPosition
{
	padding: 0px 0px 0px 20px;
}

/* PopUp */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #DDF2FF;
	border-width: 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #1147AD;
	width: 305px;
}
.modalPopup a
{
	color: #1147AD;
	text-decoration: none;
}
.modalPopup a:hover
{
	color: #1D355B;
	text-decoration: underline;
}

.HeddinButton
{
	display: none;
}

.stretch
{
	width: 100%;
	height: 100%;
}

/* Static Pages */
.consumerstatic
{
	width: 988px;
	float: left;
	padding: 0 0 0 10px;
	color: #463614;
}
.consumerstatic table
{
	width: 978px;
	border-collapse: collapse;
}
.consumerstatic .hh td
{
	border-bottom: 1px solid #463614;
	padding: 0 0 5px 0;
}
.consumerstatic table td
{
	padding: 10px 0 0 0;
}
.consumerstatic a
{
	color: #28497e;
	font-weight: bold;
}

/* Registeration Page */
.Registeration
{
	width: 988px;
	float: left;
	padding: 0 0 0 10px;
	color: #463614;
	
}
.Registeration table
{
	border-collapse: collapse;
}
.Registeration .hh td
{
	border-bottom: 1px solid #463614;
	padding: 0 0 5px 0;
}

.Registeration a
{
	color: #28497e;
	font-weight: bold;
}

/* Index Page */
.index
{
	width: 880px;
	float: left;
	margin: 10px 0 10px 50px;
}
.index img {
border:medium none;
}

.intro
{
	width: 840px;
	float: left;
	padding: 20px;
	margin: 10px 0 10px 50px;
}
.intro h1
{
	color: #772823;
	font-size: 20px;
	font-weight: normal;
}
.intro p
{
	margin: 15px 0 0 0;
}
.facts
{
	width: 880px;
	border: 1px solid #666;
	float: left;
	margin: 10px 0 30px 50px;
}
.facts h1
{
	color: #772823;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 10px 10px;
}
.facts p
{
	margin: 15px 20px 10px 20px;
	line-height: 18px;
}
.comingsoon
{
	width: 880px;
	border: 1px solid #666;
	float: left;
	margin: 10px 0 10px 50px;
}
.comingsoon h1
{
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0 10px 10px;
}
.comingsoon p
{
	margin: 15px 20px 10px 20px;
	line-height: 18px;
}

/* Master */

.POP_LAYER {
width: 100%;
height: 100%;
min-height:100%;
position: absolute;
z-index: 1;
overflow: hidden;
left: 0px;
top: 0px;
opacity: .4;
filter: alpha(opacity=40);
background-color: #CCCCCC;

}

.POP_LAYER_NONE 
{
display:none;
width: 100%;
height: 100%;
min-height:100%;
position: absolute;
z-index: 1;
overflow: hidden;
left: 0px;
top: 0px;
opacity: .4;
filter: alpha(opacity=40);
background-color: #CCCCCC;
} 