/* layout control */
#wrapper {
	margin: 0 auto;
	width: 978px; background-color:#FFFFFF; height:100%;
	}

#centercol {
	width: 978px; background-color:#FFFFFF;
	padding:0;}
	
	#top {
	width: 978px;
	height: 15px;
	background: #FFFFFF;

}
	
	
	#top_nav {
	width: 978px;
	height: 20px;
	color:#333333;
	text-align: right;
	background: #E0E5E5;
	
}
	
	
	#top_nav2 {
	width: 100px;
	height: 20px;
	color:#333333;
	text-align: left;
	background: #E0E5E5;
	

}
	
	#nav_right {
	position: relative;
	float: right;
	bottom: 0em;
	right: 0em;
	text-align: right;
	padding-right: 20px;
}

	#nav_top_left {
	position: relative;
	float: left;
	bottom: 0em;
	right: 0em;
	text-align: left;
	padding-left: 20px;
}
	
	#main_nav { 	
	width: 978px;
	height: 30px;
	text-align: left;
	background: #FFFFFF;}
	
	#nav_left { 
	position: relative;
	bottom: 0em;
	right: 0em;
	text-align: right;
		margin-left:10px;
}
	
	#topbar {
	padding: 0px 0 0px 0;
	background: #FFFFFF;
	margin: 0 0 0 0px;
	height: 80px;}
	
	#centrebar {
	padding: 0px 0 0px 0;
	margin: 0 0 0 0px;
	height: 220px;}
	
	#middlebar {
	width: 978px;
	background: #FFFFFF;
	height: 30px;}
	
	#middlebar_left {
	float: left;
	background: #FFFFFF;
	height: 270px;
	width: 439px;}
	
	#middlebar_right {
	padding-left: 0px;
	background: #FFFFFF;
	float: right;
	height: 270px;
	width: 539px;}
	
	#text_left {
	width: 230px;
	float: left;
	margin-left:30px;
		margin-top:35px;
	}
	
	#text_right {
	width: 260px;
	float: left;
	margin-left:16px;
			margin-top:35px;
	}

	#telephone {
	width: auto;
	background: #FFFFFF;
	height: 38px;
	text-align: center;  }

	#footer { 
	width: auto;
	background: #FFFFFF;
	height: 30px;}
	
	
/* pages below the homepage */	
	
	#image_strip { /* image strip for lower pages */
	padding: 0px 0 0px 0;
	margin: 0 0 0 0px;
	background: #FFFFFF;
	height: 122px;
	z-index:6;}
	
	#main_nav_2 { 	
	width: 978px;
	height: 23px;
	text-align: left;
	background: #FFFFFF;}
	

	#topbar_2 {
	padding: 0px 0 0px 0;
	background: #FFFFFF;
	margin: 0 0 0 0px;
	height: 40px;
}
	
		#title_strip {
	width: 978px;
	padding: 0px 0 0px 0;
	background: #FFFFFF;
	margin: 0 0 0 0px;
	height: 59px;}
	
	#text_container_top {
	width: 978px;
	padding: 0px 0 0px 0;
	background: #FFFFFF;
	margin: 0 0 0 0px;


		
}
	
		#submenu_left {
	width: 140px;
	float: left;
	margin-left:15px;
		margin-top:35px;
	}
	
		#main_text {
	width: 500px;
	float: left;
	margin-left:16px;
	margin-top:35px;
		height: 400px;}
	
	
		#text_inset {
	width: 220px;
	float: right;
	margin-right:20px;
		margin-top:35px;
	}

/* gradient background */
body {
     background: #369A8F url(../media/background.jpg) top left repeat-x;
}
