/* MAIN LAYOUT -------------------------------------------------- */

body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

#wrapper {
	width: 960px;
	margin: 20px auto 20px auto;
	padding: 0;
	background-color: #FFFFFF;
}

#header {
	width: 960px;
	height: 170px;
	margin: 0;
	padding: 0;
	background: url(graphics/logo.png) no-repeat 40px 20px;
	background-color: #D82B00;	
}

.banner {
	clear:both;
	width: 960px;
	height: 200px;
	margin: 0 0 30px 0;
	padding: 0;	
	background: no-repeat top left;
	background-color: #888888

}

.content {
	float: left;
	width: 560px;
	margin: 0 0 20px 80px;
	padding: 0;
	background-color: #FFFFFF;
	line-height: 200%;
}

.rightpanel {
	float: right;
	width: 230px;
	margin: 40px 50px 40px 0px;
	padding: 0;
	
}

.rightpanelhome {
	float: right;
	width: 230px;
	margin: 0px 50px 40px 0px;
	padding: 0;
	
}


/* FOOTER -------------------------------------------------------- */

#footer {
	clear: both;
	width: 960px;
	min-height: 40px;
	margin: 0;
	padding: 60px 0 0 0;
	background: url(graphics/pattern.png) no-repeat left top;
	background-color: #000000;
	color: #666666;
	font-size: small;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	color: #BBBBBB;
}


/* MAIN NAVIGATION ----------------------------------------------- */

.homelink {
	margin: 20px 10px 20px 40px;
	width: 230px;
	height: 130px;
	float: left;
}

#header ul {
	font-size: small;
	padding: 0;
	margin: 125px 60px 0 0;
	float: right;	
}

#header li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

#header li a {
	color: #FFFFFF;
	margin: 0 0 0 18px;
	text-decoration: none;
	font-weight: bold;
}

#header li a:hover {
	color: #000000;
}


/* BANNERS ------------------------------------------------------- */

#homepage {
	background: url(graphics/welcome.jpg);
}

#womens {
	background: url(graphics/womens.jpg);
}

#background {
	background: url(graphics/background.jpg);
}

#school {
	background: url(graphics/school.jpg);
}

#aboutus {
	background: url(graphics/aboutus.jpg);
}

#contactus {
	background: url(graphics/contactus.jpg);
}

#getinvolved {
	background: url(graphics/getinvolved.jpg);
}



/* MAIN CONTENT STYLING ------------------------------------------ */

.content p {
	margin: 0 0 1.5em 0;
}

.content h3 {
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.rightpanel img{
	margin: 0 0 35px 0;
	padding: 3px;
	border: 1px solid #BBB;	
}

.rightpanelhome img{
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px solid #BBB;	
}


/* MISCELLANEOUS --------------------------------------------------- */

.left48 {
	float: left;
	width: 48%;
}

.right48 {
	float: right;
	width: 48%;
}

.accessibility {
	display: none;
}
