@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/main_header.jpg) top center no-repeat #000201;
	margin:0px;
	padding:0px;
}

body.sub {
	background:url(../images/sub_header.jpg) top center no-repeat #000201;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a, a:visited {
	outline:none;
	color:#0196a9;

}

#logo_over {
	width:558px;
	height:88px;
	margin:0px auto;
}

a:hover {
	outline:none;
	color:#f9ecd3;
}

h1, h2 ,h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 {
	color:#FFF;
	font-size:50px; letter-spacing:-3px;
	
	
}

h2 {
	color:#f9ecd3;
}

h3 {
	color:#f9ecd3;
	
}

h4 {
	color:#f9ecd3;
}

h5 {
	color:#f9ecd3;
}



#wrapper {
	width:960px;
	margin:0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}



#nav {
	width:778px;
	margin:0px auto;
	margin-top:-10px;
	text-align:center;
	
}

#nav ul {
	
}

/* #nav ul li {
	display:inline;
	padding:0px 35px 0px 35px;
}*/

#nav ul li a, #nav ul li a:visited {
	color:#3d898d;
	text-decoration:none;
	font-size:16px;
}

#nav ul li a:hover {
	color:#f9ecd3 !important;
	
}

#lower {
	margin-top:280px;
	
}

#lower_img {
	width:162px;
	font-size:16px;
	text-align:center;
	color:#FFF;
	margin-left:25px;
	letter-spacing:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	
}

#main {
	margin-top:70px;
	padding-left:150px;
	padding-right:130px;
	margin-bottom:40px;
}

#main_wide {
	margin-top:70px;
	margin-bottom:40px;
}

#block {
	margin-bottom:10px;
	margin-top:10px;
}

#block_left {
	min-width:470px;
	text-align:right;
	
}

#block_right {
	width:400px;
	margin-left:30px;
	display:block;
}
#block_right-title {
	width:460px;
	margin-left:30px;
	display:block;
}

p {
	color:#fff;
	font-size:14px;
	line-height:22px;
	
}



#footer {
	text-align:center;
	width:747px;
	margin:-10px auto;
	position:relative;
	z-index:1000;
	color:#7a7a7c;
	font-size:14px;
	
	
}

label.error {
	color: #c00;
	display: none!important;
}
input.error, textarea.error {
	background-color: #EBBCBC;
}

#volunteer {color:#999; font-size:14px;}




