/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top repeat-x #fff;
	font-size: 0.8em; 
	color: #404040;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	color: #5c9b88;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cbe7d4;
}

h2 {
	color: #de9a47;
	font-size: 1.4em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	color: #5c9b88;
}

a {
	color: #de9a47;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 500px;
	height: 300px;
}

#content .floatright textarea {
	width: 294px;
	height: 115px;
}

select {
	width: 250px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

.container {
	width: 950px;
	margin: auto;
	text-align: left;
}

#nav {
	clear: both;
	float: left;
	width: 950px;
	height: 34px;
	margin-bottom: 20px;
}

#nav li {
	float: left;
	margin-right: 1px;
}

#nav a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 34px;
	background-position: bottom;
}

#nav a:hover, #nav .on a {
	background-position: top;
}

#nav .btn_home {
	width: 63px;
	background-image: url(../images/btn_home.png);
}

#nav .btn_introduction {
	width: 99px;
	background-image: url(../images/btn_introduction.png);
}

#nav .btn_howitworks {
	width: 106px;
	background-image: url(../images/btn_howitworks.png);
}

#nav .btn_specialoffers {
	width: 115px;
	background-image: url(../images/btn_specialoffers.png);
}

#nav .btn_homeowners {
	width: 112px;
	background-image: url(../images/btn_homeowners.png);
}

#nav .btn_useful_links {
	width: 105px;
	background-image: url(../images/btn_useful_links.png);
}

#nav .btn_faq {
	width: 54px;
	background-image: url(../images/btn_faq.png);
}

#nav .btn_register {
	width: 75px;
	background-image: url(../images/btn_register.png);
}

#nav .btn_contactus {
	width: 93px;
	background-image: url(../images/btn_contactus.png);
}

#secnav {
	float: left;
	width: 180px;
}

#secnav .textbox {
	width: 154px;
}

#secnav select {
	width: 160px;
}

#secnav ul {
	margin-top: 10px;
	margin-left: 20px;
}

#secnav li {
	list-style: disc;
	margin-bottom: 5px;
}

#secnav .on a {
	text-decoration: underline;
}

.quicksearch {
	float: left;
	background: url(../images/quicksearchbg.png) top no-repeat;
	width: 160px;
	padding: 0px 10px 10px 10px;
}

.regionsearch {
	float: left;
	background: url(../images/regionsearchbg.png) top no-repeat;
	width: 160px;
	padding: 0px 10px 10px 10px;
}

.regionsearch ul {
	margin-top: 0px;
	padding-top: 30px;
}

.login {
	clear: both;
	float: left;
	background: url(../images/loginbg.png) top no-repeat;
	width: 160px;
	padding: 0px 10px 10px 10px;
}

.members {
	float: left;
	background: url(../images/membersbg.png) top no-repeat;
	width: 160px;
	padding: 0px 10px 10px 10px;
}

#secnav form, #secnav .submenu {
	padding-top: 25px;
}

#content {
	float: right;
	width: 730px;
}

#content form {
	width: 570px;
}

#content ul, #content ol {
	margin-left: 20px;
}

#content li {
	list-style: disc;
	margin-bottom: 5px;
}

#content ol li {
	list-style-type: decimal;
}

#content .narrowform {
	width: 250px;
}

#content .submenu {
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
}

#content .submenu li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

#content .submenu a {
	display: block;
	float: left;
	width: 148px;
	border: 1px solid #de9a47;
	padding: 2px 5px;
	color: #de9a47;
	background-color: #fff;
	text-align: center;
}

#content .submenu a:hover, #content .submenu .on {
	background-color: #de9a47;
	color: #fff;
	text-decoration: none;
}

#content #buttonform {
	width: 130px;
}

.admintable {
	width: 728px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.ratestable {
	width: 498px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.admintable td, .ratestable td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.row1, .row1center {
	background-color: #7df0cd;
}

.row2, .row2center {
	background-color: #a5f6dd;
}

.row1center, .row2center {
	text-align: center;
}

.property {
	float: left;
	width: 700px;
	padding: 10px 15px 0px 15px;
	margin-bottom: 20px;
	background: url(../images/propertybg.png) top repeat-x;
}

.property .leftpic {
	margin-bottom: 0px;
}

.propertydetails {
	float: left;
	width: 260px;
}

.propertyheader {
	float: left;
	width: 230px;
}

.propertyrates {
	float: right;
	width: 220px;
	text-align: right;
}

#gallery {
	float: left;
	width: 700px;
	margin: 10px 0px;
}

#gallery a {
	float: left;
	margin: 5px;
}

#leftcol {
	float: left;
	width: 400px;
}

#rightcol {
	float: right;
	width: 280px;
}

#footer {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	background: url(../images/footerbg.png) top repeat-x #538b7a;
	color: #fff;
	font-size: 0.9em;
}

#footer a {
	color: #fff;
}

.georgia {
	font-family: georgia;
	font-size: 1.4em;
	color: #5c9b88;
}

.preview {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 180px;
}

#availabilitycontainer {
	width: 600px;
	padding-top: 20px;
}

.datestable {
	width: 160px;
	float: left;
	margin: 20px !important;
	margin: 20px 15px;
}

.datestable td {
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
}

.datestableheader {
	font-weight: bold;
	font-size: 1.2em;
}

.datestabledays {
	background-color: #ccc;
	font-weight: bold;
}

.booked {
	background-color: #ff0000;
	color: #fff;
}

.spacer {
	width: 1px;
	height: 50px;
}

.thumb {
	width: 90px;
	float: left;
	text-align: center;
	margin: 5px;
}

.big {
	font-size: 1.4em;
}

.small {
	font-size: 0.9em;
	text-align: center;
	margin-top: 20px;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}
