body{
	margin:0;
	background:#ededed;
	font:14px Arial, Helvetica, sans-serif;
	min-width:960px;
}
.blue {
	font-weight: bold;
	color: #1b2a66;
}
.blueUnderline a {
	color: #06C;
	font-style: normal;
	text-decoration: underline;	
	font-size: 11px;
}
/* General reset */
img{border:0;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border:none;
}
.holder{
	background:#fff url(../images/bg-wrapper.gif) repeat-x;
	width:100%;
}
/* wrapper */
#wrapper{
	padding:135px 0 0;
	width:960px;
	position:relative;
	margin:0 auto;
}
/* header */
#header{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	padding:9px 0 0;
}
.wrapp{
	overflow:hidden;
	width:100%;
}
.inform{
	float:right;
}
.links{
	margin:6px 12px 0 0;
	padding:0;
	list-style:none;
	float:left;
}
.links li{
	float:left;
	padding:0 9px;
}
.links a{
	color:#1a2a66;
	text-decoration:none;
	text-transform:capitalize;
	font-size:11px;
}
.links a:hover{
	text-decoration:underline;
}
.cell{
	float:left;
	background:#999 url(../images/bg-cell.gif) no-repeat;
	margin:0 3px 0 0;
}
.cell div{
	background:url(../images/bg-cell.gif) no-repeat 100% -30px;
	padding:0 10px 3px;
}
.cell strong{
	font-size:26px;
	color:#fff;
	letter-spacing:2px;
	margin:-2px 0 0;
	display:block;
}
.cell span{
	color:#ddd;
	font-size:20px;
	letter-spacing:1px;
	padding:0 6px;
}
.logo{
	float:left;
	width:314px;
	height:61px;
	background:url(../images/bg-logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:17px 0 0 9px;
}
.logo a{
	display:block;
	width:314px;
	height:61px;
}
/* nav */
.nav{
	margin:19px 0 0;
	padding:0 0 0 11px;
	list-style:none;
	overflow:hidden;
}
.nav li{
	float:left;
}
.nav a{
	color:#1a2a66;
	display:block;
	text-decoration:none;
	padding:5px 16px 5px 17px;
	font-size:12px;
}
.nav a:hover,
.active a{
	background:#1b2a66;
	color:#fff;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;	
}
.nav .home{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-home-normal.gif) no-repeat;
	width:22px;
	padding:5px 0 5px;
	margin:1px 18px 0 0;
	display:block;
	height:20px;
}
.nav .home:hover,
.nav .active .home{
	background:url(../images/bg-home.gif) no-repeat;
}
/* main */
#mainIndex{
	position:relative;
	width:100%;
	padding:0 0 15px 0px;
	overflow: hidden;
}

#main{
	position:relative;
	width:100%;
	min-height: 823px;
	overflow: hidden;
}
.visual{
	overflow:hidden;
	width:100%;
	position:relative;
}
.visual img{
	display:block;
}
.visual strong{
	display:block;
	position:absolute;
	top:16px;
	right:32px;
	font-size:22px;
	color:#fff;
	text-align:right;
	width:390px;
}
/* content */
#content{
	float:left;
	width:474px;
	padding:20px 0 0 14px;
}
#content h1{
	color:#1b2a66;
	margin:0 0 7px;
	font:bold 24px/29px "Times New Roman", Times, serif;;
}
#content p{
	margin:0;
	color:#666;
	line-height:23px;
	word-spacing:2px;
}
.get a{
	color:#0066cc;
}
.tell{
	color:#cc0000;
}
.get{
	color:#666;
	line-height:21px;
	display:block;
	font-size:16px;
	padding:11px 0 0;
}
.see{
	color:#1b2a66;
	font-size:25px;
	background:url(../images/bg-see.gif) no-repeat 0 6px;
	padding:0 0 0 32px;
	font:bold 25px/29px "Times New Roman", Times, serif;
	display:block;
	margin:24px 0 14px 4px;
	text-decoration:none;
}
/* aside */
.aside{
	float:right;
	width:453px;
	padding:10px 0 0;
}
.gallery{
	margin:0 0 10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:456px;
}
.gallery li{
	float:left;
	/*background:url(../images/bg-gallery.png) no-repeat;*/
	height:176px;
	padding:2px 3px 10px 0px;
	width:222px;
}
.gallery img{
	display:block;
}
.gallery span{
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	/*background:url(../images/bg-span.gif) no-repeat;*/
	text-align:center;
	padding:8px 0 9px;
	text-decoration:none;
}
.gallery a{
	text-decoration:none;
}
.box{
	background:#666 url(../images/bg-box.gif) no-repeat;
	width:446px;
	margin:0 0 0 1px;
}
.box-btm{
	background:url(../images/bg-box.gif) no-repeat -446px 100%;
	padding:10px 12px 16px 10px;
}
.box-btm strong{
	color:#fff;
	display:block;
	font-size:20px;
	margin:0 0 4px;
}
.more{
	color:#66ccff;
	font-size:12px;
	font-weight:bold;
}
.box p{
	margin:0;
	color:#ccc;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	height:1%;
}
.box2{
	width:614px;
	margin:25px 0 0 1px;
	background-color: #B6B6B6;
	background-image: url(../images/bg-box-grey.gif);
	background-repeat: no-repeat;
}
.box2-btm{
	background:url(../images/bg-box-grey.gif) no-repeat -616px 100%;
	padding:10px 12px 16px 10px;
}
.box2-btm strong{
	color:#fff;
	display:block;
	font-size:28px;
	margin:0 0 4px;
}
.box2 .more{
	color: #0076df;
	font-size:16px;
	font-weight:bold;
}
.box2Text {
	margin:0;
	color:#666;
	font-size:20px;
	font-weight:bold;
	overflow:hidden;
	height:1%;
}

.box3{
	width:614px;
	margin:25px 0 25px  1px;
	background-color: #B6B6B6;
	background-image: url(../images/bg-box-grey.gif);
	background-repeat: no-repeat;
}
.box3-btm{
	background:url(../images/bg-box-grey.gif) no-repeat -616px 100%;
	padding:10px 15px 12px 15px;
}
.box3-btm a {
	color: #06c;
}

.box3-btm a:hover {
	color: #c00;
}
.box3 h3 {
	margin:0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	height:1%;
	line-height: 24px;
}

#box4{
	width:614px;
	margin:25px 0 25px  1px;
	background-color: #B6B6B6;
	background-image: url(../images/bg-box-grey.gif);
	background-repeat: no-repeat;
}

#box4-btm{
	background:url(../images/bg-box-grey.gif) no-repeat -616px 100%;
	padding:10px 0px 12px 0px;
}

.boxLeft {
	float:left;
	width: 275px;
}
.boxRight {
	float:left;
	width: 275px;	
}

#box4-btm ul {
	color: #fff;
	list-style-type: none;
	list-style-image: none;		
}

#box4-btm li {
 	color: #fff;
 	font-size:15px;
	font-weight:bold;	
	list-style-image: url(../images/bullet-arrow.gif);
	list-style-type: none;
	list-style-position: inside;
	padding:0 0 0 0px;
	margin:0 0 5px;
}

#box4-btm ul a {
	color: #fff;
	text-decoration: underline;	
}

#box4-btm ul a:hover {
	color: #1b2a66;
	text-decoration: underline;	
}

.locations {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.locations a {
	color: #06c;
}

.locations a:hover {
	color: #c00;
}

/* content-inner */
#content-inner{
	width:622px;
	float:left;
	padding:20px 0 15px 15px;
}
/* form-holder */
.form-holder{
	position:absolute;
	top:7px;
	right:3px;
}
.holder-t{
	background:url(../images/bg-aside-t.png) no-repeat;
	height:27px;
	width:312px;
}
.holder-c{
	background:url(../images/bg-aside-c.png) repeat-y;
	width:296px;
	padding:0 0 0 16px;
}
.holder-b{
	background:url(../images/bg-aside-b.png) no-repeat;
	height:18px;
	width:312px;
}
.form-holder .quote{
	color:#fff;
	display:block;
	font-size:30px;
	margin:-9px 0 0 6px;
	position:relative;
}
.form-holder .big{
	color:#cc0000;
	display:block;
	margin:2px 0 0 18px;
	font-size:40px;
}
.form-holder em{
	color:#fff;
	font:bold 18px Arial, Helvetica, sans-serif;
	display:block;
	margin:7px 0 0 -15px;
	text-align:center;
}

.form-holder p {
	color: #fff;
	padding: 0 0 0 10px;
	width: 90%;	
}

/* signup */
.signup{
	margin:18px 0 0 1px;
	position:relative;
}
.signup div{
	padding:0 0 5px;
	overflow:hidden;
	width:274px;
}
.signup label{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	margin:0 0 7px 2px;
	width:264px;
	float:left;
}
.signup input{
	color: #666;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	height:21px;
	padding:4px 5px 0;
	line-height:18px;

	border:1px solid #cccccc;
	margin:0;
	float:left;
}
.signup select{
	padding:0;
	font-size:11px;
	width:215px;
	color:#262626;
	height:17px;
	margin:0 0 5px;
	float:left;
}
.signup .zip{
	width:132px;
}
.signup .image{
	width:265px;
	height:25px;
	float:right;
	border:0;
	background:none;
	padding:0;
	margin:8px 4px 0 0;
}
.signup #phone{
	width:20px;
	margin:0 5px 0 0;
}
.signup #phone1{
	width:20px;
	margin:0 5px 0 0;
}
.signup #phone2{
	width:51px;
}
#content-inner h1{
	color:#1b2a66;
	margin:0 0 9px;
	font:bold 25px/29px "Times New Roman", Times, serif;
}
#content-inner p{
	margin:0 0 9px;
	color:#666;
	font-size:15px;
	line-height:22px;
}
.ttl{
	font-size:15px;
	display:block;
	color:#666;
	margin:0 0 3px;
}
.contentList ul {
	margin:0;
	padding:10px 0;
	list-style:none;
}
.contentList li {
	color:#666;
	font-size:15px;
	font-weight:bold;
	padding:0 0 0 0px;
	margin:0 0 5px;
	list-style-position: outside;
}

/* wufoo */
.wufoo .info {
	display:none
}

/* footer */
#footer{
	width:960px;
	margin:0 auto;
	padding:18px 0 135px;
}
.footer-wrapp{
	overflow:hidden;
	width:100%;
}
.contact-info{
	float:left;
	width:250px;
	padding:0 0 0 12px;
}
.contact-info strong{
	color:#999;
	font-size:12px;
}
.contact-info address{
	font-style:normal;
}
.contact-info address span{
	display:block;
	color:#999;
	font-size:12px;
	margin:3px 0 0;
}
.mail{
	float:left;
	color:#0066cc;
	font-size:12px;
	padding:4px 0 0;
}
.card {
	font-size:12px;
	float:right;
	color:#999;
	margin:4px 60px 0 0;
	display:inline;
}
.card span{
	float:left;
	margin:0 7px 0 0;
}
.card img{
	float:left;
}
.featured {
	float: right;
	text-align: center;
	width: 550px;
	margin-bottom: 15px;
}
.featured img.mile {
	margin-bottom: 15px;
}
.ad {
	margin:-5px -19px 0 0;
	padding:0;
	list-style:none;
	float:right;
	width:510px;
	width: 550px;		
}
.ad li{
	float:left;
	width:196px;
	padding:0 0 4px 44px;
}
.ad img{
	display:block;
}
#footer p, #footer p a{
	color:#999;
	font-size:12px;
	font-weight:bold;
	margin:-9px 0 0 11px;
}
#footer p a{
	margin:0;
}
#footer p a{
	text-decoration:none;
}
#footer p a:hover{
	text-decoration:underline;
}
.clear {
	clear: both;	
}
#footer .siteby {
	padding-top: 20px;
}

#footer p.siteby {
	font-weight: normal;
}
