/* STYLE SHEET HOME LAYOUT */
/* VERSION 1.0          */

/* 
CEP Green   #009370
CSEP Blue   #007AC2
C3A Red     #CC1140

Yellow bar  #FDB927
Yellow logo #F6C73E
*/

@media screen {

/* SET PAGE =============== */
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	text-align:center; /* container div center for IE 5 */
	background-image: url(../i/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#container {
	width: 865px;
	padding:0;
	margin-left:auto;
	margin-right:auto;	
	text-align:left; /* fix after container div center for IE */
	}
	
/* HEADER STRIP ########################### */

#header {
	}
	
#sitelinks {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index:99;
	}
	
#banner {
	margin: 0 0 0 218px;
	}
	
/* PHOTO STRIP ########################### */
		
#photo_news {
	margin-left: 218px;
	background-image: url(../i/news-bg.gif);
	background-repeat: no-repeat;
	background-position: 436px bottom; /* Sits in outer div so it is at bottom if it expands */
	}
	
#photo {
	float:left;
	margin:0 8px 0 0;
	}
	
#photo img {
	margin:0;
	padding:0;
	}
	
object {
	display:block; /* attempted flash fix for extra space */
}
	
#news {
	float:left;
	background-image: url(../i/news-top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 210px;
	padding-top: 45px;
	}
	
#events {
	}

.clearer { /* ends float after floated divs */
	clear:both;
	height:0px;
	overflow: hidden;
	}
	
/* PROMO STRIP ########################### */

#promos {
	margin: 8px 0 0 0;
	}
	
#sitemessage {
	float:left;
	margin:0 8px 0 0;
	}
	
#promo {
	float:left;
	}

/* LINKS STRIP ########################### */

#links {
	margin: 8px 0 0 0;
	}
	
.linkbox {
	float:left;
	margin:0 8px 0 0;
	width: 210px;
	padding-bottom: 10px;
	background-image: url(../i/links1-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
	}
	
#links4 {
	float:left;
	margin:0; /* last one needs no margin left */
	}
	
/* FOOTER STRIP ########################### */

#footer {
	text-align:left;
	}
	
#logos {
	float:right;
	}
	




} /* END @media screen */


/* HIDE SOME DIVs WHEN PRINTING ========================= */

@media print {
}

/* END ========================= */
