/*
	CSS for Slideshow w/ PNG Frame Layer
*/

*{margin:0; padding:0; border:0;}
body{background:#ffffff;}

/* Slideshow & Billboard Images */	
	#top-zone{overflow:hidden; width:940px; margin:0 auto; height:420px;} /*Here to keep images hidden in IE mostly*/
	
		#billboard{width:940px; height:400px; margin:10px 10px 20px 10px; overflow:hidden; background:url('images/billboard-bg.jpg') no-repeat top center;}

	.slideshow{width:910px; height:360px; margin:10px; overflow:hidden;}
		.slideshow li{list-style:none; float:left; display:inline; position:relative;}
	

#header {
	width: 940px;
	margin: 0 auto;
}

#content {
	width: 940px;
	margin: 0 auto;
}
#menu {
	width: 940px;
	margin: 0 auto;
	height:18px;
	float:middle;
	azimuth:center;
}

#menu ul {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: block;
	float: right;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background:#E6E6E6;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px helvetica;
	color: #000;
}

#menu a:hover { 
	text-decoration: none; 
	color:#333;
}

#menu .current_page_item a {
	color: #333;
}

#side {azimuth:left;
background:#FFF;
width:70%;
padding:5px;
}

#sidecontent{

azimuth:left;
background:#FFF;
width:100%;
padding:3px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color:#333;
}

h1 {
	letter-spacing: -1px;
	font-size: 28px;
}

h2 {
	font-size: 23px;
}
#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 64px;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	color:#666;
}
	
