@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fontface/OpenSans-Semibold-webfont.eot');
    src: url('../fontface/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fontface/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fontface/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fontface/OpenSans-Bold-webfont.eot');
    src: url('../fontface/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fontface/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fontface/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fontface/OpenSans-Regular-webfont.eot');
    src: url('../fontface/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fontface/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fontface/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fontface/BebasNeue-webfont.eot');
    src: url('../fontface/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/BebasNeue-webfont.woff') format('woff'),
         url('../fontface/BebasNeue-webfont.ttf') format('truetype'),
         url('../fontface/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
     -moz-box-sizing: border-box; /* FF1+ */
          box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}

body{
	padding:0;
	margin:0;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	background:url(../images/bg_top.gif) repeat-x;
}

.top{
	max-width:1200px; 
	min-width:960px;
	height:150px; 
	margin:0 auto;
}

.logo{
	width:330px;
	height:150px;
	float:left;
	padding-left:20px;
	background:url(../images/bg_logo.gif);
}

.top_left{
	width:500px;
	height:42px;
	float:right;
	margin:16px 20px;
}

.hotline{
	float:right;
	margin-left:10px;
}

ul.toplink{
	margin:0;
	padding:0;
	float:right;
}

ul.toplink li{
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
}

ul.toplink li a{
	display:block;
	width:38px;
	height:38px;
	margin:0 10px;
}
ul.toplink li a.home{
	background:url(../images/btn_home.png) -38px 0 no-repeat;
}
ul.toplink li a.contact{
	background:url(../images/btn_contact.png) -38px 0 no-repeat;
}
ul.toplink li a.home:hover, ul.toplink li a.contact:hover, ul.toplink li a.active{
	background-position:0 0;
}

.mainbanner_container{
	max-width:1200px; 
	min-width:960px;
	height:500px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.bookFormDiv{
	width:382px;
	height:500px;
	position:absolute;
	z-index:2000;
}
.bookTitle{
	width:382px;
	height:60px;
	background-color:#004e1a;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	padding:20px 0 0 47px;
}
.bookForm{
	width:347px;
	height:440px;
	margin-left:21px;
	background:url(../images/bg_white.png);
}

.formBook{ padding:5px 25px;}
.formBook p{width:100%; float:left; margin:0;}
.formBook label{width:100%; display:inline-block; float:left; padding:18px 0 2px 0; font-size:12px;font-family:'open_sansbold', Arial, Helvetica, sans-serif;}
.formBook input[type=text], .formBook select, .formBook textarea{width:100%; margin:0;}

.formTestimonial{ padding:0px 25px;}
.formTestimonial p{width:100%; float:left; margin:0;}
.formTestimonial label{width:100%; display:inline-block; float:left; padding-top:10px; font-size:12px;font-family:'open_sansbold', Arial, Helvetica, sans-serif;}
.formTestimonial input[type=text], .formTestimonial select, .formTestimonial textarea{width:100%; margin:0;}

input, select, textarea{
	font-size:14px;
	border:#cfcfcf 1px solid;
	padding:3px;
	-moz-box-shadow:3px 3px 0 0 #dee1de;
	-webkit-box-shadow:3px 3px 0 0 #dee1de;
	box-shadow:3px 3px 0 0 #dee1de;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
}
select{
	padding:2px;
}
input[type=radio], input[type=checkbox]{
	border:none;
}

input[type=submit]{
	width:180px;
	height:36px;
	background:url(../images/btn_book.gif);	
	border:none;
	cursor:pointer;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-top:6px;
}
input[type=submit]:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.bgSubmit{
	width:347px;
	height:48px;
	position:absolute;
	bottom:0;
	background-color:#483f35;
}
.bgSubmit2{
	width:100%;
	height:50px;
	margin-top:10px;
	background-color:#e8e8e8;
	-webkit-border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px; 
	border-radius:0 0 5px 5px;
	behavior: url(PIE.htc);
}


.container_full{
	max-width:1200px; 
	min-width:960px;
	margin:0 auto;
}

.container_full h2{
	margin:30px 0 0px 0;
	padding-bottom:5px;
	font-size:20px;
	line-height:18px;
	display:inline-block;
	border-bottom:#999 1px solid;
}

.testimonial_container{
	width:30.7%;
	float:left;
	padding:0 0 0 22px;
	position:relative;
}
.testimonial_container .testimonialDiv{
	width:100%;
	min-height:226px;
	background:url(../images/line.png) center bottom no-repeat;
}
.testimonial_container h4{
	margin:0;
	padding:10px 0 5px 0;
	text-align:center;
	border-bottom:#e5e5e5 1px solid;
}
.testimonial_container .testimonialSlider{
	text-align:center;
	width:80%;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
.testimonial_container .testimonialSlider h3{
	color:#dc6e00;
	font-size:18px;
	line-height:22px;
	margin-top:15px;
	margin-bottom:0px;
	font-weight:normal;
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
.testimonial_container .testimonialSlider p{
	margin-top:5px;
}
.testimonial_container .quote{
	width:20px;
	height:16px;
	position:absolute;
}


.smallbanner_container{
	width:69.3%;
	float:right;
}
.smallbanner_container ul{
	padding:0;
	margin:0;
	text-align:right;
}
.smallbanner_container ul li{
	width:31%;
	padding:0;
	margin:0 5px 0 0;
	list-style:none;
	display:inline-block;
}
.smallbanner_container ul li a{
	width:100%;
	height:226px;
	margin:0;
	display:block;
}
.smallbanner_container ul li:last-child{
	margin:0px;
}
.smallbanner_container ul li a.banner1{
	background:url(../images/small_banner1.jpg) right no-repeat;
}
.smallbanner_container ul li a.banner2{
	background:url(../images/small_banner2.jpg) right no-repeat;
}
.smallbanner_container ul li a.banner3{
	background:url(../images/small_banner3.jpg) right no-repeat;
}



.innerTitle{
	width:100%;
	height:60px;
	position:relative;
}
.innerTitle hr{
	border:none; background-color:#e1e1e1; height:1px; margin:0; width:100%;}

.innerTitle h1{
	width:382px;
	height:60px;
	position:absolute;
	background-color:#004e1a;
	font-size:26px;
	color:#fff;
	padding:18px 0 0 47px;
	margin:0;
}

.innerTitle .barShadow{
	position:absolute;
	left:368px;
	top:60px;
}

ul.sublink{
	position:absolute;
	left:386px;
	padding:0;
	margin:0;
	text-align:left;
}
ul.sublink li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
}
ul.sublink li a{
	display:block;
	height:59px;
	padding:0 15px 0 15px;
	line-height:59px;
	background-color:#f1f1f1;
	color:#004e1a;
	font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;
}
ul.sublink li a:hover, ul.sublink li.active a{
	background-color:#799b21;
	color:#fff;
}

.content_full{
	width:100%;
	padding:20px 50px;
}

.content_tagline{
	color:#006b30;
	font-size:20px;
	line-height:26px;
}

.tblStyle td{
	padding:5px 15px;
}

.locationBox_full{
	width:100%; 
	padding:30px 30px 10px 30px; 
	background-color:#eff3e4;
	border-bottom:#f7f7f7 6px solid;
}
.locationBox{
	width:32%; 
	padding:10px;
	margin:0 2% 40px 0;
	background:url(../images/bg_white.png);
	border:#ccc dashed 1px;
	float:left;
}
.locationBox_full h4, .locationBox h4{
	display:inline-block;
	padding:3px 20px;
	background-color:#608404;
	color:#fff;
	font-weight:normal;
	margin:0 0 5px 0;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
}

.locationBox ul{
	margin:0;
	padding:10px 0 0 20px;
}
.locationBox_full ul li, .locationBox ul li{
	list-style:none;
	padding:0 0 4px 0;
}

.modelBox{
	width:23%;
	padding:5px;
	margin:20px 1%;
	border:#ccc dashed 1px;
	float:left;
	text-align:center;
}
.modelBox .btnView{
	background:url(../images/shadow.png) center top no-repeat;
	background-size:100% auto;
	padding-top:2px;
	text-align:center;
	margin-top:10px;	
}

.no-display{display:none!important}

.carRatesBox{
	width:800px;
	border-top:#ececec 6px solid;
	border-bottom:#ececec 6px solid;
	padding:20px 0;
	text-align:left;
}
.carRatesBox .carDiv{
	width:433px;
	height:240px;
	background:url(../images/gap_line.gif) right repeat-y;
	float:left;
	text-align:left;
}
.carRatesBox .carDetails{
	width:367px;
	float:left;
	padding:10px 0 0 30px;
	text-align:left;
}
.carRatesBox .carDetails h3{
	margin-top:0;
}
.carRatesBox .carDetails ul{
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
.carRatesBox h4{
	margin-bottom:5px;
	margin-left:15px;
}
.tblRatesStyle td{
	padding:5px 15px;
	background-color:#dbe3de;
}
.carRatesBox .desc{
	margin-left:15px; 
	width:600px; 
	float:left;
	font-size:11px;
}
.btnBook a{
	display:block;	
	float:right;
	margin:20px 0 0 0;
}

.btnView a:hover, .btnBook a:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}

.stepBox ul{
	padding:0;
	margin:20px 0 20px 40px;
	text-align:center;
}
.stepBox ul li{
	padding:0 0 0 70px;
	margin:0 0 0 -40px;
	list-style:none;
	display:inline-block;
	width:250px;
	height:60px;
	line-height:50px;
	font-family: 'bebas_neueregular';
	font-size:22px;
	color:#e5e5e5;
	text-align:left;
	border-top:#fff 5px solid;
	border-bottom:#fff 5px solid;
	background-color:#bfbfbf;
	
	-webkit-border-radius:50px; 
	-moz-border-radius:50px; 
	border-radius:50px;
	behavior: url(PIE.htc);
}
.stepBox ul li.done{
	background:url(../images/icon_step_done.png) no-repeat;
	background-color:#bfbfbf;
}
.stepBox ul li.active{
	background:url(../images/icon_step_active.png) no-repeat;
	background-color:#ffc602;
	color:#000;
}
.stepBox ul li{
	background:url(../images/icon_step_next.png) no-repeat;
	background-color:#bfbfbf;
}
.stepBox ul li span{
	float:left; width:44px; margin-left:-44px;
}
.stepBox ul li a{
	color:#666;
}




.formBook2 h3{ margin-top:0px; margin-bottom:10px;}
.formBook2 p{width:100%; float:left; margin:5px 0;}
.formBook2 label{width:25%; display:inline-block; float:left; padding-top:4px; }
.formBook2 input[type=text], .formBook2 select, .formBook2 textarea{width:75%; margin:0; float:left; }

.formBook2 input[type=submit], .formBook2 input[type=reset], .testimonialForm input[type=submit]{
	width:100px;
	height:36px;
	border:none;
	cursor:pointer;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px;
	behavior: url(PIE.htc);
	
	font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;
	color:#fff;
	background: #a4c22d;
  	background-image: -webkit-linear-gradient(top, #a4c22d, #256103);
  	background-image: -moz-linear-gradient(top, #a4c22d, #256103);
  	background-image: -ms-linear-gradient(top, #a4c22d, #256103);
  	background-image: -o-linear-gradient(top, #a4c22d, #256103);
  	background-image: linear-gradient(to bottom, #a4c22d, #256103);
}
.formBook2 input[type=submit]:hover, .formBook2 input[type=reset]:hover, .testimonialForm input[type=submit]:hover{
	background: #256103;
  	background-image: -webkit-linear-gradient(top, #256103, #256103);
  	background-image: -moz-linear-gradient(top, #256103, #256103);
  	background-image: -ms-linear-gradient(top, #256103, #256103);
  	background-image: -o-linear-gradient(top, #256103, #256103);
  	background-image: linear-gradient(to bottom, #256103, #256103);
}


.testimonialForm{
	width:28%;
	margin:15px 0 0 2%;
	float:left;
	background-color:#f3f3f3;
	padding:15px 0 0 0;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	border-radius:5px 5px 0 0;
	behavior: url(PIE.htc);
}






.footer{
	width:100%; 
	margin:40px auto 0 auto;
	background-color:#ebebeb;
}
.footerDiv{
	max-width:1200px; 
	min-width:960px;
	margin:0 auto;
	font-size:12px;
	padding:20px 0;
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
.footerDiv ul{
	padding:0;
	margin:0;
	text-align:center;
}
.footerDiv ul li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
}
.footerDiv ul li a{
	color:#000;
}
.footerDiv ul li a:hover{
	color:#004e1a;
}
.footerDiv ul li.gap{
	text-align:center;
	width:20px;
}


a img{border:0; outline:0;}

.txtWhite{color:#fff;}
.txtBlack{color:#000;}
.txtGreen{color:#006b30;}
.txt11{font-size:11px;}
.txt12{font-size:12px; line-height:normal;}
.txt14{font-size:14px;}
.txt16{font-size:16px;}
.txt18{font-size:18px;}
.txt20{font-size:20px;}
.bold{font-family:'open_sansbold', Arial, Helvetica, sans-serif;}
.semibold{font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;}
.nobold{font-family:'open_sansregular', Arial, Helvetica, sans-serif;}

.clear{ clear:both; }
.hrWhite{border:0; height:1px; background-color:#fff; outline:0; margin:20px 0;}
.hrGrey{border:0; height:1px; background-color:#ccc; outline:0; margin:20px 0;}


a:link, a:visited, a:active{
	color:#006b30;
	text-decoration:none;
}
a:hover{
	color:#666;
}

a.linkBlack{color:#000;}
a.linkBlack:hover{color:#666;}

a.webz{color:#bebebe;}
a.webz:hover{color:#999;}



	







