@charset "UTF-8";
/* CSS Document

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- .section_on
	- #wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Century Gothic;
	color:#706863;
}
a {
	color:#9D9088;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#page_wrapper {
	background:url(/Images/bkgd.jpg) repeat-x top center;
	background-position:0 -60px;
	float:left;
	width:100%;
}
#header {
	width:832px;
	height:140px;
	margin:30px auto 0;
}
#logo {
	float:left;
	height:74px;
	width:100%;
}
#nav_left {
	width:40%;
	height:33px;
	margin-top:182px;
	background:url(/Images/nav_bg.png) repeat-x;
}
#navigation {
	float:left;
	margin-top:18px;
	height:33px;
	background:url(/Images/nav_bg.png) repeat-x;
}
#navigation .sub {
	float:left;
	width:497px;
	margin-right:-8px;
}
#navigation .sub ul {
	list-style:none;
	padding:0;
	margin:0;
}
#navigation .sub ul li {
	float:left;
	display:block;
	height:33px;
}
#content_wrap {
	width:880px;	
	margin:28px auto 0;
}
#content_lshad {
	float:left;
	width:15px;
	height:283px;
	background:url(/Images/shad_l.png) no-repeat top right;
}
#content_center {
	float:left;
	width:848px;
}
#content_rshad {
	float:left;
	width:15px;
	height:283px;
	background:url(/Images/shad_r.png) no-repeat top left;
}
#page_banner {
	float:left;
	display:inline;
	background-color:#ffffff;
}
#page_content {
	float:left;
	display:inline;
	width:620px;
	height:200px;
	margin-top:22px;
	margin-left:10px;
}
#page_news {
	float:left;
	display:inline;
	margin-top:12px;
	margin-left:15px;
	width:196px;
	height:170px;
	background:url(/Images/news_bg.png) no-repeat;
}
#page_subscribe {
	float:left;
	display:inline;
	margin-top:12px;
	margin-left:15px;
	width:196px;
	height:140px;
	background:url(/Images/subsc_bg.png) no-repeat;
}
#page_news_content {
	margin:10px 0 0 20px;
}
#page_footer {
	float:left;
	width:100%;
	height:67px;
	margin-top:30px;
	margin-bottom:30px;
	background:url(/Images/bkgd2.jpg) no-repeat center;
}
#page_testimonials {
	left:50%;
	position:absolute;
	margin-left:-255px;
	height:67px;
	background-color:#9D9088;
	color:#ffffff;
}
#page_testimonials .quo {
	margin:6px 0 0 92px;
	height:;
	width:590px;
}