/*
-----------------------------------------------
Website
----------------------------------------------- */
/* general styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ol, dl, address {
    margin-bottom: 1em;
}
ul {
    padding-left:1em;
}
h1 {
	color: #000;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #666666;
	border-bottom: solid #ED6C00 1px;
}
h3 {
	color: #ED6C00;
}
body {
	font-family: Arial, Helvetica, sans-serif;	
	background-image: url('../images/interface/blue_body_bg.jpg');
	background-repeat: repeat-x;
}

/* layout
----------------------------------------------- */
#wrapper {
	width: 960px;
}
#header {
	height:108px;
	background:transparent url('../images/interface/logo.jpg') top left no-repeat;
	overflow:hidden;
}
#header h1 {
	font-size: 22px;
	width:182px;
	height:93px;
	padding:15px 15px 0px 15px;
	text-align:center;
	text-transform:uppercase;
}
#topnav {
	background-image: url('../images/interface/blue_topnnav_bg.jpg');
	height: 30px;	
	zoom:1;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul li {
	float: left;
}
#topnav ul li a {
	display: block;
	text-align: center;
	padding: 5px 15px 0 15px;
	text-decoration: none;
	color: #FFFFFF;
	height: 25px;
	float:left;
}
#topnav ul li a:hover, #topnav ul li a.selected {
	background-image: url('../images/interface/blue_topnav-hover.jpg');
	background-repeat: repeat-x;
}
#inset {
	float: right;
	width: 288px;
	height: 185px;
	background:#fff;
	padding:3px;
}
#sidebar {
	float: right;
	width: 290px;
	padding: 20px 0;
}
#content {
	padding: 20px;
	float: left;
	width: 624px;
}

/* footer styles
----------------------------------------------- */
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 0px 0 0 0;
	font-size: 12px;
	background-image: url('../images/interface/blue_footer_bg.jpg');
	background-color: #ED6B00;
}
#footer p {
	padding: 3px 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .logo {
	behavior: url(/style/iepngfix.htc);
}

/* misc. styles
----------------------------------------------- */
.left {
	margin: 0 10px 10px 0;
	float: left;
}
.right {
	margin: 0 0 10px 10px;
	float: right;
}
.clear {
	clear: both;
}

/* stick that footer, yo
----------------------------------------------- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 135px; /* .push must be the same height as .footer */
	clear: both;
}
/*-------------------------vacation rental page----------------------*/
.vacationRental {
	clear:both;
	padding:10px 0px;
	border-top:1px solid #cecece;
}
.vacationRental img {
	float:left;
	margin:0px 10px 10px 0px;
	width:220px;
}
/*------------------------contact us form-----------------------------*/
.fs1 {
	display:block;
	padding:4px 0px;
}
.fs1 label {
	display:block;
	float:left;
	text-align:right;
	margin-right:5px;
	width:175px;
	font-size:14px;
	padding-top:3px;
}
.fs1 input {
	width:245px;
	border:1px solid #cecece;
	padding:3px;
}
.fs1 textarea {
	width:245px;
	border:1px solid #cecece;
	padding:3px;
	height:150px;
}
.fsbtn {
	text-align:center;
	display:block;
	padding:4px 0px;
	clear:both;
}
.fs2 {
	display:block;
	width:435px;
}
.fs2 label {
	display:block;
	float:left;
	text-align:right;
	margin-right:5px;
	width:175px;
	font-size:14px;
	padding-top:3px;
}
.fs2 input {
	width:245px;
	border:1px solid #cecece;
	padding:3px;
	float:right;
}
.fs2 a, .fs2 input {
	float:right;
}