@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/background2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

a{
	color:	#cb0e2d;
}

p{
	margin-top: 2px;	
}

h4{
	margin: 0;
	padding: 0;
}

h1{
	color: #8F0827;	
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}

h2{
	font-size:	18px;
	color: #002d62;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	
}

#current{
	color:  #AAA;
	text-decoration: underline;	
}

.main_cont{
	position: relative;
	left: 4px;
	width: 885px;
	margin: 0 auto;
	background-color: #1c62a2;
}

.nav{
	position: relative;
	z-index: 9999;
	height: 49px;
	width: 885px;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.nav a{
	text-decoration: none;
	color: white;
}	

.nav a:hover{
	text-decoration: underline;
	color: #AAA;
}

.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav ul li{
	display: block;
	float: left;
	line-height: 49px;
	margin-left: 22px;
	margin-right: 22px;
}

.nav li ul { 
	display: none; 
	position: relative;
	top: 45px;
}
.nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  /*background: #2C5463;*/
  margin-left: 1px;
  white-space: nowrap;
}
/*.top_nav ul li a:hover { background: #617F8A; }*/
.nav li:hover ul {
  display: block;
  position: absolute;
}
.nav li:hover li {
  float: none;
  font-size: 12px;
}
.nav li:hover ul li a { 
	background: #640014;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.nav li:hover li a:hover { background: #B10023; }

.nav ul li ul li{
	text-align: left;
	position: relative;
	left: 0px;
	height: 30px;
	line-height: 30px;
	
}

.mid_box{
	margin-top: 8px;
	height: 307px;
	width: 885px;
	background-image: url(images/mid_box_back2.jpg);
	background-repeat: no-repeat;
}

.media_box{
	float: left;
	margin-left: 90px;
	margin-top: 10px;
	width: 400px;
	height: 290px;
	padding-top: 10px;
	
}

.button_box{
	float: right;
	width: 290px;
	padding-top: 12px;
	padding-right: 8px;
}

.action_btn{
	float: left;
	position: relative;
	width: 276px;
	height: 44px;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	
}

#btn_1{
	background-image: url(/images/getInvolvedButton.png);	
}

#btn_2{
	background-image: url(/images/donateButton.png);	
}

#btn_3{
	background-image: url(/images/calendarEventsButton.png);	
}

#btn_4{
	background-image: url(/images/followDanButton.png);	
}

#btn_5{
	background-image: url(/images/yardSignButton.png);	
}

#candidate_btn{
	background-image: url(/images/about_the_candidate_btn.png);	
}

#issues_btn{
	background-image: url(/images/issues_btn.png); margin-right: 20px;	
}


.action_btn strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bae1fd;
	line-height: 12px;
	text-decoration: none;	
	position: absolute;
	bottom: 0;
	margin-bottom: 8px;
	margin-left: 18px;
	width: 200px;
}

.mid_box a{
	text-decoration: none;	
	
}

.mid_text{
	height: 97px;
	width: 885px;
	background-image: url(images/mid_blue_back.jpg);
	background-repeat: repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.mid_text h4{
	color: #cb0e2d;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 18px;
}

.invite_button{
	background-color: #8F0827; 
	height: 50px; 
	width: 240px; 
	display: block; 
	position: relative; 
	top: -10px; 
	right: 10px; 
	border: 2px solid #EF869B; 
	color: white; 
	text-align: center;	
}

.invite_button h4{
	color: white;	
	line-height: 50px;
}


.cms_button{
	background-color: #8F0827; 
	height: 25px; 
	width: 150px; 
	display: block; 
	position: relative; 
	top: -10px; 
	right: 10px; 
	border: 2px solid #EF869B; 
	color: white; 
	text-align: center;	
	margin-left: 10px;
}

.cms_button h3{
	color: white;	
	line-height: 0px;
}

.cms_button a{
	color: white;
	text-decoration: none;
}

.cms_button a:hover{
	color: #002E5F;
}

.newsletter{
	float: right;
	padding-right: 15px;
	font-size: 16px;
}

.submit{
	position: relative;
	top: 5px;
}

.message{
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 16px;
	width: 550px;
}

.message a{
	color: #73e7fc;	
}

.bottom_box{
	position: relative;
	width: 885px;
	height: 282px;
	background-image: url(images/bottom_box_back.jpg);
	background-repeat: no-repeat;
}

.bottom_box a{
	font-size: 10px;
	color: white;
}

.bottom_action_btn{
	padding-top: 8px;
	padding-left: 20px;
}

.bottom_action_btn a{
	text-decoration: none;
}


.qa_box{
	display: block;
	float: right;
	margin-right: 10px;
	position: relative;
}

.qa_link{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	
	width: 115px;
	height: 36px;
	margin-right: 5px;
	margin-bottom: 15px;
}


.supporters_box{
	float: left;
	height: 252px;
	width: 625px;
	background-image: url(images/supporters_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #002a50;
	margin-left: 10px;
	margin-top: 21px;
}

.supporters_box p{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 35px 8px 8px 8px;
}

.footer{
	color: white;	
	width: 885px;
	height: 96px;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.footer a{
	text-decoration: none;
	color: white;
}

.footer a:hover{
	color: #cb0e2d;	
}

.footer ul{
	font-weight: bold;
	list-style: none;	
	margin: 0;
	padding: 0;
}

.footer ul li{
	display: inline;	
	margin-left: 5px;
	margin-right: 5px;
}

/*Secondary Page*/

.content_cont{
	position: relative;
	width: 885px;
	background-image: url(images/content_back_secondary.jpg);
	background-repeat: repeat-y;
}

.left_content{
	position: relative;
	width: 552px;
	float: left;
	padding: 12px 0px 0px 12px;
	min-height: 500px;
	font-size: 12px;
}

.left_content_cms{
	position: relative;
	width: 865px;
	float: left;
	padding: 12px 0px 0px 12px;
	min-height: 500px;
	font-size: 12px;
}

.right_bar{
	float: right;
	background-color: #002d62;
	width: 295px;
	margin-right: 4px;
	margin-top: 12px;
	padding: 0px 0px 0px 6px;
}

.right_bar a{
	text-decoration: none;	
	
}

.action_box{
	float: left;
}

.content{
	background-color: white;
	border: 1px solid white;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 500px;
	
}

.page_header{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 26px;
	margin-left: 20px;
}

.page_header h4{
	font-size: 28px;	
	color: #002d62;
}

.bottom_back{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

.bottom_img{
	position: absolute; 
	left: 0; top: 90px; 
	margin-left: 20px; 
	color: #98c9ff; 
	font-size: 32px;	
}