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


body
{
margin:0px;
padding:0px;
background:url(../images/body-bg.jpg) left top repeat-x #003c6e;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
strong
{
font-weight:bold;
color: #0066cc;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:960px;
height:auto;
margin:0px auto;
text-align:center;
}
#header
{
width:960px;
height:77px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top repeat-x;
}
.header-left
{
width:300px;
height:77px;
float:left;
text-align:left;
}
.logo
{
margin-top:8px;
margin-left:10px;
}
.header-right
{
width:440px;
height:71px;
float:right;
text-align:left;
padding-top:6px;
}
.header-right a {
        color: #0066cc;
        font: bold 12px/18px Arial, Helvetica, sans-serif;
		text-decoration:none;
}

.header-right a:hover {
        color: #cc6600;
        font: bold 12px/18px Arial, Helvetica, sans-serif;
		text-decoration:none;
}
.phone-bt
{
float:left;
margin-right:6px;
}
#body-main
{
width:960px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
}
.banner-box
{
width:945px;
height:115px;
float:left;
text-align:left;
background:url(../images/banner-bg.jpg) left top no-repeat;
padding-top:185px;
padding-left:15px;
}
.body-bottom
{
width:920px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-bottom-bg.jpg) left top repeat-x;
padding:25px 20px 18px 20px;
}
.body-left
{
width:574px;
height:auto;
float:left;
text-align:left;
}
.agency-box
{
width:574px;
height:auto;
float:left;
text-align:left;
}
/* sub-navigation */
.future
{
width:574px;
height:auto;
float:left;
text-align:left;
padding-top:16px;
padding-bottom:12px;
background:url(../images/future-gray-bg.jpg) center top no-repeat;
}
.future ul
{
margin:0;
padding:0;
}
.future ul li
{
width:164px;
height:auto;
float:left;
list-style-type:none;
display:block;
margin-right:41px;
background: url(../images/future-inside-bg.jpg) left 32px no-repeat;
}
.future ul li a {
        color: #0066cc;
        font: bold 12px/18px Arial, Helvetica, sans-serif;
		text-decoration:none;
}

.future ul li a:hover {
        color: #cc6600;
        font: bold 12px/18px Arial, Helvetica, sans-serif;
		text-decoration:none;
}
.future-th
{
margin:6px 0px 15px 6px;
}
.waiting-box
{
width:574px;
height:auto;
float:left;
text-align:left;
background:url(../images/future-gray-bg.jpg) left top no-repeat;
padding-top:16px;
}
.waiting-left
{
width:400px;
height:auto;
float:left;
text-align:left;
}
.waiting-text-box
{
width:400px;
height:auto;
float:left;
text-align:left;
}
/* sub-navigation  */	
	
.subnav{
	color: #666666;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	line-height:24px;
	width:400px;
	float:left;
	text-align:left;
}
.subnav ul {margin: 0; padding: 0; list-style-type:none;}
.subnav li {
	display: block;
	padding: 0px 0px 0px 14px;
	width:386px;
	float:left;
	text-decoration: none;
	color: #666666;
	background: url(../images/waiting-arrow-bg.jpg) left center no-repeat;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
}
.waiting-right
{
width:165px;
height:auto;
float:right;
text-align:right;
padding-top:5px;
}
.body-right
{
width:321px;
height:auto;
float:right;
text-align:left;
}
.testimonials-box
{
width:321px;
height:auto;
float:left;
text-align:left;
padding-bottom:18px;
}
.testimonials-title
{
width:321px;
height:44px;
float:left;
text-align:left;
border-bottom:1px dashed #d3d2d0;
}
.testimonials-inside-box
{
width:321px;
height:auto;
float:left;
text-align:left;
border-bottom:1px dashed #d3d2d0;
padding:12px 0px;
}
.client-th
{
float:left;
margin-right:12px;
}
.agency-banner-box
{
width:321px;
height:auto;
float:left;
text-align:left;
padding-bottom:18px;
}
.information-box
{
width:315px;
height:78px;
float:left;
text-align:left;
padding-top:162px;
background:url(../images/information-bg.jpg) left top no-repeat;
padding-left:6px;
}
#footer
{
width:920px;
height:auto;
float:left;
text-align:left;
padding:0px 20px;
font: normal 11px/18px Arial, Helvetica, sans-serif;
color: #666666;
background-color: #FFF;
}
#footer a
{
text-decoration:none;
color: #0066cc;
font: normal 11px/18px Arial, Helvetica, sans-serif;
}
#footer a:hover
{
color: #cc6600;
text-decoration: underline;
font: normal 11px/18px Arial, Helvetica, sans-serif;
}
.footer-main
{
width:920px;
height:auto;
float:left;
text-align:center;
background:url(../images/footer-bg.jpg) left top repeat-x #FFF;
border-top:1px dashed #bcbcbc;
padding-top:16px;
padding-bottom:10px;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#0066cc;
text-decoration: none;
font-weight:normal;
}
body a:hover
{
color:#cc6600;
text-decoration: none;
font-weight:normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	line-height: 54px;
	font-weight: normal;
	font-variant: normal;
	color: #ffff66;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 48px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #cc6600;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	color: #0066cc;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}