@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:1028px;
	background:url(/Images/shad_left.png) repeat-y;
	float:left;
}
#innerwrap {
	width:960px;
	float:left;
	background-image:url(/Images/home-bkg.jpg);
}
#shad_right {
	width:10px;
	height:1028px;
	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:300px;
	float:left;
	display:inline;
}
#logo_overlay {
	float:left;
	position:relative;
	margin-top:-300px;
	z-index:20;
}
#searchbox {
	width: 220px; 
	margin-top: -50px; 
	margin-right:460px;
	float: right; 
	position: relative; 
	z-index: 30;	
}
#menu_wrap {
	float:left;
	display:inline;
	height:42px;
	width:960px;
	background-color:#bdbab5;
}
#menu {
	margin-left:30px;
	margin-top:6px;
	width:210px;
	height:36px;
	float:left;
}
#title {
	width:720px;
	height:42px;
	background-color:#dedad5;
	float:left;
	text-align:center;
}
#navigation {
	float:left;
	display:inline;
	width:240px;
}
#map {
	width:720px;
	height:482px;
	float:left;
	display:inline;
}
#homecontent {
	width:680px;
	float:left;
	display:inline;
	margin-left:20px;
	margin-top:-50px;
}
#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:25;
}
.bub1 {
	margin-left:-12px;
}
.bub2 {
	margin-left:35px;
}
.bub3 {
	margin-left:82px;
}
.bub4 {
	margin-left:131px;
}