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


html, body, div, ul, li, p, a, img, hr, h1, h2, h3, h4, h5, h6, input {
	margin: 0;
	padding: 0;
}

html, body { 
	width: 100%; 
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #4A4E51;
}

h1 {
	padding: 20px 0 0 0;
	letter-spacing: 1px;
	font-size: 24px;
}

h2 {
	padding: 20px 0 0 0;
	letter-spacing: 1px;
	font-size: 18px;
}

h3 {
	color: #989472;
	font-size: 14px;
}

p {
	line-height: 25px;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	color: #8a8a8a;
	background-color: #f5f4f0;
}

input, textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	color: #8a8a8a;
}

#outer_wrapper {
	background: url(../images/shadow_side.jpg) repeat-y top center;
	margin: 0 auto 0 auto;
	width: 920px;
	min-height: 100%;
	position: relative;
}

#inner_wrapper {
	width: 900px;
	min-height: 100%;
	margin-left: 10px;
	position: relative;
}

.footer {
	padding: 10px 0 10px 0;
	bottom: 0px;
	font-size: 11px;
	color: #B1AE93;
	line-height: 15px;
	clear: both;
}

.footer a {
	color: #b1ae93;
	font-size: 11px;
	text-decoration: underline;
}

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

/* menus */
#top_menu {
	margin: 35px 50px 0 0;
	padding: 3px;
	float: right;
	list-style-type: none;
	background-color: #B1AD92;
	display: inline;
}

#top_menu li {
	display: inline;
	padding: 0 4px 0 4px;
}

#top_menu a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5A5945;
	text-decoration: none;
	font-size: 9px;
	letter-spacing: 1px;
}

#top_menu a:hover {
	text-decoration: underline;
}

#main_menu {
	margin: 0 0 0 205px;
	list-style-type: none;
	padding-top: 15px;
	clear: right;
}

#main_menu li {
	display: inline;
	padding: 0 4px 0 4px;
}

#main_menu a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #062472;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0px;
}

#main_menu a:hover {
	text-decoration: underline;
}

#sub_menu {
	width: 300px;
	margin-top: -2px;
	padding-top: 2px;
	display: none; 
	position: absolute;
}

#sub_menu li {
	color: #989472;
	line-height: 12px;
	display: block;
}

#sub_menu a {
	color: #989472;
	padding-left: 5px;
}

/* sub page general styles */
#head_sub {
	width: 900px;
	height: 130px;
}

#head_sub img {
	margin: 15px 0 0 40px;
	float: left;
	border: none;
}

#sub_content {
	padding: 0 20px 0 95px;
	background: url(../images/sub_blocks_bkg.jpg) no-repeat 40px 20px;
	clear: both;
	position: relative;
}

#sub_content img {
	border: 1px solid #cccccc;
}

.sub_header {
	padding-top: 43px;
}

.bottom_header {
	font-size: 30px;
	color: #989472;
	padding: 20px 0 0 0;
	width: 480px;
	float: left;
}

.facebook_pic {
	position:absolute; 
	bottom: 10px; 
	right: 20px;
	border: none;
	z-index: 99;
}

/* home page */
#head_home {
	width: 900px;
	height: 430px;
	background: url(../images/hero_index.jpg) no-repeat top center;
}

#home_content {
	padding-left: 40px;
	background: url(../images/home_right_pic.jpg) no-repeat 98% 17px;
	position: relative;
}

#home_content_left {
	width: 410px;
}

#home_featured {
	
}
/* background: url(../images/home_featured_box.jpg) no-repeat 0px 0px;*/

#home_featured img {
	margin: 16px 0 0 16px;
	border: 1px solid #cccccc;
}

#home_featured p {
	margin: 0 0 0 16px;
	line-height: normal;
	color: #252C61;
}

/* contact page */
#contact_form {
	width: 420px; 
	float: right; 
	height: 250px;
	margin-top: 43px;
	background: url(../images/contact_bkg.jpg) no-repeat 20px 0px;
	padding-top: 21px;
	padding-left: 20px;
	position: relative;
}

#contact_form p {
	padding-left: 130px;	
	height: 30px;
}

#contact_form input {
	border: 1px solid #5A5945;
	height: 20px;
	padding: 0 3px 0 3px;
}

#contact_form textarea {
	border: 1px solid #5A5945;
	padding: 0 3px 0 3px;
}

#contact_form a {
	height: 20px;
	width: 65px;
	background: url(../images/contact_submit.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 198px;
	left: 150px;
}

#contact_form a:hover {
	background: url(../images/contact_submit_hover.jpg) no-repeat;
}

.contact_first_p {
	margin-top: 0px;
}

/* login page */
#login_form {
	width: 350px; 
	height: 131px;
	margin-top: 20px;
	background: url(../images/login_bkg.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 21px;
	position: relative;
}

#login_form p {
	height: 30px;
	padding-left: 100px;
}

#login_form input {
	border: 1px solid #5A5945;
	height: 20px;
	padding: 0 3px 0 3px;
}

#login_form a {
	height: 20px;
	width: 65px;
	background: url(../images/contact_submit.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 90px;
	left: 123px;
}

#login_form a:hover {
	background: url(../images/contact_submit_hover.jpg) no-repeat;
}

.login_first_p {
	margin-top: 0px;
}

.login_error {
	padding: 5px;
	position: absolute;
	margin: 93px 0 0 370px;
	color: red;
	font-size: 14px;
	width: 350px;
}

.please_login {
	margin-top: 20px;
}

.please_login a {
	color: #062472;
}

/* about page */
.about_image_right {
	float: right; 
	margin: 70px 10px 10px 10px; 
}

.about_image_left {
	float: right; 
	margin: 20px 10px 10px 20px;
}

/* overview page */
.overview_image_right {
	float: right; 
	margin: 49px 10px 10px 20px;
}

.overview_list {
	list-style-type: none;
	position: absolute;
	width: 250px;
	right: 40px;
	top: 100px;
	font-size: 11px;
}

.overview_list li {
	padding-bottom: 8px;
}

/* office page */
#office_wrapper {
	margin-right: 40px;
}

#office_wrapper h1 {
	padding-bottom: 5px;
}

#office_wrapper h2 {
	padding-bottom: 3px;
}

.office_top_image {
	float: left; 
	margin-right: 15px;
	position: relative;
}

.office_top_text {
	float: left; 
	width: 265px; 
	text-align: justify
}

.office_left_column {
	width: 248px; 
	float: left;
}

.office_left_column p {
	line-height: 16px;
}

.office_left_column h3 {
	padding: 3px 0 3px 0;
	font-size: 14px;
}

.office_middle_column {
	width: 248px; 
	float: left;
	text-align: center;
}

.office_middle_column p {
	text-align: left;
	margin-left: 10px;
	line-height: 16px;
}

.office_middle_column h3 {
	padding: 3px 0 3px 0;
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}

.office_right_column {
	width: 248px; 
	float: left;
	text-align: right;
}

.office_right_column p {
	text-align: left;
	margin-left: 20px;
	line-height: 16px;
}

.office_right_column h3 {
	padding: 3px 0 3px 0;
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
}

.office_map {
	font-size: 11px;
	color: #8a8a8a;
	text-decoration: none;
	position: absolute; 
	margin: 51px 0 0 133px;
}

/* staff */
#staff_content {
	padding: 0 0 0 95px;
	background: url(../images/sub_blocks_bkg.jpg) no-repeat 40px 20px;
}

.staff_block {
	float: left;
	width: 185px;
	margin: 5px 0 15px 0;
	line-height: 20px;
}

.staff_block img {
	border: 1px solid #cccccc;
}

.staff_block span {
	font-size: 14px;
	font-weight: bold;
}

.staff_block a {
	color: #8a8a8a;
	text-decoration: none;
}

.staff_block a:hover {
	color: #B2AE95;
}

/* our homes */
#our_homes_wrapper {
	margin-right: 80px;
}

.block_back_h2 {
	background: url(../images/h2_square_block.jpg) no-repeat 0px 31px; 
	padding: 30px 0 10px 10px; 
	margin-left: -10px;
	height: 22px;
	clear: left;
}

.our_homes_image {
	float: left; 
	margin-right: 15px;
}

.our_homes_p {
	margin-top: 10px;
}

/* portfolio */
#portfolio_wrapper {
	margin-right: 195px;
}

#portfolio_dropdown {
	float: right; 
	margin-right: 15px;
}

#portfolio_list {
	width: 153px; 
	background-color: #EDEEF0; 
	position: absolute; 
	margin-left: 727px; 
	top: 153px; 
	border-left: 1px solid #A7A7A7; 
	border-right: 1px solid #A7A7A7; 
	border-bottom: 1px solid #A7A7A7; 
	display: none;
}

#portfolio_list a {
	display: block; 
	padding: 5px 0 5px 10px;
	color: #062472;
	text-decoration: none;
	font-size: 11px;
	width: 143px;
}

#portfolio_list a:hover {
	background-color: #B1AD92;
	color: #5A5945;
}

.portfolio_nav {
	margin:0 0 0 45px;
	clear:both; 
	width: 643px;
}

.portfolio_previous {
	float: left;
	color: #AAA585;
	text-decoration: none;
}

.portfolio_previous:hover {
	color: #062472;
}

.portfolio_next {
	float: right;
	color: #AAA585;
	text-decoration: none;
}

.portfolio_next:hover {
	color: #062472;
}

/* available homes */
.available_image_right {
	float: right; 
	margin: 70px 10px 10px 10px; 
}

.available_image_left {
	float: right; 
	margin: 20px 10px 10px 20px;
}

#map_content {
	height: 300px;
	width: 900px;
	background-color: #B2AE95;
	position: relative;
}

.map_image {
	float: left;
}

#map_listing {
	height: 300px;
	float: left;
}
.available_h2 {
	color: #062472;
	font-size: 18px;
	padding: 0;
	margin: 15px 0 10px 10px;
}

.available_list_key {
	list-style-type: none;
	margin: 0 0 0 10px;
	width: 400px;
}

.available_list_key li {
	float: left;
	color: #062472;
}

.list_field_one {
	width: 140px;
}

.list_field_two {
	width: 50px;
}

.list_field_three {
	width: 70px;
}

.list_field_four {
	width: 105px;
}

.list_field_five {
	width: 28px;
}

.current_list_field {
	list-style-type: none;
	margin: 0 0 0 10px;
	width: 400px;
}

.current_list_field li {
	float: left;
	color: #ffffff;
	line-height: 20px;
}

.current_list_field a {
	display: block;
	height: 20px;
	width: 36px;
	background: url(../images/view_link.jpg) no-repeat 0px 2px;
}

.current_list_field a:hover {
	background: url(../images/view_link_hover.jpg) no-repeat 0px 2px;
}

.map_msg_img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 479px;
	
}

.map_msg_span {
	position: absolute;
	left: 25px;
	color: #cccccc;
	height: 20px;
	font-size: 14px;
	line-height: 25px;
}

.map_msg_span a {
	color: #cccccc;
	text-decoration: none;
}

.map_msg_span a:hover {
	text-decoration: underline
}

.map_msg_span a.map_msg_active {
	color: #ffffff;
	cursor: default;
}

.map_msg_span a.map_msg_active:hover {
	color: #ffffff;
	cursor: default;
	text-decoration: none;
}

.no_listing_txt {
	color: #ffffff; 
	margin-left: 20px;
}

/* interiors homes */
.interiors_image_right {
	float: right; 
	margin: 70px 10px 10px 10px; 
}

.interiors_image_left {
	float: right; 
	margin: 20px 10px 10px 20px;
}

/* testimonials */
.testimonials_text {
	width: 400px;
	line-height: 25px;
}

.testimonials_text h2 {
	padding-bottom: 20px;
}

.testimonials_author {
	color: #989472;
	padding-top: 5px;
	line-height: normal;
}

.testimonials_p {
	padding-top: 20px;
}

.testimonials_image {
	float: right; 
	margin-top: 25px;
	margin-bottom: 15px;
}

.testimonials_line {
	color: #989472;
	background-color: #989472;
	height: 2px;
	border: none;
	margin: 15px 0 15px 0;
	clear: both;
}

/* parade homes */
#parade_content {
	padding: 0 40px 0 95px;
	background: url(../images/sub_blocks_bkg.jpg) no-repeat 40px 20px;
}

#parade_right_block {
	width: 485px;
	float: right;
	
}

.small_address {
	color: #B1AE93;
	font-size: 14px;
	font-style: italic;
}

#parade_right_block img {
	border: 1px solid #cccccc;
}

.parade_h2 {
	padding: 0 0 5px 0;
}

.parade_text {
	padding: 5px 0 30px 0;
}

.parade_list {
	width: 483px;
	margin-top: 10px;
	text-align: center;
}

.parade_list li {
	display: inline;
}

.award_list {
	list-style-type: none;
	margin-left: 30px;
	margin-right: 15px;
	font-size: 12px;
	z-index: 99;
	position: relative;
}

.award_title {
	margin-left: 30px;
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	z-index: 99;
	position: relative;
	display: block;
}

/* links page */
#links_content {
	padding: 0 0 0 95px;
	background: url(../images/sub_blocks_bkg.jpg) no-repeat 40px 20px;
}

.link_block {
	width: 375px;
	float: left;
	margin-top: 20px;
}

.link_block span {
	font-size: 16px;
	margin-bottom: 5px;
	color: #4A4E51;
}

.link_block span.link_name {
	font-size: 13px;
	margin-bottom: 0px;
	color: #8a8a8a;
	font-weight: bold;
}

.link_block a {
	color: #8a8a8a;
	text-decoration: none;
}

.link_block a:hover {
	color: #B2AE95;
}
