/*
   LAYOUT STYLES
*/

#slideshow_container {
   margin: 0px; padding: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   width: 958px;
   height: 356px;
   background: url('/assets/images/home/slideshow-bg.png') repeat-y scroll top center;
}

#slideshow_photos {
	z-index:2;
	width:904px;
	height:356px;
	position:relative; 
	margin-left:24px;
}

#home_logo {
	z-index:3;
	width:364px;
	height:347px;
	background: url('/assets/images/home/logo.png') repeat-y scroll top center;
	position:absolute;
	margin-left: 24px;
}

#page_container {
   margin: 0px; padding: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   width: 958px;
   background: url('/assets/images/home/page-bg.png') repeat-y scroll top center;
}

#body_container {
	z-index:2;
	width:904px;
	position:relative; 
	margin-left:24px;
	background-color:#aecbdb;
	background: url('/assets/images/home/news-bg.gif') repeat-y scroll top center;
}

#welcome_container {
	width:266px;
	padding:20px;
	float:left;
}
#welcome_bottom {
	width:306px;
	height:5px;
	float:left;
	background: url('/assets/images/home/welcome_bottom.gif') repeat-y scroll top center;
}

#latest_news_container {
	width:338px;
	padding:20px;
	float:left;
}
#latest_news_bottom {
	width:378px;
	height:5px;
	background-color:#9cbfd3;
	float:left;
}

#upcoming_events_container {
	width:180px;
	padding:20px;
	float:left;
}
#upcoming_events_bottom {
	width:220px;
	height:5px;
	float:left;
	background: url('/assets/images/home/upcoming_events_bottom.gif') repeat-y scroll top center;
}
