/* CSS Document */

body {
	color: #070707;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 17px;
	background: url(../images/bg_content.gif) repeat-y #d7af7e;
	background-position: center;
}
body, html { height: 100%; }

/* reset */
html, body, a, p, fieldset, form, label, input, legend { padding: 0px; margin: 0px; border: 0px; outline: 0px; }
/*html, body, a, p, fieldset, form, label, input, legend, table, tbody, tfoot, thead, tr, th, td { padding: 0px; margin: 0px; border: 0px; outline: 0px; }*/
* { padding: 0px; margin: 0px; }
/* --------------------------------------------------------------------------------------------------------- */

.clear { clear: both; }

h1 {
	color: #009cff;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #d5d5d5 solid 2px;
	padding: 0px 0px 6px 0px;
	margin: 8px 0px 15px 0px;
	display: block;
}
h2 {
	color: #787878;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
}

p { padding-bottom: 14px; }

/* Main Div Areas (Content Blocks) */
#wrap {
	height: 100%;
	background: url(../images/bg.jpg) no-repeat;
	background-position: top;
	position: relative;
}
#container {
	width: 908px;
	height: 100%;
	background: url(../images/bg_content_top.jpg) no-repeat;
	background-position: top;
	margin: 0px auto;
	position: relative;
}
#content_wrap {
	width: 908px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#content { padding: 0px 24px; }

#left, #right { margin-bottom: 50px; }
#left {
	width: 217px;
	margin-right: 20px;
	float: left;
}
#right {
	width: 623px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
/* END ------------------------------------------------------------------------------------ */

/* LOGO */
#logo {
	width: 355px;
	height: 94px;
	padding: 20px 0px 0px 0px;
	margin-bottom: 28px;
	clear: both;
}
/* END ------------------------------------------------------------------------------------ */

/* NAVIGATION STYLES */
#nav {
	width: 546px;
	height: 80px;
	color: #6a3911;
	background: url(../images/nav_bg.png) no-repeat;
	margin-left: 14px;
	clear: both;
}
#nav ul {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 34px 0px 0px 0px;
	margin-left: 62px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
}
#nav ul li a {
	color: #6a3911;
	padding: 0px;
	margin: 0px 20px;
	outline: none;
}
#nav ul li a:link, #nav ul li a:visited { text-decoration: none; }
#nav ul li a:hover, #nav ul li a:active { color: #FFFFFF; text-decoration: none; }
/* END ------------------------------------------------------------------------------------ */

/* Home Page Slideshow and Breadcrumbs */
/* slideshow styles */
#slideshow {
	position: relative;
	width: 852px;
}
#slideshow_rates {
	position: relative;
	width: 621px;
}
#slideshow_surf {
	position: relative;
	width: 624px;
}
#slideshow_house {
	position: relative;
	width: 624px;
}

#homepage_slideshow, #breadcrumb {
	border: #e6ecf0 solid 4px;
	margin-bottom: 15px;
	clear: both;
}
#ratespage_slideshow {
	border: #e6ecf0 solid 1px;
	margin-bottom: 15px;
	clear: both;
}
#breadcrumb {
	width: 852px;
	height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/bg_breadcrumb.jpg) no-repeat;
}
#breadcrumb a { color: #FFFFFF; }
#breadcrumb p { padding: 6px 0px 0px 12px; }
/* END ------------------------------------------------------------------------------------ */

/* Call To Action Tag (Phone Number) */
#cta {
	position: absolute;
	right: -18px;
	top: 355px;
	z-index:2;
}
#inside_cta {
	position: absolute;
	right: -18px;
	top: 205px;
}
/* END ------------------------------------------------------------------------------------ */

/* Left Navigation Styles */
#left_nav { background: url(../images/left_nav_bg.gif) repeat-y; }
#left_nav ul {
	display: block;
	padding: 10px;
}
#left_nav ul li {
	list-style-type: none;
	border-top: #FFFFFF dashed 1px;
	background: url(../images/icon_white_arrow.gif) left 14px no-repeat;
	display: block;
}
#left_nav ul li:hover { background-color: #0067ff; }
#left_nav a {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
	padding: 8px 0px 8px 14px;
	display: block;
}
/* END ------------------------------------------------------------------------------------ */

#gallery {
	margin: 0px 0px 20px 0px;
}
.img_banner {
	border: #dedede solid 1px;
	margin-bottom: 15px;
}

/* Footer Styles */
#footer {
	color: #959595;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: #78adde solid 4px;
	padding: 10px 5px;
	clear: both;
}
#footer_left {
	width: 500px;
	float: left;
}
#footer_right {
	width: 300px;
	text-align: right;
	float: right;
}
#footer_right a { color: #959595; }
#footer p { padding-bottom: 4px; }
/* END ------------------------------------------------------------------------------------ */

a.tick {
	background: url(../images/icon_tick.gif) no-repeat center left;
	padding: 0px 0px 0px 16px;
	margin: 0px 10px 0px 0px;
}

/* Bullets Styles */
ul.bullets {
	list-style-type: none;
	margin: 6px 0px 10px 12px;
}
ul.bullets li {
	background: url(../images/bullet_blue.gif) no-repeat left 6px;
	padding: 0px 0px 10px 14px;
}
.subli li {
	padding: 0px 0px 15px 14px;
}

#alert {
	color: #ff0000;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
	text-align: center;
	padding: 8px 8px 8px 8px;
}

#alertLink {
	color:#000
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
	text-align: center;
	padding: 4px 4px 4px 4px;
	text-decoration: underline;
}

/* END ------------------------------------------------------------------------------------ */

/* Links Styles */
a:link, a:visited { color: #008cff; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
/* END ------------------------------------------------------------------------------------ */

/* FORMS STYLES */
.form { width: 100%; }
.form tr td { padding: 4px 4px 10px 4px; }
.form tr td input, .form tr td textarea { border: #999999 solid 1px; padding: 4px; margin: 0px 0px 0px 8px; }
.form tr td select { border-width: 1px; margin: 0px 0px 0px 8px; }
.form tr td checkbox { margin: 0px 8px; }
/* END ------------------------------------------------------------------------------------ */
