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

body {
	background-color: #e3f8ff;
	background-image:url('../i/bg-top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Trebuchet MS","Helvetica", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	color: #4f5c66;
}

img {
	border: none;
	display: block;
}

* {
	padding: 0px;
	margin: 0px;
	
	text-align: left;
}

a, a:visited {
	color: #1f91c8;
}

a:hover {
	color: #e74d17;
}

.mainwrap {
	margin: 0px auto;
	width: 1000px;
	clear: both;
	
	background-color: white;
	
	background-image: url('../i/content_header_body_bg.gif');
	background-repeat: repeat-y;
	background-position: 247px 0px;
	
	zoom: 1;
	
	position: relative;
}

.mainwrap_bg {
	background-image: url('../i/mainwrap_bg.jpg');
	background-repeat: no-repeat;
	background-position: -3px -9px;
	
	zoom: 1;
}

.top_wrap {
	margin: 0px auto;
	width: 1000px;
}

.left {
	float: left;
	width: 247px;
	
	padding-top: 32px;
}

.logo {
	margin-top: 37px;
	margin-left: 29px;

	float: left;
	display: block;
}

.logo img {
	display: block;
	
}

.header_icons {
	float: right;
}

.header_icons a {
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 11px;
	margin-top: 7px;

	position: relative;
}

.header_icons .icon_text {	
	white-space: nowrap;
	position: absolute;
	top: 100%;
	width: 200px;
	right: 0;
	left: -82px;
	margin: 0px auto;
	text-align: center;
	display: none;
	overflow: hidden;
	cursor: pointer;
	
	font-weight: bold;
}


.header_icons a:hover .icon_text {
	display: block;
}

.header_icons img {
	display: block;
	border: none
}

.menu_wrap {
	width: 753px;
	float: right;
	
	padding-top: 80px;
}

.menu {
	display: block;
	float: left;
}


.menu a {
	display: block;
	float: left;
	font-family: "Helvetica", "Arial", "sans-serif";
	font-weight: bold;
	font-size: 17px;
	color: #424e57;
	text-decoration: none;
	
	padding-right: 15px;
}

.menu a:hover, .menu a.selected {
	background-image: url('../i/menu_hover_half2.png');
	background-repeat: no-repeat;
	background-position: right top;
	color: #ff5202;
}

.menu a span {
	cursor: pointer;
	display: block;
	white-space: nowrap;
	display: block;
	
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 17px;
	padding-right: 4px;
	
	height: 15px;
}

.menu a:hover span, .menu a.selected span {
	background-image: url('../i/menu_hover_half.png');
	background-repeat: no-repeat;
	color: #fff;
}

.center {
	width: 753px;
	float: left;
}

.search {
	float: right;
	margin-right: 11px;
	width: 180px;
	
	padding-top: 4px;
}

.search_input, #searchInput input {
	display: block;
	float: left;
	background-image: url('../i/search_body.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	border: none;
	
	height: 18px;
	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	overflow: hidden;
	background-color: #e0f7ff;
	width: 140px;
}

#searchInput {
	width: 150px;
	float: left;
}

.search img {
	margin-top: 1px;
	display: block;
	float: left;
}

.search a {
	display: block;
	text-decoration: none;
}

.map_wrapper {
	position: absolute;
	top: -1000px;
	width: 600px;
	height: 400px;
}

.go_top_center_panel {
	float: right;
	text-decoration: none;
	padding: 10px 12px 12px 12px;
	clear: both;
}

.follow_us_on {
	text-decoration: none;
	padding-bottom: 3px;
	display: block;
	cursor: default;
}

.follow_us_on:hover {
	color: #1F91C8;
}

.community_content h4 {
	
	background-image:url("../i/center_content_list_circle.gif") !important;
	background-position:0 2px !important;
	background-repeat:no-repeat !important;
	color:#151515 !important;
	display:block !important;
	font-family:Helvetica,Arial,sans-serif !important;
	font-size:15px !important;
	font-weight:bold !important;
	padding-bottom:12px !important;
	padding-left:20px !important;
	padding-top:2px !important;
}


