/*--------------------*/
/*--------------------*/
/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/
/*--------------------*/
/*--------------------*/


/* BODY */
body { 
	margin: 0px;
	background: #484848 url('../images/site_bg.jpg') repeat-x;
}
body, p {
	font-family: Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #555555;
	line-height: 1.4;
}

/* IMAGE */
img {
	border: 0px;
}

/*
input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}
*/

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}



/* GENERAL LINKS */
a:link, a:visited, a:active{
	color: #5F7A36;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}


/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/

.header {
	font-family: Garamond, Times New Roman, Serif;
	font-size: 14px;
}

.header_light {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

.title {
	font-family: Garamond, Times New Roman, Serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	padding-bottom: 20px;
}
.title a:link, .title a:visited, .title a:active {
	color: #333333;
	font-weight: normal;
}

.title a:hover {
	color: #666666;
}
.title_light {
	font-family: Garamond, Times New Roman, Serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.4;
}

.row_title {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.row_title a:link, .row_title a:visited, .row_title a:active {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.row_title a:hover {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.row_title_light {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
}


.sub_title {
	color: #555555;
	font-size: 8pt;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}

.page_title {
	font-family: Garamond, Times New Roman, Serif;
	font-size: 18px;
	color: #444444;
	line-height: 1.4;
	border-bottom: 1px solid #969683;
	padding-bottom: 6px;
	margin-bottom: 30px;
}

.section_title {
	font-family: Garamond, Times New Roman, Serif;
	font-size: 14px;
	color: #85AB4B;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	border: 1px solid #CCCCCC;
	padding: 0px 20px 2px 12px;
	margin-bottom: 12px;
}


.quote {
	color: #333333
}
/*MODULES*/

.module_title {
	font-family: Garamond, Times New Roman, Serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #969683;
}
.module_title a:link, .module_title a:visited, .module_title a:active{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.module_title a:hover { 
	color: #000000;
	text-decoration: none;
}

.module_date {
	font-size: 9px;
	color: #555555;
	padding-bottom: 8px;

}
.module_body {
	color: #555555;
}


.page_description {
	padding-bottom: 30px;
}


.box { border: 1px solid #999999; }


.button {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	background-color: #FFFFFF;
}
.button a:link, .button a:visited, .button a:active{
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px 5px;
	margin: 2px;
}
.button a:hover { 
	background-color: #EEEEEE;
}


/*BORDERS (ONLY INCLUDED FOR TEMPLATES W NON-WHITE CONTENT AREAS*/

.border {
	border: 1px solid #BBBBBB;
}
.border_top {
	border-top: 1px solid #BBBBBB;
}
.border_right {
	border-right: 1px solid #BBBBBB;
}
.border_bottom {
	border-bottom: 1px solid #BBBBBB;
}
.dotted_border_bottom {
	border-bottom: 1px dotted #999999;
}
.border_bottom_thick {
	border-bottom: 4px solid #AAAAAA;
}
.border_left {
	border-left: 1px solid #BBBBBB;
}



/* LIST ROW COLORS */
.color1 {
	background-color: #FFFFFF;
}
.color2 {
	background-color: #DDDDDD;
}

/* MLS COLORS */
.personal_listings {
	background-color: #99C358;
}
.new_listings {
	background-color: #AAAA99;
}
.updated_listings {
	background-color: #C4D778;
}


/* Footer */
#footer_container {
	overflow: hidden;
	width: 930px;
	margin: 0px auto;
	text-align: center;
}
#footer_info {
	float: left;
	width: 830px;
	text-align: right;
	margin-right: 20px;
}
#footer_logo {
	float: left;
	width: 80px;
}
.footer {
	font-size: 10px;
	color: #888888;
	line-height: 1.6;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #888888;
}
.footer a:hover { 
	color: #CCCCCC;
}




/* LINKS */
.separator_row {
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.links_toggle_1 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding: 4px 0px;
	margin-left: 12px;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.links_toggle_1 a:hover {
	color: #666666;
}

.links_expand_1 {
	height: auto;
	margin-top: -1px;
	margin-left: 18px;
	margin-bottom: -1px;
}

.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
	font-weight: bold;
	padding-left: 18px;
	z-index: 10;
	background: url('../images/active_link_ornament.jpg') no-repeat 0% 40%;
}

.links_toggle_2 {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	padding: 3px 0px;
	margin-left: 12px;
}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.links_toggle_2 a:hover {
	font-size: 11px;
	color: #333333;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 20px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_3 a:hover {
	color: #333333;
}
.links_expand_3 {
	height: auto;
}



.links_toggle_4 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 30px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_4 a:hover {
	color: #333333;
}
.links_expand_4 {
	height: auto;
}



.links_toggle_5 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 40px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_5 a:hover {
	color: #333333;
}
.links_expand_5 {
	height: auto;
}





/* MAIN LINKS */
.links_home_toggle_1 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #8A8B79;
	border-right: 1px solid #2E3A1A;
}
.links_home_toggle_1 a:link, .links_home_toggle_1 a:visited, .links_home_toggle_1 a:active {
	font-size: 10px;
	text-decoration: none;
	margin: 0px 15px;
	color: #8A8B79;
}
.links_home_toggle_1 a:hover {
	color: #A9D960;
}


/* MAIN SECTION LINKS */
.links_main_toggle_1 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #8A8B79;
	border-right: 1px solid #2E3A1A;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 10px;
	text-decoration: none;
	margin: 0px 15px;
	color: #8A8B79;
}
.links_main_toggle_1 a:hover {
	color: #A9D960;
}


/*FEATURED PROPERTY*/

.featured_property_image {
	padding: 5px;
	width: 150px;
	border: 1px solid #646464;
	margin: 15px 0px;
}
.featured_property_title {
	font-family: Garamond, Times New Roman, Serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	padding-bottom: 5px;
}
.featured_property_community {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #5F7A36;
	line-height: 1.4;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px solid #969683;
}


/* MAIN LAYOUT*/
div#main {
	width:924px; 
	margin: 0px auto;
}
div#upper_links {
	overflow: hidden;
}
div#plain_top_border {
	width: 924px;
	height: 16px;
	margin-top: 15px;
}
div#account_name {
	width: 576px; 
	height: 33px; 
	float:left; 
	background-image: url('../images/top_border_left.png');
}
div#b_contact {
	width: 141px; 
	float:left;
}
div#account_tab_left {
	width: 45px; 
	float:left;
}
div#b_my_account {
	width: 141px; 
	float:left;
}
div#top_border_right {
	width: 69px; 
	float:left;
}
div#main_shell {
	width: 890px; 
	padding: 0px 17px; 
	background: url('../images/main_tiling.png') repeat-y;
}
div#home_flash_area {
	overflow:hidden; width: 890px;
}
div#link_area
{
	height: 24px;
	background-color: #000000;
	border-bottom: 8px solid #666666;
	text-align: center;
	text-transform: inherit;
}
.left_green_line {
	border-left: 1px solid #2E3A1A;
	vertical-align: middle;
	text-align: center;
}
div#home_content {
	width: 890px;
	overflow: hidden; 
	background: url('../images/blog_bottom.jpg') no-repeat bottom left;
}
div#left_column {
	float:left;
	width: 224px;
}
div#right_column {
	float: left; 
	width 666px; 
	text-align: center; 
}
div#blog_area {
	width: 154px; 
	text-align:left; 
	padding: 0px 35px 25px 35px;
}
div#module_area {
	overflow: hidden;
	text-align: left; 
	padding: 25px 40px 35px 47px; 
	width: 579px;
}
div#main_module {
	float: left;
	text-align: left; 
	padding-right: 45px; 
	width: 344px;
}
div#featured_home {
	float: left;
	text-align: left;
	width: 160px;
}
div#base {
	width:924px;
}
div#shell_main{
	width: 890px; 
	padding: 0px 17px; 
	background: url('../images/shell_main_tiling.png') repeat-y;
}
div#flash_container {
	overflow:hidden; 
	width: 890px;
}
div#sidelinks {
	width: 136px;
	text-align: left;
	margin-bottom: 160px;
}
div#shell_content {
	width: 890px;
	overflow: hidden;
	background: url('../images/side_menu_bottom.jpg') no-repeat bottom left;
}
div#shell_content_wide
{
	width: 890px;
	overflow: hidden;
	background-color: #CCCEC0;
}
div#content_wide {
	text-align: left; 
	padding: 35px 40px 25px 40px;
}

div#shell_left_column {
	float:left; 
	width: 197px;
}
div#shell_right_column {
	float: left; 
	width 693px; 
	text-align: center; 
}
div#right_column_content {
	text-align: left; 
	padding: 35px 40px 25px 53px; 
	width: 600px;
}

div#shell_portrait {
	padding-top: 20px;
}
div#realtor_logo {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #969683;
	width: 224px;
	overflow: hidden;
}
.drop_us_a_note {
	padding: 15px 0px; 
	text-align: left;
}

.logged_in {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 3px 5px 0px 88px;
}

.logged_in a:link, .logged_in a:visited, .logged_in a:active {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.logged_in a:hover {
	color: #000000;
}