/* CSS Document */

body {
	background-color: #cad3c2;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 760px;
	background-color: #e4dccb;
}
#main_holder {position:relative; width:760px; margin-left:auto; margin-right:auto; margin-top:35px; margin-bottom:0px; padding:0px;}

#navwrapper{
	float:left;
	width:178px;
	background-color: #e4dccb;
}

#rightside {
	float: right;
	width: 582px;
	background-color: #FFFFFF;
	background-image: url(assets/subpage_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#homepageonly {
	background-color: #e4dccb;
	float: left;
	width: 316px;
	height: 525px;
	padding-top: 1px;
	position: absolute;
}

#homepagecontent {
	background-color: #FFFFFF;
	float: right;
	width: 266px;
	height: 527px;
}

#homepagecontent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #626262;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 9px;
}

#subpagecontent {
	float: right;
	width: 265px;
}

#bookingmask {
	background-image: url(assets/check_avail.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 80px;
	width: 100%;
	float: right;
	padding: 0px;
	background-color: #f3f1e9;
}

#bookingmask_fresh {position:absolute; width:267px; height:80px; left:493px; top:0px; padding:0px; background-image:url("assets/check_avail.gif"); background-repeat:no-repeat; background-color:#f3f1e9;}

#checkavail {
	padding-top: 30px;
	height: 50px;
	width: 250px;
	padding-right: 5px;
	padding-left: 10px;
	background-image: url(assets/check_avail.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#content{
	float:right;
}

.footer {
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4dccb;
	height: 22px;
	width: 730px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #b3b3b3;
	padding-top: 3px;
	position: relative;
}

#footerright1 {
	width: 250px;
	position: absolute;
	left: 500px;
	top: 0px;
	text-align: right;
	color: #b3b3b3;
	padding-top: 6px;
	font-size: 10px;
}

#footerright1 a {
	color: #b3b3b3;
	text-decoration: none;
}

#footerright1 a:hover {
	color: #333333;	
	text-decoration: underline;
}

#footerright2 {
	width: 375px;
	position: absolute;
	left: 375px;
	top: 0px;
	text-align: right;
	color: #b3b3b3;
	padding-top: 6px;
	font-size: 10px;
}

#footerright2 a {
	color: #b3b3b3;
	text-decoration: none;
}

#footerright2 a:hover {
	color: #333333;
	text-decoration: underline;
}

#clearSpace
{
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 1px;
	margin:0;
	padding:0;
}


/* content styles */
/*
#contentcontainer {
	width: 100%;
}
*/
#contentcontainer {position:relative; width:581px; min-height:250px; height:auto !important; height:250px; padding:0px; /* left:179px; top:80px; */}

#contentcontainer .imageonly {
	padding-bottom: 15px;
	padding-left: 1px;
}

#contentcontainer .formimageonly {
	padding-left: 1px;
}

#contentcontainer .separator {
	width: 100%;
	padding-bottom: 15px;
}

#contentcontainer .lefttext {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 284px;
}

#contentcontainer .rightimage {
	float: right;
	padding-bottom: 15px;
	margin-bottom: 20px;
	width: 265px;
	background-image: url(assets/side_photos/sidephoto_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#contentcontainer .rightimage2 {
	float: right;
	padding-bottom: 15px;
	margin-bottom: 20px;
	width: 265px;
	background-image: url(assets/side_photos/sidephoto_bg2.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#contentcontainer .rightimage3 {
	float: right;
	padding-bottom: 15px;
	width: 265px;
	background-image: url(assets/side_photos/sidephoto_bg3.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#contentcontainer .leftimage {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 315px;
}

#contentcontainer .righttext {
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 266px;
}

#contentcontainer .textonly {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 274px;
}

#contentcontainer p {
	margin-top: 0px;
	margin-bottom: 15px;
}

/*
#subpagetop {
	width: 100%;
	text-align: right;
}
*/
#subpagetop {position:relative; width:581px; height:80px; text-align:right;}

#subpagetop .header {
	float: left;
}

.formarea{
	width: 580px;
	padding-left: 1px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cec2a7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cad3c2;
}

.gallery {
	width: 560;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.tours_item {padding-right:22px; padding-bottom:20px;}
.tours_item_last { padding-right:0px; padding-bottom:20px;}

.callout {
	padding: 8px;
	background-color: #eee8da;
	color: #996600;
	text-align: center;
	border: 1px solid #eee8da;
}

.visualtour {
	width: 582px;
	height: 447px;
}

p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #626262;
	text-align: left;
}

.subheadline, H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #506d1d;
}

div a {
	color: #395c18;
	text-decoration: underline;
}

div a:hover {
	text-decoration: underline;
	color: #000000;
}
