@charset "UTF-8"; 

body {
	margin:0;
	padding:0;
	font-size:75%;
	font-family: "Arial", Georgia, Helvetica, sans-serif;
	line-height:1.2;
	color:#fff;
	background:#01143c url('img/top-bg.jpg') no-repeat top center;
	}
	
a {color:#fff;text-decoration:none;}
a:hover{text-decoration:underline}

h1 {font-size:1.8em; margin-bottom:8px;}
h2 {font-size:1.6em; margin-bottom:7px;}
h3 {font-size:1.3em; margin-bottom:5px;}


h1, h2, h3 {color:#fff;}

#rap{
	width:890px;
	margin:0 auto;
	}
	
#top-video {
	width:632px;
	height:394px;
	margin:250px auto 0 auto;
	background:url('img/top-youtube.jpg') no-repeat top center;
	}

#two-col {
	margin: 15px auto 0 auto;
	padding:0;
	width:890px;
	overflow:hidden;
	}
	
.title-row {
	background-color:#01143c;
	width:890px;
	overflow:hidden;
	}

.title-left-col {
	float:left;
	width:445px;
	}

.title-right-col {
	float:right;
	width:445px;
	}
.title-reagan {
	float:left;
	width:430px;
	height:54px;
	background:url('img/title-reagan.jpg') no-repeat top center;

	}
.title-lowden {
	float:right;
	width:430px;
	height:54px;
	background:url('img/title-lowden.jpg') no-repeat top center;
	}
	
.row {
	width:890px;
	position: relative;
	overflow:hidden;
	}
	
.or{
	background:url('img/or-quotes.jpg') no-repeat 0 0px;
	position: absolute;
	top: 80px;
	left: 422px;
	width: 46px;
	height: 46px;
	text-indent:-90000px;
	z-index: 20;
}	
.left-col {
	width:430px;
	float:left;
	text-align:left;
	}
	
.right-col {
	margin-left:445px;
	width:415px;
	border-right:15px solid #011030;
	padding-left:15px;
	}
	
.left-col .left-quote {
	padding:0 15px;
	background-color:#011030;
	}
.right-col .quote {
	padding:0 15px;
	background-color:#011030;
	position:relative;
	overflow:hidden;
	}
	
.right-col .quote .openVideo {
	position:absolute;
	width:417px;
	height:223px;
	top:0px;
	right:-360px;
	}

.left-col .left-quote, .right-col .quote {padding-bottom:40px;}
	
	
.gutter-bottom {
	background:url('img/gutter-bottom.jpg') no-repeat 0 0px;
	position: absolute;
	left: 430px;
	bottom: 0;
	width: 30px;
	height: 18px;
	text-indent:-90000px;
	z-index: 20;
	}

.corner-bl {
	background:url('img/corner-bl.jpg') no-repeat 0 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	z-index: 20;
	}
	
.corner-br {
	background:url('img/corner-br.jpg') no-repeat 0 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	z-index: 20;
	}
	
.corner-tl {
	background:url('img/corner-tl.jpg') no-repeat 0 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	z-index: 20;
	}
	
.corner-tr {
	background:url('img/corner-tr.jpg') no-repeat 0 0px;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	z-index: 20;
	}
	
#decide-rap {
	background-color:#011030;
	padding-top:20px;
	}
	
	
#decide {
	width:740px;
	margin:0 auto;
	padding:20px;
	position:relative;
	overflow:hidden;
	background-color:#021a4f;
	}	
.decide-or {
	background:url('img/or-decide.jpg') no-repeat 0 0px;
	position: absolute;
	top: 120px;
	left: 367px;
	width: 46px;
	height: 46px;
	text-indent:-90000px;
}		
#row-title-decide {
	margin:0 auto;
	width:380px;
	height:24px;
	padding:20px 0 0 0; 
	background:url('img/title-decide.jpg') no-repeat 0 0px;
	}
	
.decide-left-col {
	float:left;
	width:340px;
	height:150px;
	}
.decide-right-col {
	margin-left:400px;
	width:340px;
	height:150px;
	}

.decide-left-col div#reaganRadio {
	display:block;
	width:340px;
	height:150px;
	background:url('img/decide-reagan.jpg') no-repeat 0 0px;
	text-indent:-90000px;
	cursor: pointer;
	}

.decide-left-col div#reaganRadio.selected, .decide-left-col div#reaganRadio:hover {
	background-position:0 -150px;
}

.decide-right-col div#lowdenRadio {
	display:block;
	width:340px;
	height:150px;
	background:url('img/decide-lowden.jpg') no-repeat 0 0px;
	text-indent:-90000px;
        cursor: pointer;
}
.decide-right-col div#lowdenRadio.selected, .decide-right-col div#lowdenRadio:hover {
	background-position:0 -150px;
	}

.sform {
	border-top:2px solid #011234;
	padding:20px 50px;
	margin:15px auto 0 auto;
	width:600px;
	overflow:hidden;
	}
	
.sform input {
	padding:2px 3px;
	font-size:120%;
	margin-right:10px;
	margin-bottom:10px;
	}
	
input.fname {
	width:160px;
	}	
input.lname {
	width:230px;
	}	
input.email {
	width:250px;
	}	
input.zip {
	width:140px;
	}	
	
input#submit {
	float:right;
	background:url('img/submit.jpg');
	width:136px;
	height:30px;
	border:0;
	}
	
.contribute a {
	display:block;
	background:url('img/contribute.jpg') 0 0 no-repeat;
	width:280px;
	height:100px;
	margin:0 auto;
	text-indent:-90000px;
	}
.contribute a:hover {
	background-position:0 -100px;
	}
	
#credit {
	padding:20px 0;
	text-align:center;
	color:#0066ff;
	font-size:130%;
	}

#credit span {
	margin: 0 auto;
	display: block;
	padding: 5px;
	border: 1px solid #0066ff;
	width: 350px;
}



.smoothOperator{
	min-height: 223px;
	_height: 223px;	
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 15px 0 0;
}
	
.video{
	position:absolute;
	top:0px;
	left:0px;
	padding:14px 0 0 53px;
	width:347px;
	min-height:223px;
	z-index: 7;
	display: none;
}
.video.selected{
	min-height: 223px;
	width: 100%;
	color: #fff;
	top: 0;
	background:url('img/video-slider-bg.png') no-repeat 0 0px;
	position:absolute;
	right: -330px;
	z-index: 3;
	display:block;
}
.closeVideo{
	position: absolute;
	bottom: 32px;
	left: 12px;
	width: 22px;
	height: 22px;
	z-index: 1;
}
	
.watchvideo {
	position: absolute;
	bottom: 55px;
	right: 52px;
	width: 116px;
	height: 25px;
	z-index: 1;
	}
	
.tv {
	position: absolute;
	bottom: 55px;
	right: 17px;
	width: 29px;
	height: 28px;
	z-index: 1;
	}
	

