* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #6D080A;
	text-decoration: none;
}

input {
	border: 1px solid #666666;
	color: #666666;
}

select {
	border: 1px solid #666666;
	color: #666666;
}

textarea {
	border: 1px solid #666666;
	color: #666666;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #020283;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #020283;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/separator_half_250.gif) no-repeat bottom left;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #020283;
	font-family: Arial, Helvetica, sans-serif;
}





/*************************
*
*	Header Classes 
*
**************************/

#header_primary {
	height: 120px;
	width: 782px;
	margin-bottom: 5px;
	padding: 0px 9px 0px 9px;
}

#header_secondary {
	height: 120px;
	width: 782px;
	margin-bottom: 5px;
	padding: 0px 9px 0px 9px;
	background: url(/images/separator_745.gif) no-repeat bottom center;
}

.header_corner_l {	
	width: 5px;
	height: 85px;
	margin-top: 34px;
	float: left;
	line-height: 0px;
	background: url(/images/header/corner_l.gif) no-repeat top left;
}

.header_corner_r {	
	width: 5px;
	height: 85px;
	margin-top: 34px;
	float: left;
	line-height: 0px;
	background: url(/images/header/corner_r.gif) no-repeat top right;
}

.header_corner_secondary_l {	
	width: 381px;
	height: 83px;
	margin-top: 34px;
	float: left;
	background: url(/images/header/homepage_corner_l.gif) no-repeat top left;
}

.header_corner_secondary_r {	
	width: 170px;
	height: 102px;
	margin-top: 15px;
	float: right;
	line-height: 0px;
	background: url(/images/header/homepage_corner_r.gif) no-repeat top right;
}

.header_logo_primary {
	float: left;
}

#header_content {
	height: 120px;
	width: 772px;
	float: left;
}

#header_corner_message {
	float: right;
	height: 30px;
	color: #6A0509;
	font-size: 13px;
	padding-top: 4px;
	text-align: right;
}

#header_nav_top {
	width: 587px;
	height: 49px;
	float: left;
	text-align: right;
	background: url(/images/header/nav_top_background.gif) repeat-x top;
}

.header_nav_top_bttn {
	float: right;
	margin-top: 1px;
}

#header_breadcrumbs {
	width: 582px;
	height: 15px;
	position: relative;
	top: 3px;
	float: right;
	padding-right: 5px;
	text-align: right;
	color: #999999;
}

#header_breadcrumbs a {
	color: #999999;
}

#header_nav_bottom {
	height: 37px;
	text-align: center;
}

* html #header_nav_bottom {
	height: 32px;
}

#header_nav_bottom_separators {
	height: 32px;
	float: left;
	margin-top: 3px;
	background: url(/images/header/nav_bottom_se.gif) repeat-x top;
}

.header_nav_bottom_link {
	height: 23px;
	float: left;
	margin-right: 1px;
	color: #ffffff;
	font-size: 8pt;
	padding: 9px 0px 0px 0px;
}

.header_nav_bottom_link:hover,
.header_nav_bottom_link_hover {
	height: 23px;
	float: left;
	margin-right: 1px;
	color: #ae1517;
	background-image: none;
	background-color: #ffffff;
	font-size: 8pt;
	padding: 9px 0px 0px 0px;
}

* html .header_nav_bottom_link {
	height: 23px;
}

.header_nav_bottom_off {
	background: url(/images/header/nav_bottom_off.gif) repeat-x top;
}

.header_nav_bottom_on {
	background: url(/images/header/nav_bottom_on.gif) repeat-x top;
}

.header_nav_bottom_r_off {
	background: url(/images/header/nav_bottom_r_off.gif) no-repeat top right;
}

.header_nav_bottom_r_on {
	background: url(/images/header/nav_bottom_r_on.gif) no-repeat top right;
}

.header_nav_bottom_l_off {
	background: url(/images/header/nav_bottom_l_off.gif) no-repeat top left;
}

.header_nav_bottom_l_on {
	background: url(/images/header/nav_bottom_l_on.gif) no-repeat top left;
}
/*
.header_nav_bottom_off:hover,
.header_nav_bottom_on:hover,
.header_nav_bottom_r_off:hover,
.header_nav_bottom_r_on:hover,
.header_nav_bottom_l_off:hover,
.header_nav_bottom_l_on:hover {
	background: none;
	background-color: #ffffff;
}
*/

/***********************************************
* AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
.anylinkcss {
	position: absolute;
	top: -10px;
	visibility: hidden;
	font-size: 11px;
	z-index: 100;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding: 0px;
}

.anylinkcss a {
	display: block;
	text-decoration: none;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	z-index: 99;
	width: 98%;
}

.anylinkcss a:hover {
	background-color: #ae1517;
	color: #ffffff;
}


/*************************
*
*	Body Classes 
*
**************************/

#body_primary {
	width: 800px;
	/*overflow: auto;*/
	min-height: 400px;
}

* html #body_primary {
	overflow: visible;
	height: 400px;
}

#body_content {	
	width: 610px;
	padding-left: 8px;
	float: left;
}

* html #body_content {
	width: 608px;
}

#body_navigation {
	width: 162px;
	float: right;
}

.body_edge_long_l {
	width: 10px;
	height: 500px;
	float: left;
	line-height: 0px;
	background: url(/images/body_edge_long_l.gif) no-repeat top left;
}

.body_edge_long_r {
	width: 10px;
	height: 500px;
	float: right;
	line-height: 0px;
	background: url(/images/body_edge_long_r.gif) no-repeat top right;
}

.body_edge_short_l {
	width: 10px;
	height: 378px;
	float: left;
	line-height: 0px;
	background: url(/images/body_edge_short_l.gif) no-repeat top left;
}

.body_edge_short_r {
	width: 10px;
	height: 378px;
	float: right;
	line-height: 0px;
	background: url(/images/body_edge_short_r.gif) no-repeat top right;
}

#body_session_message_failure {
	margin: 10px 10px 5px 10px;
	padding: 7px 0px 5px 5px;
	color: #ff0000;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background-color: #ffe8e8;
}

#body_session_message_success {
	margin: 10px 10px 5px 10px;
	padding: 7px 0px 5px 5px;
	color: #009b00;
	border-top: 1px solid #009b00;
	border-bottom: 1px solid #009b00;
	background-color: #f3f9e7;
}

#body_session_message_failure div {
	padding: 5px 0px 7px 30px;
	background: url(/images/warning.gif) no-repeat top left;
}

#body_session_message_success div {
	padding: 5px 0px 7px 30px;
	background: url(/images/success.gif) no-repeat top left;
}





/*************************
*
*	Search Classes 
*
**************************/

.search_top {
	width: 158px;
	height: 7px;
	background: url(/images/search/edge_t.gif) repeat-x top;
}

.search_middle {
	width: 158px;
	background: #204f99 url(/images/search/background.jpg) repeat-x top;
}

.search_bottom {
	width: 158px;
	height: 7px;
	background: url(/images/search/edge_b.gif) repeat-x top;
}

.search_body {
	width: 144px;
	min-height: 355px;
	color: #cccccc;
	padding: 0px 7px 0px 7px;
	background: url(/images/search/edge_lr.gif) repeat-y left;
}

* html .search_body {
	height: 355px;
}

.search_body a {
	color: #cccccc;
	text-decoration: underline;
}

.search_body select {
	border: 1px solid #cccccc;
	color: #666666;
}

.search_body input {
	border: 1px solid #cccccc;
	color: #666666;
}

.search_body_label_full {
	padding: 8px 0px 1px 0px;
}

.search_body_label_half {
	float: left;
	width: 35%;
	height: 25px;
}

.search_body_field_full select,
.search_body_field_full input {
	width: 140px;
}

.search_body_field_half {
	float: right;
	height: 25px;
	width: 65%;
}

.search_body_field_half select,
.search_body_field_half input {
	width: 90px;
}

.search_body_text_center {
	clear: both;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

.search_corner_tl {
	width: 7px;
	height: 7px;
	float: left;
	line-height: 0px;
	background: url(/images/search/corner_tl.gif) no-repeat top left;
}

.search_corner_tr {
	width: 7px;
	height: 7px;
	float: right;
	line-height: 0px;
	background: url(/images/search/corner_tr.gif) no-repeat top right;
}

.search_corner_bl {
	width: 7px;
	height: 7px;
	float: left;
	line-height: 0px;
	background: url(/images/search/corner_bl.gif) no-repeat top left;
}

.search_corner_br {
	width: 7px;
	height: 7px;
	float: right;
	line-height: 0px;
	background: url(/images/search/corner_br.gif) no-repeat top right;
}

.search_title {
	margin: 3px 0px 0px 3px;
}

.search_area_cell {
	float: left;
	width: 48%;
}

.search_area_cell input {
	border: 0px;
}

.search_area_label {
	clear: both;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}

.communitytab_on,
.communitytab_off:hover {
	width: 146px;
	float: left;
	background: url(/images/search/location_tab_on.gif) no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.communitytab_on a,
.communitytab_off:hover a {
	padding-left: 8px;
	color: #ffffff;
	display: block;
}

.communitytab_off {
	width: 146px;
	float: left;
	background: url(/images/search/location_tab_off.gif) no-repeat top left;
	font-size: 12px;
	font-weight: bold;
	color: #4471c5;
}

.communitytab_off a {
	padding-left: 8px;
	color: #4471c5;
}

.location_community {
	clear: both;
	float: left;
	width: 581px;
	border-top: 1px solid #193e93;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.location_community_checkall {
	float: left;
	width: 581px;
	clear: both;
	background-color: #efefef;
}

.location_community_options {
	width: 581px;
	clear: both;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

.location_community_cell {
	width: 22%;
	float: left;
}

.location_community_cell input {
	border: 0px;
}

#search_form_buttons {
	float: left;
	text-align: center;
}

#search_form_buttons input {
	border: 0px;
}

#search_form_buttons_top {
	float: left;
	text-align: center;
}

#search_form_buttons_top input {
	border: 0px;
}




/*************************
*
*	Sub-Content Classes 
*
**************************/
.content_container_background_d300 {
	background: url(/images/background_faded_down_300.jpg) repeat-x top;
}

.content_container_background_u300 {
	background: url(/images/background_faded_up_300.jpg) repeat-x bottom;
}

.content_container_background_u300top {
	background: url(/images/background_faded_up_300.jpg) repeat-x top;
}

.content_container_background_d250 {
	background: url(/images/background_faded_down_250.jpg) repeat-x top;
}

.content_container_background_d150 {
	background: url(/images/background_faded_down_150.jpg) repeat-x top;
}

.content_container_standard_top {
	clear: both;
}

* html .content_container_standard_top {
	margin-top: 5px;
}

.content_container_cap {
	background-color: #f3f3f3;
	height: 5px;
}

.content_container_top {
	background-color: #f3f3f3;
	height: 33px;
	background: url(/images/content_container_top.png) no-repeat;
}

.content_container_cap_tl {
	width: 3px;
	height: 5px;
	float: left;
	line-height: 0px;
	background: url(/images/corner_gray_tl.gif) no-repeat top left;
}

.content_container_cap_tr {
	width: 3px;
	height: 5px;
	float: right;
	line-height: 0px;
	background: url(/images/corner_gray_tr.gif) no-repeat top right;
}

.content_container_cap_bl {
	width: 3px;
	height: 5px;
	float: left;
	line-height: 0px;
	background: url(/images/corner_gray_bl.gif) no-repeat bottom left;
}

.content_container_cap_br {
	width: 3px;
	height: 5px;
	float: right;
	line-height: 0px;
	background: url(/images/corner_gray_br.gif) no-repeat bottom right;
}

.content_container_body_cap {
	height: 2px;
	margin: 0px 5px 0px 5px;
	background-color: #ffffff;
}

.content_container_body_cap_office {
	margin: 0px 5px 0px 5px;
}

.content_container_body {
	margin: 1px 6px 0px 6px;
	padding: 5px 5px 0px 5px;
	background-color: #ffffff;
	min-height: 295px;
}

* html .content_container_body {
	height: 300px;
}

.content_container_office {
	margin: 1px 6px 0px 6px;
	padding: 5px 5px 0px 5px;
	background-color: #ffffff;
}

.content_container_body_tl {
	width: 2px;
	height: 2px;
	float: left;
	line-height: 0px;
	background: #ffffff url(/images/corner_white_tl.gif) no-repeat top left;
}

.content_container_body_tr {
	width: 2px;
	height: 2px;
	float: right;
	line-height: 0px;
	background: #ffffff url(/images/corner_white_tr.gif) no-repeat top right;
}

.content_container_body_bl {
	width: 2px;
	height: 2px;
	float: left;
	line-height: 0px;
	background: #ffffff url(/images/corner_white_bl.gif) no-repeat bottom left;
}

.content_container_body_br {
	width: 2px;
	height: 2px;
	float: right;
	line-height: 0px;
	background: #ffffff url(/images/corner_white_br.gif) no-repeat bottom right;
}

.content_container_outer_bg {
	background: url(/images/offices/just_listed_bg.png) no-repeat;
}




/*************************
*
*	Office Homepage Classes 
*
**************************/

.office_white_box
{
	width: 598px;
	background-image: url(/images/offices/white_box_middle.png);
	background-repeat: repeat-y;
}

.office_white_box_t_top
{
	height: 8px;
}

.office_white_box_t_content
{
	min-height: 200px;
	background-image: url(/images/offices/white_box_t_middle.png);
	background-repeat: repeat-y;
	width: 598px;
	padding-left: 3px;
}

.office_white_box_tl
{
	width: 280px;
	min-height: 200px;
	float: left;
	padding: 7px 7px 2px 6px;
	background: none;
}

.office_white_box_tr
{
	width: 280px;
	min-height: 200px;
	float: left;
	padding: 7px 7px 2px 9px;
	background: none;
}

.office_white_box_bt_middle
{
	clear: left;
	height: 16px;
}

.office_white_box_b_content
{
	min-height: 200px;
	background-image: url(/images/offices/white_box_middle.png);
	background-repeat: repeat-y;
	width: 598px;
	padding-left: 3px;
}

.office_white_box_bl
{
	width: 280px;
	min-height: 200px;
	float: left;
	padding: 7px 7px 2px 6px;
	background: none;
}

.office_white_box_br
{
	width: 280px;
	min-height: 200px;
	float: left;
	padding: 7px 7px 2px 9px;
	background: none;
}

.office_white_box_b_bottom
{
	clear: left;
	height: 15px;
}

.office_white_box_title {
	margin: 3px 0px 0px 5px;
}

.office_white_box_title_top {
	margin: 8px 0px 0px 8px;
}

.office_white_box_image {
	margin: 6px 0px 0px 5px;
}

.office_white_box_text {
	padding: 3px 5px 0px 5px;
	height: auto;
}

.office_white_box_bttn {
	text-align: center;
	padding-top: 5px;
}

.office_white_3box
{
	width: 175px;
	float: left;
	padding: 0px 14px 4px 9px;
	background: none;
	color: #666666;
	font-size: 11px;
}

.office_white_3box h1 a {
	color: #1f4a98;
	font-size: 14px;
	font-weight: bold;
}

.office_white_3box .price {
	color: #a11012;
	font-weight: bold;
	float: right;
}




/*************************
*
*	Footer Classes 
*
**************************/

#footer_primary {clear:both;}

#footer_upper {
	width: 755px;
	height: 90px;
	margin: 5px 22px 0px 22px;
}

#footer_middle {
	width: 786px;
	height: 52px;
	margin: 0px 7px 0px 7px;
	padding-top: 40px;
	text-align: center;
	color: #888888;
	background-image: url(/images/footer/background.gif);
}

#footer_bottom {
	width: 800px;
	height: 50px;
	margin-top: 60px;
	text-align: center;
	color: #888888;
}

#footer_bottom a {
	color: #888888;
}

.footer_logo {
	margin-top: 40px;
	float: left;
}

#footer_content {
	width: 590px;
	float: left;
	padding: 35px 30px 0px 15px;
	background: url(/images/footer/motto.gif) no-repeat top center;
}





/*************************
*
*	General Classes 
*
**************************/

#page_primary {
	width: 800px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.page_title {
	margin-top: 4px;
}

.page_action_links {
	text-align: right;
	line-height: 0px;
	padding-right: 3px;
}

.page_action_links a {
	position: relative;
	top: -2px;
}

.page_body {
	margin-top: 5px;
	margin-right: 3px;
	min-height: 300px;
}

* html .page_body {
	height: 300px;
}

.page_small {
	height: 300px;
}

.tile_white {
	height: 120px;
	background-color: #ffffff;
}

.tile_dark {
	height: 120px;
	background-color: #f3f3f3;
}

.tile_white img,
.tile_dark img {
	float: left;
	margin: 8px;
	border: 1px solid #a6a6a6;
}

.tile_box {
	min-height: 300px;
	margin-top: 2px;
	padding: 0px 6px 0px 6px;
}

* html .tile_box {
	height: 300px;
}

.tile_box_text {
	float: left;
	margin-top: 6px;
}

.tile_box_text strong {
	font-size: 12px;
	color: #020283;
}

.tile_box_buttons {
	width: 60%;
	float: left;
}

.tile_box_buttons img {
	border: 0px;
	margin: 0px;
}

.row_white {
	height: 110px;
	background-color: #ffffff;
}

.row_dark {
	height: 110px;
	background-color: #f3f3f3;
}

.row_white img,
.row_dark img {
	margin: 3px;
	border: 1px solid #a6a6a6;
}

.row_box {
	min-height: 300px;
	margin-top: 2px;
	padding: 0px 6px 0px 6px;
}

* html .row_box {
	height: 300px;
}

.row_box_text {
	margin-top: 6px;
}

.row_box_text_right {
	text-align: right;
	margin-top: 6px;
}

.row_box_text_right strong,
.row_box_text strong {
	font-size: 12px;
	color: #020283;
}

.row_box_text_right img {
	border: 0px;
	margin: 2px 0px 0px 2px;
	float: right;
}

.row_box_buttons {
	width:  49%;
	float: left;
}

.row_box_buttons img {
	border: 0px;
	margin: 0px;
}

.tab_small_on {
	float: left;
	display: block;
	width: 86px;
	height: 18px;
	padding-top: 6px;
	text-align: center;
	background: url(/images/tab_small_on.gif) no-repeat top left;
}

.tab_small_off {
	float: left;
	display: block;
	width: 86px;
	height: 18px;
	padding-top: 6px;
	text-align: center;
	color: #a2a2a2;
	background: url(/images/tab_small_off.gif) no-repeat top left;
}





/*************************
*
*	Interior Page Classes 
*
**************************/

.label_welcome_primary {
	margin: 5px 0px 0px 10px;
}

.label_welcome_subtitle {
	color: #666666;
	font-size: 12px;
	padding: 0px 0px 8px 10px;
}

.label_image {
	padding-bottom: 2px;
	padding-right: 50%;
	margin: 10px 0px 0px 0px;
	background: url(/images/separator_half_250.gif) no-repeat bottom left;
}

.faq_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.faq_question {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 20px 30px;
	background: url(/images/faq_q.gif) no-repeat top left;
}

.faq_answer {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 15px 30px;
	background: url(/images/faq_a.gif) no-repeat top left;
	border-bottom: 1px solid #eeeeee;
}

.our_agents {
	margin: 1px 6px 0px 6px;
	padding: 0px 0px 0px 0px;
}

.our_agents_tile_text {
	padding-bottom: 2px;
}

.agent_column_left {
	float: left;
	width: 23%;
	/*height: 300px;*/
	margin-top: 1px;
	padding: 10px 0px 0px 15px;
	list-style: none;
}

.agent_column_left a {
	color: #676767;
}

.agent_column_left a#highlighted {
	color: #04028a;
}

.agent_column_right {
	float: left;
	width: 72%;
	margin: 1px 4px 0px 0px;
	background-color: #ffffff;
	padding: 10px 0px 0px 10px;
}

* html .agent_column_right {
	width: 71.5%;
}

.agent_detail {
	margin-top: 5px;
	padding: 4px;
	overflow: auto;
	background: url(/images/corner_faded.jpg) no-repeat top left;
}

.agent_general_information {
	clear: left;
	padding-left: 4px;
	min-height: 400px;
}

.agent_general_information div {
	margin-top: 5px;
	margin-bottom: 10px;
}

.agent_general_information p {
	margin-bottom: 10px;
}

.agent_credentials {
	font-size: 12px;
}

.agent_contact_information {
	float: left;
	width: 56%;
	padding-top: 5px;
	color: #000000;
}

.inline_data_half {
	float: left;
	width: 49.9%;
}

.inline_data_half div {
	float: left;
	width: 31%;
	font-style: normal;
	color: #666666;
}

.varwidth_data_one_col,
.inline_data_two_col,
.inline_data_one_col {
	clear: both;
	margin-top: 10px;
	list-style: none;
	overflow: auto;
}

.inline_data_onebytwo_col {
	float: left;
	width: 75%;
	list-style: none;
	overflow: auto;
}

.inline_data_two_col li {
	width:  75%;
	float: left;
}

.inline_data_onebytwo_col li {
	clear: both;
}

.inline_data_one_col li {}

.inline_data_two_col li div {
	float: left;
	width: 35%;
	font-style: normal;
	color: #666666;
}

.inline_data_onebytwo_col li div {
	float: left;
	width: 25%;
	font-style: normal;
	color: #666666;
}

.inline_data_one_col li div {
	float: left;
	width: 15%;
	font-style: normal;
	color: #666666;
}

.varwidth_data_one_col li {
	clear: both;
	color: #666666;
}

.varwidth_data_one_col li div {
	float: left;
	padding-right: 5px;
}

.varwidth_data_container {
	float: left;
	width: 175px;
	color: #000000;
}


.agent_buttons {
	text-align: center;
	margin: 15px 0px 0px 18px;
}

.agent_buttons img {
	margin: 0px 1px 0px 1px;
	float: left;
}

.property_image,
.agent_image {
	float: left;
	margin: 0px 5px 0px 0px;
	border: 1px solid #a6a6a6;
}

.agent_image_view_listings {
	margin: 15px 0px 0px 20px;
}

.agent_image_view_soldpending_listings {
	margin: 5px 0px 0px 20px;
}

.my_favorite_home_text_box {
	padding: 0px 10px 3px 10px;
}

.community_resources {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.community_resources ul {
	width: 49%;
	float: left;
	margin-bottom: 10px;
	list-style: none;
}

.community_resources ul li {
	padding: 0px 0px 5px 5px;
}

.community_resources ul li a {
	text-decoration: underline;
}

.community_resources p {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.content_box_half {
	width: 49%;
	float: left;
}

.contact_agent_form, 
.contact_us_form {
	padding-top: 15px;
	clear: both;
}

.property_row_text {
	height: 75px;
}

.property_container {
	width: 100%;
	background-color: #ffffff;
}

.property_detail {
	margin-top: 5px;
	padding: 4px;
	overflow: auto;
	background: url(/images/corner_faded.jpg) no-repeat top left;
}

.property_select_home {
	background-color: #810304;
	color: #ffffff;
	font-size: 14px;
	width: 290px;
	border: 1px solid #a6a6a6;
	padding: 5px;
	margin-bottom: 1px;
	text-align: center;
}

.property_select_hcs {
	background-color: #e9a423;
	color: #ffffff;
	font-size: 14px;
	width: 290px;
	border: 1px solid #a6a6a6;
	padding: 5px;
	margin-bottom: 1px;
	text-align: center;
}

.property_mls_number {
	font-size: 12px;
}

.property_detail_left {
	float: left;
	width: 310px;
}

.property_detail_right {
	float: left;
	width: 267px;
	color: #000000;
}

* html .property_detail_right {
	width: 266px;
}

.property_listing_details {
	background: url(/images/labels/label_listing_details.gif) no-repeat top left;
	padding-top: 25px;
}

.property_general_information {
	background: url(/images/labels/label_general_information.gif) no-repeat top left;
	padding-top: 25px;
}

.property_features {
	background: url(/images/labels/label_features.gif) no-repeat top left;
	padding-top: 25px;
}

.property_resources {
	background: url(/images/labels/label_resources.gif) no-repeat top left;
	padding-top: 25px;
}

.property_description {
	clear: both;
	background: url(/images/labels/label_description.gif) no-repeat top left;
	padding-top: 25px;
	margin-top: 20px;
}

.property_buttons_big {
	margin: 20px 0px 0px 20px;
	width: 250px;
}

* html .property_buttons_big {
	width: 240px;
}

.property_buttons_big img {
	margin-top: 3px;
}

.property_buttons_small {
	width: 303px;
}

.property_buttons_small img {
	margin: 3px 1px 0px 0px;
}

.property_open_houses {
	height: 31px;
	width: 224px;
	background: url(/images/property_open_house_bg.gif)  top left;
	padding: 5px 0px 0px 78px;
	color: #000000;
	margin-bottom: 5px;
}

.property_text_description {
	padding: 5px 10px 0px 10px;
	min-height: 250px;
	color: #000000;
}

* html .property_text_description {
	height: 250px;
}

.form_standard {
	width: 100%;
	margin: 0px auto 0px auto;
 }
 
.form_standard label {
	display: block;
	clear: left;
	float: left;
	width: 35%;
	text-align: right;
	padding-right: 17px;
	margin-right: 5px;
 }
 
.form_standard div {
	padding: 5px 0px 5px 0px;
}

.form_standard_header {
	float: left;
	width: 49.9%;
}

.form_standard_header_message {
	float: right;
	width: 50%;
	text-align: right;
	height: 15px;
	padding-top: 4px;
	margin-bottom: 3px;
}

* html .form_standard_header_message {
	margin-bottom: 0px;
}

.form_standard_header_pages {
	float: right;
	width: 50%;
	height: 15px;
	text-align: right;
	
}

.form_standard_container {
	clear: both;
}

.form_container_small {
	float: left;
	width: 49%;
}

.form_container_large {
	width: 100%;
}

.form_standard_buttons {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	background: url(/images/separator_400.gif) no-repeat top center;
}

.form_standard_buttons img {
	margin-top: 15px;
}

.form_standard_buttons input {
	border: 0px;
	margin-top: 10px;
}

.form_standard_separator {
	width: 100%;
	margin-top: 10px;
	line-height: 0px;
	font-size: 0px;
	background: url(/images/separator_400.gif) no-repeat top center;
}

.form_big {
	height: 800px;
}

.form_small {
	height: 150px;
}

.form_really_small {
	height: 100px;
}




/*************************
*
*	Miscellaneous Classes 
*
**************************/

.no_margin {
	margin: 0px;
}

.clear_both {
	clear: both;
}

.layer_hidden {
	display: none;
}

.layer_show	{}

.spacer {
	width: 1px;
	height: 1px;
	line-height: 2px;
}

.field_required label {
	background: url(/images/required.gif) no-repeat top right;
}

.field_error label {
	color: #ff0000;
}

.field_error select,
.field_error input,
.field_error textarea {
	color: #ff0000;
	border: 1px solid #ff0000;
}

.dark_text {
	color: #000000;
}

.no_records {
	background-color: #ffffff;
	height: 100px;
	padding-top: 50px;
	text-align: center;
}

.contextHelp {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000000;
	background-color: #ffffe1;
	padding: 2px;
	border: 1px solid #000000;
	white-space: nowrap;
}

.tourLink {
	display: block;
	width: 150px;
	margin: 5px auto 5px auto;
	background-color: #f3f3f3;
	border: 1px solid #e8e8e8;
}

.map_legend {
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 5px 10px 0px 10px;
}

.map_legend_key {
	border: 1px solid #a6a6a6; 
	padding: 3px;
	background-color: #ffffff;
}

.map_legend_img_off {
	border: 1px solid #d1d1d1;
	padding: 1px;
	background-color: #ffffff;
	margin: 0px 3px 2px 0px;
	vertical-align: middle;
}

.map_legend_img_on {
	border: 1px solid #717171;
	padding: 1px;
	background-color: #ffffff;
	margin: 0px 3px 2px 0px;
	vertical-align: middle;
}

.property_thumbnail {
	float: left;
	margin: 0px 8px 0px 0px;
	border: 1px solid #a6a6a6;
}

.map_property_detail {}

.map_property_detail_title {
	font-size: 12px;
	color: #020283;
}

#market_information p {
	margin-bottom: 10px;
}


#title_openhouse {
	display: none;
	visibility: hidden;
}

#social_media {
	float: right; 
	margin: -14px 0px 0px 0px; 
	padding: 0px;
	position: relative;
}

/*************************
*
*	Right Navigation Classes 
*
**************************/

a#btnSelectAgent {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_selectagent.gif") no-repeat 0 0;
}

a#btnSelectAgent:hover {
background: url("/images/search/bttn_selectagent_over.gif") no-repeat 0 0;
}

a#btnSelectAgent span { display:none; }

a#btnMarketInfo {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_marketinfo.gif") no-repeat 0 0;
}

a#btnMarketInfo:hover {
background: url("/images/search/bttn_marketinfo_over.gif") no-repeat 0 0;
}

a#btnMarketInfo span { display:none; }

a#btnCareers {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_careers.gif") no-repeat 0 0;
}

a#btnCareers:hover {
background: url("/images/search/bttn_careers_over.gif") no-repeat 0 0;
}

a#btnCareers span { display:none; }

a#btnHcsBuilders {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_hcsbuilders.gif") no-repeat 0 0;
}

a#btnHcsBuilders:hover {
background: url("/images/search/bttn_hcsbuilders_over.gif") no-repeat 0 0;
}

a#btnHcsBuilders span { display:none; }

a#btnResidentialLots {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_residentallots.gif") no-repeat 0 0;
}

a#btnResidentialLots:hover {
background: url("/images/search/bttn_residentallots_over.gif") no-repeat 0 0;
}

a#btnResidentialLots span { display:none; }

a#btnPropertyMgmt {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_propertymgmt.gif") no-repeat 0 0;
}

a#btnPropertyMgmt:hover {
background: url("/images/search/bttn_propertymgmt_over.gif") no-repeat 0 0;
}

a#btnPropertyMgmt span { display:none; }

a#btnBlog {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_blog.gif") no-repeat 0 0;
}

a#btnBlog:hover {
background: url("/images/search/bttn_blog_over.gif") no-repeat 0 0;
}

a#btnBlog span { display:none; }

a#btnEnewsletter {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_enewsletter.gif") no-repeat 0 0;
}

a#btnEnewsletter:hover {
background: url("/images/search/bttn_enewsletter_over.gif") no-repeat 0 0;
}

a#btnEnewsletter span { display:none; }

a#btnVideoNews {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_videonews.gif") no-repeat 0 0;
}

a#btnVideoNews:hover {
background: url("/images/search/bttn_videonews_over.gif") no-repeat 0 0;
}

a#btnVideoNews span { display:none; }

a#btnAmesVideo {
display: block;
width: 154px;
height: 34px;
margin-left: 3px;
background: url("/images/search/bttn_amesvideo.gif") no-repeat 0 0;
}

a#btnAmesVideo:hover {
background: url("/images/search/bttn_amesvideo_over.gif") no-repeat 0 0;
}

a#btnAmesVideo span { display:none; }
a#btnAmesVideo span { display:none; }

