/*index*/
* { /*font-size: 100.01%;*/ }
html {
	font-size: 62.5%;
}
body{
	margin:0;
	background:#dcdac9 url(/images/bg-body.jpg) repeat-x;
	color:#000;
	font:1.1em/1.27em Verdana, Arial, Helvetica, sans-serif;
}
.sociallinks {
	text-align: center;
	padding-top: 5px;
}
.sociallinks a {padding-right:10px;}
img{border-style:none;}
a{
	text-decoration:none;
	/*color:#fff;*/
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*all page*/
#main{
	width:982px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:254px 0 0 0;
}
/*header*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:254px;
}
.box-nav{
	float:right;
	/*width:563px;*/
	overflow:hidden;
	padding:13px 0 6px 0;
	margin:0 32px 0 0;
	display:inline;
	background:#c8c5b1 url(/images/bg-box-nav-l.gif) no-repeat 0 100%;
	position:relative;
	width:625px;
}
.box-nav img.br
{
    position:absolute;
    bottom:0;
    right:0;
}
.top-nav{
	margin:0;
	padding:0 10px 0 3px;
	list-style:none;
	float:left;
	/*width:363px;*/
}
.top-nav li{
	float:left;
	padding:0 0 0 14px;
	font-weight:bold;
	font-size:9px;
	line-height:12px;
}
.top-nav li a{
	float:left;
	color:#1a293c;
}
.home{
	background:url(/images/bg-top-nav-home.gif) no-repeat 0 55%;
	padding:0 0 0 17px;
}
.only-text{
	background:url(/images/bg-top-nav-text.gif) no-repeat 0 55%;
	padding:0 0 0 11px;
}
.contact{
	background:url(/images/bg-top-nav-contact.gif) no-repeat 0 55%;
	padding:0 0 0 15px;
}
.site{
	background:url(/images/bg-top-nav-site.gif) no-repeat 0 55%;
	padding:0 0 0 18px;
}
.box-size{
	float:left;
	background:url(/images/bg-top-nav-size.gif) no-repeat 0 60%;
	padding:0 0 0 12px;
	margin:0 0 0 -5px;
}
#smol{
	font-size:0.91em;
	padding:0 1px 0 0;
}
#big{
	font-size:1.27em;
	padding:0 1px 0 0;
	display:block;
	margin:-1px 0 0;
}
#large{
	font-size:1.45em;
	padding:0 1px 0 0;
	display:block;
	margin:-2px 0 0;
}
/*sarch*/
.search-holder{
	float:right;
	width:182px;
	padding:0 5px 6px 0;
	margin:-7px 10px 0 0;
	background:url(/images/bg-search.gif) no-repeat;
}
.search-holder label{
	display:none;
}
.search{
	float:left;
	width:137px;
	border:none;
	background:#fff;
	color:#344a67;
	font-size:0.91em;
	padding:6px 5px 0 7px;
	height:18px;
}
.search-sub{
	float:left;
}
.header-box{
	float:left;
	width:943px;
	padding:31px 38px 0 0;
	height:181px;
	background:url(/images/bg-content-top.jpg) no-repeat;
	cursor:pointer;
}
.logo{
	display:block;
	position:absolute;
	top:90px;
	left:275px;
	font-size:1px;
	z-index:100;
	line-height:1px;
}
.logo a{
	display:block;
	overflow:hidden;
	width:327px;
	height:97px;
	font-size:97px;
	line-height:97px;
	text-indent:-9999px;
	background:url(/images/logo.png) no-repeat;
}
.images{
	float:right;
	height:134px;
	width:415px;
	position:relative;
	overflow:hidden;
}
.images img{
	display:block;
	position:absolute;
	left:0;
	top:0;
}
/*menu*/
#menu{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	height:47px;
	width:716px;
}
#menu li{
	float:left;
	background:url(/images/bg-menu-line.gif) no-repeat;
	/*padding:19px 18px 0 18px;*/
	height:28px;
	position:relative;
}
#menu li a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	padding:19px 18px;
	background-position:center 19px;
	background-repeat:no-repeat;
}
#menu li:first-child{
	background:none;
}
.constituent{
	background-image:url(/images/text-constituent.png);
	width:142px;
	height:12px;
}
.issues{
	background-image:url(/images/text-issues.png);
	width:135px;
	height:12px;
}
.newsroom{
	background-image:url(/images/text-newsroom.png);
	width:70px;
	height:12px;
}
.about{
	background-image:url(/images/text-about.png);
	width:105px;
	height:12px;
}
.geoff{
	background-image:url(/images/text-geoff.png);
	width:82px;
	height:12px;
}
#menu li:hover .drop-down-top, #menu li.hover .drop-down-top{
	display:block;
}
.drop-down-top{
	display:none;
	overflow:hidden;
	position:absolute;
	left:0;
	top:47px;
	min-width:120px;
	max-width:200px;
	width:auto !important;
	width:200px;
	padding:27px 0 0;
	/*height:27px;*/
	background:#344a67 url(/images/bg-drop-down-top.gif) no-repeat;
	background-color:Transparent;
	z-index:10;
}
.drop-down-bottom
{
	width:100%;
	overflow:hidden;
}
.dd-footer
{
    display:table;
    line-height:0;
    height:9px;
    width:100%;
}
.ddf-l,
.ddf-r
{
    display:table-cell;
    background:url(/images/bg-ddf-l.png);
    width:9px;
}
.ddf-r
{
    background:url(/images/bg-ddf-r.png);
}
.ddf-c
{
    display:table-cell;
    background:#344a67;
}
#menu .drop-down-bottom ul{
	float: none;
	margin:0;
	padding:0 0 3px 0;
	list-style:none;
	background:#344a67;
}
#menu .drop-down-bottom ul li{
	background:none;
	padding:0;
	height:auto;
	float: none;
}
#menu .drop-down-bottom ul li a.color{
	background:#4e617b;
}
#menu .drop-down-bottom ul li a{
	text-indent:0;
	padding:0;
	padding:10px 10%;
	width:80%;
	display:block;
	color:White;
}
#menu .drop-down-bottom ul li a:hover, #menu .drop-down-top ul li.active a{
	background:#19273b;
	text-decoration:none;
}
#menu .drop-down-bottom ul li a:hover span, #menu .drop-down-top ul li.active span{
	background: url(/images/bg-drop-down-line.gif) repeat-x 0 100%;
	padding:0 0 2px 0;
}
#content-holder{
	width:916px;
	margin:0 0 0 11px;
	background:url(/images/bg-content.png) repeat-y;
	padding:0 22px 0 22px;
}
/*content*/
#content{
	width:903px;
	overflow:hidden;
	padding:7px 7px 0 6px;
	background:#fff url(/images/bg-content.gif) no-repeat 50% 0;
}
.content-inner{
	width:447px;
	float:left;
	/*overflow:hidden;*/
}
.content-inner2{
	width:200px;
	float:left;
	overflow:hidden;
}
.column{
	float:right;
	width:248px;
	/*overflow:hidden;*/
}
.flex
{
    width:700px;
}
.text-holder{
	padding:10px 6px 20px 8px;
	overflow:hidden;
	width:234px;
	background:url(/images/bg-text.gif) repeat-x;
}
.title{
	width:100%;
	overflow:hidden;
	padding:0 0 7px 0;
}
.title h2{
	float:left;
	margin:0;
	text-indent:-9999px;
}
.latest{
	width:133px;
	height:16px;
	background:url(/images/text-latest.png) no-repeat;
}
.weekly{
	width:179px;
	height:16px;
	background:url(/images/text-weekly.png) no-repeat;
}
.link{
	float:right;
	width:18px;
	height:18px;
}
.text{
	width:220px;
	overflow:hidden;
	padding:14px 0 0 3px;
}
.next{
	padding:5px 0 0 3px;
}
.text a{
	font-weight:bold;
	color:#a9121b;
	text-decoration:underline;
}
.text a:hover{
	text-decoration:none;
}
.text p{
	margin:0;
}
/*sidebar*/
#sidebar{
	float:left;
	width:188px;
	overflow:hidden;
	padding:7px 0 3px 3px;
	background:#adbdd3 url(/images/bg-sidebar.gif) repeat-x; /* #adbdd3 */
}
* html #sidebar{padding:7px 0 0 3px;}
#sidebar h3{
	margin:0;
}
.title-contact{
	width:186px;
	height:50px;
	text-indent:-9999px;
	background:url(/images/title-contact.gif) no-repeat;
	display:block;
}
.sidebar-box-top{
	width:188px;
	overflow:hidden;
	padding:16px 0 0;
	background:url(/images/bg-sidebar-box-top.png) no-repeat;
}
.sidebar-box{
	height: 1%;
	background:url(/images/bg-sidebar-box.png) repeat-y;
	padding: 0 9px;
}
.sidebar-box:after{
	content: "";
	clear: both;
	display: block;
}
.sidebar-box-bottom{
	width:100%;
	height:18px;
	margin:-3px 0 5px;
	background:url(/images/bg-sidebar-box-bottom.gif) no-repeat 1px 0;
	position:relative;
}
.sidebar-nav{
	margin:-5px 0 0;
	padding:0 0 0 9px;
	padding: 0;
	list-style:none;
	width:100%;
	float: left;
}
.sidebar-nav li{
	display:block;
	width:100%;
	overflow:hidden;
}
.sidebar-nav li a{
	display:block;
	float:left;
	overflow:hidden;
	width:100%;
	padding:5px 0 0 0;
	background:#fff url(/images/bg-sidebar-nav.gif) repeat-x 0 100%;
	color:#344a67;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.64em;
	cursor:pointer;
	min-height:38px;
	height:46px;
	position:relative;
}
* html .sidebar-nav li a{padding:5px 0 2px 0;}
.sidebar-nav li a .images-sidebar{
	float:left;
	overflow:hidden;
	margin:0 0 0;/* 10px;*/
	position:relative;
	width:41px;
	display:block;
	height:46px;
}
.sidebar-nav li a .images-sidebar img
{
    position:absolute;
    left:0;
    bottom:4px;
}
.sidebar-nav li a .images-sidebar img.enews
{
    left:-2px;
}
.sidebar-nav li a .images-sidebar img.help
{
    bottom:8px;
}
.sidebar-nav li a .images-sidebar img.student
{
    bottom:10px;
}
.sidebar-nav li a .images-sidebar img.flag
{    
    bottom:8px;
}
.sidebar-nav li a .images-sidebar img.votes
{
    bottom:8px;
}
.sidebar-nav li a .images-sidebar img.schedule
{
    bottom:8px;
}
.sidebar-nav li a .images-sidebar img.yt
{
    left:-4px;
}
.sidebar-nav li a strong{
	text-align:left;
	width:110px;
	padding:3px;
	display:block;
	float:left;
	position:absolute;
	top:12px;
	left:50px;
}
.sidebar-nav li a strong.alt
{
	top:6px;
}
.sidebar-nav li a:hover{
	text-decoration:none;
}
/*tabs*/
.video{
	float:right;
	overflow:hidden;
	width:443px;
	padding:4px 0 7px 3px;
	background:#adbdd3 url(/images/bg-video.gif) repeat-x;
}
.tabs-top{
	width:440px;
	overflow:hidden;
	background:url(/images/bg-tabs-top.gif) no-repeat;
}
.tabs-center{
	width:100%;
	overflow:hidden;
	margin:0 0 0 -1px;
	background:url(/images/bg-tabs-center.png) repeat-y 50% 0;
}

.welcome{
	display:block;
	width:61px;
	height:12px;
	text-indent:-9999px;
	background:url(/images/text-welcome.png) no-repeat;
}
.text-tabs{
	display:block;
	width:45px;
	height:13px;
	text-indent:-9999px;
	background:url(/images/text-tabs.png) no-repeat;
}
.text-tabs-last{
	display:block;
	width:48px;
	height:12px;
	text-indent:-9999px;
	background:url(/images/text-tabs2.png) no-repeat;
}
.tabs-top a{
	float:left;
	height:50px;
	padding:0;
	overflow:hidden;
}
.tabs-top a:hover, .tabs-top a.active{
	background:url(/images/bg-tabs.gif) repeat-x;
}
.tabs-top a.active .first{
	float:left;
	background:url(/images/bg-tabs-left.gif) no-repeat;
	height:25px;
	padding:25px 14px 0 18px;
}
.tabs-top a:hover .first{
	float:left;
	background:url(/images/bg-tabs-left.gif) no-repeat;
	height:25px;
	padding:25px 14px 0 18px;
}
.tabs-top a .first{
	float:left;
	background:none;
	height:25px;
	padding:25px 14px 0 18px;
}
.tabs-top a .links{
	float:left;
	height:25px;
	padding:25px 14px 0 14px;
	background:url(/images/bg-tabs-line.gif) no-repeat 100% 8px;
}
.one{
	width:100%;
	overflow:hidden;
	height:200px;
	background:red;
	float:left;
}
.two{
	width:100%;
	overflow:hidden;
	height:200px;
	background:#000;
	float:left;
}
.tabset{
	overflow:hidden;
	height:1%;
}
.tabset{
	float:left;
}

div.tab{
	clear: both;
}
.video-content{
	width:410px;
	padding:8px 15px 0 15px;
	overflow:hidden;
	min-height:263px;
	background:url(/images/bg-tabs-center.png) repeat-y;
}
* html .video-content{height:263px;}
.video-content-bottom{
	width:100%;
	height:21px;
	overflow:hidden;
	margin:-5px 0 0;
	background:url(/images/bg-content-video-bottom.gif) no-repeat;
}
.video-player{
	width:408px;
	height:262px;
	overflow:hidden;
	position:relative;
	background:#fff;
}
.video-player ul.slides
{
    margin:0;
    padding:0;
    list-style:none;
}
.video-player ul.slides li
{
    position:relative;
    background:#333;
    margin:0;
    padding:0;
    height:263px;
}

#homePhotos li img
{
    max-width:298px;
    max-height:262px;
    width:auto !important;
    width:298px;
    height:auto !important;
    height:262px;
}

.video-player ul.slides li p.caption
{
    height:253px;
    width:100px;    
	background:#333;/* url(/images/bg-video-bottom-right.gif) no-repeat bottom right;*/
    position:absolute;
    top:0;
    right:0;
    margin:0;
    padding:5px;
    color:#fff; 
}

.video-player .slide-prev,
.video-player .slide-next,
.video-player .more
{
    display:block;
    position:absolute;
    right:5px;
    bottom:5px;
    background:transparent;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    padding:1px 3px;
    height:auto;
    font-family:Arial, Sans-Serif;
    /*border:1px solid white;*/
}

.video-player .slide-prev:hover,
.video-player .slide-next:hover,
.video-player .more:hover
{
    background:transparent;
}

.video-player .slide-prev
{
    right:20px;
}

.video-player .more
{
    right:45px;
}

.video-player img{
	display:block;
}
.video-top-left, .video-top-right, .video-bottom-left, .video-bottom-right{
	width:9px;
	height:12px;
	position:absolute;
	overflow: hidden;
}
.video-top-left{
	top:0;
	left:0;
	background:url(/images/bg-video-top-left.gif) no-repeat;
}
.video-top-right{
	top:0;
	right:0;
	background:url(/images/bg-video-top-right.gif) no-repeat;
}
.video-bottom-left{
	bottom:0;
	left:0;
	background:url(/images/bg-video-bottom-left.gif) no-repeat;
}
.video-bottom-right{
	bottom:0;
	right:0;
	background:url(/images/bg-video-bottom-right.gif) no-repeat;
}
.icons{
	margin:0;
	overflow:hidden;
	padding:3px 0 0;
	list-style:none;
	height:150px;
}
.icons li{
	float:left;
	overflow:hidden;
	background:url(/images/bg-icons.gif) no-repeat;
	width:135px;
	height:123px;
	padding:7px 5px 20px 5px;
	position:relative;
}
.icons a
{
    text-decoration:none;
}
.icons li img
{
    position:absolute;
    top:10px;
    left:7px;
	display:block;
}
.icon-frame
{
    position:absolute;
    display:block;
    top:0;
    left:0;
    z-index:3;
	background:url(/images/bg-icons.png) no-repeat;
	height:150px;
	width:147px;
}
.icons li span
{
    position:absolute;
    display:block;
    bottom:0;
    left:0;    
	/*margin:6px 0 0;*/
	margin:0;
    width:78%;
    padding:0 11% 14px;
	text-align:center;
	font:11px/14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#344a67;
	z-index:4;
}
/*footer*/
#footer{
	width:100%;
	/*overflow:hidden;*/
	position:relative;
	clear:both;
	padding:4px 0 0;
}
.cmf
{
	position:absolute;
	left:138px;
	top:62px;
}
.content-bottom{
	width:100%;
	height:59px;
	overflow:hidden;
	margin:-24px 0 0 0;
	background:url(/images/bg-content-bottom.gif) no-repeat 50% 0;
}
.footer-column-left{
	float:left;
	width:170px;
	overflow:hidden;
	background:url(/images/bg-footer-column-left.gif) repeat-y;
	padding:35px 0 24px 23px;
	font:1.025em/1.18em Arial, Helvetica, sans-serif;
}
.footer-column-left p{
	margin:0;
	color:#344a67;
}
.footer-column-left p strong{
	text-transform:uppercase;
}
.footer-column{
	float:left;
	position:relative;
	width:680px;
	margin:0 0 0 28px;
	padding:22px 0 9px 0;
}
.footer-box{
	width:502px;
	overflow:hidden;
	background:url(/images/bg-footer-box.gif) repeat-y;
}
.footer-box-top{
	overflow:hidden;
	background:url(/images/bg-footer-box-top.gif) no-repeat;
}
.footer-box-bottom{
	width:484px;
	overflow:hidden;
	background:url(/images/bg-footer-box-bottom.gif) no-repeat 0 100%;
	padding:16px 0 12px 18px;
	font:1.0em/1.27em Arial, Helvetica, sans-serif;
}
.footer-box-left{
	float:left;
	width:194px;
}
.footer-box-left p{
	margin:0;
	color:#344a67;
}
.footer-box-left p strong{
	text-transform:uppercase;
}
.footer-box-nav{
	margin:0 0 0 -8px;
	padding:0;
	list-style:none;
	width:100%;
}
.footer-box-nav li{
	float:left;
	padding:0 5px 0 8px;
	background:url(/images/bg-footer-box-nav.gif) no-repeat 0 50%;
}
.footer-box-nav li a{
	color:#a9121b;
}
.footer-box-nav li:first-child{
	background:none;
}
/*footer tabs*/
.footer-box-bottom .tabset{
	overflow:hidden;
	height:1%;
	border-left:1px solid #a9131c;
}
.footer-box-bottom .tabset ul{
	margin:-5px 0 0;
	padding:0;
	list-style:none;
}
.footer-box-bottom .tabset ul li{
	font:1.0em/1.27em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.64em;
}
.footer-box-bottom .tabset ul li a{
	color:#344a67;
	padding:0 0 0 64px;
}
.footer-box-bottom .tabset ul li a.active{
	background:url(/images/bg-footer-nav-line.gif) no-repeat 0 55%;
	color:#a9121b;
}
.footer-box-bottom .tabset ul li a:hover{
	text-decoration:none;
	color:#a9121b;
}
.footer-box-bottom .tabset{
	float:left;
}

.footer-box-bottom div.tab{
	clear: both;
}
.tabs-footer{
	min-height:84px;
	width:194px;
	float:left;
}
* html .tabs-footer{height:84px;}
.maps{
	width:285px;
	height:138px;
	position:absolute;
	right:11px;
	top:6px;
	background:url(/images/bg-map.png) no-repeat;
}
#dot_1, #dot_2, #dot_3, #dot_4, #dot_5{
	width:19px;
	height:19px;
	position:absolute;
	display:block;
	text-decoration:none;
}
.dot_1, .dot_2, .dot_3, .dot_4, .dot_5{
	background:url(/images/bg-map-dot.png) no-repeat;
}
#dot_3{
	right:176px;
	top:51px;
}
#dot_2{
	right:175px;
	top:7px;
}
#dot_1{
	right:252px;
	top:79px;
}
#dot_4{
	right:108px;
	top:51px;
}
#dot_5{
	right:9px;
	top:67px;
}

#backpage_header
{
    font-size:200%;
    text-transform: capitalize;
    color:#334A6A;
    font-family:Times New Roman, Times, Serif;
    margin-bottom:20px;
    line-height:normal;
}

.backpage_panel
{
    background:#FFFFFF url(/images/bg-header-nav.gif) repeat-x scroll 0 0;
    float:left;
    width:484px;/*673*/
    padding:10px;/*15*/
}

#PageContent
{
    font-size:1.1em;
}

#PageContent .middleheadline
{
    color:#A9111D;
    text-transform:uppercase;
    font-weight:bold;
}
#PageContent a
{
    color:#A9111D;
    text-decoration:underline;
}
.RightSidebar
{
    float:right;
}
.section-links,
.doc-search,
.issue-repeater,
.survey
{
    background:#ADBDD3 url(/images/bg-sidebar.gif) repeat-x scroll 0 -80px;
    width:174px;
    padding:8px;
}
.issue-repeater
{
    margin-top:10px;
}
.rs-link
{
    text-transform:uppercase;
    color:White;
    display:block;
    background:#a9121b url(/images/sl-bg.png) repeat-x;
    padding:10px 10px;
    font-size:1.4em;
    font-weight:bold;
    font-family:Arial Narrow, Arial, Sans-Serif;
}
.rs-link:hover
{
    text-decoration:none;
}
.section-links ul,
.issue-repeater ul
{
    list-style:none;
    padding:0;
    margin:10px 0;
}
.section-links ul a,
.issue-repeater ul a
{
    display:block;
    width:141px;
    color:White;
    font-size:1.2em;
    font-weight:bold;
    /*text-indent:30px;*/
    padding:5px 8px 5px 30px;
    background:url(/images/arrow-white.gif) no-repeat 15px 9px;
    font-family:Arial, Sans-Serif;
    text-transform:capitalize;
}
.section-links ul a.red,
.issue-repeater ul a.red
{
    background-image:url(/images/arrow-red.gif);
    color:#a9121b;
}
.doc-search
{
    margin-top:12px;
}
.rsl-base
{
    background:#637fa5;
}
.rsl-border
{
    background:white;
    padding:2px;
}
.doc-search ul
{
    list-style:none;
    padding:0;
    margin:10px 0 0;
}
.doc-search li
{
    margin-bottom:11px;
    text-align:center;
}
.doc-search select,
.doc-search #SearchPhrase
{
    width:129px;
    height:22px;
    border:1px solid #52698b;
}
.doc-search #SearchPhrase
{
    width:119px;
    height:14px;
    padding:3px 4px;
}
.doc-search .doc-go
{
    border:1px solid white;
    color:White;
    background:#a9121b;
    width:26px;
    height:20px;
    cursor:pointer;
}
#TextOnlyOff,
#SkipToNav
{
    display:none;
}
/* Vote Record Widget */
.voterecord
{
    background:#55739C url(/images/bg-sidebar.gif) repeat-x scroll bottom;
    font-size:1.1em;
    font-family:Arial,Helvetica,sans-serif;
    margin:0 auto;
    padding:5px;    
}
.voterecord td
{
    color:White;
    padding:4px 6px;
}
.voterecord .vrHeader td
{
    border:1px solid white;
    background:#a9121b url(/images/sl-bg.png) repeat-x;
    font-weight:bold;
    font-size:1.3em;
    text-transform:uppercase;
    padding:6px 8px;
}
#PageContent .voterecord a
{
    color:White;
}
.voterecord .col0,
.voterecord .col1,
.voterecord .col3
{
    text-align:center;
}
.voterecord .col3
{
    color:White;
    font-weight:bold;
}
.voterecord .col2
{
    text-transform:capitalize;
    min-width:50px;
}
.voterecord .altvrRow
{
    background:#344A67;
}
.helpdesk img
{
    border:1px solid #334a6a;
    margin-left:4px;
}
/* hack issues pages */
#ctl00_ctl03_IssueTitle
{
    display:none;
}
#ctl00_ctl03_IssueBody
{
    display:block;
    margin-top:-2em;
}
#issueslist
{
    width:480px;
    /*background:#ADBDD3 url(/images/bg-sidebar.gif) repeat-x scroll 0 0;*/
    padding:10px 0 20px;
}
#issueslist table
{
    width:85%;
    margin:0 auto;
}
#issueslist td
{
    text-align:center;
}
#issueslist td .isshold
{
    width:168px;
    height:167px;
    position:relative;
}
#issueslist td .isshold span
{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:78%;
    color:#344a67;
    margin:0;
    padding:0 11% 20px;
    text-align:center;
    font-family:Arial, Sans-Serif;
    font-weight:bold;
    text-decoration:none;
}

#issueslist td .isshold img
{
    position:absolute;
    top:18px;
    left:17px;
    width:134px;
    height:102px;
}

#issueslist .icon-frame-int
{
    position:absolute;
    display:block;
    top:0;
    left:0;
    z-index:3;
	background:url(/images/bg-icons-int3.png) no-repeat;
	height:167px;
	width:168px;
	text-decoration:none;
}
.NewsHeadline
{
    cursor:pointer;
}
#modalPopup
{
    display:none;
}
#PageContent font,
#PageContent .middlecopy
{
    line-height:normal;
}
#ctl00_ctl06_SocialTagsTable
{
    display:none;
}
form input.error,
form textarea.error,
form select.error
{
    background:#fbff8b;
    border:1px solid #7F9DB9;
}
label.error
{
    color:#aa0000;
}

#writeRepForm fieldset 
{
  border: solid 1px #c8c5b1;
  padding: 10px;
  margin: 2px;
}

.pageHeader { display: none; }

.newsPhotoBox
{
    float:right;
    border:1px solid #7F96B6;
    margin:0 0 5px 15px;
}

ul.news-photo-list
{
    list-style:none;
    margin:0;
    padding:1px;
}

ul.news-photo-list li
{
    margin:1px;
    padding:0;
    text-align:center;
}

ul.news-photo-list img
{
    border:1px solid #7f96b6;
    width:160px;
}

#form-info
{
    display:none;
}

.survey
{
	background:#cbd1df;
	margin-top:12px;
}

.survey-title
{
	background:#fff url(/images/davis-survey3.jpg) right 50% no-repeat;
	font-weight:bold;
	font-size:1.5em;
	color:#802628;
	padding:8px;
	line-height:1.1em;
}

.survey-text
{
	margin:5px 0 0;
	font-size:1.1em;
	padding:0 8px;
}

.survey-text a
{
	display:block;
	padding:2px 4px;
	color:#fff;
	background:#A9121B;
	border:1px solid #fff;
	margin:8px 2px 2px 120px;
	width:30px;
}
