* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/*----Layout----*/
#main {
	width: 100%;
}
#container {
	width: 1052px;
}
#header {
	width: 100%;
}
#top {
	float: left;
	width: 100%;
	height: 115px;
}
#nav {
	width: 1006px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/top_navbg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#body_contain {
	width: 1006px;
	font-family: Tahoma;
	font-size: 11px;
/*	margin-top: 10px;*/
}
#body_top {
	width: 1006px;
/*	background: url(../img/body_top.jpg) top right no-repeat;*/
}
#left_column {
	float: left;
	width: 250px; /*250*/
/*	width: 27%;*/
/*	padding: 5px 5px 0px 5px;*/
	background: #FCF;
	
}
#body_content {
	width: 1006px; /*700*/
/*	padding: 10px;*/
}
#body_bottom {
/*	clear: both;*/
	float: left;
	width: 100%;
	height: 10px !important;
	background: #090;
}
#footer {
}
* html #footer {
}
/*----top navigation----*/
#nav ul {
}
#nav li {
	height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #40596f;
	float: left;
}
#nav li a {
	display: block;
	height: 40px;
	padding-right: 18px;
	padding-left: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	line-height: 35px;
}
#nav li a:hover {
	background-color: #001324;
	color: #5d83aa;
}



/*----left navigation----*/
#menu	{
	float: left;
	width: 100%;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#menu li a {
	display: block;
/*	width: 240px;
	height: 30px;
	line-height: 28px;*/
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #d2e9f5;
	padding: 10px 0px 10px 10px;
/*	margin-bottom: 1px;*/
}
#menu li a:hover {
	display: block;
	background: #afcbd9;
	color: #000;
/*	margin-bottom: 1px;*/
}
/*----footer navigation----*/
#footer_links ul {
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	list-style: none;
	text-align: center;
		background: #FC0;
}
#footer_links li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;	
}
#footer_links li a {
	color: #000;
	text-decoration: none;
	padding: 0px 10px;
}
#footer_links li a:hover {
	color: #413928;
	padding: 0px 10px;
}

/*----Other Stuff----*/
img {
	border: none;
}
.logo {
	float: left;
	width: 179px;
	padding-left: 25px;
}
.contact_info {
	float: right;
	width: 40%;
	position: relative;
	top: 10px;
	right: 20px;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.contact_info a {
	color: #000;
	text-decoration: none;
}
.contact_info a:hover {
	color: #fff;
}

#top_banner {
}
/*#top_textarea01 {
	float: left;
	width: 32%; 
	padding: 25px;
}
#top_textarea01 h1 {
	margin: 0px;
	padding: 3px 0px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 18pt;
	font-weight: normal;
	font-style:italic;
	color: #c75a00;
}
#top_textarea01 p {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#top_textarea02 {
	float: right;
	width: 33%;
	padding: 25px;
}
#top_textarea02 h3 {
	margin: 0px;
	padding: 3px 0px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 18pt;
	font-weight: normal;
	font-style:italic;
	color: #fff;	
}
#top_textarea02 ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#top_textarea02 li {
	margin: 0px;
	padding: 3px 0px 3px 20px;
	font-family: Arial, Helvetica;
	font-size: 12px; 
	font-weight: bold;
	background: url(../img/bullet_arrow.gif) 5px 7px no-repeat;
}
#top_textarea02 li a {
	color: #fff;
	text-decoration: none;	
}
#top_textarea02 li a:hover {
	color: #b8dbf9;
}*/

#searchbox {
	float: right;
	width: 211px;
/*	position: relative;
	top: 10px;*/
	text-align: right;
	background: #0F0;
}
.search_field {
	float: left;
	width: 189px;
	height: 34px;
	background: #696 url(../img/search_bk.jpg) no-repeat;
}
#searchbox input.search_box {
	border: none;
	width: 169px; /*187*/
	height: 24px; /*34*/
	padding: 10px 10px 0px 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	background: none;
}
#searchbox input.btn_search {
	float: left;
	width: 22px;
	height: 34px;
	background: #060 url(../img/ico_search.jpg) no-repeat;
	border: none;
	cursor: pointer;
}

.module {
/*	border-bottom: 7px solid #222;*/
	clear: both;
	background: #9FF;
	width: 250px;
/*	width: 96%;*/
	margin: 0px auto 7px auto;
}
.module h3 {
	margin: 0px;
	padding: 0 0 0 4%;
	float: left;
	width: 96%; /*240*/
	height: 49px;
	line-height: 38px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #fff;
/*	background: #000 url(../img/module_top.jpg) no-repeat;*/
	background: #000;
}
/*.module h4 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: block;
	width: 230px;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #fff;
	background: #81adc4;
}*/
.module_top {
	float: left;
	width: 100%;	
}
.module_bottom {
	clear: both;
}




.body_inset {
	width: 655px;
	margin: 0px auto;
	padding-top: 5px;
}
.body_inset h2 {
	float: left;
	width: 640px; /*655*/
	height: 43px;
	line-height: 40px;
	background: url(../img/body_inset_top.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14pt;
	font-weight: normal;
/**/	color: #fff;
/*	position: relative;
	left: 7px;*/
	padding-left: 15px;
}
* html .body_inset h2 {
/*	left: 15px;*/
}
.body_form {
	float: left;
	width: 635px; /*655*/
	padding: 20px 10px 10px 10px;
	background: #fff url(../img/body_form_bk.jpg) top no-repeat;
/*	position: relative;
	left: 7px;*/
	margin-bottom: 10px;
}
* html .body_form {
/*	left: 15px;*/
}

.copyline {
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00213f;
	padding-top: 10px;
	font-size: 11px;
}
.copyline a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.copyline a:hover {
	color: #666;
}

.category_title {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	background-color: #CCC;
	padding: 10px;
}

.blog_title {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.date_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.month {
	float: left;
	font-size: 11px; 
	color: #000;
}
.day {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}	

.blog_entry {
	padding: 10px;/*	position: relative;
	left: 20px;*/
}
.blog_entry h2 {
	/*	float: left;*/
	margin: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}
.blog_entry h2 a {
	color: #666;
	text-decoration: none;
}
.blog_entry h2 a:hover {
	color: #000;
}
.author, .dateline {
	color: #F00;
	font-size: 11px;
}
.dateline {
	padding-bottom: 10px;
}

.blog_content {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blog_entry p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.readmore {
	clear: left;
	float: right; 
	padding-right: 10px; 
	padding-top: 10px;
}
.readmore a, a.readon  {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bullet_arrow.gif) left no-repeat;
	padding-left: 15px;
}
.readmore a:hover, a.readon:hover {
	color: #db8b01;
}
/*---webform---*/
.webform p {
	padding: 0px;
	margin: 2px 0px;
}
.webform label {
	display: block;
	font-weight: bold;
	color: #314f71;
}
.webform input {
	width: 160px;
	height: 16px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	font-size: 11px;
	margin-top: 2px;
}
.webform select {
	width: 160px;
	height: 20px !important;
	height: 22px ;
	padding: 2px !important;
	padding: 0px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.webform select.short {
	width: 80px;
	height: 20px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.webform input.btn_search {
	width: 135px;
	height: 39px;
	background: url(../img/btn_search.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #fff;
	border: none;
	cursor: pointer;
}

/*---column webform---*/
.columnform {
	clear: left;
	margin: 0px auto;
	padding: 5px 0px;
}
.columnform p {
	margin: 3px auto;
	padding: 0px;
	width: 90%;
	text-align: center;
}
.columnform label {
	display: block;
	font-weight: bold;
	color: #314f71;
}
.columnform input {	
	width: 160px;
	height: 16px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	font-size: 11px;
	font-weight: bold;
	color: #314f71;
}
.columnform select {
	width: 160px;
	height: 20px !important;
	height: 22px ;
	padding: 2px !important;
	padding: 0px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.columnform select.short {
	width: 80px;
	height: 20px;
	padding: 2px;
	background: #f1f4f7;
	border: 1px solid #a9a7ae;
	margin-top: 2px;
	font-size: 11px;
}
.columnform input.btn_search {
	width: 135px; 
	height: 39px;
	background: url(../img/btn_search.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #fff;
	border: none;
	cursor: pointer;
	margin: 0px auto;
}
.columnform input.btn_send {
	display: block;
	width: 79px;
	height: 25px;
	background: url(../img/btn_send.gif) no-repeat;
	border: none;
	cursor: pointer;
	margin: 3px auto;
	color: #000;
}


h1, h2, h3, h4, h5,h6, p, form, input, select, textarea, ul, li {
	margin:0; 
	padding:0;
}
ul {
	list-style-type:none;
}
.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.tagline {
	float: left;
	height: 82px;
	width: 440px;
}

#boxes {
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	height: 315px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#boxes p a {
	color: #000;
	text-decoration: none;
}
#boxes p a:hover {
	color: #0159a9;
}
#boxes .box_1 {
	width: 250px;
	background: #fff;
	float: left;
}

#boxes .box_1 .area_1 {
	display:block;
	width:250px;
	height: 79px;
	padding-bottom:10px;
	background: url(../img/link1bg.jpg) top left no-repeat;
}

#boxes .box_1 .area_2 {
	height: 79px;
	padding-bottom:10px;
	display:block;
	width:250px;
	background: url(../img/link2bg.jpg) top left no-repeat;
}

#boxes .box_1 .area_3 {
	height: 79px;
	padding-bottom:10px;
	display:block;
	width:250px;
	background: url(../img/link3bg.jpg) top left no-repeat;
}

#boxes .box_1 a:hover, #boxes .box_2 a:hover, #boxes .box_3 a:hover {
	color: #12548f;
}

#boxes .box_1 p {
	padding-left: 80px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
}
#boxes .box_2 {
	width: 470px;
	background-color: #fff;
	float: left;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
}
#boxes .box_2 p, #boxes .box_2 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#boxes .box_2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#boxes .box_3 {
	width: 230px;
	float: left;
	background-color: #CCC;
	border: 1px solid #999;
	padding: 10px;
}
#boxes .box_3 p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	font-weight: bold;
	padding-top: 10px;	
	
}
#boxes .box_3 p span {
	font-size: 12px;
	font-weight: normal;
}

#boxes .box_3 .agent_img {
	text-align: center;
	padding-top: 15px;
}
#footer {
	width: 1052px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.footer_link {
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffbd28;
	padding-top: 10px;
	font-size: 11px;
}
.footer_link a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.footer_link a:hover {
	color: #666;
}

#center_gfx {
	width: 1029px;
	height: 366px;
	padding-top: 15px;
	padding-left: 23px;
}
#center_gfx_2 {
	background-image: url(../img/center2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 231px;
	width: 1052px;
}

#sphere {
	padding-right: 200px;
	padding-left: 200px;
}
.sphere1 {
	height: 265px;
	width: 224px;
	background-image: url(../img/sphere1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#sphere a {
	display: block;
	height: 225px;
	text-decoration: none;
}
.sphere2 {
	background-image: url(../img/sphere2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 265px;
	width: 224px;
	float: right;
}

#homeboxes {
	float: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#homeboxes a {
	color: #000;
	text-decoration: none;
}
#homeboxes a:hover {
	color: #0159a9;		
}
#homeboxes .homebox_1 {
	float: left;
}
#homeboxes .homebox_1 a {
}
#homeboxes .homebox_2 {
	float: left;
	padding-left: 18px;
}
#homeboxes .homebox_2 a {
}
#homeboxes .homebox_3 {
	float: right;
}
#homeboxes .homebox_3 a {
}