@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;
	background:url(/Images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#333333;
}
#outerwrap {
	width:980px;
	margin:0 auto;	
}
#shad_left {
	width:10px;
	height:1177px;
	background:url(/Images/shad_left.png) repeat-y;
	float:left;
}
#innerwrap {
	width:960px;
	float:left;
}
#shad_right {
	width:10px;
	height:1177px;
	background:url(/Images/shad_right.png) repeat-y;
	float:left;
}
#shad_btm {
	width:100%;
	height:10px;
	background:url(/Images/shad_btm.png) repeat-x;
	float:left;
}
#banner_wrap {
	height:246px;
	width:720px;
	float:left;
	display:inline;
}
#logo {
	float:left;
}
#left_side {
	width:240px;
	height:1154px;
	float:left;
	background-color:#d9d6d0;
}
#menu_wrap {
	float:left;
	display:inline;
	height:52px;
	width:240px;
	background:url(/Images/menu_bg.jpg) no-repeat;
}
#menu {
	margin-left:30px;
	margin-top:6px;
	width:210px;
	height:36px;
	float:left;
}
#navigation {
	float:left;
	display:inline;
	height:920px;
}
#search_box {
	width: 220px; 
	margin-top: -50px; 
	float: left; 
	margin-left:48px; 
	position: relative; 
	z-index: 30;
}
#page_content {
	float:left;
	display:inline;
	width:720px;
	height:868px;
	background-color:#ffffff;
	overflow-y:scroll;
}
#page_footer {
	width:960px;
	height:43px;
	float:left;
	display:inline;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#8c8c8c;
	color:#ffffff;

}
#page_footer td a {
	color:#ffffff;
	font-size:11px;
}
#page_footer td a:hover {
	color:#efefef;
}
#bubble {
	color:#aeaba6;
	font-size:13px;
	float:left;
	line-height:16px;
	width:116px;
	height:24px;
	background:url(/Images/btn_bubble.png) no-repeat;
	text-align:center;
	margin-top:-24px;
	display:none;
	position:relative;
	z-index:5;
}
.bub1 {
	margin-left:-12px;
}
.bub2 {
	margin-left:35px;
}
.bub3 {
	margin-left:82px;
}
.bub4 {
	margin-left:131px;
}
#title {
	float:left; 
	margin-top:-77px;
	width:720px;
	height:117px;
	background:url(/Images/spacer-white.jpg) repeat-x bottom;
	position:relative;
	z-index:30;
}
.list_item {
	width:682px; 
	min-height:155px; 
	border:1px solid #e6e6e6; 
	margin:9px 10px 1px; 
	font-size:11px; 
}