@charset "utf-8";
/* CSS Document */
html{
	background:#fff;
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#326db1;
	margin:0px;
	padding:0px;
}
a{
	color:#254e7d;
}
a:hover{
	color:#CC0000;
}

#divPad{
	padding:15px;
}

#wrapper{
	width:1000px;
	margin:0 auto;
}
#contentLayer1{
	height:70px;
	float:left;
	background-color:#326db1;
	width:1000px;
	text-align:right;
	color:#fff;
}

#contentLayer2 {
	padding:35px 10px 0 0;
}
#contentLayer2 a{
	color:#fff;
}
#contentLayer2 a:hover{
	color:#f3f0c8;
}

#contentLayer3{
	float:left;
	width:1000px;
	background:url(/img/site/leftBG.jpg) repeat-y;
	min-height:725px;
}
#contentLayer4{
	float:left;
	width:378px;

}
#contentLayer5{
	float:left;
	width:622px;
	position:relative;
}
#contentLayer6{	
	height:125px;
	float:left;
	background-color:#326db1;
	width:1000px;
	color:#fff;
}
#contentLayer7 {
	float:left;
	width:378px;
	text-align:right;
}
#contentLayer7 a{
	color:#FFFFFF;
}

#contentLayer8{
	float:left;
	width:622px;
}
#contentLayer9{}
#contentLayer10{}
#footer{
	height:200px;
	float:left;
}

.popCenter{
	width:293px;
	background:url(/img/site/pop_02.jpg) repeat-y;
}

#donationForm .alt-row {
	background:none;
}
.alt-row {
	background:#EBF2FA;
}


/* specifics */
#contactForm, #donationForm {
	margin:15px;
}
div#contactForm li, div#donationForm li { list-style-type:none; clear:both; padding:10px; }
div#contactForm span { display:inline-block; width:50px; }
div#donationForm label { display:inline-block; width:100px; margin:6px; }
div#donationForm input { width:200px; }
.multi-formBuilderRow { position:relative; top:-2px; }
.clearfix {float:left; padding-left:10px;}
.formBuilder-falseLabel {
	float:left;
}

ul.innerfader { list-style-image:none; list-style-type:none; padding:0px; }
