/* CSS Document */
body{
	background-color:#B8D1D3;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
h1{
	margin:0px;
}
h2{
	font-family: Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#0C788A;
	margin:0px;
	padding:10px 0 0 0;
}
h2 span{
	color:#000000;
	font-size:20px;
}

/* common */
.clear{
	clear:both;
}
.hide{
	display:none;
}

/* main containers */
#main_container{
	width:920px;
	margin:0px auto;
}
#banner_container{
	width:920px;
	margin:0px;
}
#middle_container{
	background-color:#FFFFFF;
	width:914px;
	margin:0 0 10px 0;
	padding:20px 6px 0 0;
}
#left_container{
	width:590px;
	padding:0 0 15px 25px;
	float:left;
}
#right_container{
	width:295px;
	padding:0 0 0 0;
	float:right;
}


#bottom_container{
	width:920px;
	height:75px;
	margin:0px;
	padding-bottom:100px;
}

/* navigation container */
#navigation_box{
	width:920px;
	height:35px;
	margin:0px;
}
.navigation{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.navigation ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.navigation li{
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	font-size:11px;
}
.navigation li a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	line-height:35px;
	text-transform:uppercase;
}
.navigation li a:hover{
	color:#27A6C1;
}
.nav_left{
	background-image:url(../images/nav_left.gif);
	background-repeat:no-repeat;
	width:6px;
	height:35px;
}
.nav_01 a{
	background-image:url(../images/nav_01.gif);
	background-repeat:no-repeat;
	width:80px;
	height:35px;
	text-align:center;
	display:block;
}
.nav_02 a{
	background-image: url(../images/nav_02.gif);
	background-repeat:no-repeat;
	width:157px;
	height:35px;
	text-align:center;
	display:block;
}
.nav_03 a{
	background-image: url(../images/nav_03.gif);
	background-repeat:no-repeat;
	width:164px;
	height:35px;
	text-align:center;
	display:block;
}
.nav_04 a{
	background-image: url(../images/nav_04.gif);
	background-repeat:no-repeat;
	width:139px;
	height:35px;
	text-align:center;
	display:block;
}
.nav_05 a{
	background-image: url(../images/nav_05.gif);
	background-repeat:no-repeat;
	width:124px;
	height:35px;
	text-align:center;
	display:block;
}
.nav_06 a{
	background-image: url(../images/nav_06.gif);
	background-repeat:no-repeat;
	width:121px;
	height:35px;
	text-align:center;
	display:block;
}
.nav_07 a{
	background-image: url(../images/nav_07.gif);
	background-repeat:no-repeat;
	width:123px;
	height:35px;
	text-align:center;
	display:block;
}
.nav_right{
	background-image:url(../images/nav_right.gif);
	background-repeat:no-repeat;
	width:6px;
	height:35px;
}

/* left container */
.sub_head{
	font-family: Helvetica, sans-serif;
	color:#959595;
	font-size:20px;
	margin:0px;
}
.txt_bx{
	padding:20px 15px 20px 0;
	line-height:16px;
}
a.more{
	font-weight:bold;
	color:#0C7C8D;
}
.more:hover{
	text-decoration:none;
}

/* right container */
.quick_box{
	width:295px;
	margin:0 0 10px 0;
}
.box_top{
	background-image:url(../images/box_top.gif);
	background-repeat:no-repeat;
	width:295px;
	height:45px;
	margin:0px;
}
.box_middle{
	background-image:url(../images/box_middle.gif);
	background-repeat:repeat-y;
	width:280px;
	margin:0px;
	padding:8px 0 0 15px;
}
.box_bottom{
	background-image:url(../images/box_btm.gif);
	background-repeat:no-repeat;
	width:295px;
	height:11px;
	margin:0px;
}
.small_head{
	font-family:Helvetica, sans-serif;
	font-size:16px;
	padding:22px 0 0 22px;
}
.small_head span{
	color:#156A6D;
}
.img_left{
	float:left;
	margin:0 7px 0 0;
}
.right_bxcontent{
	font-size:11px;
	color:#095C6C;
	padding:0 10px 0 0;
}

/* bottom container */
.bottom_logo a{
	background-image:url(../images/btm_logo.gif);
	background-repeat:no-repeat;
	width:196px;
	height:75px;
	float:left;
	display:block;
	margin:0 1px 0 0;
}
.btm_nav_bx{
	width:708px;
	height:75px;
	margin:0 0 0 0;
	float:left;
	background-image:url(../images/btm_nav_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 15px;
	background-color:#0D7C8D;
}
.btm_nav{
	margin:22px 0 0 0;
	float:left;
	color:#86C1C9;
	font-size:11px;
	font-family:Tahoma;
}
.btm_rightbx{
	background-image:url(../images/btm_nav_right.gif);
	background-repeat:no-repeat;
	width:14px;
	height:75px;
	float:right;
}
a.btm_link{
	color:#86C1C9;
	text-decoration:none;
}
.btm_link:hover{
	color:#FFFFFF;
}
a.validate{
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
	line-height:16px;
	padding-right:5px;
}
.validate:hover{
	text-decoration:underline;
}.underline {
	text-decoration: underline;
}
.quick_box_570 {

	width:570px;
	margin:0 0 10px 0;
}
#quick_box_570_header {
	font-size: 0.9em;
	width: 520px;
}

.box_top-570 {

	background-image:url(../images/box_top-570.gif);
	background-repeat:no-repeat;
	width:570px;
	height:45px;
	margin:0px;
}
.box_middle-570 {
	background-image:url(../images/box_middle-570.gif);
	background-repeat:repeat-y;
	width:570px;
	margin:0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.box_bottom-570 {

	background-image:url(../images/box_btm-570.gif);
	background-repeat:no-repeat;
	width:570px;
	height:11px;
	margin:0px;
}
#phone_bx {
	width: 530px;
	float: left;
}
.txt_bx span {
	text-decoration: underline;
}
#testimonials {
	font-size: 9pt;
	margin-left: 10px;
	font-family: "Courier New", Courier, monospace;
	background-color: #F1F1F1;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #666666;
}
#testimonials p {
	margin: 0px;
}
#main_container #middle_container #left_container .txt_bx #officephoto #office {
}

