@import url("global.css");
/*========== HEROS ==========*/
.HeroNews{
background:green;
background:url(../images/BG_NewsHero.jpg);
height:214px;
}
.HeroBoard{
background:green;
background:url(../images/BG_TrusteeHero.jpg);
height:214px;
}
.HeroInvolved{
background:green;
background:url(../images/BG_InvolvedHero.jpg);
height:214px;
}
/*^^^^^^^^^^ HEROS END ^^^^^^^^^^*/

.ContentMain {
background:url(../images/bgMainContentSub.jpg) repeat-y;
width:780px; /* 780px */
}
	.News .ContentMain h3{
	clear:both;
	}
	.News .ContentSub img{
	clear:both;
	}
	.EventBox{
	margin:20px 0 20px;
	}
	.EventDesc{
	float:left;
	width:260px;
	}
.ContentSub {
float:left;
padding:25px;
width:480px;/*530px*/
}
.ContentSub img{
border:none;
}
.ContentSub ul{
margin-left:25px;
}

.RightCol {
float:left;
margin:0;
width:250px;/*250px*/

}
.QuickContact {
padding:0 15px;
margin:0;
width:220px;/*250px*/
}
QuickContact il {
float:left;
margin:0 0 10px 0;
}
.QuickContact ul, .QuckContact il {
list-style:none;
}

.FloatImgLeft{
float:left;
margin:0 15px 0 0;
padding:0px;}
.FloatImgRight{
float:right;
padding:10px 0px 10px 20px;
}


/***********************************

FONT STYLES

***********************************/
.QuickContact {
color:white;
}

/* FORM
-------------------------------------------------- */

#ContactForm ul, #ContactForm li{
	list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
	margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
	width:150px;
	display:block;
	float:left;
}
#ContactForm input{
	width:200px;
}
#ContactForm textarea{
	width:200px;
	height:80px;
}
#ContactForm .SubmitBtn {
background:#151A61 none repeat scroll 0 0;
border:none;
color:#FFFFFF;
padding:5px;
width:100px;
}
