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

/***************************************************************************************************/
/*   ALL CSS FOR ALL SECTIONS IN TEMPLATE GO HERE */
/***************************************************************************************************/

body {
	background-color: #d0f9ab;
}

/* Navigation bar at top-left (Members Area - Disclaimer - Contact Us */
.topNav {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #423f37;
	width:262px;
	height:30px;
	/*z-index:18;*/
	left: 524px;
	top: 0px;
}

.topNav A {
	color: #03347D;
	text-decoration: none;	
}
/* spacer to position Future For Aber logo */
.topLeftSpacer {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 150px; 
	height: 78px; 
	/*z-index: 2;*/
}

/* Future For Aber logo */
.banner {
	position: absolute;
	/*left: 136px;
	top: 31px; */
	width: 300px;
	height: 50px;
	left: 140px;
	top: 30px;	/*z-index: 100;*/
}
.banner A img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #03347D;
	width: 205px;
	text-align: right;
	position: absolute;
	left: 442px;
	top: 53px;
	font-weight: bold;
}

.bannerBackground {
	position: absolute;
	top: 78px;
	width: 1200px;
	height: 256px;
	background-color: #7abb15;
	float: left;
	left: 0px;
	overflow: hidden;
}

/* main Navigation Bar on left */
.navBar {
	position: static;
	width: 140px;
	height: 256px;
	vertical-align: middle;
	float: left;
}

.spacer {
	float: left;
	width: 6px;
	height: 256px;
	position: static;
}

.spacer2{
	float: none;
	width: 135px;
	height: 5px;
	position: static;
}

/* spacer to the left of the main image */
.leftMainImageSpacer {
	position: absolute; 
	left: 140px; 
	top: 78px; 
	width: 6px; 
	height: 258px; 
	vertical-align: middle;
}

/* big image at the top of the page */
.mainImage {
	position: static;
	width: 499px;
	height: 256px;
	vertical-align: middle;
	float: left;
}
/* area on the top right that contains news feed and flash animation */
.rightPanel {
	position: static;
	width: 135px;
	height: 256px;
	float: left;
}

/* area on the top right that contains news feed */
.newsFeed {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	line-height: 12px;
	position: relative;
	width: 135px;
	height: 109px;
	background-color: #57af09;
	float: none;
}
.newsFeed A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	left: 5px;
	line-height: 12px;
	text-decoration: none;
}

.flashAnimation {
	float: none;
	height: 142px;
	width: 135px;
}

.editableRegion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*color: #615D52;*/
	color: #423f37;
	position: absolute;
	left: 0px;
	top: 350px;
	width: 792px;
}


/***************************************************************************************************/
/*   ALL CSS FOR SECTIONS NOT IN TEMPLATE GO HERE */
/***************************************************************************************************/

.mainRegionInnerBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*color: #615D52;*/
	color: #423f37;
	line-height: 20px;
	padding: 5px;
	width: 100%;
}

.news {
	margin-left: 146px;
}

#indent {
	padding-left: 20px;
}

/* all components of admin section will be put in this region */
.adminSection {
	position: absolute;
	top: 0;
	left: 140px;
	width: 510px;
	margin-top: 30px;
}

.column {
	width:241px;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-right: 10px;
	position:static;
	float: left;
	padding-left: 10px;
}
