@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-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:url(/Images/bg.jpg) center top no-repeat #000000;
}
a {
	color:#FFFFFF;
}
#wrapper {
	width:1028px;
	margin:110px auto 0;
}
#shadow_top {
	width:1028px;
	height:32px;
	float:left;
	display:inline;
	background:url(/Images/shad_top.png) top center;
}
#shadow_left {
	width:33px;
	height:563px;
	float:left;
	display:inline;
	background:url(/Images/shad_left.png) right repeat-y;
}
#content_wrap {
	width:962px;
	float:left;
	display:inline;
}
#header {
	width:962px;
	height:37px;
	float:left;
	background:url(/Images/header_bgtop.jpg) top center;
}
#navigation {
	width:962px;
	height:30px;
	float:left;
	background:url(/Images/nav_bg.jpg) repeat-x;
}
#navigation ul {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	margin-right:178px;
}
#logo {
	width:318px;
	height:100px;
	position:relative;
	margin-top:-1px;
	z-index:40;
	top:0;
	left:0;
}
#left {
	width:609px;
	height:477px;
	float:left;
	border-top:1px solid #000000;
}
#left_flash {
	width:609px;
	height:476px;
}
#right {
	width:352px;
	float:left;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
#content_top {
	float:left;
	margin-top:-32px;
}
#content_area {
	float:left;
	width:352px;
	height:387px;
	background-color:#8e8e8e;
}
#content_inner {
	padding:5px;	
}
#content_lower {
	float:left;
	width:352px;
	height:88px;
	border-top:1px solid #000000;
}
#content_bottom {
	width:962px;
	height:19px;
	float:left;
	background:url(/Images/home_content_bg.jpg) no-repeat;
}
.btm_box {
	float:left;
	margin-left:15px;
}
#shadow_right {
	width:33px;
	height:563px;
	float:left;
	display:inline;
	background:url(/Images/shad_right.png) left repeat-y;
}
#shadow_bottom {
	width:1028px;
	height:32px;
	float:left;
	display:inline;
	background:url(/Images/shad_bottom.png) repeat-x top center;
	line-height:40px;
	text-align:right;
	color:#ffcc00;
	font-size:11px;
}
#shadow_bottom p {
	margin:3px 25px 0 0;
}
#shadow_bottom a {
	font-size:11px;
	color:#ffcc00;
	font-weight:bold;
	text-decoration:none;
}
