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

body {
	background:url(../images/bkg.jpg)  repeat-x #000101;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}




.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}


h1, h2, h3, h4, h5 {
	color:#16628a;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight:normal;
}

a, a:vivited {
	color:#16628a;
	outline:none;
	text-decoration:none;
}

a:hover {
	color:#fe0202;
	outline:none;
}

hr {
	background:url(../images/divider.png) no-repeat;
	border:0px;
	height:15px;
	margin:0px;
	padding:0px;
}

#logobut {
	margin:0px auto;
	width:280px;
}

#header {
	
	
	height:158px;
	background:url(../images/header.jpg) top center no-repeat;
	min-width:1024px;
}

body.sub #header {
	height:158px;
	background:url(../images/headersub.jpg) top center no-repeat;
	min-width:1024px;
	
}

#nav {
	
	width:982px;
	margin:-13px auto;
}

#nav ul li {
	display:inline;
	list-style:none;
}

#nav li a, #nav li a:visited {
	color:#FFF;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
	margin-left:100px;
}

#nav li a:hover {
	color:#fe0202;
}

#center {
	background:url(../images/center.jpg) top center no-repeat;
	height:428px;
	min-width:1024px;
}

#contribute {
	width:932px;
	margin:0px auto;
	padding-top:391px;
	padding-left:100px;
}

#top_contribute {
	width:932px;
	margin:0px auto;
	padding-right:80px;
	margin-top:-140px;
}


#subcenter {
	background:url(../images/sub_cntr.png) repeat-x #d7d7d1;
}

#main {
	width:932px;
	margin:0px auto;
}

#main-left {
	width:340px;
	padding-top:100px;
	
}

#main-right {
	width:475px;
	padding-bottom:25px;
	
}

#main-right p {
	line-height:20px;
	color:58595b;
	font-size:12px;
}

#bottom {
	background:url(../images/bottom.jpg);
	height:22px;
}
	



#footer {
	margin:0px auto;
	width:982px;
	padding-left:100px;
	padding-top:30px;
}

#volunteer { font-size:12px; color:58595b;}

label.error {
	color: #c00;
	display: none!important;
}
input.error, textarea.error {
	background-color: #EBBCBC;
}

.bigTxt	{ color:#16628a;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight:normal; font-size:16px; }