@charset "UTF-8";
/* CSS Document */

/* html tags */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #4B3C30;
	background-image: url('../../img/page_parts/bg_gradient.jpg');
	background-repeat: repeat-x;
}

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

a { 
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
}

td {
	text-align: left;
}

/* form styles */
.field {
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #555555;
}

textarea {
	width: 300px;
	height: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #555555;
}

/* font styles */
.basic_font {
	font-family: 'Arial', sans-serif;
	line-height: 30px;
}

.body {
	font-size: 13px;
	color: #555555;
	font-weight: normal;
	line-height: 26px;
}

.body a {
	font-weight: bold;
	color: #572600;
	text-decoration: none;
}
.body a:hover {
	color: #572600;
	text-decoration: underline;
}

.footer { 
	font-family: 'Arial', sans-serif;
	font-size: 10px; 
	font-weight: normal;
	line-height: 20px;
	color: #998F86;
}

.footer a {
	font-weight: normal;
	color: #998F86;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.header {
	font-size: 16px;
	color: #BE8B5E;
	font-weight: bold;
	line-height: 32px;
}

.subheader {
	font-size: 12px;
	color: #572600;
	font-weight: bold;
	line-height: 24px;
}

.close a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}

.close a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.blockquote {
	width: 160px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -5px;
	font-size: 10px;
	line-height: 20px;
}

/* body styles */

.body_content {
	position: relative;
	width: 680px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	float: left;
}

.body_links {
	position: relative;
	width: auto;
	height: auto;
	padding-left: 60px;
	float: left;
}

/* layout styles */
div#background {
	height: auto !important; /* real browsers */
	min-height: 100%; /* real browsers */
}

div#home_container {
	position: relative;
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}

.home_top {
	position: relative;
	width: 1180px;
	height: 110px;
	background-image: url('../../img/page_parts/home_top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.home_main {
	position: absolute;
	width: 1180px;
	height: 720px;
	background-image: url('../../img/page_parts/home_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}

.home_main_container {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto;	
	z-index: 100;
}

.home_navbar {
	position: relative;
	width: 950px;
	height: 30px;
	margin: 10px 0 0 0;
	float: left;
}

.home_slideshow {
	position: relative;
	width: 950px;
	height: 460px;
	margin: 10px 0 0 0;
	float: left;
}

.home_bottom {
	position: relative;
	width: 950px;
	height: 180px;
	margin: 10px 0 0 0;
	float: left;
}

.home_left {
	position: relative;
	width: 310px;
	height: 180px;
	float: left;
}

.home_middle {
	position: relative;
	width: 310px;
	height: 180px;
	padding: 0 10px 0 10px;
	float: left;
}

.home_right {
	position: relative;
	width: 310px;
	height: 180px;
	float: left;
}

div#home_footer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 100px;
	top: 30px;
}

div#gallery {
	position: relative;
	width: 800px;
	height: 680px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto;
	width: 1000px;
	height: auto !important; /* real browsers */
	background-image: url('../../img/page_parts/bg.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}

div#navbar {
	position: relative;
	width: 960px;
	height: 30px;
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 0 0 0;
}

div#topbar {
	position: relative;
	width: 960px;
	height: 135px;
	margin: 0 auto; /* center, not in IE5 */
	padding: 0 0 0 0;
}

div#content {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0; /* bottom padding for footer */
	background-color: #FFFFFF;
	overflow: auto;
}

div#left_column {
	position: relative;
	width: 200px;
	height: 100%;
	padding: 20px 20px 20px 20px;
	float: left;
}

div#footer {
	position: relative;
	width: 960px;
	height: 110px;
	background-color: #4B3C30;
	background-image: url('../../img/page_parts/footer_bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

#mainnav {
	position: relative;
	width: 940px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.section_links {
	position: absolute;
	width: 180px;
	height: auto;
	left: 20px;
	top: 215px;
	horizontal-align: middle;
}

.section_links_about {
	position: absolute;
	width: 180px;
	height: auto;
	left: 20px;
	top: 165px;
}

.section_title {
	position: relative;
	width: 960px;
	height: 200px;
}

.section_title_about {
	position: relative;
	width: 960px;
	height: 400px;
}

.testimonials {
	position: relative;
	background-color: #AB9C8F;
	width: 162px;
	height: auto;
	margin-bottom: 10px;
	padding: 10px 19px 10px 19px;
	float: left;
}

.left_buttons {
	position: relative;
	width: 200px;
	margin-bottom: 10px;
	float: left;
}

.bottom_wood {
	position: relative;
	width: auto;
	height: 20px;
}

.footer_left {
	position: relative;
	margin-top: 45px;
	width: auto;
	height: 40px;
	left: 40px;
	float: left;
}

.footer_right {
	position: relative;
	margin-top: 45px;
	width: auto;
	height: 40px;
	right: 75px;
	float: right;
}

.img_left {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
}

.img_right {
	position: relative;
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

.outline_container {
	position: relative;
	width: 638px;
	height: auto;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 0px 20px 0px 20px;
	overflow: auto;
}

.form_container {
	position: relative;
	width: 638px;
	height: auto;
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 20px 20px 20px 20px;
	overflow: auto;
}

.nav_container {
	position: relative;
	width: auto;
	height: 30px;
	float: left;
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.thumb_container {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 640px;
	height: auto;
	overflow: auto;
}

.thumb_pad {
	position: relative;
	width: 100px;
	height: 100px;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 10px 0;
	background: #777777;
	float: left;
}

.content_box {
	position: relative;
	margin: 20px 0 20px 0;
	height: 120px;
	width: 307px;
	padding: 0px 0px 0px 0px;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.content_text {
	position: absolute;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	left: 120px;
}

.content_image {
	position: absolute;
	width: 120px;
	height: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.property_container {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 640px;
	height: auto;
	overflow: auto;
}

.media_container {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	width: 210px;
	height: 175px;
	float: left;
}

.media_img_outline {
	position: relative;
	background-color: #777777;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 210px;
	height: 135px;
}

.media_img {
	position: absolute;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	width: 200px;
	height: 125px;
}

.media_text {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	height: 20px;
	top: 140px;
}

.white_spacer {
	position: relative;
	width: 960px;
	height: 40px;
	float: left;
}

.body_line {
	position: relative;
	width: 680px;
	height: 1px;
	margin: 40px 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
}
