@media print{
    #layout, #main {
	width: 100%;
    }

    #bd {
	overflow: auto;
    }

    #main {
	margin-bottom: 0;
	padding-bottom: 0;
    }

    #hd .navigation, #hd-links, #sidebar, #ft .navigation, #bd .breadcrumbs {
	display: none;
    }
}

@font-face {
    font-family: 'Swiss';
    src: url('/fonts/swiss911_ec-webfont.eot');
    src: url('/fonts/swiss911_ec-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('/fonts/swiss911_ec-webfont.woff') format('woff'),  */
         url('/fonts/swiss911_ec-webfont.ttf') format('truetype'),
         url('/fonts/swiss911_ec-webfont.svg#Swiss911XCmBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	padding: 0;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
	background:url(/images/bg_body.png) repeat-x;	
}


* {outline: none;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;	
}

input.textbox {
    height: 18px;
}
input.textboxOnAd {
    height: 11px;
}
ul {
	list-style-position: outside;
	list-style: none;
	
}

#wrapper {
	margin: -9px auto 0;
	width: 960px;
	background:url(/images/bg_wrapper.png) repeat-y 0 0;
	padding:0 17px;
}

.clear {
	clear: both;
	font-size: 1px;
}

/* ==================== HEADER ======================= */
/* ====================================================*/
#header{
	background:url(/images/bg_header.png) repeat-x;
	position:relative;
	z-index:1;
}
.header_inner{
	width:960px;
	margin:0 auto;
	min-height:115px;
}
h1.logo{	
	padding:22px 0 0;
	width:160px;
	height:68px;
	float:left;
}
h1.logo a{
	width:100%;
	height:100%;
	display:block;
	border:none;
}

a img
{
	border:none;
}
.header_top{
	width:750px;
	float:right;
	padding:18px 0 11px;
	margin:0 0 15px;
	vertical-align:middle;
	background:url(/images/bg_header_top.png) repeat-x 0 100%;
}
.search{
	float:right;
	width:138px;
	padding:2px 0 0
}
.search_str{
	width:93px;
	height:14px;
	font-size:10px;
	line-height:14px;
	padding:1px 5px 3px 2px;
	float:left;
	margin:0 5px 0 0;
	border-width:0px;
	background:url(/images/search_str.png) no-repeat;
}
.search_btn{
	width:32px;
	height:18px;
	border-width:0px;
	float:left;
	cursor:pointer;
	background:url(/images/search_btn.png) no-repeat;
	padding:0;
}
.top_navi{
	text-align:right;
    margin:0px;
    padding:2px 0 0 0;
	
}
.top_navi li{
	display:inline;
	margin:0px 2px 0 -3px;
}
.top_navi li a{
	display:inline-block;
	color:#bbb;
	font-size:12px;
	line-height:14px;
	padding:0 6px;
	background:url(/images/bg_navi_top.png) no-repeat 100% 50%;
	word-spacing:-1px;
}
.top_navi li.last a{
	background:none;
	padding:0 12px 0 6px;
}
/* ==================== NAVIGATION =================== */
/* ====================================================*/
.navi{
	float:right;	
}
.navi li{
	float:left;
	background:url(/images/navi_divider.png) no-repeat 100% 0;
	padding:0 10px 0 0;
	position:relative;
}
.navi li.last{
	background:none;
	padding:0;
}
*+html .navi{
	width:780px;
	margin:0 -4px 0 0;
}

.navi li a{
	display:block;
	font-size:15px;
	color:#b8b8b8;
	font-weight:bold;
	text-shadow:1px 1px 2px #000;
	padding:0 10px 25px;
	background:url(/images/arrow_1.png) no-repeat 100% 6px;
	text-decoration:none;
	text-transform: uppercase;
}
.navi li a:hover, .navi li:hover a{
	color:#0092d2;
	background:url(/images/arrow_2.png) no-repeat 100% 6px;	
}
.navi li ul{
	position:absolute;
	left:0;
	top:41px;
	width:187px;
	background:#141313 url(/images/bg_sub_menu.png) no-repeat 0 100%;
	display:none;
}
*+html .navi li ul{
	padding:0 0 5px;
}
.navi li ul li{
	padding: 0 0 0 10px; 
	background:none;
	width:177px;
	margin:0 0 5px;
	text-transform:lowercase;
}
.navi li ul li a{
	background:url(/images/arrow_3.png) no-repeat 0 5px !important;
	padding:0 0 0 11px;
	font-size:12px;
	line-height:17px;
	text-shadow:none; 
	color:#ccc !important;
	text-transform:lowercase;
}
.navi li ul li a:hover{
	background:url(/images/arrow_3.png) no-repeat 0 5px !important;
	color:#ccc !important;
}
.navi li ul li:hover{
	background:#0d4259;
}
.navi li:hover ul{
	display:block;
}
/* ==================== SLIDESHOW ==================== */
/* ====================================================*/
.slideshow{
	height:295px;
	position:relative;
}
#main.home .slideshow{
	height:427px;	
}
.slideshow .slider{
	width:960px;
	height:295px;
	position:absolute;
	top:0;
	left:0;
}
#main.home .slideshow .slider{
	height:427px;
}
/* ==================== YELLOW BOX =================== */
/* ====================================================*/
.yellow_box{
	position:absolute;
	top:25px;
	left:-5px;
	width:266px;
	z-index:0;
}
.yellow_box_top{
	background:url(/images/yellow_top.png) no-repeat;
	height:14px;
}
.yellow_box_inner{
	background:url(/images/yellow.png) repeat-y;
	padding:18px 49px 10px 4px;  
}
.yellow_box_inner h2{
	font-size:15px;	
	text-transform:uppercase;
	padding:0 0 12px;
}
.yellow_box_inner p{
	font-size:12px;
	line-height:19px;
	word-spacing:1px;
}
.vote_form_tip
{
    font-size:12px;
	line-height:19px;
	word-spacing:1px;
    padding: 0 49px 20px 29px;
    clear: both;
}

.email{
	background:url(/images/bg_email_form1.png) no-repeat bottom;
    padding: 2px 21px;
    height: 55px;
    
	/*padding:10px 0 24px 29px; 
	height:22px; */
}
#email_str, .email_str{
	width:145px;
	height:12px;
	word-spacing:2px;
	border:1px solid #ccc;
	float:left;
	color:#a1a1a1;
	font-size:12px;
	line-height:12px;
	padding:4px 8px 4px 5px;
	margin:0 9px 0 0;
}
.emailboxOnAd {
    margin-left: 29px; 
      
}
#submit_btn, .submit_btn{
	width:35px;
	height:22px;
	border-width:0px;
	float:left;
	cursor:pointer;
	background:url(/images/submit_btn.png) no-repeat;
	padding:0;
}
/* ==================== FOUR COLS ==================== */
/* ====================================================*/
.four_cols{
	height:133px;
	background-image:url(/images/bg_blue.png);
	background-repeat:repeat;	
}
#main.home .four_cols{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.col{
	float:left;
	background:url(/images/arrow_4.png) repeat-y 100% 0;	
	position:relative;	
}
.aside .col
{
    background:none;
} 

.col.col1
{
	width:241px;
	overflow:hidden;
}

.col.col2
{
	width:240px;
	overflow:hidden;
}

.col.col3
{
	width:239px;
	overflow:hidden;
}

.col.col4
{
	width:240px;
	overflow:hidden;
	background:none;
}

.col4 .col_inner
{
    height: 82px;   
}

.col .col_inner h3{	
	text-transform:uppercase;
	color:#fff;
	padding:0 0 3px;
	font:normal 23px/22px 'Swiss';
	letter-spacing:3px;
}
.col .col_inner{
	height:102px;
}

.col .col_inner .more{
	font-size:12px;
	line-height:12px;
	display:inline-block;
	background:url(/images/arrow_5.png) no-repeat 100% 50%;
	padding:0 10px 0 0;
	color:#fff10b;
	font-weight:bold;
	word-spacing:3px;
}
.col.looking .col_inner{
	width:116px;
	background:url(/images/adv_img_01.png) no-repeat 6px 12px;
	padding:30px 5px 0 120px;
}
.col.rules .col_inner{
	width:140px;
	background:url(/images/adv_img_02.png) no-repeat 11px 36px;
	padding:30px 0 0 100px;
}
.col.voting .col_inner{
	width:113px;
	background:url(/images/adv_img_03.png) no-repeat 11px 10px;
	padding:30px 0 0 126px;
}
.col.common .col_inner{
	width:136px;
	background:url(/images/adv_img_04.png) no-repeat 14px 21px;
	padding:30px 0 0 103px;
}
.col.common{
	background:none;
}

/*****************Countdown Clock*************************/

#Countdown
{
	float:left;
	position:relative;
	
}


#Countdown .col_inner
{
	width:210px;
	padding:48px 12px 0 24px;
}
#Countdown .col_inner h3
{
	letter-spacing:1.4px;
}

#Countdown .Calendar
{
	float:left;
	display:inline-block;
	padding:0px 11px 0 0;
	margin:5px 11px 0 0;
	color:#fff10b;
	font-weight:bold;
	text-align:center;
	background-image:url(/images/Countdown_Divider.gif);
	background-repeat:no-repeat;
	background-position:right top;	
	margin: 11px 11px 3px 0;
}

#Countdown .Calendar.Last
{
	padding-right:0;
	margin-right:0;
	background:none;
}

#Countdown .Calendar .CalendarNumber
{
	font-size:26px;
	
}

#Countdown .Calendar .CalendarUnit
{
	font-size:12px;
	text-transform:uppercase;
	padding-top:2px;
}

/* ==================== CONTENT ====================== */
/* ====================================================*/
#main{
	padding:0 0 31px;
}
#main.home{
	padding:0 0 19px;
}
.content{
	float:left;
	width:460px;	
}
.heading{
	margin:0 0 0 -10px;
	padding:9px 0 0;
	position:relative;
}
#main.home .heading{
	padding:17px 0 0;
}
.heading_top{
	height:13px;
	background:url(/images/heading_top.png) no-repeat 0 0;	
}
.heading_inner{
	background:#141313 url(/images/bg_heading_home.jpg) no-repeat  0 0;
	min-height:30px;
}
.rss{
	position:absolute;
	top:29px;
	right:11px;
	width:32px;
	height:32px;
	text-indent:-9999px;
	cursor:pointer;
	background:url(/images/rss.png) no-repeat;
}
.heading_inner h3{
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	padding:5px 0 0 40px;
}
.newsroom{
	padding:1px 0 0 30px;
}
.newsroom li{
	border-bottom:1px solid #e3e3e3;
	overflow:hidden;
	vertical-align:bottom;
	padding:11px 0;
}
.newsroom li.last{
	border:none;
}
.date{
	float:left;
	width:40px;
	height:39px;
	text-align:center;
	color:#fff;
	padding:4px 0 0;
	background:url(/images/bg_date.png) no-repeat;
	font-size:12px;
	margin:0 16px 0 0;
}
.date strong{
	display:block;
	font-size:20px;
	margin:-4px 0 0; 
}
.newsroom li a{
	font-size:13px;
	color:#0076ac;
	display:block;
	padding:5px  0 0 46px;
	line-height:15px;
	text-decoration:none; 
	word-spacing:-1px;
}
.read{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(/images/arrow_6.png) no-repeat 100% 50%;
	padding:0 11px 0 8px;
	line-height:15px;
	text-transform:uppercase;
	font-size:8px;
	white-space:nowrap;
	font-weight:bold;
	color:#0076ac;
}
.newsroom li a:hover .read{
	text-decoration:underline;
}
/* ==================== SIDEBAR ====================== */
/* ====================================================*/
.sidebar{
	float:right;
	width:500px;
	padding:30px 0 0;	
}
.sidebar .col_l{
	width:200px;
	float:left;
	padding:0 30px 0 40px;
}
#main.home .sidebar .col_l{
	padding:0 40px;
}
.twitter{	
	padding:0 0 12px;
	font-size:12px;
	line-height:16px;
}
.sidebar h3{
	font-size:15px;
	color:#131313;
	padding:9px 0 22px;
	text-transform:uppercase;
}
.twitter_link{
	float:right;
	width:32px;
	height:32px;
	background:url(/images/twitter_logo.png) no-repeat;	
}
.twitter ul{
	padding:0 0 12px;	
}
.sub_line{
	height:1px;
	width:200px;
	background:#e3e3e3;
	margin:0 0 16px;
}

.twitter li.tweet_first
{
	border-top:none;
	padding-top:0;
}

.twitter li{
	line-height:17px;
	border-top:1px solid #e3e3e3;
	margin-bottom:5px;
	padding-top:5px;
}
.twitter li a{
	color:#0092d2;
}
.twitter li span{
	color:#666;
}

.tweet_avatar
{
	display:none;
}

.tweet
{
    padding-top: 10px;   
}
.facebook_links{
	padding:0 0 0 30px; 
	height:22px;
	position:relative;
}
.facebook_links a
{
    position:absolute;
    top:0px;
    left:0px;
}

.links{
	float:left;
	width:200px;
}
.links li{	
	float:left;
	width:100%;
	vertical-align:bottom;
}
.links li a{
	color:#0092d2;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0 0 9px; 
}
/* ==================== FOOTER ========================*/
/* ====================================================*/
#footer{
	background:#808080;
	padding:20px 29px 10px 30px;
	color:#fffffe;
	font-size:11px;
	min-height:225px;
}
#footer a{
	color:#fffffe;
}
#footer li a{
	margin:0 0 6px;
	display:block;
	line-height:15px;
}
#footer .col_r{
	float:right;
	width:225px;
}
.footer_navi_right
{
    width:100%;
	float:right;
	margin:0 -5px  0 0;
	text-align:right;
}
.footer_navi_right li
{
    list-style-type:none;
	display:inline;
	margin:0 0 0 -4px;
}
#footer .footer_navi_right li a{
	display:inline-block;
	padding:0 5px;
	margin:0;
}
.copyright{
	float:right;
	padding:0 0 10px 0;
}
.secure{
	clear:both;
	float:right;
	padding:27px 0 0 24px;
	background:url(/images/arrow_7.png) no-repeat 0 100%;
	white-space:nowrap;
}

.voters{
	float:left;
	width:135px;
	margin:-1px 0 0;
}
#footer li.header>a{
	font-weight:bold;
	padding:0 0 2px;
	font-size:14px;
}
.FooterNav>div>ul>li
{
    margin-top:0px;
    padding-top:0px;
    float:left;
}

/* ==================== VOTERS PAGE ===================*/
/* ====================================================*/
.breadcrumbs{
	padding:5px 0 0 40px;
}
.breadcrumbs li{
	display:inline;
}
.breadcrumbs li a, .breadcrumbs .Breadcrumb-Nodes{
	display:inline-block;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	padding:7px 12px 0 0;
	font-weight:bold;
	text-decoration:none;
	margin-right:6px;
}

.breadcrumbs .Breadcrumbs-Separator
{
	display:none;
}

.breadcrumbs a.Breadcrumb-Nodes
{
	background:url(/images/arrow_8.png) no-repeat 100% 70%
}

.breadcrumbs li.last a{
	background:none;
}

.breadcrumbs .Breadcrumb-Nodes
{
	padding:6px 12px 0 0;
}
.home .breadcrumbs li.last a
{
	padding:3px 12px 0 0;
}
.voters_list{
	padding:23px 0 11px 30px;
}
.voters_list li{	
	width:100%;
	vertical-align:bottom;
	padding:0 0 17px;
}
.voters_list li a{	
	font-size:13px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	padding:0 0 5px;
	color:#0092d2;
	text-decoration:none;
}	
.voters_list li a:hover{
	color:#7f7f7f;
}
.voters_list li p{
	color:#434343;
	font-size:12px;
	line-height:16px;
	word-spacing:-1px;
}
.socilas h3, .socilas .weblinkset-title{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 17px 0 29px;
	float:left;
}
.socilas li{
	float:left;
	margin:0 10px 0 0;
}
.socilas li a{
	display:block;
	width:32px;
	height:32px;
}
.socilas li a.facebook{
	background:url(/images/facebook_logo.png) no-repeat;
}
.socilas li a.twitter{
	background:url(/images/twitter_logo.png) no-repeat;
}
.socilas li a.digg{
	background:url(/images/digg_logo.png) no-repeat;
}
/* ==================== Sitemap =====================*/
/* ====================================================*/
.site-map
{
    font-size: 13px;
    font-weight: bold; 
    text-decoration: none;
    text-transform: uppercase;
}
.site-map a
{
    color:#333333;
}
/*==================== WEB FORM =======================*/
/*=====================================================*/
.web_form
{
    color:#333333;
    font-size: 12px;
    word-spacing: 1px;
}
.web_form fieldset
{
    border:none;
}
.web_form .control input, .web_form .control textarea,.web_form .control select
{
    width:70%;
    
    margin-bottom :3px;
    
}
.web_form .control input, .web_form .control textarea
{
   
}
.web_form input.captcha_txt
{
    width:80px;
}
.web_form .captcha-image
{
    border:1px solid #303030;
}
.web_form .validators, .web_form .validation-summary ul li
{
    color:Red;
}
.web_form .validators
{
    display:inline;
}

.web_form .buttons
{
    margin-top:1em;
}
.web_form .captcha_panel
{
    padding-left:10px;
}
/* ==================== QUESTIONS =====================*/
/* ====================================================*/
.questions{
	padding:0 0 48px;
	margin:0 30px 7px 40px;
	border-bottom:1px solid #e3e3e3;
	font-size:12px;
	line-height:16px;
	color:#7f7f7f;
	text-align:justify;
}
.questions strong
{
    color:Black;
}
.sidebar .questions h3{
	padding:0 0 27px;
}
.question_cell{
	font-size:12px;
	line-height:16px;
	padding:0 0 19px;
}
.question_cell .blue{
	font-weight:bold;
	color:#0092d2;
	float:left;
	width:17px;
}
.question_cell strong{
	padding:0 0 7px 17px;
	display:block;
}
.question_cell p{
	padding:0 0 0 17px;
	display:block;
	color:#666;
}
.questions .read{
	padding:0 8px 0 0;
	float:left;
	margin:2px 0 0;
}
.dates{
	margin:-2px 0 0;
}
.dates li{
	overflow:hidden;
	vertical-align:bottom;
	padding:0 0 23px;
}
.dates li .date{
	margin:0 15px 0 0;
}
.dates p{
	font-size:12px;
	color:#666;
	padding:5px 0 8px;
	line-height:12px;
}
.dates .read{
	padding:0 11px 0 0;
	float:left;
}
.dates .col_r{
	float:right;
	width:145px;
}
/* ==================== INNER PAGE =================== */
/* ====================================================*/
.page_title{
	background:url(/images/page_header.jpg) no-repeat;
	min-height:144px;
}
.page_title h1{	
	text-shadow:2px 2px 3px #000;
	color:#fff;	
	text-transform:uppercase;
	padding:50px 0 0 50px;
	font:normal 70px/50px 'Swiss';		
	filter:progid:DXImageTransform.Microsoft.DropShadow(color="#000000",offX=2,offY=2,positive="true"); 
	width:900px;	
}
.page_title h1.smaller_title
{
    font:normal 60px/60px 'Swiss';
}
.page_title h1.smallest_title
{
    font:normal 45px/45px 'Swiss';
}
#main.page, #main.MapPage{
	padding:0 0 48px;
}
#main.page .heading, #main.MapPage .heading{
	padding:0;
	margin:-5px 0 0 -10px;
}
#main.page .heading .breadcrumbs li a, #main.MapPage .heading .breadcrumbs li a{
	margin:0 4px 0 0;
}
#main.page .heading_inner, #main.MapPage .heading_inner{
	background:#141313 url(/images/bg_heading_page.png) no-repeat 0 0;
}
#main.page .content_page, #main.MapPage .content_page{
	float:right;
	width:580px;	
	padding:18px 100px 0 0;
}
#main.page .aside,#main.MapPage .aside {
	float:left;
	width:256px;
}
.side_navi{
	padding:22px 0 22px 30px;
}
.side_navi li{
	display:block;	
	width:100%;
	vertical-align:bottom;
	padding:0 0 14px;
}
.side_navi li.active{
	padding:0;
}
.side_navi li a{
	color:#0092d2;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.side_navi li.active li a
{
    font-weight:normal;
    background: url("/images/arrow_blue.gif") no-repeat 0;
    padding-left : 8px;
}

.side_navi li.active li.selectedNode a
{
    color:#7F7F7F;
    background: url("/images/arrow_gray.png") no-repeat 0;
    padding-left : 8px;
       
}
.side_navi li a:hover,.side_navi li.active a{
	color:#7f7f7f;
}
.side_navi li ul{
	width:100%;
	padding:12px 0 10px 20px;
}
.side_navi li ul li{	
	padding:0 0 5px;
}
.side_navi li.active ul li a{
	font-size:13px;
	color:#0076ac;
}
.side_navi li.active ul li a:hover{
	color:#777;
	background: url(/images/arrow_gray.png) no-repeat 0;
    padding-left : 8px;
}
.aside .four_cols{
	width:241px;
	margin:0;	
	background:none;
	height:auto;
}

.aside .four_cols .adxAdCopy
{
	background-image: url(/images/bg_blue.png);
	background-repeat: repeat;
	width:241px;
	height: 133px;
	margin:0 0 20px 0;	
    
}
.aside .four_cols .col.looking, .aside .four_cols .col.rules, .aside .four_cols .col.voting{
	background:none;
}
#main.page .yellow_box,#main.MapPage .yellow_box{
	position:static;
	margin: 0 0 6px -5px;
}
.content_page h1{
	color:#131313;
	font-size:26px;
	font-weight:normal;
	padding:0 0 18px;
	word-spacing:4px;
}
.content_page h2{
	color:#7f7f7f;
	font-size:18px;
	font-weight:normal;
	padding:7px 0 15px;
}
.content_page h2.small{
	padding:7px 0 9px;
}
.content_page h3{
	color:#333;
	font-size:13px;
	padding:0 0 4px; 
}
.content_page p{
	color:#666;
	font-size:12px;
	line-height:16px;	
	padding:0 0 20px; 
	word-spacing:-1px;
}
.content_page a
{
    color: #0076AC;  
}
.content_page table
{
    color:#666;
	font-size:12px;
	line-height:16px;	
	word-spacing:-1px;
}
.content_page ul{
	padding:0 0  13px 0px;
}
.content_page ul li{
	background:url(/images/arrow_9.png) no-repeat 0 5px;
	padding:0 0 9px 11px;
	font-size:12px;
	color:#666;	
}
.pdf{
	display:block;
	padding: 0 0 0 37px;
	background:url(/images/pdf_icon.png) no-repeat 0 0;
	min-height:27px;
	color:#0092d2;
	font-size:12px;
	text-decoration:none;
}
.pdf:hover{
	text-decoration:none;
}
.pdf span{
	display:block;
	font-size:10px;
	color:#999;
}

/****** Constituency Page *****/

#con_seach_tabs {
    height: 34px;
    border-bottom: 1px solid #D6D6D6;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 25px;   
}
#con_seach_tabs a:hover {
    text-decoration: none;   
}
.con_search_tab 
{
    cursor: pointer;
    float: left;
    margin-left: 3px;
    position: relative;
    background: url("/images/consti_tab_left_highlight.png") no-repeat transparent left top;
    border-bottom: #d6d6d6 1px solid; 
    padding-left: 5px;
    vertical-align: middle;
    height: 100%;
    
    border-bottom: #d6d6d6 1px solid; 
}
.con_search_tab span {
    
    line-height: 34px;
    padding: 0px 8px;
    margin: 0px;
    display: block;
    float: left;
    background: url("/images/consti_tab_middle_highlight.png") repeat-x top transparent;
    border-bottom: #d6d6d6 1px solid;
}
.con_tab_right
{
    
    float: left;
    background: url("/images/consti_tab_right_highlight.png") no-repeat top right transparent;
    width: 4px;
    height: 100%;
}

.selected_tab
{
    
    background: url("/images/consti_tab_left.png") no-repeat transparent left top;
    border-bottom: white 1px solid;  
}
.selected_tab a {
    color: black;   
}
.selected_tab span {
    background: url("/images/consti_tab_middle.png") repeat-x top transparent;
    border-bottom: white 1px solid;
}
.selected_tab .con_tab_right
{
    background: url("/images/consti_tab_right.png") no-repeat top right transparent;
}
.search_head {
    font-size: 14px;
    font-weight: bold;
}
#search_select {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 25px;   
}
#search_select>div {
    float: left;
}
#search_select .radio_div {
    padding: 15px 4px 0 0;
}
#search_select .radio_div input {
    padding: 0px;
    margin: 0px;
}
.gray_back {
    background-color: #EFEFEF;
    padding: 10px;
}
#search_result_title {
    margin: 20px 0px;
    font-size: 13px;   
}
#search_result_content {
    color: #ADADAD;
    font-size: 12px;
}
#search_result_content span {
    padding-left: 10px;
    font-weight: bold;
    font-size: 13px;
    color: black;  
}


#search_result_content>div {
    margin-bottom: 5px;
}
#search_select .text_div {
    width: 230px;
    margin-right: 2px;
}
#search_select .text_div_first {
    margin-right: 28px;
}

.text_div .line1 {
    font-size: 13px;
    
}
.text_div .line2 {
    color: #7F7F7F;
    font-size: 12px;
}

#main.MapPage .content_page {
    float: right;
    padding: 18px 30px 0 0;
    width: 650px;
}

#ContentArea_PageContent_MLAPanel, #ContentArea_PageContent_ROPanel, .Poll_Description, #Poll_Divs, #ContentArea_PageContent_MailingAddressPanel, .Poll_Links {
 margin-bottom: 10px;
}

.Poll_Description dr {
    
}

#mapDiv
{
	position:relative;
	float:right;
	width:400px;
	height:400px;
	margin-left:15px;
	
}


#mapDiv .MicrosoftMap .Infobox .content {
    padding-bottom: 4px;
    width: auto;
}

#mapDiv .MicrosoftMap .Infobox .content .description {
	font-size: 9pt;
    padding-top: 0;
}

.Poll_Location h2
{
	padding-bottom:10px;
	padding-top:0;
}

.Poll_Location h3
{
	margin-left:10px;
	/*padding-bottom: 8px;  */
}

.Poll_Location .Poll_Description, .Poll_Contacts, .Poll_Links, .Poll_Address
{
	color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0px 10px;
    font-weight:bold;
    word-spacing: -1px;
    display: block;
}


.Poll_Links a {
    line-height: 15px;
}



.Poll_Links_Header {
    margin-top: 10px;   
}

#MapLinks
{
	text-align:left;
	padding: 5px 0px 5px 10px;
	margin-left: 0px;
	margin-bottom:10px;
	color:#ADADAD;
	background-color:#EFEFEF;
	
}

ul#MapLinks li,ul#MapLinks a
{
    list-style-type:none;
    background:none;
	display:inline;
	font-size:13px;
	padding: 0 5px;
}

#MapLinks li a, #MapLinks a
{
	color:#0092D2;
    font-weight: bold;
    text-decoration:none;
}
#map_selector_title {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    
}
.map_selector
{
    font-weight:bold;
    background-color:#EFEFEF;
    padding: 10px;
    font-size:12px;
    line-height:16px; 
    margin-bottom: 6px;
    position: relative;
}
.map_selector *
{
    line-height:16px; 
    vertical-align:middle;
}
.map_selector input[type="radio"]
{
    font-size:16px;
}
.map_selector>span {
    margin-left: 90px;
}

.map_selector label
{
    cursor:pointer;
    margin-right:20px;
}
.map_selector input
{
    cursor:pointer;
}
.map_selector 
{
    color:#7F7F7F;
}
.map_selector .selected_map
{
    color:Black;
}

.map_summary
{
    color:#7F7F7F;
    font-size:12px;
    padding:0 0 10px 5px;
}
/****** Resources Page *****/

#resource_item_list
{
    margin-right:-30px;
}
#resource_item_list table
{
    width:100%;
    border:none;
    border-collapse:collapse;
}
#resource_item_list table th
{
    background-color:#101010;
    color:White;
    line-height:20px;
}
#resource_item_list .even_row
{
    background-color:#CFCFCF;
}
#resource_item_list .odd_row .date_td
{
    background-color:#D8D8D8;
}
#resource_item_list .date_td 
{
    width:15%;
    text-align:center;
}
#resource_item_list .date_td span
{
    font-size:small;
    width:100%;
}

.content_page #PollLocations ul li
{
	background:none;
	font-size:14px;
	padding-left:0px;
}

.content_page #PollLocations ul li a
{
	color: #0076AC;
}

#PollLocations
{
    clear:both;
    padding-top:15px;
}

/************* Address Search ************/
.watermarkOn {
    color: #666666;
    font-size: 12px;
    /*font-style: italic; */
    }
.FormSection, .PS_results
{
    margin: 10px 10px 10px 0px;
	padding:0px 10px 10px 0px;
    color: #666666;
    font-size: 12px;
	/*border:1px solid #141313;*/
}

.FormSection .Row
{
    margin: 10px 10px;
    line-height: 18px;
    
    
}

.FormSection .field_title
{
    float: left;
    display: block;
    width: 100px;
}
.FormSection .field_right_title
{
    float: left;
    display: block;
    margin-left:23px;
    margin-right:8px;
}

.ResultsLabel
{
	margin:0px 10px;
	padding:10px 10px 0px;
}
.FormSection .AddressLabel
{
    margin-left: 100px;
    color: #ADADAD;
    font-size: 12px;
}
.noFoundTitle
{
    display: block;
    margin-top: 10px;
    padding-bottom: 0px;
}

.NoFoundLabel 
{
    display: block;
    color: #666666;
    margin-top: 5px;
    font-size: 12px;
}
.ResultsSection
{
    float: right;
    width: 140px;
    margin-top: 20px;
}

.FormSection .AddressField
{
	width:415px;
	margin-bottom: 4px;
}

.FormSection .PS_button
{
    margin-top: -2px;
    margin-left: 6px;
}
.FormSection .PS_tbLong
{
    width: 230px;
}
.FormSection .PS_tbShort
{
    width: 80px;
    float: left;
}


.ui-menu
{
	display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 1px;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    font-size:12px;
    padding: 0.2em 0.4em;
    text-decoration: none;
    color: #A1A1A1;    
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}

.ui-corner-all {
    border-radius: 5px 5px 5px 5px;
}

.ui-widget-content {
    border: 1px solid #A6C9E2;
    color: #222222;
    background: url("/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0 2;
    padding: 2;
    /*border: 1px solid white; */
    width: 100%;
}

.ui-state-hover  
{
    /*border: 1px solid #79b7e7; */
    /* font-weight: bold; */
    color: #1d5987; 
    background:url("/images/ui-bg_glass_75_d0e5f5_1x400.png") repeat-x scroll 50% 50% #D0E5F5;
 }
.ui-tabs .ui-state-hover{border:none; background:none;}

#tabs.ui-widget-content,#tabs .ui-widget-content {
    background: none;
    border: none;
}


/****** Job Application Page *****/
#job_application_form
{
    line-height:16px;
}
#job_application_form .jaf_section
{
    margin-bottom:25px;
}

#job_application_form .Row
{
	font-size:11px;
	margin-top:10px;
	color: #666666;
}

#job_application_form .Row .field_title
{
	display: inline-block;
    width: 80px;
}

#job_application_form .Row .field_title_side
{
    display: inline-block;
    width: 40px;
    
}

#job_application_form .Row .textfield
{
	margin-right:25px;
	width:150px;
}

#job_application_form .Row .AddressLabel {
    color: #ADADAD;
    font-size: 11px;
    margin-left: 83px;
}

#job_application_form .Row .textarea
{
	width:500px;
}

#job_application_form .Row .area,#job_application_form .Row .first3
{
	margin-right:5px;
	width:25px;
}

#job_application_form .Row .last4
{
	margin-right:66px;
	width:35px;
}
#job_application_form .Row .PCfield
{
	width:70px;
    margin-right: 10px;
}

#job_application_form .jaf_resume .Row .textfield
{
	width:450px;
}

#job_application_form .Row select
{
	padding:2px;
	border:1px solid #D6D6D6;
	color:#7F7F7F;
}

#job_application_form .Row .FilePath
{
	font-size:12px;
}

#job_application_form .jaf_job_position, #poll_info .Row
{
	font-size:12px;
}

#job_application_form .JobPostingList
{
	margin-bottom:10px;
}

#job_application_form .JobPostingList input
{
	margin-left:0;
	margin-right:10px;
}

#job_application_form .jaf_address .Row .textfield
{
	width:200px;
}



.jaf_address
{
	border-bottom:1px solid #D6D6D6;
}

#job_application_form .jaf_questions
{
	margin-bottom:45px;
}

#job_application_form .jaf_questions .Row 
{
	font-size:12px;
}

#poll_info
{
	padding-bottom:15px;
}

#poll_info .Row a
{
	color:#0092D2;
}

#poll_info .Row a:hover
{
	color:#7F7F7F;
}

#poll_info h4
{
	background-color:#E6ECEF;
	font-size:12px;
	margin:30px 0 15px;
	padding:5px;
}

.ValidationSummary ul li
{
	list-style:none;
	color:Red;
	background:none;
}

.Error
{
	color:Red;
}

/****** News Archives Page *****/
#archive_item_list ul li
{
    background:none;
}
/****** Child Page Section ****/
.more_info_section h3
{
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.more_info_section h4
{
    margin-top:10px;
    margin-bottom:5px;
}
.more_info_section h4 a
{
    color: #0092D2;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;    
}
.more_info_section .child_pages_summary
{
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 20px;
    word-spacing: -1px;
}
/***************page tabs******************/
#MapLinks li.ui-tabs-selected a
{
   color:#7F7F7F;
   
}
.ui-tabs-hide
{
    display:none;
}
/**************tweet feeds****************/

/**************Content *******************/
.content_page ul ul, .content_page ol ol {
    margin-left: 30px;   
}

/*********************Search Results *************************/
#result
{
	margin:20px 10px;
}

#result .webresult
{
	padding-bottom:15px;
	font-size:12px;
	color:#666666;
	
}

#result .webresult .title
{
	font-size:14px;
	color:#0076AC;
}

#result .webresult .desc
{
	padding:5px 0;	
}

.search_input
{
	width:380px;
}

#search_button.search_btn
{
	float:none;
	background:url("/images/submit_btn.png") no-repeat scroll 0 0 transparent;
	width:35px;
	height:22px;
} 
@media print{
    #layout, #main {
	width: 100%;
    }

    #bd {
	overflow: auto;
    }

    #main {
	margin-bottom: 0;
	padding-bottom: 0;
    }

    #hd .navigation, #hd-links, #sidebar, #ft .navigation, #bd .breadcrumbs {
	display: none;
    }
}
/*
@font-face {
    font-family: 'Swiss';
    src: url('/fonts/swiss911_ec-webfont.eot');
    src: url('/fonts/swiss911_ec-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/swiss911_ec-webfont.ttf') format('truetype'),
         url('/fonts/swiss911_ec-webfont.svg#Swiss911XCmBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body {
	padding: 0;
	margin: 0;	
	
	background:url(/images/bg_body.png) repeat-x;	
	font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    
}


* {outline: none;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;	
}

h1
{
	font-weight: normal; 
	font-size: 28px
}


input.textbox {
    height: 18px;
}
input.textboxOnAd {
    height: 11px;
}
ul {
	list-style-position: outside;
	list-style: none;
	
}

#wrapper {
	margin: -9px auto 0;
	width: 960px;
	background:url(/images/bg_wrapper.png) repeat-y 0 0;
	padding:0 17px;
}

.clear {
	clear: both;
	font-size: 1px;
}

#main
{
    padding: 25px;
    
    min-height: 420px;
}


/* ==================== HEADER ======================= */
/* ====================================================*/
#header{
	background:url(/images/bg_header.png) repeat-x;
	position:relative;
	z-index:1;
}
.header_inner{
	width:960px;
	margin:0 auto;
	min-height:115px;
}
h1.logo{	
	padding:22px 0 0;
	width:160px;
	height:68px;
	float:left;
}
h1.logo a{
	width:100%;
	height:100%;
	display:block;
	border:none;
}

.BackToHome 
{
	padding-top: 65px;
	padding-right: 20px;
	float: right;
	
}

.BackToHome a
{

	color: #0092D2;
	font-size: 16px;
	font-weight: bold;
	
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}


.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

a img
{
	border:none;
}
.header_top{
	width:750px;
	float:right;
	padding:18px 0 11px;
	margin:0 0 15px;
	vertical-align:middle;
	background:url(/images/bg_header_top.png) repeat-x 0 100%;
}
.search{
	float:right;
	width:138px;
	padding:2px 0 0
}
.search_str{
	width:93px;
	height:14px;
	font-size:10px;
	line-height:14px;
	padding:1px 5px 3px 2px;
	float:left;
	margin:0 5px 0 0;
	border-width:0px;
	background:url(/images/search_str.png) no-repeat;
}
.search_btn{
	width:32px;
	height:18px;
	border-width:0px;
	float:left;
	cursor:pointer;
	background:url(/images/search_btn.png) no-repeat;
	padding:0;
}
/*
.top_navi{
	text-align:right;
    margin:0px;
    padding:2px 0 0 0;
	
}
.top_navi li{
	display:inline;
	margin:0px 2px 0 -3px;
}
.top_navi li a{
	display:inline-block;
	color:#bbb;
	font-size:12px;
	line-height:14px;
	padding:0 6px;
	background:url(/images/bg_navi_top.png) no-repeat 100% 50%;
	word-spacing:-1px;
}
.top_navi li.last a{
	background:none;
	padding:0 12px 0 6px;
}
*/
/* TAB MENU   
----------------------------------------------------------*/
/*
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    font-size: 12px;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


*/
/* ==================== NAVIGATION =================== */
/* ====================================================*/
/*
.navi{
	float:right;	
}
.navi li{
	float:left;
	background:url(/images/navi_divider.png) no-repeat 100% 0;
	padding:0 10px 0 0;
	position:relative;
}
.navi li.last{
	background:none;
	padding:0;
}
*+html .navi{
	width:780px;
	margin:0 -4px 0 0;
}

.navi li a{
	display:block;
	font-size:15px;
	color:#b8b8b8;
	font-weight:bold;
	text-shadow:1px 1px 2px #000;
	padding:0 10px 25px;
	background:url(/images/arrow_1.png) no-repeat 100% 6px;
	text-decoration:none;
	text-transform: uppercase;
}
.navi li a:hover, .navi li:hover a{
	color:#0092d2;
	background:url(/images/arrow_2.png) no-repeat 100% 6px;	
}
.navi li ul{
	position:absolute;
	left:0;
	top:41px;
	width:187px;
	background:#141313 url(/images/bg_sub_menu.png) no-repeat 0 100%;
	display:none;
}
*+html .navi li ul{
	padding:0 0 5px;
}
.navi li ul li{
	padding: 0 0 0 10px; 
	background:none;
	width:177px;
	margin:0 0 5px;
	text-transform:lowercase;
}
.navi li ul li a{
	background:url(/images/arrow_3.png) no-repeat 0 5px !important;
	padding:0 0 0 11px;
	font-size:12px;
	line-height:17px;
	text-shadow:none; 
	color:#ccc !important;
	text-transform:lowercase;
}
.navi li ul li a:hover{
	background:url(/images/arrow_3.png) no-repeat 0 5px !important;
	color:#ccc !important;
}
.navi li ul li:hover{
	background:#0d4259;
}
.navi li:hover ul{
	display:block;
}
*/
/* ==================== SLIDESHOW ==================== */
/* ====================================================*/
/*
.slideshow{
	height:295px;
	position:relative;
}
#main.home .slideshow{
	height:427px;	
}
.slideshow .slider{
	width:960px;
	height:295px;
	position:absolute;
	top:0;
	left:0;
}
#main.home .slideshow .slider{
	height:427px;
}
*/
/* ==================== YELLOW BOX =================== */
/* ====================================================*/
/*
.yellow_box{
	position:absolute;
	top:25px;
	left:-5px;
	width:266px;
	z-index:0;
}
.yellow_box_top{
	background:url(/images/yellow_top.png) no-repeat;
	height:14px;
}
.yellow_box_inner{
	background:url(/images/yellow.png) repeat-y;
	padding:18px 49px 10px 4px;  
}
.yellow_box_inner h2{
	font-size:15px;	
	text-transform:uppercase;
	padding:0 0 12px;
}
.yellow_box_inner p{
	font-size:12px;
	line-height:19px;
	word-spacing:1px;
}
.vote_form_tip
{
    font-size:12px;
	line-height:19px;
	word-spacing:1px;
    padding: 0 49px 20px 29px;
    clear: both;
}

.email{
	background:url(/images/bg_email_form1.png) no-repeat bottom;
    padding: 2px 21px;
    height: 55px;
    
	
}
#email_str, .email_str{
	width:145px;
	height:12px;
	word-spacing:2px;
	border:1px solid #ccc;
	float:left;
	color:#a1a1a1;
	font-size:12px;
	line-height:12px;
	padding:4px 8px 4px 5px;
	margin:0 9px 0 0;
}
.emailboxOnAd {
    margin-left: 29px; 
      
}
#submit_btn, .submit_btn{
	width:35px;
	height:22px;
	border-width:0px;
	float:left;
	cursor:pointer;
	background:url(/images/submit_btn.png) no-repeat;
	padding:0;
}*/
/* ==================== FOUR COLS ==================== */
/* ====================================================*/
/*
.four_cols{
	height:133px;
	background-image:url(/images/bg_blue.png);
	background-repeat:repeat;	
}
#main.home .four_cols{
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.col{
	float:left;
	background:url(/images/arrow_4.png) repeat-y 100% 0;	
	position:relative;	
}
.aside .col
{
    background:none;
} 

.col.col1
{
	width:241px;
	overflow:hidden;
}

.col.col2
{
	width:240px;
	overflow:hidden;
}

.col.col3
{
	width:239px;
	overflow:hidden;
}

.col.col4
{
	width:240px;
	overflow:hidden;
	background:none;
}

.col4 .col_inner
{
    height: 82px;   
}

.col .col_inner h3{	
	text-transform:uppercase;
	color:#fff;
	padding:0 0 3px;
	font:normal 23px/22px 'Swiss';
	letter-spacing:3px;
}
.col .col_inner{
	height:102px;
}

.col .col_inner .more{
	font-size:12px;
	line-height:12px;
	display:inline-block;
	background:url(/images/arrow_5.png) no-repeat 100% 50%;
	padding:0 10px 0 0;
	color:#fff10b;
	font-weight:bold;
	word-spacing:3px;
}
.col.looking .col_inner{
	width:116px;
	background:url(/images/adv_img_01.png) no-repeat 6px 12px;
	padding:30px 5px 0 120px;
}
.col.rules .col_inner{
	width:140px;
	background:url(/images/adv_img_02.png) no-repeat 11px 36px;
	padding:30px 0 0 100px;
}
.col.voting .col_inner{
	width:113px;
	background:url(/images/adv_img_03.png) no-repeat 11px 10px;
	padding:30px 0 0 126px;
}
.col.common .col_inner{
	width:136px;
	background:url(/images/adv_img_04.png) no-repeat 14px 21px;
	padding:30px 0 0 103px;
}
.col.common{
	background:none;
}*/

/*****************Countdown Clock*************************/
/*
#Countdown
{
	float:left;
	position:relative;
	
}


#Countdown .col_inner
{
	width:210px;
	padding:48px 12px 0 24px;
}
#Countdown .col_inner h3
{
	letter-spacing:1.4px;
}

#Countdown .Calendar
{
	float:left;
	display:inline-block;
	padding:0px 11px 0 0;
	margin:5px 11px 0 0;
	color:#fff10b;
	font-weight:bold;
	text-align:center;
	background-image:url(/images/Countdown_Divider.gif);
	background-repeat:no-repeat;
	background-position:right top;	
	margin: 11px 11px 3px 0;
}

#Countdown .Calendar.Last
{
	padding-right:0;
	margin-right:0;
	background:none;
}

#Countdown .Calendar .CalendarNumber
{
	font-size:26px;
	
}

#Countdown .Calendar .CalendarUnit
{
	font-size:12px;
	text-transform:uppercase;
	padding-top:2px;
}
*/
/* ==================== CONTENT ====================== */
/* ====================================================*/

.content{
	float:left;
	width:460px;	
}
.heading{
	margin:0 0 0 -10px;
	padding:9px 0 0;
	position:relative;
}
#main.home .heading{
	padding:17px 0 0;
}
.heading_top{
	height:13px;
	background:url(/images/heading_top.png) no-repeat 0 0;	
}
.heading_inner{
	background:#141313 url(/images/bg_heading_home.jpg) no-repeat  0 0;
	min-height:30px;
}
.rss{
	position:absolute;
	top:29px;
	right:11px;
	width:32px;
	height:32px;
	text-indent:-9999px;
	cursor:pointer;
	background:url(/images/rss.png) no-repeat;
}
.heading_inner h3{
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	padding:5px 0 0 40px;
}
.newsroom{
	padding:1px 0 0 30px;
}
.newsroom li{
	border-bottom:1px solid #e3e3e3;
	overflow:hidden;
	vertical-align:bottom;
	padding:11px 0;
}
.newsroom li.last{
	border:none;
}
.date{
	float:left;
	width:40px;
	height:39px;
	text-align:center;
	color:#fff;
	padding:4px 0 0;
	background:url(/images/bg_date.png) no-repeat;
	font-size:12px;
	margin:0 16px 0 0;
}
.date strong{
	display:block;
	font-size:20px;
	margin:-4px 0 0; 
}
.newsroom li a{
	font-size:13px;
	color:#0076ac;
	display:block;
	padding:5px  0 0 46px;
	line-height:15px;
	text-decoration:none; 
	word-spacing:-1px;
}
.read{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(/images/arrow_6.png) no-repeat 100% 50%;
	padding:0 11px 0 8px;
	line-height:15px;
	text-transform:uppercase;
	font-size:8px;
	white-space:nowrap;
	font-weight:bold;
	color:#0076ac;
}
.newsroom li a:hover .read{
	text-decoration:underline;
}

#RefreshSection
{
	position: relative;
	
	height: 43px;
}

#Timer
{
	position:absolute;
	right: 0;
	bottom:0;
	color: #666666;
	text-align: right;
	vertical-align: bottom;
	background-image: url(/images/Stopwatch.gif);
	background-repeat: no-repeat;
	background-position: 300px -19px;
	width: 300px;
	height: 41px;
	padding-right:50px;	
}

#ResultsData
{
	padding-top: 10px;
}

#TimerText
{
	position:absolute;
	bottom:0;
	right: 50px;

}

#TimerText b
{
	color: #000000;
}

#Constituents
{
	position:absolute;
	bottom: 0;
	
	font-size: 16px;
	vertical-align: bottom;
}

/* ==================== SIDEBAR ====================== */
/* ====================================================*/
.sidebar{
	float:right;
	width:500px;
	padding:30px 0 0;	
}
.sidebar .col_l{
	width:200px;
	float:left;
	padding:0 30px 0 40px;
}
#main.home .sidebar .col_l{
	padding:0 40px;
}
.twitter{	
	padding:0 0 12px;
	font-size:12px;
	line-height:16px;
}
.sidebar h3{
	font-size:15px;
	color:#131313;
	padding:9px 0 22px;
	text-transform:uppercase;
}
.twitter_link{
	float:right;
	width:32px;
	height:32px;
	background:url(/images/twitter_logo.png) no-repeat;	
}
.twitter ul{
	padding:0 0 12px;	
}
.sub_line{
	height:1px;
	width:200px;
	background:#e3e3e3;
	margin:0 0 16px;
}

.twitter li.tweet_first
{
	border-top:none;
	padding-top:0;
}

.twitter li{
	line-height:17px;
	border-top:1px solid #e3e3e3;
	margin-bottom:5px;
	padding-top:5px;
}
.twitter li a{
	color:#0092d2;
}
.twitter li span{
	color:#666;
}

.tweet_avatar
{
	display:none;
}

.tweet
{
    padding-top: 10px;   
}
.facebook_links{
	padding:0 0 0 30px; 
	height:22px;
	position:relative;
}
.facebook_links a
{
    position:absolute;
    top:0px;
    left:0px;
}

.links{
	float:left;
	width:200px;
}
.links li{	
	float:left;
	width:100%;
	vertical-align:bottom;
}
.links li a{
	color:#0092d2;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0 0 9px; 
}
/* ==================== FOOTER ========================*/
/* ====================================================*/
#footer{
	background:#808080;
	padding: 10px 29px 5px 30px;
	min-height: 20px;
	color:#fffffe;
	font-size:11px;
	
}
#footer a{
	color:#fffffe;
}
#footer li a{
	margin:0 0 6px;
	display:block;
	line-height:15px;
}
#footer .col_r{
	float:right;
	width:225px;
}
.footer_navi_right
{
    width:100%;
	float:right;
	margin:0 -5px  0 0;
	text-align:right;
}
.footer_navi_right li
{
    list-style-type:none;
	display:inline;
	margin:0 0 0 -4px;
}
#footer .footer_navi_right li a{
	display:inline-block;
	padding:0 5px;
	margin:0;
}
.copyright{
	float:right;
	padding:0 0 10px 0;
}
.secure{
	clear:both;
	float:right;
	padding:27px 0 0 24px;
	background:url(/images/arrow_7.png) no-repeat 0 100%;
	white-space:nowrap;
}

.voters{
	float:left;
	width:135px;
	margin:-1px 0 0;
}
#footer li.header>a{
	font-weight:bold;
	padding:0 0 2px;
	font-size:14px;
}
.FooterNav>div>ul>li
{
    margin-top:0px;
    padding-top:0px;
    float:left;
}

/* ==================== VOTERS PAGE ===================*/
/* ====================================================*/
.breadcrumbs{
	padding:5px 0 0 40px;
}
.breadcrumbs li{
	display:inline;
}
.breadcrumbs li a, .breadcrumbs .Breadcrumb-Nodes{
	display:inline-block;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	padding:7px 12px 0 0;
	font-weight:bold;
	text-decoration:none;
	margin-right:6px;
}

.breadcrumbs .Breadcrumbs-Separator
{
	display:none;
}

.breadcrumbs a.Breadcrumb-Nodes
{
	background:url(/images/arrow_8.png) no-repeat 100% 70%
}

.breadcrumbs li.last a{
	background:none;
}

.breadcrumbs .Breadcrumb-Nodes
{
	padding:6px 12px 0 0;
}
.home .breadcrumbs li.last a
{
	padding:3px 12px 0 0;
}
.voters_list{
	padding:23px 0 11px 30px;
}
.voters_list li{	
	width:100%;
	vertical-align:bottom;
	padding:0 0 17px;
}
.voters_list li a{	
	font-size:13px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
	padding:0 0 5px;
	color:#0092d2;
	text-decoration:none;
}	
.voters_list li a:hover{
	color:#7f7f7f;
}
.voters_list li p{
	color:#434343;
	font-size:12px;
	line-height:16px;
	word-spacing:-1px;
}
.socilas h3, .socilas .weblinkset-title{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 17px 0 29px;
	float:left;
}
.socilas li{
	float:left;
	margin:0 10px 0 0;
}
.socilas li a{
	display:block;
	width:32px;
	height:32px;
}
.socilas li a.facebook{
	background:url(/images/facebook_logo.png) no-repeat;
}
.socilas li a.twitter{
	background:url(/images/twitter_logo.png) no-repeat;
}
.socilas li a.digg{
	background:url(/images/digg_logo.png) no-repeat;
}
/* ==================== Sitemap =====================*/
/* ====================================================*/
.site-map
{
    font-size: 13px;
    font-weight: bold; 
    text-decoration: none;
    text-transform: uppercase;
}
.site-map a
{
    color:#333333;
}
/*==================== WEB FORM =======================*/
/*=====================================================*/
.web_form
{
    color:#333333;
    font-size: 12px;
    word-spacing: 1px;
}
.web_form fieldset
{
    border:none;
}
.web_form .control input, .web_form .control textarea,.web_form .control select
{
    width:70%;
    
    margin-bottom :3px;
    
}
.web_form .control input, .web_form .control textarea
{
   
}
.web_form input.captcha_txt
{
    width:80px;
}
.web_form .captcha-image
{
    border:1px solid #303030;
}
.web_form .validators, .web_form .validation-summary ul li
{
    color:Red;
}
.web_form .validators
{
    display:inline;
}

.web_form .buttons
{
    margin-top:1em;
}
.web_form .captcha_panel
{
    padding-left:10px;
}
/* ==================== QUESTIONS =====================*/
/* ====================================================*/
.questions{
	padding:0 0 48px;
	margin:0 30px 7px 40px;
	border-bottom:1px solid #e3e3e3;
	font-size:12px;
	line-height:16px;
	color:#7f7f7f;
	text-align:justify;
}
.questions strong
{
    color:Black;
}
.sidebar .questions h3{
	padding:0 0 27px;
}
.question_cell{
	font-size:12px;
	line-height:16px;
	padding:0 0 19px;
}
.question_cell .blue{
	font-weight:bold;
	color:#0092d2;
	float:left;
	width:17px;
}
.question_cell strong{
	padding:0 0 7px 17px;
	display:block;
}
.question_cell p{
	padding:0 0 0 17px;
	display:block;
	color:#666;
}
.questions .read{
	padding:0 8px 0 0;
	float:left;
	margin:2px 0 0;
}
.dates{
	margin:-2px 0 0;
}
.dates li{
	overflow:hidden;
	vertical-align:bottom;
	padding:0 0 23px;
}
.dates li .date{
	margin:0 15px 0 0;
}
.dates p{
	font-size:12px;
	color:#666;
	padding:5px 0 8px;
	line-height:12px;
}
.dates .read{
	padding:0 11px 0 0;
	float:left;
}
.dates .col_r{
	float:right;
	width:145px;
}


/****** Constituency Page *****/

#con_seach_tabs {
    height: 34px;
    border-bottom: 1px solid #D6D6D6;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 25px;   
}
#con_seach_tabs a:hover {
    text-decoration: none;   
}
.con_search_tab 
{
    cursor: pointer;
    float: left;
    margin-left: 3px;
    position: relative;
    background: url("/images/consti_tab_left_highlight.png") no-repeat transparent left top;
    border-bottom: #d6d6d6 1px solid; 
    padding-left: 5px;
    vertical-align: middle;
    height: 100%;
    
    border-bottom: #d6d6d6 1px solid; 
}
.con_search_tab span {
    
    line-height: 34px;
    padding: 0px 8px;
    margin: 0px;
    display: block;
    float: left;
    background: url("/images/consti_tab_middle_highlight.png") repeat-x top transparent;
    border-bottom: #d6d6d6 1px solid;
}
.con_tab_right
{
    
    float: left;
    background: url("/images/consti_tab_right_highlight.png") no-repeat top right transparent;
    width: 4px;
    height: 100%;
}

.selected_tab
{
    
    background: url("/images/consti_tab_left.png") no-repeat transparent left top;
    border-bottom: white 1px solid;  
}
.selected_tab a {
    color: black;   
}
.selected_tab span {
    background: url("/images/consti_tab_middle.png") repeat-x top transparent;
    border-bottom: white 1px solid;
}
.selected_tab .con_tab_right
{
    background: url("/images/consti_tab_right.png") no-repeat top right transparent;
}
.search_head {
    font-size: 14px;
    font-weight: bold;
}
#search_select {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 25px;   
}
#search_select>div {
    float: left;
}
#search_select .radio_div {
    padding: 15px 4px 0 0;
}
#search_select .radio_div input {
    padding: 0px;
    margin: 0px;
}
.gray_back {
    background-color: #EFEFEF;
    padding: 10px;
}
#search_result_title {
    margin: 20px 0px;
    font-size: 13px;   
}
#search_result_content {
    color: #ADADAD;
    font-size: 12px;
}
#search_result_content span {
    padding-left: 10px;
    font-weight: bold;
    font-size: 13px;
    color: black;  
}


#search_result_content>div {
    margin-bottom: 5px;
}
#search_select .text_div {
    width: 230px;
    margin-right: 2px;
}
#search_select .text_div_first {
    margin-right: 28px;
}

.text_div .line1 {
    font-size: 13px;
    
}
.text_div .line2 {
    color: #7F7F7F;
    font-size: 12px;
}

#main.MapPage .content_page {
    float: right;
    padding: 18px 30px 0 0;
    width: 650px;
}

#ContentArea_PageContent_MLAPanel, #ContentArea_PageContent_ROPanel, .Poll_Description, #Poll_Divs, #ContentArea_PageContent_MailingAddressPanel, .Poll_Links {
 margin-bottom: 10px;
}

.Poll_Description dr {
    
}

#mapDiv
{
	position:relative;
	float:right;
	width:400px;
	height:400px;
	margin-left:15px;
	
}


#mapDiv .MicrosoftMap .Infobox .content {
    padding-bottom: 4px;
    width: auto;
}

#mapDiv .MicrosoftMap .Infobox .content .description {
	font-size: 9pt;
    padding-top: 0;
}

.Poll_Location h2
{
	padding-bottom:10px;
	padding-top:0;
}

.Poll_Location h3
{
	margin-left:10px;
	/*padding-bottom: 8px;  */
}

.Poll_Location .Poll_Description, .Poll_Contacts, .Poll_Links, .Poll_Address
{
	color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0px 10px;
    font-weight:bold;
    word-spacing: -1px;
    display: block;
}


.Poll_Links a {
    line-height: 15px;
}



.Poll_Links_Header {
    margin-top: 10px;   
}

#MapLinks
{
	text-align:left;
	padding: 5px 0px 5px 10px;
	margin-left: 0px;
	margin-bottom:10px;
	color:#ADADAD;
	background-color:#EFEFEF;
	
}

ul#MapLinks li,ul#MapLinks a
{
    list-style-type:none;
    background:none;
	display:inline;
	font-size:13px;
	padding: 0 5px;
}

#MapLinks li a, #MapLinks a
{
	color:#0092D2;
    font-weight: bold;
    text-decoration:none;
}
#map_selector_title {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    
}
.map_selector
{
    font-weight:bold;
    background-color:#EFEFEF;
    padding: 10px;
    font-size:12px;
    line-height:16px; 
    margin-bottom: 6px;
    position: relative;
}
.map_selector *
{
    line-height:16px; 
    vertical-align:middle;
}
.map_selector input[type="radio"]
{
    font-size:16px;
}
.map_selector>span {
    margin-left: 90px;
}

.map_selector label
{
    cursor:pointer;
    margin-right:20px;
}
.map_selector input
{
    cursor:pointer;
}
.map_selector 
{
    color:#7F7F7F;
}
.map_selector .selected_map
{
    color:Black;
}

.map_summary
{
    color:#7F7F7F;
    font-size:12px;
    padding:0 0 10px 5px;
}
/****** Resources Page *****/

#resource_item_list
{
    margin-right:-30px;
}
#resource_item_list table
{
    width:100%;
    border:none;
    border-collapse:collapse;
}
#resource_item_list table th
{
    background-color:#101010;
    color:White;
    line-height:20px;
}
#resource_item_list .even_row
{
    background-color:#CFCFCF;
}
#resource_item_list .odd_row .date_td
{
    background-color:#D8D8D8;
}
#resource_item_list .date_td 
{
    width:15%;
    text-align:center;
}
#resource_item_list .date_td span
{
    font-size:small;
    width:100%;
}

.content_page #PollLocations ul li
{
	background:none;
	font-size:14px;
	padding-left:0px;
}

.content_page #PollLocations ul li a
{
	color: #0076AC;
}

#PollLocations
{
    clear:both;
    padding-top:15px;
}

/************* Address Search ************/
.watermarkOn {
    color: #666666;
    font-size: 12px;
    /*font-style: italic; */
    }
.FormSection, .PS_results
{
    margin: 10px 10px 10px 0px;
	padding:0px 10px 10px 0px;
    color: #666666;
    font-size: 12px;
	/*border:1px solid #141313;*/
}

.FormSection .Row
{
    margin: 10px 10px;
    line-height: 18px;
    
    
}

.FormSection .field_title
{
    float: left;
    display: block;
    width: 100px;
}
.FormSection .field_right_title
{
    float: left;
    display: block;
    margin-left:23px;
    margin-right:8px;
}

.ResultsLabel
{
	margin:0px 10px;
	padding:10px 10px 0px;
}
.FormSection .AddressLabel
{
    margin-left: 100px;
    color: #ADADAD;
    font-size: 12px;
}
.noFoundTitle
{
    display: block;
    margin-top: 10px;
    padding-bottom: 0px;
}

.NoFoundLabel 
{
    display: block;
    color: #666666;
    margin-top: 5px;
    font-size: 12px;
}
.ResultsSection
{
    float: right;
    width: 140px;
    margin-top: 20px;
}

.FormSection .AddressField
{
	width:415px;
	margin-bottom: 4px;
}

.FormSection .PS_button
{
    margin-top: -2px;
    margin-left: 6px;
}
.FormSection .PS_tbLong
{
    width: 230px;
}
.FormSection .PS_tbShort
{
    width: 80px;
    float: left;
}

/*
.ui-menu
{
	display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 1px;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    font-size:12px;
    padding: 0.2em 0.4em;
    text-decoration: none;
    color: #A1A1A1;    
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}

.ui-corner-all {
    border-radius: 5px 5px 5px 5px;
}

.ui-widget-content {
    border: 1px solid #A6C9E2;
    color: #222222;
    background: url("/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0 2;
    padding: 2;
    
    width: 100%;
}

.ui-state-hover  
{
    color: #1d5987; 
    background:url("/images/ui-bg_glass_75_d0e5f5_1x400.png") repeat-x scroll 50% 50% #D0E5F5;
 }
.ui-tabs .ui-state-hover{border:none; background:none;}

#tabs.ui-widget-content,#tabs .ui-widget-content {
    background: none;
    border: none;
}
*/

#poll_info
{
	padding-bottom:15px;
}

#poll_info .Row a
{
	color:#0092D2;
}

#poll_info .Row a:hover
{
	color:#7F7F7F;
}

#poll_info h4
{
	background-color:#E6ECEF;
	font-size:12px;
	margin:30px 0 15px;
	padding:5px;
}

.ValidationSummary ul li
{
	list-style:none;
	color:Red;
	background:none;
}

.Error
{
	color:Red;
}

/****** News Archives Page *****/
#archive_item_list ul li
{
    background:none;
}
/****** Child Page Section ****/
.more_info_section h3
{
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.more_info_section h4
{
    margin-top:10px;
    margin-bottom:5px;
}
.more_info_section h4 a
{
    color: #0092D2;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;    
}
.more_info_section .child_pages_summary
{
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 20px;
    word-spacing: -1px;
}
/***************page tabs******************/
#MapLinks li.ui-tabs-selected a
{
   color:#7F7F7F;
   
}
.ui-tabs-hide
{
    display:none;
}
/**************tweet feeds****************/

/**************Content *******************/
.content_page ul ul, .content_page ol ol {
    margin-left: 30px;   
}

/**************Results *******************/
#Results table
{
	width: 100%;
}

#Results table tr.results-header th
{
	background-color: #000000;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

#Results table tr.results-header th
{
	width: 70px;
}

#Results table tr.results-header th.constituency
{
	width: 130px;
}

#Results table tr.results-header th.constituency-name
{
	width: 180px;
}

#Results table tr.results-header th.polls-reporting
{
	width: 100px;
}


#Results table tr td
{
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Results table tr.results-totals td, #Results table tr.results-percentage td,  #Results table tr.results-leader td  
{
	background-color: #808080;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

#Results table tr.results-totals td:first-child,  
#Results table tr.results-percentage td:first-child,  
#Results table tr.results-leader td:first-child 
{
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

#Results table tr.oddrow td
{
	background-color: #F1F1F1;
}

#Results table tr.evenrow td
{
	background-color: #E3E3E3;
}

#Results table tr td.constituency, #Results table tr td.constituency-name
{
	text-align: left;
	padding-left: 15px;
}

#Results table tr td.empty-cell
{
	background: url(/images/background-cross-pattern.gif) repeat;
}

#Legend
{
	color: #666666;
	padding-top: 15px;
	padding-left: 15px;
	list-style-type: none;
}
