*{
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	color: #000000;
	font: 14px Arial,Helvetica,Sans-Serif;
	text-align: left;
}
/* header */
#header {
	clear: both;
	background: #1e462a;
	height: 225px;
	display: block;
}
#header_wrapper {
	width: 825px;
	margin: 0 auto;
	clear: both;
}
#header_content {
	float: left;
	display: inline;
	width: 825px;
}
#header_left {
	float: left;
	display: inline;
	width: 300px;
	height: 56px;
	margin: 145px 0px 0px 0px;
}
#header_right {
	float: right;
	display: inline;
	width: 525px;
	text-align: right;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 50px 0px 0px 0px;
}
#header_right h1 {
	font-weight: normal;
	font-size: 38px;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	display: block;
}
#header_right .tel {
	float: right;
	width: 210px;
	display: inline;
}
#header_right .tel .tel2 {
	color: #9fd5b5;
}
/* top menu */
#menu {
	clear: both;
	background: #9fd5b5;
	height: 35px;
}
#menu_wrapper {
	width: 800px;
	margin: 0 auto;
	clear: both;
}
#menu_content {
	float: left;
	display: inline;
	width: 800px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
#menu_content ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	float: left;
	list-style-type:none;
	display: inline;
	margin-top: 8px;
}
#menu_content ul li {
	display: inline;
	margin: 0;
	background: none;
	padding: 0px 20px 0px 0px;
}
#menu_content ul li a {
	text-decoration: none;
	color: #1e462a;
}
#menu_content ul li.current a {
	color: #ffffff;
}
#menu_content ul li a:hover {
	color:#ffffff;
}
/*content*/
#content {
	clear: both;
	background: #ffffff;
	min-height: 500px;
	background: url(images/contnet_bg.jpg) repeat-y center;
	overflow: auto;
}
#content_wrapper {
	width: 800px;
	margin: 0 auto;
	clear: both;
}
#content_content {
	float: left;
	display: inline;
	width: 800px;
	line-height: 1.4;

	color: #666;
	font-size: 16px;
}
#content_left {
	float: left;
	display: inline;
	width: 380px;
	margin: 20px 0px 0px 0px;
}
#content_left h2 {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0px 10px 0px;
	color: #1e462a;
}
#content_left p{
	margin: 10px 0px 15px 0px;
}
#content_right {
	float: right;
	display: inline;
	width: 380px;
	margin: 20px 0px 0px 0px;
}
#content_right h3, #content_right h2 {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0px 10px 0px;
	color: #1e462a;
}
#content_left h4, #content_right h4 {
	display: block;
	margin: 10px 0px 0px 0px;
	color: #1e462a;
}
#content_right p {
	margin: 10px 0px 15px 0px;
}
/*after content*/
#after_content {
	clear: both;
	background: #9fd5b5;
	height: 35px;
}
#after_content_wrapper {
	width: 800px;
	margin: 0 auto;
	clear: both;
}
#after_content_content {
	float: left;
	display: inline;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1e462a;
	margin: 7px 0px 0px 0px;
}
#after_content_content .acc_white {
	color: #fff;
}
#after_content_content a {
	color:#1E462A;
}
/*footer*/
#footer {
	clear: both;
	background: #1e462a;
	height: 125px;
	display: block;
}
#footer_wrapper {
	width: 800px;
	margin: 0 auto;
	clear: both;
}
#footer_content {
	float: left;
	display: inline;
	width: 800px;
	color: #fff;
	margin-top: 10px;
}
#map_canvas, #map_canvas2 {
	border: solid 1px #666;	
}
.mobile { float:right; }




