/* ---------- (1) Layout --------------------------------------------------------- */

body {
	background-color: #F4F6CB;
}

#header_bg {
	width: 100%;
	background-image: url(../graphics/header_bg.gif);
	background-repeat: repeat-x;
}

#header {
	height: 100px;
	width: 900px;
	margin: 0px auto;
}

#header #logo {
	position: relative;
	float: left;
	top: 20px;
}

#intro_slider_bg, #main_image_bg {
	width: 100%;
	background-color: #f5f5ea;
}

#intro_slider, #main_image {
	height: 345px;
	width: 900px;
	margin: 0px auto;
	background-color: #5bb847;
	border-left: 1px solid #68935f;
	border-right: 1px solid #68935f;
}

#intro_slider_nav_bg {
	width: 100%;
	background-color: #F5F5EA;
}

#subnav_bg {
	width: 100%;
	background-image: url(../graphics/subnav_outer_bg.gif);
	background-repeat: repeat-x;
}

#subnav, #intro_slider_nav {
	height: 40px;
	width: 900px;
	margin: 0px auto;
	background-image: url(../graphics/subnav_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #c4c2b7;
	border-right: 1px solid #c4c2b7;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}

#navlist {
	position: relative;
	top: 10px;
}

#active {
	color: #e87c00;
}

#content_bg {
	width: 100%;
	background-image: url(../graphics/content_outer_bg.gif);
	background-repeat: repeat-x;
}

#content {
	width: 900px;
	min-height: 200px;
	margin: 0px auto;
	background-color: #fdfcf6;
	border-left: 1px solid #c4c2b7;
	border-right: 1px solid #c4c2b7;
	border-bottom: 1px solid #8b8982;
	border-top: 1px solid #dedac5;
	overflow: auto;
}

.column_left {
	position: relative;
	float: left;
	padding: 40px;
	width: 500px;
}

.column_right {
	position: relative;
	float: right;
	padding: 40px;
	width: 240px;
}

.column_right img {
	margin-top: 30px;

}

.column_left img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.img_left {
	margin-right: 25px;
}

.img_right {
	margin-left: 25px;
}

.info_box {
	background-image: url(../graphics/info_box_bg.gif);
	background-repeat: repeat-x;
	background-color: #fcedc1;
	color: #61a154;
	border: 1px solid #bad69d;
	margin-bottom: 40px;
	padding: 20px;
	overflow: auto;
}

.ad_box {

	background-color: #fcedc1;
	color: #61a154;
	border: 1px solid #bad69d;

}

#footer_bg {
	width: 100%;
}

#footer {
	width: 900px;
	margin: 0px auto;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 9px;
	color: #929479 ;
}

.footer_right  {

position: relative;
	left: 850px;
	width: 50px;
bottom: 18px;
}

.footer_sitemap  {

position: relative;
	left: 730px;
	width: 120px;
bottom: 36px;
}


#debug {
	position: fixed;
	float: right;
	top: 10px;
	left: 10px;
	padding: 10px;
	width: 250px;
	min-height: 350px;
	background-image: url(../graphics/info_box_bg.gif);
	background-repeat: repeat-x;
	background-color: #fcedc1;
	color: #61a154;
	font-size: 9px;
	border: 1px solid #fff;
	overflow: auto;
}

.clear {
	clear: both;
	overflow: auto;
}

#error_bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 99%;
}

#error {
	position: relative;
	margin: 0px auto;
	margin-top: 150px;
	height: 250px;
	width: 450px;
	background-color: #ff2c38;
	border: 1px solid #fff;
	color: #fff;
	padding: 50px;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}

#error h1 {
	color: #fff;
	font-size: 3.5em;
}

#error p {
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
}










