@import url("global.css");
/*========== HEROS ==========*/
.HeroNews{
background:green;
background:url(../images/BG_NewsHero.jpg);
height:230px;
}
.HeroBoard{
background:green;
background:url(../images/BG_TrusteeHero.jpg);
height:230px;
}
.HeroInvolved{
background:green;
background:url(../images/BG_InvolvedHero.jpg);
height:230px;
}
/*^^^^^^^^^^ HEROS END ^^^^^^^^^^*/

.ContentMainTop {
background:url(../images/SubpageContentMainTop.gif);
height:12px;
overflow:hidden;
width:780px;
}
.ContentMain {
background:url(../images/SubpageContentMain.gif);
padding-left:25px;
width:755px; /* 780px */
}
	.News .ContentMain h3{
	clear:both;
	}
	.News .ContentSub img{
	clear:both;
	}
	.EventBox{
	margin:20px 0 20px;
	}
	.EventDesc{
	float:left;
	width:260px;
	}
.ContentSub {
float:left;
width:480px;
}
.ContentSub img{
border:none;
}
.ContentSub ul{
margin-left:25px;
}
.QuickContact {
float:left;
width:230px;
margin:0 0 0 30px;
}
QuickContact il {
float:left;
margin:0 0 10px 0;
}
.QuickContact ul, .QuckContact il {
list-style:none;
}
.SubpageContentBottom {
background:url(../images/SubpageContentMainBottom.gif);
height:12px;
overflow:hidden;
width:780px;
}

.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{
	height:20px;
	width:100px;
	background:#FFC800;
	color:#333;
}