/* ----- LAYOUT STYLES ------- */

#wrapper {
	width: 960px;
	margin: 20px auto 20px auto;
}

#banner {
	clear: both;
	width: 960px;
	background-image: url(../images/banner.gif);
}

#senate-home {
	float: left;
	padding-top: 10px;
	margin-bottom: 5px;
}

#senate-home a {
	text-decoration: none;
}

#cmtName {
	width: 880px;
	margin-bottom: 10px;
	padding: 40px 20px 20px 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-color: #333;
}

#bannerImg {
	margin: 0px 20px 5px 20px;
	float: left;
}

#shareBar {
	float: left;
	width: 920px;
	margin: 0px 20px 10px 20px;
	border-bottom: 1px solid #CCC;
}

#share {
	float: right;
	margin-bottom: 5px;
}

#twitter-follow {
	float: right;
	margin-bottom: 5px;
}

#sidebar {
	float: left;
	margin: 0px 20px 20px 20px;
	width: 175px;
}

#content {
	float: right;
	margin: 0px 20px 0px 0px;
	width: 725px;
}

#contactBox {
	padding: 5px 10px 0px 10px;
	background-color: #f0f0f0;
	border: 1px solid #CCC;
}

#footer {
	clear: both;
	text-align: left;
	font-size: 10px;
}

#backToTop {
	float: right;
	margin-top: 20px;
}
.backToTop {
	float: right;
	margin-top: 20px;
}

sub, sup {

    font-size: 77%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {

    bottom: -0.25em;
}

sup a {
	text-decoration: none;
}

/* -------------- NAV STYLES -------------- */

#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	border-bottom: 1px solid white;
}

#sidebar ul li:last-child {
	border: 0;
}

#sidebar ul a {
	display: block;
	padding: 10px;
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
}

#sidebar ul a:hover {
	background-color: #900;
}



/* --------------- TEXT STYLES ------------- */

body {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, dl, blockquote, form, table {
	margin-top: 0px;
}



a:link {
	color: #900;
}

a:visited {
	color: #900;
}

a:focus {
	color: #fff;
	background: #666;
}

a:hover, a:active {
	color: #666;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	position: fixed;
	left: -4000px;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
}



#contactBox p {
	margin: 0 0 15px 0;
	
}

.contactTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #999;
	line-height: 1.5;
}

.reports {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.quotesNames {
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#footnotes {
	font-size: 10px;
	line-height: 1.5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(153,153,153,1);
	padding-top: 10px;
	margin-top: 25px;
}



/* ------ TABLE STYLES ---------- */

.imgTable {
	text-align: center;
}

div.currentmember {
	float:left;
	margin-top:11px;
	width:700px;
	height:46px;
	background-image:url(../images/bg-currentmember.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.75em;
	text-indent:85px;
	line-height:42px;
	
}

.currentmembertable {
	float: left;
	margin-bottom: 20px;
	width:700px;
	border:1px solid #CDCDCD;
	font-size:0.917em;
	
}

.currentmembertable a {
	font-weight: normal;
}

.redtitle {
	font-weight:bold;
	color:#990000;	
}
.CommunityTitles {
	font-size:14px;
	font-weight:bold;
	color:#990000;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(102,102,102,1);
}

.CommunityTitles a {
	text-decoration:none
}

.imageRight {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.imageLeft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}
.PictureTextBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,1);
	background-color: #e5e4e4;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 327px;
	padding: 10px;
}
.PictureTextBoxLEFT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,1);
	background-color: #e5e4e4;
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 327px;
	margin-right: 10px;
	padding: 10px;
}
.whitecell {
	background-color:#FFF;
	padding:3px 0px 3px 15px;
}
.greycell {
	background-color:#f0f0f0;
	padding: 3px 0px 3px 15px;
}

.recommendTable {
	border: 1px solid #ccc;
	border-collapse:collapse;
}

.recommendTable th {
	background-color: #900;
	color: #FFF;
	text-align: left;
}

.recommendTable td {
	text-align: left;
	border: 1px solid #ccc;
	vertical-align: top;
}


.recommendTable li {
	list-style-type: square;
	padding-bottom: 1.2em;
}

.recommendTable li:last-child {
	padding-bottom: 0px;
}
