/* CSS Document */
html {
	margin: 0;
	padding: 0;			
}
body {
	background-color: #D4EEFF;
	padding: 0;
	margin: 0;
	background-image: url(../imgs/topGradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .8em;
}
#wrapper {
	background-image: url(../imgs/bg_0.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	clear: both;
	display: block;		
}
#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 926px;
	text-align: left;
	z-index: 100;
	border: 1px none black;
	background-image: url(../imgs/sideBg.gif);
	background-repeat: repeat-y;
	background-position: 701px; 
}
#topBG {
	background-image: url(../imgs/logo_flag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 550px;
	border: 1px none black;
}

#header a{
	background-image: url(../imgs/logo_flag.jpg);
	background-repeat: no-repeat;
	background-position: -137px 0px;
	height: 132px;
	display: block;
	width: 926px;
}
#nav {
	width: 926px;
	height: 45px;
	display: block;
	background-image: url(../imgs/nav_bg.gif);		
	background-repeat: repeat-x;
	margin-bottom: 4px;

}
#nav a {
	float: left;
}

#nav span {
	display: none;
}
#nav a#home {
	display: block;
	width: 89px;
	height: 45px;
	background-image: url(../imgs/home_off.gif);		
}
	#nav a#home:hover {
		background-image: url(../imgs/home_on.gif);		
	}
#nav a#rachel {
	display: block;
	width: 144px;
	height: 45px;
	background-image: url(../imgs/rachel_off.gif);		
}
	#nav a#rachel:hover {
		background-image: url(../imgs/rachel_on.gif);
	}
#nav a#district64 {
	display: block;
	width: 119px;
	height: 45px;
	background-image: url(../imgs/D64_off.gif);		
}
	#nav a#district64:hover {
		background-image: url(../imgs/D64_on.gif);	
	}
#nav a#issues {
	display: block;
	width: 90px;
	height: 45px;
	background-image: url(../imgs/issues_off.gif);		
}
	#nav a#issues:hover {
		background-image: url(../imgs/issues_on.gif);		
	}
#nav a#endorsements {
	display: block;
	width: 153px;
	height: 45px;
	background-image: url(../imgs/endorsements_off.gif);		
}
	#nav a#endorsements:hover {
		background-image: url(../imgs/endorsements_on.gif);		
	}
#nav a#getinvolved {
	display: block;
	width: 139px;
	height: 45px;
	background-image: url(../imgs/getinvolved_off.gif);		
}
	#nav a#getinvolved:hover {
		background-image: url(../imgs/getinvolved_on.gif);		
	}
#nav a#news {
	display: block;
	width: 76px;
	height: 45px;
	background-image: url(../imgs/news_off.gif);		
}
	#nav a#news:hover {
		background-image: url(../imgs/news_on.gif);		
	}
#col1 {
	width: 651px;	
	display: block;
	padding: 10px 0px 10px 25px;
	border: 1px none black;
	min-height: 370px;		
}
#col2 {
	background-color: #F0F0F0;
	width: 225px;
	position: absolute;
	top: 177px;
	right: 0px;
	border-top: 5px solid #ffffff;
	clear: both;
	display: block;	
	}
#footer {
	text-align: center;
	background-image: url(../imgs/footer_bg3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	padding-top: 45px;
	display: block;
	clear: both;
	border: 1px none black;
	background-color: #D4EEFF;	
}
#footer-content {
	display: block;
	height: 136px;
	width: 926px;
	margin: 0 auto;
	text-align: left;
	border: 1px none black;
	
}
#footernav {
	text-align: center;
}
#footernav a{
	text-transform: capitalize;
	color: #000066;
	text-decoration: none;
	padding: 0px 20px;
	border-left: 1px solid #78B2D8;
	font-weight: normal;
	text-size: 13px;
}
#footernav a:hover {
	text-decoration: underline;
}
#footernav a:first-child{
	border-left: 1px none #003399;
}
.module {
	border-bottom: 4px solid white;
	text-align: center;
}
form {
	margin: 0px;
}
.joinField {
	background-image: url(../imgs/field_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 125px;
	height: 23px;
	padding: 6px 5px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.joinHeading {
	padding: 10px 0px 8px 0px;
}
.subscribeBtn {
	background-image: url(../imgs/subscribe_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 60px;
	height: 28px;
}
.bottomPadding {
	padding-bottom: 10px;
}	
h1, h2, h3, h4, h5, h6,
a h1, a h2, a h3 a h4, a h5, a h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00609F;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
h1 a {
	color: #00609F;
	text-decoration: none;
	letter-spacing: -0.03em;
}
p, .asset-body {
	line-height: 170%;
}
p img {
	padding: 0 10px 10px 10px;
}
abbr {
	text-decoration: none;
	border: none;
}
#newWelcome {
	background-image: url(../imgs/welcomeHeader.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 204px;
	width: 650px;
	border-top: 1px none black;
	margin-bottom: 20px;
}
#message {
	width: 315px;
	height: 204px;	
	float: left;
}
#message span{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}
#newsLinks {
	width: 220px;
	height: 204px;
	float: right;
	padding: 0px 0px 0px 10px;
	background-image: url(../imgs/newsSeparator.gif);
	background-repeat: no-repeat;
	background-position: left;
	overflow: auto;			
}
#newsLinks ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#newsLinks li {
	border-bottom: 1px solid #f0f0f0;
	padding: 4px 0px;
}
#newsLinks li:last-child {
	border-bottom: none;
}
#newsLinks li a {
	text-decoration: none;
	color: #666666;
	font-size: 90%;
}
#newsLinks li a:hover {
	text-decoration: none;
	color: #000066;
}
.asset-footer {
	border-bottom: 1px solid #cccccc;
	margin: 30px 0px 30px 0px;
	clear: both;
	display: block;
}
.asset-meta {
	padding-bottom: 10px;
}
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
blockquote {
    background: #ECF8FF;
    border: 1px solid #cccccc;
    margin: 10px 0px;
    padding: 30px;
    font-size: 90%;
}
.asset-more-link {
    padding-top: 8px;
}
.asset-more-link a {
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
}
.asset-more-link a:hover {
    color: #003399;
}
#onweb {
	padding: 14px;
	background-image: url(../imgs/onweb.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 40px;
}
#onweb a{
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	color: #666666;
}
#onweb a:hover {
	color: #003495;
}
#onweb a span {
	width: 170px;
	vertical-align: top;
	display: block;
	clear: none;
	margin-left: 20px;
}
#onweb a img{
	border: none;
	float: left;
}
.endorsements ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.endorsements ul img {
	vertical-align: top;
	padding-right: 15px;
	margin: 0 auto;
	text-align: left;
	float: left;
}
.endorsements ul li {
	padding-top: 20px;
	font-size: 110%;
	font-weight: bold;
	display: block;
	clear: both;
}
.endorsements ul li a {
	text-decoration: none;
}
