@charset "UTF-8";
/* CSS Document */
/* 29 Reasons 2 Vote */

* { margin: 0; padding: 0; }

body {
	background: #000 url(images/background.jpg) 0 0 repeat-x;
	color: #022b4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	#container {
		position: relative;
		margin: 0 auto;
		width: 700px;
	}
	
		#header {
		}
		
			#header h1 {
				background: url(images/29reasons.gif) 0 0 no-repeat;
				display: block;
				height: 0;
				left: -60px;
				overflow: hidden;
				padding-top: 220px;
				position: absolute;
				top: 110px;
				width: 450px;
			}
			#header h2 {
				background: url(images/header.gif) 0 0 no-repeat;
				display: block;
				height: 0;
				margin: 8px 0 0 -23px;
				overflow: hidden;
				padding-top: 429px;
				width: 759px;
			}
		
		#content {
			background: #FFF;
			height: 100%;
			padding: 0 0 20px 0;
			width: 700px;
		}
		
			#navigation {
				left: 208px;
				list-style: none;
				position: absolute;
				top: 212px;
				width: 600px;
			}
			
				#navigation li {
					float: left;
				}
					
					#navigation li a {
						display: block;
						height: 0;
						overflow: hidden;
					}
					
					#nav-home a:link, #nav-home a:visited {
						background: url(images/nav-home.gif) 0 0 no-repeat;
						left: 80px;
						padding-top: 127px;
						position: absolute;
						top: 70px;
						width: 93px;
					}
					#nav-home a:hover, #nav-home a:active {
						background: url(images/nav-home.gif) 0 -127px no-repeat;
						padding-top: 127px;
						width: 93px;
					}
					#nav-links a:link, #nav-links a:visited {
						background: url(images/nav-links.gif) 0 0 no-repeat;
						left: 160px;
						padding-top: 109px;
						position: absolute;
						top: 60px;
						width: 109px;
					}
					#nav-links a:hover, #nav-links a:active {
						background: url(images/nav-links.gif) 0 -109px no-repeat;
						padding-top: 109px;
						width: 109pxpx;
					}
					#nav-gallery a:link, #nav-gallery a:visited {
						background: url(images/nav-gallery.gif) 0 0 no-repeat;
						left: 240px;
						padding-top: 105px;
						position: absolute;
						top: 70px;
						width: 170px;
					}
					#nav-gallery a:hover, #nav-gallery a:active {
						background: url(images/nav-gallery.gif) 0 -105px no-repeat;
						padding-top: 105px;
						width: 170px;
					}
					#nav-recruit a:link, #nav-recruit a:visited {
						background: url(images/nav-recruit.gif) 0 0 no-repeat;
						margin: 0 0 -40px 0;
						left: 375px;
						padding-top: 175px;
						position: absolute;
						width: 157px;
					}
					#nav-recruit a:hover, #nav-recruit a:active {
						background: url(images/nav-recruit.gif) 0 -175px no-repeat;
						padding-top: 175px;
						width: 157px;
					}
			
			#links-title {
				font-size: 24px;
				font-weight: bold;
				padding: 0 0 20px 0;
			}
			
				#links {
					font-size: 14px;
					line-height: 30px;
					margin: 0 auto 30px;
					width: 600px;
				}
					#links-list { background: #fff0c2; padding: 20px 0 20px 40px; }
					#links-list li { padding: 0 0 0 10px; }
					#links-list a { display: block; text-decoration: none; width: 520px; }
					
					#links-list a:link { color: #b60e0e; }
					#links-list a:visited { color: #89b6d6; }
					#links-list a:hover { background: #89b6d6; color: #012a4e; }
					#links-list a:active { color: #012a4e; }
					

					
		
		#footer{
				background: url(images/footer.gif) 0 0 no-repeat;
				height: 0;
				margin: -74px 0 0 -54px;
				overflow: hidden;
				padding-top: 156px;
				width: 813px;
			}	
	
	
							
#home {
			font-family: helvetica, arial;
			font-size: 12px;
			line-height: 20px;
			width: 400px;
			padding: 15px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;


			}

#recruitleft {
			font-family: helvetica, arial;
			font-size: 12px;
			line-height: 20px;
			width: 300px;
			padding: 15px;
			text-align: center;
			margin-left: 0;
			float: left;			
}

#recruitright {
			font-family: helvetica, arial;
			font-size: 12px;
			line-height: 30px;
			width: 300px;
			padding-right: 15px;
			padding-top: 62px;
			float: right;
			}
			
#recruitright a{color: #06365f; text-decoration: none;}
#recruitright a:hover{color: #b60e0e; text-decoration: none;}

#form {
			width: 700px;
			height: 400px;

}

input {background-color: #fff0c2; color: #06365f; border: 1px solid #b60e0e; height: 15px;}
input#state {width: 20px;}
input#city {width: 80px;}
input#zip {width: 30px;}
input#name {width: 195px;}
input#email {width: 197px;}
input#address {width: 148px;}

input.submit {position: absolute; top: 690px; right: 74px; background-color: #b60e0e; color: #fff; padding: 5px; width: 70px; height: 30px;}
input.submit:hover {background-color: #c1cfdb; border: 1px solid #c1cfdb; color: #fff;}

