body {
	font-family:Arial;
	font-size: 14px;
	background: #4a3b22;
	background-image: url("./images/background.gif");
	background-repeat: repeat-x;
	margin: 0px;
	color: #000000;
}
body a img {
	border: none;
}
body a {
	color: #c76619;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
body  h1 {
	font-family: Arial;
	font-size: 25px;
	color: #fff;
}
h3 {
	font-family: Arial;
	font-size: 17px;
	color: #fff;
}
#container {
	position: relative;
	min-height: 100%;
}
#body_wrapper {
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
	background: #4a3b22;
	position: relative;
	overflow: hidden;
}
#header {
	width: 1070px;
	height: 166px;
	background: #2f2617;
	background-image: url("./images/header.gif");
}
#header_menu {
	width: 650px;
	height: 34px;
	float: right;
	margin-right: 80px;
	color: #ffffff;
	padding-top: 12px;
	margin-top: 40px;
}
#header_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#header_menu li {
	float: right;
	padding-left: 35px;
	text-transform: uppercase;
}
#header_menu a {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#header_menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#header_menu .active {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#callout {
	width: 1070px;
	height: 192px;
	/*background: #20190f;*/
	background: #4a3b22;
	background-image: url("./images/callout.gif");
}
#callout_image {
	width: 900px;
	/*margin-left: 30px;*/
	margin-right: 80px;
	margin-top: 24px;
	height: 240px;
	background: #2f2617;
	background-image: url("./images/callout_image.gif");
	float: right;
}
.boat {
	width: 870px;
	background: #362a19;
	background-repeat: no-repeat;	
	margin-top: 24px;
	margin-left: 90px;
	padding-left: 15px;
	margin-bottom: 24px;
	float: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #dac7a7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	background: rgb(54,42,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(54,42,25,1) 0%, rgba(35,27,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,42,25,1)), color-stop(100%,rgba(35,27,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* W3C */
	behavior: url("./js/PIE.htc");
}
.boat h1 {
	font-family: Arial;
	font-size: 25px;
	color: #fff;
}
.boat p{
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
	border-bottom:solid 1px #453721;
	padding-bottom:10px;
}
.boat img{
	padding-right: 15px;
	float: left;
}
#login_box {
	width: 373px;
	height: 70px;
	/*top: -90px;*/
	background: #4a3b22;
	/*background-image: url("./images/login_box.gif");*/
	float: right;
	margin-right: 80px;
	position: relative;
	padding-top: 10px;
}
#login_box input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #cd630f;
	width: 200px;
	margin: 2px 0 5px 10px;
	height: 15px
}
#login_box input#submit {
	border: 0;
	background: url("./images/button.gif") no-repeat 0 0px;
	width: 50px;
	height: 25px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
}
#login_box label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 80px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}
#login_box .link {
	padding-top: 60px;
}
#content_wrapper {
	width: 1070px;
	min-height: 192px;
	/*background: #20190f;*/
	background: #493a21;
	background-image: url("./images/callout.gif");
	background-repeat: no-repeat;
	padding-top: 24px;
}
#content {
	width: 900px;
	min-height: 290px;
	background: #231b10;	
	position: relative;
	margin-left: 90px;
	padding-bottom: 85px;
	/*border-style: solid;
	border-color: #000000;*/
	float: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url("./js/PIE.htc");
	background: rgb(54,42,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(54,42,25,1) 0%, rgba(35,27,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,42,25,1)), color-stop(100%,rgba(35,27,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* W3C */
}
#content_text {
	width: 870px;
	color: #dac7a7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	clear: both;
}
#description ul {
	list-style-type: none;
	margin-left: 12px;
}
#description li {
	list-style-image: url("./images/bullet.gif");
}
#rates ul {
	list-style-type: none;
	margin-left: 12px;
}
#rates li {
	list-style-image: url("./images/bullet.gif");
}
#rental_features ul {
	list-style-type: none;
	margin-left: 12px;
}
#rental_features li {
	list-style-image: url("./images/bullet.gif");
}
#features ul {
	list-style-type: none;
	margin-left: 12px;
}
#features li {
	list-style-image: url("./images/bullet.gif");
}
#content_bottom {
	width: 900px;
	height: 96px;
	background-image: url("./images/body_bottom.gif");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
#rental_features ul {
	float: left;
	width: 900px;
}
.row_data ul {
	list-style-type: none;
	margin-left: 40px;
}
.row_data li {
	background: url("./images/bullet.gif") 0px 3px no-repeat;
	padding-left: 15px;
	width: 240px;
	float: left;
	overflow: auto;
}
.property {
	width: 280px;
	min-height: 297px;
	float: left;
	background: #231b10;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 85px;
	background: rgb(54,42,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(54,42,25,1) 0%, rgba(35,27,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,42,25,1)), color-stop(100%,rgba(35,27,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(54,42,25,1) 0%,rgba(35,27,16,1) 100%); /* W3C */
	behavior: url("./js/PIE.htc");
}
.property_text {
	width: 250px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	color: #dac7a7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.property_text ul {
	list-style-type: none;
	margin-left: 12px;
}
.property_text li {
	list-style-image: url("./images/bullet.gif");
}
.property_header {
	margin-left: auto;
	margin-right: auto;
	width: 278px;
	height: 21px;
	background: #0f0c07;
	background-image: url("./images/property_header.gif");
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.property_bottom {
	width: 265px;
	height: 80px;
	background-image: url("./images/property_bottom.gif");
	position: absolute;
	bottom: 0;
	padding-left: 15px;
	padding-top: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.property_bottom a{
	color: #0000FF;
	text-decoration: underline;
}
#left {
	margin-left: 90px
}
#center {
	margin-left: 30px;
	margin-right: 30px;
}
#right {
}
#footer {
	width: 886px;
	height: 70px;
	background-image: url("./images/footer.gif");
	background-repeat: no-repeat;
	margin-left: 90px;
	clear: both;
	overflow: hidden;
	padding-right: 14px;
	padding-top: 15px;
	margin-top: 15px;
	color: #dac7a7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 15px;
}
#footer li {
	float: left;
	padding-right: 12px;
}
#footer a {
	color: #c76619;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
#content_menu {
	width: auto;
	height: 30px;
	background: #0d0a05;
	padding-left: 25px;
	padding-top: 11px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content_menu li {
	float: left;
	padding-right: 35px;
	text-transform: uppercase;
}
#content_menu a {
	color: #c76619;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#content_menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#content_menu .active {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.form_half {
	float: left;
	width: 420px;
	padding-right: 15px;
}
#form_style{
}
#form_style h1 {
	font-family: Arial;
	font-size: 25px;
	color: #fff;
}
#form_style p{
	font-size:14px;
	color:#dac7a7;
	margin-bottom:20px;
	border-bottom:solid 1px #453721;
	padding-bottom:10px;
}
#form_style .label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:180px;
	float:left;
	color: #fff;
}
#form_style .small{
	color:#dac7a7;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:180px;
}
#form_style .note {
	color:#dac7a7;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:230px;
	float:right;
	padding-right:80px;
}
#form_style input[type='text']{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #453721;
	width:196px;
	margin:2px 0 20px 10px;
}

.checkboxArea{
	float: left;
	width: 200px;
	padding-left: 10px;
	min-height: 50px;
	margin-bottom: 10px;
}
.checkboxArea .checkboxItem{
	margin-right: 10px;
	float: left;
	width: 100%;
}
#form_style img{
	float:right;
	padding-top: 3px;
}
#form_style textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #453721;
	width:200px;
	margin:2px 0 20px 10px;
	height:155px;
}
#form_style select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #453721;
	width:200px;
	margin:2px 0 20px 10px;
}
#form_style button{
	margin-left:150px;
	width:125px;
	height:31px;
	background:#c76619;
	text-align:center;
	line-height:15px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.button {
	display: inline;
	width:200px;
	height:31px;
	background:#c76619;
	text-align:center;
	line-height:15px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
.warning_icon {
	background: url("./images/warning_icon.gif") 0px 3px no-repeat;
}
#contract {
	width: 700px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 70px;
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.calendar_table{
	border-collapse: collapse;
}
.calendar_table td {
	border: 1px solid #514024;
	background-color: #FFF;
	color: #000;
}
.calendar_table th {
	border: 1px solid #514024;
	background-color: #c76619;
	color: #FFF;
}
ol.steps {
	margin: 20px 0;
	padding: 0 0 0 34px; /*--Distance between the order numbers--*/
}
ol.steps li {
	margin: 0;
	padding: 15px 15px;
	color: #c76619;
	font-size: 1.7em;
	font-weight: bold;
}
ol.steps li h2 {
	font-size: 0.9em;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #745934;
	color: #fff;
}
ol.steps li p {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6em;
	color: #dac7a7;
}
#facebook-like {
	width: 450px;
	margin-left: 90px;
	float: left;
	color: #fff;
	padding: 5px 5px 5px 5px;
}
.required
{
	color: #C76619;
}
	