@charset "UTF-8";
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
}
blockquote {
	font-style: italic;
	font-size: 14px;
	line-height: 21px;
	background-color: #FFFDDD;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E4E2C5;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a.more {
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #7A0001;
	background-image: url(../images/a/link-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	display: block;
	float: right;
	clear: both;
	margin-top: 10px;
}
#subwrap a.more {
	color: #FFFFFF;
	background-image: url(../images/a/link2-bg.gif);
	line-height: 19px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover   {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility a {
	color: #838FBC;
}
h1 {
	font-size: 32px;
	line-height: 36px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	color: #7A0001;
	font-size: 20px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin: 0px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	color: #1C3670;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sidebar h3 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4D5370;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wrapper h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 15px;
	line-height: 20px;
}
#subwrap h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
img.img-left {
	padding: 2px;
	float: left;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}
img.img-right {
	padding: 2px;
	float: right;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}
img.img-mid {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
img.img-bug {
	margin-top: 4px;
	margin-bottom: 4px;
}
img.img-frame-left {
	float: left;
	margin-right: 10px;
}
img.img-frame-right {
	float: right;
	margin-left: 10px;
}
ul, ol {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 25px;
}
li {
	margin-bottom: 5px;
}
ul#navmenu {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 68px;
	list-style-type: none;
	width: 940px;
}
ul#navmenu li {
	line-height: 68px;
	height: 68px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#navmenu li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul.list-issues, ul.list-ftissues {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.list-issues li, ul.list-ftissues li {
	background-image: url(../images/li-star-on.png);
	background-repeat: no-repeat;
	background-position: -2px 7px;
	padding-left: 28px;
	padding-bottom: 5px;
	padding-top: 11px;
}
ul.list-issues li+li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBF6FF;
}
ul.list-ftissues li+li {
	border-top-color: #17326C;
	border-top-width: 1px;
	border-top-style: solid;
}
div#news {
	margin-top: 20px;
}
ul.list-news {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.list-news li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.list-news li + li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
div#news-alert {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F5F5F5;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.source {
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #999999;
}
.date {
	font-size: 12px;
	color: #666666;
}
.alert-msg {
	background-color: #FFEDE0;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.paid-by {
	padding: 4px;
	background: #0F2E66;
	border: 1px solid #010D2C;
	width: 250px;
	text-align: center;
	color: #D0DEFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#join-mail {
	background-color: #E6F3FF;
	margin: 0px;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	text-align: center;
	border: 1px solid #A5D3FF;
}
div#join-mail h3 {
	font-size: 12px;
	text-transform: uppercase;
}
div#socials {
	margin-top: 20px;
}


table#table-socials {
	padding: 0px;
	width: 270px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
table#table-socials td {
	width: 50%;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.list-socials {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.list-socials li {
	padding: 0px;
	margin: 0px;
	display: block;
}
ul.list-socials li a {
	padding-left: 34px;
	padding-top: 9px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: 1px solid #E0E0E0;
	background-color: #FAFAFA;
}
ul.list-socials li a:hover {
	background-color: #E5F8FA;
	border-top-color: #C3E3FF;
	border-right-color: #C3E3FF;
	border-bottom-color: #C3E3FF;
	border-left-color: #C3E3FF;
}

/* ---------------------------------- */

ul.list-socials-lrg {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul.list-socials-lrg li {
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
ul.list-socials-lrg li + li {
	margin-left: 15px;
}
ul#list-media {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
ul#list-media li {
	line-height: 30px;
	height: 30px;
	display: block;
	padding-left: 34px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
ul#list-media li#list-blog {
	background-image: url(../images/icons/wordpress.png);
	background-position: 4px;
}
ul#list-media li#list-radio {
	background-image: url(../images/icons/icon-radio.jpg);
}
ul#list-media li#list-tv {
	background-image: url(../images/icons/icon-tv.jpg);
}
li.twitter a {
	background-image: url(../images/icons/twitter.png);
}
li.youtube a {
	background-image: url(../images/icons/youtube.png);
}
li.facebook a {
	background-image: url(../images/icons/facebook.png);
}
li.feed a {
	background-image: url(../images/icons/feed.png);
}
li.flickr a {
	background-image: url(../images/icons/flickr.png);
}
li.wordpress a {
	background-image: url(../images/icons/wordpress.png);
}
#repeal-it {
	background-color: #FFE9E6;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border: 1px solid #FFBDBA;
}


#national-debt {
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9DA9B0;
	background-color: #FFF4EA;
}
#national-debt h4 {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#calendar h5 {
	padding: 2px;
	font-size: 8px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	letter-spacing: .08em;
	background-color: #EDEDED;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calendar {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
tr.cal-event {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	min-height: 50px;
	margin-bottom: 10px;
}
td.cal-date {
	background-image: url(../images/icon-cal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	font-family: Helvetica, Verdana, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td.cal-details {
	padding-bottom: 8px;
}
table#form-volunteer td {
	padding: 5px;
}
table#form-volunteer input {
	border: 1px solid #112043;
	padding: 2px;
	height: 15px;
}
input#volunteer-first-name {
	width: 150px;
}
input#volunteer-last-name {
	width: 150px;
}
input#volunteer-email {
	width: 316px;
	padding-right: 4px;
	padding-left: 4px;
}
table#form-volunteer input#btn-submit {
	background-color: #314784;
	color: #FFFFFF;
	font-size: 11px;
	height: 24px;
	cursor: pointer;
}
.focused {
	color: #14254F;
}
.nonfocused {
	color: #CCCCCC;
}
.alert-msg {
	color: #333333;
}
.ftnonfocused {
	color: #777777;
}
/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}
td img#captcha {
	border: 1px solid #F6F6F6;	
}
div#captcha-box {
	background-color: #FAFAFA;
	text-align: center;
	border: 1px solid #DEDEDE;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 262px;
}
