
/*HTML styles */

body {
	background-color: #522C15 ;
	margin: 0px 0px 0px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	color: #000 ;
}

p, li, div, td {
	line-height: 20px;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

input, select, textarea, button, option, optgroup {
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

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

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-family: times, serif ;
	font-size: 30px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #061B46 ;
	margin-top: 0px ;
	line-height: 34px ;
}

h2 {
	font-family: times, serif ;
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 26px ;
	color: #061B46 ;
	margin-bottom: 0px; 
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	color: #061B46 ;
}

h6 {
	padding: 0px; 
	margin: 0px;
	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	font-weight: bold; 
	color: #000 ;
}

a:link, a:active, a:visited {
	color: #522C15 ;
}

a:hover {
	color: #061B46 ;
}

.mceContentBody a {
	color: #522C15 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, a:active img, a:visited img, a:hover img {
	border-color: #522C15;
}

a:hover img {
	border-color: #061B46;
}

/*Template Styles*/

.container {
	width: 944px;
	margin: auto;
}

.nav_cell {
	vertical-align: top; 
	width: 200px; 
	border-right: solid 1px #E7DDCE;
}

.content_cell {
	vertical-align: top; 
}

.right_side {
	vertical-align: top; 
	padding-left: 10px; 
	width: 200px; 
	border-left: solid 1px #E7DDCE;
}

.content {
	padding: 0px 15px ;
}

.foot, a.foot:link, a.foot:active, a.foot:visited, a.foot:hover {
	color: #ffffff ;
}

/* Nav Styles */

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	font-family: georgia, times, serif ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	
	display: block; 
	border-bottom: 1px solid #E7DDCE ;
	padding: 3px 10px ;
}

a.button:hover {
	background-color: #F6F1EE ;
}

table.top_button, table.top_button_up {
	font-family: georgia, times, serif ;
	margin-right: 2px; 
}

table.top_button td, table.top_button_up td {
	height: 34px; 
	padding: 0px;
	color: white; 
	vertical-align: middle; 
	text-align: center; 
}

table.top_button_up td a:link, table.top_button_up td a:active, table.top_button_up td a:visited, table.top_button_up td a:hover {
	color: white; 
	text-decoration: underline ;
}
table.top_button td a:link, table.top_button td a:active, table.top_button td a:visited, table.top_button td a:hover {
	color: white; 
	text-decoration: none; 
}

table.top_button td.top_button_l {
	width: 5px; 
	background: url(/images/button_l.jpg) top left no-repeat; 
}

table.top_button td.top_button_m {
	padding: 5px 10px; 
	background: url(/images/button_m.jpg) top left repeat-x; 
}

table.top_button td.top_button_r {
	width: 5px; 
	background: url(/images/button_r.jpg) top left no-repeat; 
}

table.top_button_up td.top_button_l {
	width: 5px; 
	background: url(/images/button_l_up.jpg) top left no-repeat; 
}

table.top_button_up td.top_button_m {
	padding: 5px 10px; 
	background: url(/images/button_m_up.jpg) top left repeat-x; 
}

table.top_button_up td.top_button_r {
	width: 5px; 
	background: url(/images/button_r_up.jpg) top left no-repeat; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
	white-space: nowrap;
}

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

/*Misc Standard Styles*/

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, .row_0 {
	background-color: #F3EFE6;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good, .status1 {
	color: #456314;
}

.bad, .status0 {
	color: #711028;
}

.img_float {
	float: right;
	border: solid 1px #522C15;
	margin: 0px 0px 10px 10px; 
}

/*Module Styles */


/* AUTHORS STYLES */

div.authors_title {
	font-weight: bold; 
	font-size: 14px;
}

div.authors_link {
	text-align: right;
}

table.authors {
	width: 100%; 
}

td.authors_cell {
	text-align: center; 
	border: dotted 1px #999;
}

td.authors_cell:hover {
	background-color: #DFCEC3 ;
	border: dotted 1px #999 ; 
}

table.authors td {
	padding: 5px; 
	vertical-align: top;
}

td.authors_img {
	width: 1%; 
	vertical-align: top;
	text-align: center; 
}

img.authors_img {
	float: right; 
	border: solid 1px #666; 
	margin: 0px 0px 10px 10px; 
}

img.authors_a_img {
	border: solid 1px; 
}

td.authors_info {
	vertical-align: top;
}

div.authors_teaser {
	text-align: left; 
}

/* banks STYLES */

div.banks_list {
	border-top: solid 0px #666 ;
	border-bottom: solid 0px #666; 
}

div.banks {
	padding: 0px 0px 5px 0px; 
	border-top: 0px dashed #666 ; 
}

div.banks:first-child {
	border-top: 0px; 
}

div.banks_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.banks_author {
	font-weight: bold;
	font-size: 1em; 
}

div.banks_date {
	font-style: italic;
	font-size: 1em; 
}

div.banks_link {
	text-align: right;
}

img.banks_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.banks_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.banks_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

/* BLOGS STYLES */

div.blog_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.blog {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.blog:first-child {
	border-top: 0px; 
}

div.blog_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blog_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blog_date {
	font-style: italic;
	font-size: 1em; 
}

div.blog_link {
	text-align: right;
}

img.blog_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blog_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blog_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blog_comments {
	width: 100%; 
}

table.blog_comments td {
	vertical-align: top;
}

div.blog_leave_comment {
	color: #522C15;
	background-color: #DFCEC3;
	padding: 5px 10px 0px 10px; 
	border: solid 1px #666;
	margin-bottom: 10px; 
}

div.blog_comment_action_end {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 99%; 
	height: 4em; 
}

div.blog_comment {
	border: solid 1px #666;
	border-width: 1px 0px 0px 0px;
	padding: 5px 10px; 
}

div.blog_comment.row0 {
	background-color: #F3EFE6;
}

div.blog_comment.row1 {
	background-color: #fff;
}

div.blog_comment_date {
	font-size: .8em; 
}

div.blog_comment_name {
	font-size: .8em;
}

div.blog_comment_content {
	margin-top: 10px; 
}

/* communities STYLES */

div.communities_list {
	border-top: solid 0px #666 ;
	border-bottom: solid 0px #666; 
}

div.communities {
	padding: 0px 0px 5px 0px; 
	border-top: 0px dashed #666 ; 
}

div.communities:first-child {
	border-top: 0px; 
}

div.communities_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.communities_author {
	font-weight: bold;
	font-size: 1em; 
}

div.communities_date {
	font-style: italic;
	font-size: 1em; 
}

div.communities_link {
	text-align: right;
}

img.communities_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.communities_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.communities_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

/* construction STYLES */

div.construction_list {
	border-top: solid 0px #666 ;
	border-bottom: solid 0px #666; 
}

div.construction {
	padding: 0px 0px 5px 0px; 
	border-top: 0px dashed #666 ; 
}

div.construction:first-child {
	border-top: 0px; 
}

div.construction_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.construction_author {
	font-weight: bold;
	font-size: 1em; 
}

div.construction_date {
	font-style: italic;
	font-size: 1em; 
}

div.construction_link {
	text-align: right;
}

img.construction_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.construction_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.construction_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

/* PROPERTIES STYLES */

table.properties_list {
	width: 100%; 
	border: solid 1px #666; 
}

tr.properties_list_head {
	background-image: url(/images/head_bg.jpg) ;
	background-repeat: repeat-x; 
	background-position: center;
}

tr.properties_list_head a:link, tr.properties_list_head a:active, tr.properties_list_head a:visited, tr.properties_list_head a:hover {
	color: #fff ;
} 

tr.properties_list_head td {
	border-bottom: solid 1px #666; 
	font-weight: bold; 
	padding: 6px; 
}

tr.properties_list_row td {
	padding: 4px; 
	vertical-align: top; 
}

div.properties {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.properties:first-child {
	border-top: 0px; 
}

div.properties_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.properties_author {
	font-weight: bold;
	font-size: 1em; 
}

div.properties_date {
	font-style: italic;
	font-size: 1em; 
}

div.properties_link {
	text-align: right;
}

img.properties_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.properties_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.properties_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

div.properties_featured {
	text-align: center; 
	background-color: #522C15;
}

div.properties_featured_img {
	border-bottom: solid 1px #fff;
}

div.properties_featured_content {
	color: #fff;
	padding: 5px; 
}

div.properties_featured_label {
	background-image: url(/images/bg-ttl-featured.gif) ;
	background-position: center center; 
	background-repeat: no-repeat; 
	color: #c98958;
}

.properties_featured_name a {
	color: #fff ;
}

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

table.properties_search {
	/*width: 100%; */
	background: #532D16 url(/images/bottom_bg.jpg) top repeat-x; 
	border: solid 1px #532D16; 
	color: #fff; 	
	margin: auto; 
}

table.properties_search td {
	padding: 5px 15px; 
	vertical-align: top;
}

.properties_search_label {
	color: #CFB7A8;
	font-weight: bold; 
}

table.properties_info {
	
}

table.properties_info td {
	padding-right: 10px; 
}

.label {
	color: #061B46}

.place_holder {
	line-height: 9px; 
}

span.properties_info_block {
	display: inline-block; 
}

span.properties_info {
	margin-right: 10px; 
}

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
