body{ 
	margin: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #a6a6a6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
}
#container{
	margin:0px auto;
	width:904px;
	min-height: 350px;
	height:auto !important;
	border-left: 2px solid #696969;
	border-right: 2px solid #696969;
	background-color:#FFFFFF;
	overflow: hidden;
}
#top{
	float: left;
	width: 904px;
	height: 128px;
	overflow: hidden;
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
}
#top h1{
	padding-top: 128px;
	display: block;
}
#flashNav{
	clear: left;
	float: left;
	width: 904px;
	height: 55px;
}
#bottom{
	clear: left;
	overflow: hidden;	
	margin:0 auto;
	width:908px;
	height: 18px;
}
#botLeft{
	width: 18px;
	height: 18px;
	float:left;
}
#botCenter{
	width: 872px;
	height: 16px;
	background-color:#FFFFFF;
	border-bottom: 2px solid #696969;
	float:left;
}
#botRight{
	width: 18px;
	height: 18px;
	float:left;
}

#pageContent{ 
	width:900px;
	min-height: 350px;
	height:auto !important;
	margin: 0px;
	padding-top:10px;
	float: left;
}

#homeSlideshow{
	margin-left: 10px;
	min-height: 350px;
	height:auto !important;
	width: 507px;
	float: left;
}
#homeSlideshowTop{
	height: 250px;
	width: 507px;
	padding-left: 10px;
	padding-top: 10px;
	background-image:url(images/slideshow_top.gif);
	background-repeat:no-repeat;
	float: left;
}
#homeSlideshowMid{
	min-height: 100px;
	height: auto;
	width: 507px;
	background-image:url(images/slideshow_center.gif);
	background-repeat:repeat-y;
	float: left;
	
}
#homeSlideshowBot{
	height: 24px;
	width: 507px;
	background-image:url(images/slideshow_bottom.gif);
	float: left;
}

#rightSide {
	margin-left:15px;
	width: 345px;
	min-height: 350px;
	height:auto !important;
	float: left;
	overflow: hidden;
}

/* For Second Level Pages */
#contentLeft {
	margin-left: 10px;
	margin-right: 10px;
	width: 507px;	
	min-height: 350px;
	height:auto !important;
	float: left;
}
#contentLeftTop{
	height: 24px;
	width: 507px;
	background-image:url(images/left_box_top.gif);
	background-repeat:no-repeat;
	float: left;
}
#contentLeftMid{
	min-height: 100px;
	height:auto !important;
	width: 482px;
	background-image:url(images/left_box_mid.gif);
	background-repeat:repeat-y;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
#contentLeftMid a {
	color: #000000;
}
#contentLeftBot{
	height: 24px;
	width: 507px;
	background-image:url(images/left_box_bot.gif);
	float: left;
}
#contentRight {

	margin-left: 8px;
	width: 350px;	
	min-height: 350px;
	height:auto !important;
	float: left;
	overflow: hidden;
}
#contentRightTop{
	margin-top:10px;
	height: 31px;
	width: 350px;	
	float: left;
}
#contentRightMid{
	min-height: 100px;
	height:auto !important;
	width: 325px;		
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	overflow: hidden;
}











.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* call with  class="clearfix" */
