﻿/* CSS Reset */
html {
	color: #004f86;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}
html {
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: top;
}

@font-face {
	font-family: 'Optima-Regular';
	src: url('fonts/optimaregular.eot');
	src: url('fonts/optimaregular.eot?#iefix') format('embedded-opentype'), url('fonts/optimaregular.woff') format('woff'), url('fonts/optimaregular.ttf') format('truetype'), url('fonts/optimaregular.svg#optimaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Copperplate';
	src: url('fonts/copperplate.eot');
	src: url('fonts/copperplate.eot?#iefix') format('embedded-opentype'), url('fonts/copperplate.woff') format('woff'), url('fonts/copperplate.ttf') format('truetype'), url('fonts/copperplate.svg#copperplate') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Generic Styling */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #004f86;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
	color: #004f86;
}
h2 {
	font-size: 20px;
	color: #081660;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	color: #004f86;
	font-weight: bold;
	margin-bottom: 15px;
}
h4 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 7px;
}

body {
	font-size: 15px;
	color: #3a3731;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #dcdcdc;
}

#header {
	background: url(../images/header_bg.png) top repeat-x;
	position: relative;
	z-index: 10;
}
.header_inside {
	width: 940px;
	margin: 0 auto;
	zoom: 1;
}
.head_row {
	width: 100%;
	overflow: hidden;
}
.logo {
	float: left;
	width: 425px;
	height: 101px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo3c.png) 0 0 no-repeat;
}
.head_tel {
	float: right;
	color: #004f86;
	font-size: 32px;
	padding-top: 8px;
}

.nav_bar {
	width: 100%;
	height: 55px;
	clear: both;
	background: url(../images/nav_bg.png) top repeat-x;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nav {
	float: left;
}
.nav li {
	float: left;
	padding-right: 2px;
	background: url(../images/nav_line.png) right 0 repeat-y;
	position: relative;
}
.nav li.first-item a {
	-moz-border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.nav li a.lev1 {
	float: left;
	font-size: 13px;
	color: #ddd;
	line-height: 50px;
	height: 55px;
	padding: 0 19px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}
.nav li a.lev1 em {
	position: absolute;
	display: block;
	width: 177px;
	height: 40px;
	background: url(../images/txt_direction.png) 0 0 no-repeat;
	right: -108px;
	top: -44px;
}
.nav li a.lev1:hover, .nav li.on a.lev1, .nav li:hover a.lev1 {
	color: #ddd;
	background: url(../images/nav_on.png) top repeat-x;
}

.sf-sub-indicator {
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(../images/nav_arrow.png) 0 0 no-repeat;
	vertical-align: middle;
	position: relative;
	top: 1px;
	left: 5px;
}

.nav ul {
	position: absolute;
	left: -2px;
	top: 55px;
	background: url(../images/sub_nav_bg.png) top repeat-x;
	width: 178px;
	padding: 10px 15px;
	overflow: hidden;
}
.nav ul li {
	padding: 0 0 2px 0;
	width: 100%;
	background: url(../images/sub_nav_line.png) 0 bottom repeat-x;
}
.nav ul li.last-item {
	background: none;
}
.nav ul li a {
	float: left;
	width: 100%;
	padding: 6px 0;
	font-size: 12px;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,.6);
}
.nav ul li a:hover {
	color: #004f86;
}

.btn_f {
	float: right;
	width: 102px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/btn_f.png) 0 0 no-repeat;
	margin: 9px 22px 0 0;
}

.banner {
	width: 100%;
	background: #313a42 url(../images/banner_bg1.png) center top no-repeat;
	height: 392px;
}
.banner_inside {
	width: 960px;
	margin: 0 auto;
	zoom: 1;
	padding-top: 37px;
}
.banner_inside:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.banner .ban_img {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	-moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-o-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
}
.banner .ban_txt {
	float: left;
	width: 305px;
	font-family: 'Optima-Regular';
	margin-left: 10px;
	color: #fff;
}
.banner .ban_txt .ban_title {
	font-size: 30px;
	margin-bottom: 5px;
	
}
.ban_list {
	font-size: 18px;
	padding-left: 8px;
	margin-bottom: 8px;
}
.ban_list li {
	padding: 2px 0 0 30px;
	margin-bottom: 12px;
	background: url(../images/ico_mark.png) 0 0 no-repeat;
}

.ban_more {
	display: block;
	width: 186px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	background: url(../images/btn_more.png) top repeat-x;
	color: #fff;
	text-indent: 14px;
	font-size: 18px;
	overflow: hidden;
	border: 1px #000000 solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.ban_more span {
	float: right;
	width: 13px;
	height: 21px;
	background: url(../images/ico_arrow1.png) 0 0 no-repeat;
	margin: 11px 14px 0 0;
}
.ban_more:hover {
	color: #fff;
}

#content {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 15px 0;
	position: relative;
}
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cont_bg1, .cont_bg2 {
	position: absolute;
	width: 30px;
	height: 80px;
	top: 0;
}
.cont_bg1 {
	left: -30px;
	background: url(../images/shadow1.gif) 0 0 no-repeat;
}
.cont_bg2 {
	right: -30px;
	background: url(../images/shadow2.gif) 0 0 no-repeat;
}
.logos_box {
	width: 400px;
	float:right;
	margin: -40px auto 12px;
	background: #797979;
	padding: 12px 0;
	text-align: center;
	-moz-box-shadow: -2px -2px 4px #8e8e8e inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-o-box-shadow: -2px -2px 4px #8e8e8e inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-webkit-box-shadow: -2px -2px 4px #8e8e8e inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	box-shadow: -2px -2px 4px #8e8e8e inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.logos_box img {
	
}

.cont_row {
	width: 930px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.main_content {
	float: left;
	width: 930px;
}
.main_content p {
	margin-bottom: 18px;
	line-height: 125%;
	color: #004f86;
}
.contact_content {
	float: left;
	width: 520px;
}
.contact_content p {
	margin-bottom: 18px;
	line-height: 125%;
}
.sidebar {
	float: right;
	width: 385px;
	background: #f1f1f1;
	padding: 12px 0 14px;
	-moz-box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-o-box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-webkit-box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.sidebar .form_title {
	margin: 0 0 6px 23px;
}
.side_form {
	width: 342px;
	margin: 0 auto;
}
.side_form p {
	font-size: 14px;
	color: #000;
	text-shadow: 0 1px 1px #d0d0d0;
	margin-bottom: 6px;
}
.side_form input[type=submit] {
	display: block;
	width: 342px;
	height: 44px;
	border: 0;
	cursor: pointer;
	background: url(../images/submit_bg.png) 0 0 no-repeat;
}
.form_row {
	width: 100%;
	overflow: hidden;
}
.form_row .input_col {
	float: left;
	width: 135px;
}
.form_row .input_col input, .form_row textarea {
	display: block;
	width: 113px;
	height: 24px;
	line-height: 24px;
	border: 1px #010101 solid;
	margin-bottom: 9px;
	background: #5c5c5c;
	padding: 0 10px;
	font-size: 13px;
	color: #fff;
	font-family: "Copperplate", Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 3px #434343 inset;
	-o-box-shadow: 2px 2px 3px #434343 inset;
	-webkit-box-shadow: 2px 2px 3px #434343 inset;
	box-shadow: 2px 2px 3px #434343 inset;
}
.form_row textarea {
	float: right;
	width: 172px;
	height: 88px;
	line-height: 140%;
	padding: 3px 10px;
	overflow: auto;
	resize: none;
}
.verification_box {
	width: 312px;
	margin: 0 auto 10px;
}

.intro_box {
	width: 928px;
	margin: 0 auto 12px;
	background: #797979;
	overflow: hidden;
	border: 1px #606060 solid;
	padding-top: 2px;
	-moz-box-shadow: 0 3px 2px #c0c0c1 inset;
	-o-box-shadow: 0 3px 2px #c0c0c1 inset;
	-webkit-box-shadow: 0 3px 2px #c0c0c1 inset;
	box-shadow: 0 3px 2px #c0c0c1 inset;
}
.intro_block {
	float: left;
	width: 260px;
	min-height: 185px;
	padding-top: 25px;
	background: url(../images/line.png) right repeat-y;
	margin-left: 25px;
}
.intro_block1 {
	padding-right: 36px;
}
.intro_block2 {
	padding-right: 28px;
}
.intro_block3 {
	background: none;
}
.intro_block p {
	min-height: 105px;
	font-size: 13px;
	color: #FFF;
	line-height: 150%;
}

.btn_more {
	display: block;
	width: 140px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	background: url(../images/btn_more.png) top repeat-x;
	color: #fff;
	text-indent: 18px;
	font-size: 18px;
	overflow: hidden;
	border: 1px #000000 solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.cont_box {
	width: 914px;
	margin: 0 auto;
	background: #f1f1f1;
	padding: 9px 8px 8px;
	-moz-box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-o-box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-webkit-box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	box-shadow: -2px -2px 4px #878787 inset, 0 3px 2px #fff inset, 1px 0 0 #e5e5e5 inset;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.cont_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cont_txt {
	float: left;
	width: 376px;
}
.cont_txt p {
	color: #004f86;
	margin-bottom: 10px;
	line-height: 125%;
}
.cont_txt .cont_block {
	width: 346px;
	background: url(../images/txt_bg.gif) 0 0 repeat;
	padding: 10px 21px 10px 9px;
	-moz-box-shadow: 0 0 2px #b6b6b6, -3px -3px 4px #7b7b7b inset, 0 3px 2px #fff inset, 1px 0 2px #b6b6b6 inset;
	-o-box-shadow: 0 0 2px #b6b6b6, -3px -3px 4px #7b7b7b inset, 0 3px 2px #fff inset, 1px 0 2px #b6b6b6 inset;
	-webkit-box-shadow: 0 0 2px #b6b6b6, -3px -3px 4px #7b7b7b inset, 0 3px 2px #fff inset, 1px 0 2px #b6b6b6 inset;
	box-shadow: 0 0 2px #b6b6b6, -3px -3px 4px #7b7b7b inset, 0 3px 2px #fff inset, 1px 0 2px #b6b6b6 inset;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.cont_txt .cont_block p {
	font-size: 13px;
	color: #000;
	margin-bottom: 8px;
}
.cont_img {
	float: right;
	width: 519px;
	padding: 5px;
	background: #000;
	-moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-o-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
}

.services_list3 {
	width: 100%;
	overflow: hidden;
}

.services_list3 li, .services_list3 a li {
	float: left;
	width: 525px;
	font-size: 14px;
	margin:0 0 15px 18px;
	color: #004f86;
}

.services_list3 a:hover li {
	color: #ff0000;
}
		.services_list2{ width:100%; overflow:hidden; margin-bottom:42px;}

		.services_list2 li, .services_list2 a li{ float:left; width:250px; padding-left:28px; font-size:14px; color:#222727; }
		
#twic_link {
	font-size:12px;
	color: #004f86;
}		
#twic_link a span {display: none;}
#twic_link a:hover span {display: block;
   position: absolute; top: 490px; left: 420px; width: 380px;
   background-color: #ccc;
   padding: 5px; margin: 10px; z-index: 100;
   color: #004f86;
   font: 13px Tahoma, sans-serif; text-align: center;}
   
#twic_link2 {
	color: #004f86;
	font-size: 11px;
}		
#twic_link2 a span {display: none;}
#twic_link2 a:hover span {display: block;
   position: absolute; top: 150px; left: 420px; width: 380px;
   background-color: #ccc;
   padding: 5px; margin: 10px; z-index: 100;
   color: #004f86;
   font: 14px Tahoma, sans-serif; text-align: center;}
#twic_link3 {
	font-size: 11px;
}		
#twic_link3 a span {display: none;}
#twic_link3 a:hover span {display: block;
   position: absolute; top: 380px; left: 420px; width: 380px;
   background-color: #ccc;margin: 10px; z-index: 100;
   
	-moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-o-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
}
.map {
	margin-bottom:10px;	
	-moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-o-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	-webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.42);
}
blockquote {
	margin-left:20px;
	margin-right:20px;
	font-style: italic;
	font-size: 14px;
}
#footer {
	width: 960px;
	margin: 0 auto;
}
.footer_shadow1 {
	height: 29px;
	background: url(../images/footer_shadow1.gif);
}
.footer_shadow2 {
	height: 27px;
	background: url(../images/footer_shadow2.gif);
}
.footer_cont {
	width: 100%;
	padding: 22px 0 14px;
	overflow: hidden;
	background: #666F8C;
	color: #c6c6c6;
	font-family: 'Copperplate', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.foot_col1 {
	float: left;
	width: 280px;
	margin-left: 20px;
}
.foot_col2 {
	float: left;
	width: 410px;
	margin-left: 20px;
}
.foot_col3 {
	float: right;
	width: 215px;
	margin-right: 15px;
}
.foot_col3 p {
	margin-bottom: 10px;
}
.foot_col3 .btn_f {
	margin: 0;
	float: none;
	display: block;
}
.foot_title {
	font-size: 18px;
	margin-bottom: 10px;
}

.foot_links {
	width: 100%;
}
.foot_links li a {
	color: #c6c6c6;
	line-height: 100%;
}
.foot_links li a:hover {
	color: #eee;
}

.foot_logos {
	width: 100%;
}
.foot_logos img {
	margin-right: 32px;
}

.copyright {
	clear: both;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 10px;
	padding: 0 18px;
}
.copyright a {
	color: #5e5e5e;
}
.copyright a:hover {
	color: #ccc;
}

