/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #ebe6d8;
	background-image: url(images/header/header_bar_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d392d;
}

a:active {color: #7d392d; text-decoration: underline}
a:link {color: #7d392d; text-decoration: underline}
a:visited {color: #7d392d; text-decoration: underline}
a:hover {color: #7d392d; text-decoration: none}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 0px;
}

td {
	vertical-align: top;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d392d;
}

textarea {
	width: 98%;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d392d;
	margin: 0px;
}

.button {
	border: none;
	padding: 3px;
	background-color: #7d392d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

#header_container {
	width: 720px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	float: left;
	width: 438px;
}

#header_menu {
	float: left;
	width: 272px;
	text-align: right;
	line-height: 33px;
	color: #ffffff;
}

#header_menu a:active {color: #ffffff; text-decoration: underline}
#header_menu a:link {color: #ffffff; text-decoration: underline}
#header_menu a:visited {color: #ffffff; text-decoration: underline}
#header_menu a:hover {color: #ffffff; text-decoration: none}

#nhbc_logo {
	position: absolute;
	top: 55px;
	right: 10px;
	z-index: 1;
}

#nhbc_text {
	position: absolute;
	top: 60px;
	right: 80px;
	z-index: 1;
	color: #23318a;
}

#content_header {
	clear: left;
	width: 720px;
	height: 13px;
}

#main_menu_container {
	width: 700px;
	height: 33px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.main_menu_button {
	float: left;
	padding-left: 3px;
}


#main_content_container {
	clear: left;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background/main_background.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#main_content {
	margin-left: 13px;
	margin-right: 13px;
}

#page_title {
	clear: left;
	width: 100%;
	padding-bottom: 3px;
}

.text_box {
	padding: 20px;
	background-color: #ebe6d8;
	height: 100%;
	overflow: hidden;
}

.text_box_clear {
	padding: 20px;
	height: 100%;
	overflow: hidden;
}

#footer_container {
	clear: left;
	width: 720px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content_footer {
	clear: left;
	width: 720px;
	height: 30px;
}

#footer_menu {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 20px;
}

#header_photo {
	clear: left;
}

/* Custom page styles */

/* Home page */

#home_text_box {
	clear: left;
	float: left;
	width: 230px;
	height: 349px;
	overflow: hidden;
}

#home_img {
	margin-left: 3px;
	float: left;
}

#home_image_container {
	padding-top: 3px;
	clear: left;
	overflow: hidden;
}

.home_image {
	float: left;
	padding-right: 3px;
}

.home_image_end {
	float: left;
}

/* About KM Scott page */

#main_container {
	overflow: hidden;
	padding-top: 3px;
}

#main_container .main_text_left {
	float: left;
	background: #ebe6d8;
	width: 348px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#main_container .main_text_right {
	float: left;
	width: 346px;
	background: #ffffff;
}



/* Gallery page */

.photo {
	float: left;
	width: 33%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.photo_frame {
	padding: 12px;
	background-color: #ebe6d8;
	border: none;
}



/* Contact Page */

#contact_form {
	clear: left;
	width: 98%;
	overflow: hidden;
}

.form_row {
	clear: left;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.form_required {
	float: left;
	font-weight: bold;
	width: 5%;
}

.form_label {
	float: left;
	width: 40%;
	font-weight: bold;
}

.form_field {
	float: left;
	width: 55%;
	text-align: right;
}

.error_message {
	color: #a9896d;
	font-weight: bold;
}



/* Property list */

.property_list_row {
	clear: left;
	background-color: #ebe6d8;
	margin-top: 3px;
	overflow: hidden;
}

.property_list_address {
	float: left;
	width: 154px;
}

.property_list_overview {
	float: left;
	width: 260px;
	overflow: hidden;
}

.overview_text {
	padding-right: 20px;
}

.property_list_image {
	float: left;
	width: 240px;
	overflow: hidden;
}

.image_container {
	float: right;
	background-color: #ffffff;
	padding: 10px;
}



/* Property details */

#property_image_list {
	/*width: 346px;*/
	padding-right: 20px;
	background: #ffffff;
}

.property_photo_frame {
	float: right;
	padding: 12px;
	background-color: #ebe6d8;
	border: none;
}


/* Client references list */


.client_reference_list_row {
	clear: left;
	background-color: #ebe6d8;
	margin-top: 3px;
	overflow: hidden;
}

.client_reference_client {
	float: left;
	width: 154px;
}

.client_reference_reference {
	float: left;
	overflow: hidden;
}

.reference_text {
	padding-right: 20px;
}