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

* {margin:0;padding: 0;}
img {border:none;}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #707070;
	font-size: 12px;
	line-height: 21px;
	background-attachment: fixed;
	background-image: url(../img/backgrad.png);
	background-repeat: repeat-x;
	background-position: center top;
}

a:link {
	color: #7A7A7A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7A7A7A;
}
a:hover {
	text-decoration: underline;
	color: #585858;
}
a:active {
	text-decoration: none;
	color: #7A7A7A;
}
p {margin:0; paddding:0}
.blu_txt {
	color: #3087C4;
}
.error_txt {
	color: #C11428;
	background-color: #FFDC94;
}
.van_head {
	font-weight: normal;
	font-size: 36px;
	color: #3087C4;
	width: 580px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: lowercase;
}
h1 {
	font-weight: normal;
	font-size: 36px;
	color: #3087C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: lowercase;
}
h2 {
	font-weight: normal;
	text-transform: lowercase;
	color: #8C8C8C;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 5px;
	font-size: 36px;
}
h3 {
	font-weight: normal;
	color: #8C8C8C;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 36px;
	text-transform: lowercase;
}
h4 {
	font-weight: normal;
	color: #FF5F60;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-bottom: 15px;
	font-size: 36px;
	text-transform: lowercase;
}
h5 {font-weight: normal;text-transform: lowercase;}
h6 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.sub_head {
	font-size: 14px;
	line-height: 23px;
	color: #5B5B5B;
	margin-bottom: 15px;
}
.sub_head2 {
	font-size: 36px;
	line-height: 23px;
	color: #398CC6;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	text-transform: lowercase;
}
.sub_head3 {
	font-size: 16px;
	line-height: 23px;
	color: #666;
	margin-bottom: 15px;
}
.sub_head4 {
	font-size: 16px;
	line-height: 23px;
	color: #3087C4;
	margin-bottom: 15px;
}
.sub_head5 {
	font-size: 12px;
	line-height: 23px;
	color: #666;
	margin-bottom: 15px;
}
.text {
}
.red_text {
	font-size: 11px;
	line-height: 19px;
	color: #D03A35;
}
.text_link {
	font-size: 12px;
	line-height: 19px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1060px;
}
#container {
	float: left;
	width: 960px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 20px;
	background-color: #FFF;
}
#title {
	width: 960px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	height: 97px;
}
#title img {
	
	text-align: center;
}
#top_image {
	width: 960px;
	padding-top: 6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5b98b3;
	float: left;
	padding-bottom: 6px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 300px;
}
#top_image img {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 960px;
}
#left_col {
	float: left;
	width: 300px;
	margin-right: 20px;
	clear: left;
}
#left_col2 {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.van_list {
	width: 300px;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.van_img {
	background-color: #CCC;
	float: left;
	height: 95px;
	width: 120px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
}
.van_name {
	font-size: 16px;
	color: #4C81C9;
	width: 140px;
	float: left;
	margin-bottom: 6px;
}
.van_name a:link {color: #4C81C9;}
.van_name a:visited {color: #4C81C9;}
.van_name a:hover {color: #4C81C9; text-decoration:none; background-color:#FFE09B}
.van_name a:active {color: #4C81C9;}
.van_desc {
	width: 140px;
	float: left;
	font-size: 11px;
	line-height: 18px;
}
.van_link {
	color: #D72A31;
	float: left;
	width: 140px;
	font-size: 10px;
	line-height: 18px;
}
.van_link a:link {color: #D72A31;}
.van_link a:visited {color: #D72A31;}
.van_link a:hover {color: #D72A31; text-decoration:none; background-color:#E7E7E7}
.van_link a:active {color: #D72A31;}





.facebookholder {
	border:2px solid #FFF;
	width:298px;
	z-index:10;
	height: 298px;
	overflow: hidden;
	position:relative;
	top:-1px;
	left:-2px;
	margin-left: -5px;
}
.facebookholder iframe {
	left:-1px;
  overflow:hidden;
  position:relative;
  top:-1px;
 }



.news_list {
	width: 960px;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news_item {
	width: 960px;
	list-style-type: none;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbdbdb;
}
.news_img {
	background-color: #CCC;
	float: left;
	height: 95px;
	width: 120px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
}
.news_name {
	font-size: 16px;
	color: #4C81C9;
	width: 825px;
	float: left;
	margin-bottom: 6px;
}
.news_name a:link {color: #4C81C9;}
.news_name a:visited {color: #4C81C9;}
.news_name a:hover {color: #4C81C9; text-decoration:none; background-color:#FFE09B}
.news_name a:active {color: #4C81C9;}
.news_desc {
	font-size: 10px;
	line-height: 18px;
	width: 825px;
	float: left;
}
.news_link {
	color: #D72A31;
	float: left;
	width: 825px;
	font-size: 10px;
	line-height: 18px;
}
.news_link a:link {color: #D72A31;}
.news_link a:visited {color: #D72A31;}
.news_link a:hover {color: #D72A31; text-decoration:none; background-color:#E7E7E7}
.news_link a:active {color: #D72A31;}




.van_includes {
	width: 300px;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.van_includes li {
	font-size: 12px;
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 15px;
}

.van_wrap {
	float: left;
	width: 610px;
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.van_wrap img {
	float: left;
	height: 164px;
	width: 247px;
	margin-right: 15px;
	margin-bottom: 15px;
	list-style-type: none;
}
.van_wrap_name {
	float: left;
	width: 310px;
	list-style-type: none;
	color: #3087C4;
	font-size: 36px;
	line-height: 21px;
	margin-bottom: 15px;
	text-transform: lowercase;
}
.van_wrap_desc {
	float: left;
	width: 310px;
	list-style-type: none;
}
.van_wrap_link {
	font-size: 12px;
	color: #D72A31;
	margin-top: 3px;
	line-height: 21px;
	width: 310px;
	float: left;
}
.van_wrap_link a:link {color: #D72A31;}
.van_wrap_link a:visited {color: #D72A31;}
.van_wrap_link a:hover {color: #D72A31; text-decoration:none; background-color: #E7E7E7}
.van_wrap_link a:active {color: #D72A31;}

#main {
	float: left;
	width: 960px;
}

#right_col {
	float: right;
	width: 620px;
	min-height:600px;
	clear: right;
}
#full_col {
	float: left;
	width: 580px;
}
.full_width_col {
	float: left;
	width: 960px;
	min-height:500px;
}
.mid_width_col {
	float: left;
	width: 350px;
	clear:left;
}
.right_mid_col {
	float: left;
	width: 350px;
	clear:left;
}
#experience {
	display: none;
	float: left;
	width: 960px;
	margin-top: 15px;
	clear: left;
	margin-bottom: 90px;
	height: auto;
}
#ex_lcol {
	float: left;
	width: 610px;
	margin-right: 10px;
	clear: right;
	height: auto;
}
#ex_rcol {
	float: right;
	width: 310px;
}
.vanDetThumbTxt {
	font-size: 12px;
}
.listVanDet {
	float: left;
	width: 580px;
}
.listVanDet li {
	margin-left: 25px;
	list-style-type: disc;
}

.thingsListRow {
	float: left;
	width: 960px;
	min-height:110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.thingsListRow img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.thingsListRow2 {
	float: left;
	width: 960px;
	min-height:110px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.thingsListRow2 img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#vanDetailImages {
	clear: right;
	float: right;
	width: 364px;
	text-align: right;
	margin-top: 15px;
}
#rightTopImg {
	float: right;
	clear: right;
	height: 245px;
	width: 404px;
}

.vanThumbs {
	clear: right;
	float: left;
	width: 485px;
}
.vanThumbWrap {
	float: right;
	width: 364px;
	margin-top: 10px;
}
dl {
	text-align:left;
	margin: 0px;
	padding: 0px;
}
dt,dd {float:right;}
dt {
	width:100px;
	height: 100px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
}
dd {}
dl img {
	vertical-align:bottom;
	padding:2px;
}
em {display:block;font-weight:bold;margin-bottom:5px;}
dl a:hover img,dl a:active img,dl a:focus img {
}

#avail_details {
	float: left;
	width: 405px;
	margin-bottom: 30px;
	clear: right;
	margin-right: 40px;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #dbdbdb;
}
#avail_details2 {
	float: left;
	width: 405px;
	margin-bottom: 30px;
	clear: right;
	margin-top: 30px;
	margin-right: 30px;
}
.avail_head {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	list-style-type: none;
}
.avail_subhead {
	font-size: 12px;
	margin-bottom: 8px;
	list-style-type: none;
	color: #333;
	background-color: #FFD48C;
	padding: 2px;
	width: 400px;
	margin-top: 6px;
}
.avail_text {
	list-style-type: none;
	margin-bottom: 10px;
}

#calendar_key {
	float: left;
	width: 390px;
	clear: right;
}
.avail_week {
	font-size: 12px;
	color: #262626;
	background-color: #B8F3A8;
	padding: 4px;
	width: 200px;
	margin-bottom: 10px;
	list-style-type: none;
}
.avail_short {
	background-color: #FFD96E;
	padding: 4px;
	width: 200px;
	color: #262626;
	margin-bottom: 10px;
	list-style-type: none;
	font-size: 12px;
}
.avail_booked {
	font-size: 12px;
	color: #262626;
	background-color: #f49690;
	width: 200px;
	list-style-type: none;
	padding: 4px;
}


.calendar {
	margin-bottom: 10px;
	width: auto;
	text-align: center;
	margin-top: 10px;
}
.calendarMonths {
	list-style: none;
	display: inline;
	border: 1px solid #ADC8E5;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
.vanDetAvailWrap {
	float: left;
	width: 880px;
	border: 1px solid #CFDBE6;
	padding: 10px;
	background-color: #F7FCFF;
}
.jumpToMonthWrap {
	color: #000;
	float: left;
	clear: both;
	width: 960px;
	background-color: #FFF;
	margin-top: 20px;
	text-align: left;
}
.bookingThumb {
	float: left;
	height: 66px;
	width: 322px;
	clear: right;
	font-size: 14px;
	color: #36A1DC;
	margin-bottom: 6px;
}
.bookingThumb img {float: left;margin-right: 15px;}
.bookingForm {
	width: 310px;
	clear: right;
	float: left;
	line-height: 19px;
	padding: 7px;
	border: 1px solid #E0E0E0;
	margin-top: 30px;
}
.bookingForm2 {
	width: 346px;
	clear: right;
	float: left;
	line-height: 19px;
	padding: 7px;
	border: 1px solid #E0E0E0;
	margin-top: 30px;
}
.bookingFrmRightCol {
	clear: right;
	float: right;
	width: 400px;
	margin-right: 150px;
	margin-top: 20px;
}

.termsList {
	margin-bottom: 20px;
	padding-left: 40px;
}
.list {
	margin-left: 15px;
	float: left;
}
.alphaList {
	list-style-type:lower-alpha;
	margin-bottom: 10px;
}


#footer {
	float: left;
	width: 960px;
	background-image: url(../img/footer_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}

#footer #left {
	width:300px;
	float:left;
	text-align:left;
	height: 88px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer #center {
	width:300px;
	min-height:400px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #dbdbdb;
	border-left-color: #dbdbdb;
}
#footer #right {
	width:250px;
	float:left;
	list-style-type: none;
}
.inputBox1 {
	background-color: #EBEBEB;
	padding: 2px;
	height: 17px;
	width: 250px;
	border: 1px solid #DDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #212121;
}
.inputTextBox1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #212121;
	padding: 2px;
	height: 40px;
	width: 250px;
	background-color: #EBEBEB;
	border: 1px solid #D9D9D9;
}
.inputBox {
	background-color: #EBEBEB;
	padding: 2px;
	width: 300px;
	border: 1px solid #DDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #212121;
	height: 17px;
}
.inputTextBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #212121;
	padding: 2px;
	height: 40px;
	width: 300px;
	background-color: #EBEBEB;
	border: 1px solid #D9D9D9;
}
.contForm {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
.contactInfo {
	padding: 0px;
	font-size: 18px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contactInfo li {
	margin-bottom: 5px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #3087C4;
}
.contactInfo2 {
	padding: 0px;
	font-size: 24px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #3087C4;
}
.formTxt {
	margin-bottom: 3px;
	width: 250px;
	color: #565656;
	line-height: 18px;
}
.formTxt2 {
	background-color: #ECECEC;
	color: #565656;
	width: 250px;
	margin-bottom: 2px;
}
.formTxt3 {
	margin-bottom: 3px;
	width: 330px;
	color: #565656;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	line-height: 19px;
	background-color: #ECECEC;
}
.formTxt4 {
	color: #565656;
	width: 340px;
	margin-bottom: 2px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	line-height: 19px;
}
fieldset {border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;}
.submitButton {
	margin-top: 5px;
	margin-bottom: 10px;
}

#sub_footer {
	font-size: 10px;
	color: #8D8D8D;
	text-align: center;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 15px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}
.radio {
	margin-right: 10px;
	display: block;
	margin-top: -15px;
}
.radio_text {
	margin-left: 20px;
	margin-right: 30px;
}
.offers {
	float: left;
	width: 960px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
}
.offers img {
	float: left;
	margin-right: 20px;
}
.offertext {
	float: right;
	width: 760px;
}



.blog-content-left {
	float: left;
	width: 700px;
	min-height:400px;
}
.bloghead {font-size: 28px;color: #3087C4;}
.bloghead a:link {color: #3087C4;}
.bloghead a:visited {color: #3087C4;}
.bloghead a:hover {color: #3087C4;}
.bloghead a:active {color: #3087C4;}

.blog-content-left img {float: left; margin-right:20px; margin-bottom:10px;}
a.more-link:link, a.more-link:visited {
	color:#D03A35
}
.blog-content-left .blogtitle {
	margin-bottom: 20px;
	font-weight: bold;
}
.blog-content-right {
	float: right;
	width: 200px;
}
.blog-content-right li {
	list-style-type: none;
}
.break {
	float: left;
	width: 700px;
	padding-top: 50px;
}
.prices_table {color: #333;}
.prices_table a:link {color: #333;}
.prices_table a:visited {color: #333;}
.prices_table a:hover {color: #333;}
.prices_table a:active {color: #333;}

#sidebar {
	font-size: 11px;
	line-height: 21px;
}
#sidebar .cat-item {margin-bottom: 20px;}
#sidebar .sidebartitle {
	font-size: 18px;
	margin-bottom: 20px;
}
.prices-head {width:100%; float:left}
.prices-head2 {width:100%; float:left; margin-top:5px}
.prices-head img {
	border: 1px solid #FFF;
}
