@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(../images/bkg.jpg) repeat-x #052131;
	
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a, a:visited {
	color:#ff001f;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
	outline:none;
	
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

h1 {
	color:#ff001f;
	font-weight:normal;
	
}

h2 {
	color:#6796c6;
	font-size:24px;
}

h3 {
	font-size:16px;
	color:#FFF;
}

h4 {
	font-size:14px;
	color:#FFF;
}

h5 {
	color:#FFF;
}



#wrapper {
	width:960px;
	margin:0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

#header {
	height:145px;
	background:url(../images/upper.jpg) no-repeat;
}

#logo {
	width:240px;
	margin-left:40px;
}

#donate {
	width:136px;
}

#nav {
	margin-top:-4px;
}

#nav ul {
	margin-left:24px;
	
}

#nav ul li {
	display:inline;
	text-transform:uppercase;
}

#nav ul li a, #nav ul li a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	margin-right:38px;
}

#nav ul li a:hover {
	color:#f30523;
	
}

#rotate {
	;
}

#image_holder {
z-index:-1;
margin-top:-11px;

}

.images div {
	display:none;
	position:absolute;
	
}

.tabs {
	clear:both;
	margin-left:60px;
	margin-top:400px;
	z-index:200;
	position:relative;
}

/* single tab */
.tabs a {
	width:25px;
	height:30px;
	float:left;
	margin:3px;
	background: url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:0px;
	margin-left:-5px;
	outline:none;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -28px;
	outline:none;    
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -58px;  
	outline:none;   
} 	

.message {
	position:absolute;
	z-index:2000;
	top:200px;
	right:90px;
}

.disc2 {
	font-size:9px;
	font-style:italic;
}

.messageleft {
	position:absolute;
	z-index:2000;
	top:150px;
	left:90px;
}


#lower {
	z-index:100;
	margin-top:500px;
	position:relative;
	width:960px;
}

#lower.sub {
	z-index:100;
	margin-top:0px;
	position:relative;
	width:960px;
}

#main {
	width:571px;
	color:#FFF;
	padding-left:30px;
	
}

#main.sub {
	background:url(../images/sub_pic.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;

	
}
#main.sub-bio { 
	background:url(../images/sub_pic-bio.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}

#main.sub-advis { 
	background:url(../images/sub_pic-advis.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}


#main.sub-issues {
	background:url(../images/sub_pic-isues.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}
#main.sub-news {
	background:url(../images/sub_pic-news.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}
#main.donate-bio {
	background:url(../images/sub_pic-donate.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}
#main.sub-vol {
	background:url(../images/sub_pic-vol.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}
#main.sub-multi {
	background:url(../images/sub_pic-multi.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}
#main.sub-connect {
	background:url(../images/sub_pic-connect.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}
#main.sub-contact {
	background:url(../images/sub_pic-contact.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}
#main.sub-donate{
	background:url(../images/sub_pic-donate.jpg) no-repeat;
	padding-top:250px;
	font-size:12px;
	line-height:20px;
}

#main h2 {
	margin-bottom:15px;
	color:#6796c6;
	font-size:24px;
}

#post {
	font-size:12px;
	padding-bottom:20px;
	border-bottom:#eff1f2 1px dotted;
	margin-bottom:20px;
	color:#eff1f2;
}

#post h3 {
	font-size:16px;
	margin-bottom:5px;
}

#post p {
	margin:5px 0px 5px 0px;
	padding:0px;
	line-height:20px;
	
}

.date {

}

#sidebar {
	width:311px;
	
}

#video {
	width:311px;
	height:170px;
	background:url(../images/video_outer.jpg) no-repeat;
	padding:33px 0px 0px 3px;
}

#vol {
	width:311px;
	height:115px;
	background:url(../images/volunteer.jpg) no-repeat;
	margin-top:10px;
	padding:40px 0px 0px 20px;
}

#vol input {
	margin-bottom:4px;
	width:260px;
}

.send {
	width:59px;
	height:18px;
	background:url(../images/send.jpg) no-repeat;
	text-indent:-1000px;
	font-size:0px;
	border:0px;
	cursor:pointer;
	color:#0f8dc5;
}

#side_but {
	margin-top:10px;
	
}

#soc {
	width:311px;
	height:117px;
	background:url(../images/soc_net.jpg) no-repeat;
	margin-top:15px;
	padding:50px 0px 0px 15px;
}

#soc a {
	padding-left:20px;
}
	

#footer {
	min-height:97px;
	width:100%;
	background:url(../images/foot.jpg) #00305f;
	background-repeat: repeat-x;
	position:relative;
	margin-top:20px;

}

#inner_footer {
	width:960px;
	margin:0px auto;
	padding-top:10px;
}

#paidfor {
	width:254px;
	margin:0px auto;
}

#paidforDV {
	width:300px;
	margin:0px auto;
}

label.error {
	color: #c00;
	display: none!important;
}
input.error, textarea.error {
	background-color: #EBBCBC; color:#F00; text-decoration:blink; font-weight:bold;
	
}

#twitterPosts { list-style: none; padding: 0; }

#twitterPosts a { text-decoration:none; font-weight:bold; }

#twitterPosts li { padding-bottom:10px; list-style-type:none; margin:10px 0 0 0; border-bottom:1px dotted #999; }

#splashWrap {width:840px; margin:186px auto 0;}
#splashCon {width:840px; height:194px; background:url(../images/splash-bg_05.png) top center no-repeat;}
#splashLeft {width:430px; padding:23px 0 0 30px; float:left; position:relative; text-align:center}
#splashRight {width:350px; padding:15px 30px 0 0; float:left; position:relative; text-align:center}
.field {width:300px; font-size:11px;  margin:5px 0 0; padding:0; height:12px;}
.btn {margin:5px 0 0;}

#splashFooter{width:840px; margin:30px auto 0;}
