/* ==================== */
/* Standard HTML Styles */
/* ==================== */
body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 88%;
}



body, p, td, th
{
	font-family: Verdana,Arial,sans-serif;
}

h1, h2, h3, h4
{
	font-weight: normal;
	margin: 5px 0px;
}
h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
h4
{
	font-size: 100%;
}

a:link, a:visited
{
	color: #0A51A1;
	text-decoration: none;
}
a:hover, a:active
{
	color: #CC3300;
	text-decoration: underline;
}

form
{
	margin: 0px;
	padding: 0px;
}


/* ==================== */
/* Common Css Classes */
/* ==================== */

.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.hr
{
	border-top: 1px solid #E6E1CD;
	margin: 5px 0px;
}
hr
{
	display: none;
}

.error, .error a:link, .error a:visited, .error a:hover, .error a:active
{
	font-weight: bold;
	color: #CC0000 !important;
	font-size: 100%;
}
/* ==================== */
/* Page Wrapper Styles */
/* ==================== */



/* ==================== */
/* Page Header Styles */
/* ==================== */
#page_header
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 145px;
	width: 100%;
	font-size: 10px;
	background: #63002F url(http://www.findaproperty.com/images/bg_breadcrumb_cyan.gif) bottom left repeat-x;
}


#page_header_content
{
	position: relative; /* add minimum gutter */
	padding-left: 5px;
	padding-right: 5px; /* enable evenly spaced gutter */
	margin-left: auto;
	margin-right: auto; /* specify minimum width  */
	width: 90%;
	min-width: 760px;
	width: expression(document.body.clientWidth < "845" ? "760px" : "90%" );
}

#header_logo
{
	position: absolute;
	top: 4px;
	left: 16px;
}

#header_redecorate
{
	position: absolute;
	top: 0px;
	left: 230px;
}
#header_mainnav
{
	position: absolute;
	top: 93px;
	left: 19px;
	height: 25px;
}
#header_mainnav span.divider
{
	display: none;
}
#header_mainnav a:link, #header_mainnav a:visited, #header_mainnav a:hover, #header_mainnav a:active
{
	display: block;
	position: relative;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}

#mainnav_rent
{
	width: 74px;
	height: 25px;
	font-size: 11px;
	background: url(http://www.findaproperty.com/images/tab_mainnav_rent.gif) top left no-repeat;
}

#mainnav_buy
{
	width: 74px;
	height: 25px;
	font-size: 11px;
	background: url(http://www.findaproperty.com/images/tab_mainnav_buy.gif) top left no-repeat;
}
#mainnav_newhomes
{
	width: 85px;
	height: 25px;
	background: url(http://www.findaproperty.com/images/tab_mainnav_newhomes.gif) top left no-repeat;
	padding-top: 2px;
}
#mainnav_overseas
{
	width: 72px;
	height: 25px;
	background: url(http://www.findaproperty.com/images/tab_mainnav_overseas.gif) top left no-repeat;
	padding-top: 2px;
}

#mainnav_estateagents
{
	width: 132px;
	height: 25px;
	background: url(http://www.findaproperty.com/images/tab_mainnav_estateagents.gif) top left no-repeat;
	padding-top: 2px;
}

/* additional nav, eg advertise with us */
#header_additionalnav
{
	position: absolute;
	top: 93px;
	right: 15px;
	height: 25px;
	color: #63002D;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
}
#header_additionalnav a:link, #header_additionalnav a:visited, #header_additionalnav a:hover, #header_additionalnav a:active
{
	padding-left: 12px;
	background: url(http://www.findaproperty.com/images/bullet_header_brick.gif) left center no-repeat;
	color: #63002D;
}
/* holly hack for inline padding IE5 \*/
* html #header_additionalnav a
{
	height: 1%;
}
/* end hack */

/* breadcrumbtrail */
#header_breadcrumb
{
	position: absolute;
	top: 118px;
	left: 39px;
	height: 25px;
	line-height: 23px;
	color: #FFFFFF;
}
#header_breadcrumb a
{
	color: #FFFFFF;
}

#header_numberproperties
{
	position: absolute;
	top: 118px;
	right: 15px;
	height: 25px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	line-height: 23px;
	font-weight: normal;
}
/* personal login and links */
#header_personal
{
	position: absolute;
	top: 5px;
	right: 15px;
	width: 300px;
	height: 80px;
	color: #63002D;
	background: transparent url(http://www.findaproperty.com/images/bg_personalnav_brick.gif) top right no-repeat;
}

#header_personal_header
{
	color: #FFFFFF;
}
#header_personal_header a:link, #header_personal_header a:visited, #header_personal_header a:hover, #header_personal_header a:active
{
	color: #FFFFFF;
}

#header_personal_header h2, #header_personal_header .myfap_header
{
	position: relative;
	float: right;
	font-weight: normal;
	font-size: 9px;
	margin-top: 3px;
	margin-right: 8px;
}

#header_personal_login
{
	color: #63002D;
	margin-top: 3px;
	margin-left: 3px;
}
#header_personal_welcome
{
	color: #63002D;
	padding: 7px 15px 0px 17px;
	text-align: left;
}
#header_personal_login a:link, #header_personal_login a:visited, #header_personal_login a:hover, #header_personal_login a:active
{
	color: #63002D;
	padding-left: 12px;
	background: url(http://www.findaproperty.com/images/bullet_header_brick.gif) left center no-repeat;
}
/* holly hack for inline padding IE5 \*/
* html #header_personal_login a
{
	height: 1%;
}
/* end hack */

#header_personal_summary
{
	font-size: 9px;
	margin-top: 5px;
}
#header_personal_newmatches
{
	position: relative;
	float: left;
	margin-left: 3px;
	border-right: 1px solid #63002D;
	width: 130px;
}
#header_personal_savedproperties
{
	float: right;
	position: relative;
	text-align: left;
	width: 155px;
	padding-left: 3px;
}

#header_personal_newmatches a:link, #header_personal_newmatches a:visited, #header_personal_newmatches a:hover, #header_personal_newmatches a:active, #header_personal_savedproperties a:link, #header_personal_savedproperties a:visited, #header_personal_savedproperties a:hover, #header_personal_savedproperties a:active
{
	color: #63002D;
}
#header_personal_newmatches strong
{
	font-weight: bold;
	color: #63002D;
}
#header_personal_savedproperties strong
{
	font-weight: bold;
	color: #63002D;
}

/* ==================== */
/* Page Body Wrapper Styles */
/* ==================== */
#page_body
{
	background: #FFF;
	margin-top: 145px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#page_body_content
{
	clear: both;
	position: relative; /* add minimum gutter */
	padding-left: 5px;
	padding-right: 5px; /* enable evenly spaced gutter */
	margin-left: auto;
	margin-right: auto; /* specify minimum width  */
	width: 90%;
	min-width: 760px;
	width: expression(document.body.clientWidth < "845" ? "760px" : "90%" );
}

#page_body_content_fullwidth
{
	clear: both;
	position: relative;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}



/* ==================== */
/* Side Menu Styles */
/* ==================== */
#page_sidemenu
{
	position: relative;
	width: 160px;
	font-size: 75%;
	float: left; /* enable page_content to stretch without pushing page_sidemenu onto next line*/
	margin-right: -180px;
}

#page_sidemenu h2
{
	color: #4196B1;
}

/* containing box style */
#page_sidemenu .box_header
{
	background: #E7DFD2 url(http://www.findaproperty.com/images/corner_top_left_brick.gif) top left no-repeat;
	height: 3px;
	font-size: 1px;
}
#page_sidemenu .box_header_content
{
	background: transparent url(http://www.findaproperty.com/images/corner_top_right_brick.gif) top right no-repeat;
	height: 3px;
	font-size: 1px;
}

#page_sidemenu .box_body
{
	position: relative;
	border-left: 1px solid #63002F;
	border-right: 1px solid #63002F;
	color: #63002F;
}


#page_sidemenu .box_footer
{
	background: #FFF url(http://www.findaproperty.com/images/corner_bottom_left_brick.gif) top left no-repeat;
	height: 3px;
	margin-bottom: 10px;
}
#page_sidemenu .box_footer_content
{
	background: transparent url(http://www.findaproperty.com/images/corner_bottom_right_brick.gif) top right no-repeat;
	height: 3px;
	font-size: 1px;
}

/* Quick Search box */
#page_sidemenu .quick_search_body h2, #page_sidemenu .quick_search_heading
{
	margin: 0px;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 120%;
	color: #63002F;
	background: #E7DFD2;
}

#pagesidemenu wbr:after
{
	content: "\00200B";
}

#page_sidemenu .quick_search_body div
{
	padding: 5px 10px;
}
#page_sidemenu .quick_search_body div.hr
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #3F0923;
	background: #D2A3B3;
	height: 1px;
}
#page_sidemenu .quick_search_input
{
	background-color: #63002F;
	color: #EBF5F7;
	font-weight: bold;
}

#page_sidemenu .quick_search_input a:link, #page_sidemenu .quick_search_input a:visited, #page_sidemenu .quick_search_input a:hover, #page_sidemenu .quick_search_input a:active
{
	color: #FFFFFF;
}
#page_sidemenu .quick_search_input p
{
	margin: 5px 0px;
}
#page_sidemenu .quick_search_input label
{
	font-weight: bold;
}
#page_sidemenu .quick_search_input label.checkbox
{
	font-weight: normal;
}
#page_sidemenu .quick_search_input input
{
	width: 130px;
	font-size: 90%;
}

#page_sidemenu .quick_search_input select
{
	font-size: 90%;
}

#page_sidemenu .quick_search_input input.price
{
	width: 80px;
	font-size: 90%;
	margin-bottom: 4px;
}
#page_sidemenu .quick_search_input input.default_text
{
	color: #666666;
}
#page_sidemenu .quick_search_input input.checkbox
{
	width: 10px;
	vertical-align: middle;
	color: green;
}

#page_sidemenu .quick_search_input input.radioflat
{
	width: 11px;
	vertical-align: middle;
	color: red;
	text-align: left;
	margin-left: -2px;
}
#page_sidemenu .quick_search_input .hint
{
	color: #FFFFFF;
	font-weight: normal;
}
#page_sidemenu .quick_search_submit
{
	background-color: #490425;
}
#page_sidemenu .quick_search_footer
{
	background-color: #490425;
	margin-bottom: 15px;
}


/* Navigation Link Lists */
#page_sidemenu h2.box_body, #page_sidemenu .box_heading
{
	margin: 0px;
	font-size: 105%;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #63002F;
	padding: 3px;
	padding-left: 5px;
	border-top: 1px solid #63002F;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #63002F;
}

#page_sidemenu ul
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	list-style: none;
}
#page_sidemenu li
{
	font-size: 98%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DEB5C6;
	padding: 5px 5px 5px 20px;
	color: #000000;
	font-weight: bold;
	background: #F2EEE3 url(http://www.findaproperty.com/images/bullet_simplemenu_brick.gif) 5px 7px no-repeat;
}
#page_sidemenu li h3
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#page_sidemenu a:link, #page_sidemenu a:visited, #page_sidemenu a:hover, #page_sidemenu a:active
{
	color: #000000;
}


/* House Advert */
#page_sidemenu .house_ad
{
	background: #63002F;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	height: 135px;
}

/* ==================== */
/* Page Content Styles */
/* ==================== */

#page_maincontent_fullwidth
{
	font-size: 75%;
}

#page_maincontent_fullwidth .popupalign
{
	text-align: justify;
	margin-right: 30px;
}


#page_maincontent
{
	font-size: 75%;
	float: right; /* enable page_content to stretch without pushing page_sidemenu onto next line*/
	margin-left: 180px;
}
/*\*/
/* Safari only hack */
html > body* #page_maincontent
{
	width: 83%;
}
/**/

#page_maincontent h2
{
	color: #63002F;
}

/* main heading styles */

#heading_wrapper
{
	clear: both;
}

#heading
{
	background: #63002F url(http://www.findaproperty.com/images/corner_top_left_trans.gif) top left no-repeat;
	min-height: 26px;
	height: expression( "26px" );
}

#heading_enhanced
{
	min-height: 26px;
	height: expression( "26px" );
}

#heading_content
{
	background: transparent url(http://www.findaproperty.com/images/corner_top_right_trans.gif) top right no-repeat;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
}

#heading_content_enhanced
{
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
}

#heading_content a:link, #heading_content a:visited, #heading_content a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#heading_content a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


#heading_content h1
{
	margin: 0px;
	font-size: 130%;
	font-weight: normal;
}


#heading_content .part1
{
	display: block;
	float: left;
	font-size: 130%;
	min-height: 20px;
	height: expression( "20px" );
	padding: 3px 0px;
	margin: -3px 0px;
	width: 292px;
}
#heading_content .part2
{
	margin-left: 280px;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}

#heading_content_enhanced h1
{
	margin: 0px;
	font-size: 130%;
	font-weight: normal;
}

#heading_content_enhanced .part1
{
	display: block;
	float: left;
	font-size: 130%;
	min-height: 20px;
	height: expression( "20px" );
	padding: 3px 0px;
	margin: -3px 0px;
	width: 292px;
}
#heading_content_enhanced .part2
{
	margin-left: 280px;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}


#email_a_friend, #switch_to_rent, #switch_to_area, #switch_to_buy, #switch_to_divider, #switch_to_results
{
	position: relative;
	float: right;
	height: 26px;
}
#switch_to_rent
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_rent_right.gif) top right no-repeat;
}

#email_a_friend
{
	background: transparent url(http://www.findaproperty.com/images/tab_email_a_friend_right.gif) top right no-repeat;
}
#switch_to_buy
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_buy_right.gif) top right no-repeat;
}
#switch_to_area
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_areainfo_right.gif) top right no-repeat;
}

#switch_to_results
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_results_right.gif) top right no-repeat;
}

#switch_to_area_dropper
{
	background: transparent;
}
#email_a_friend_content, #switch_to_rent_content, #switch_to_buy_content, #switch_to_area_content, #switch_to_results_content
{
	position: relative;
	float: left;
	height: 26px;
}
#switch_to_rent_content
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_rent_left.gif) top left no-repeat;
}
#switch_to_buy_content
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_buy_left.gif) top left no-repeat;
}
#switch_to_area_content
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_areainfo_left.gif) top left no-repeat;
}

#switch_to_results_content
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_results_left.gif) top left no-repeat;
}

#switch_to_area_drop
{
	background: transparent;
}

#email_a_friend_content
{
	background: transparent url(http://www.findaproperty.com/images/tab_email_a_friend_left.gif) top left no-repeat;
}
#switch_to_divider
{
	background: transparent url(http://www.findaproperty.com/images/tab_switch_divider.gif) top left no-repeat;
	width: 2px;
}
#switch_to_rent_content a:link, #switch_to_rent_content a:visited, #switch_to_rent_content a:hover, #switch_to_rent_content a:active, #switch_to_area_content a:link, #switch_to_area_content a:visited, #switch_to_area_content a:hover, #switch_to_area_content a:active, #switch_to_buy_content a:link, #switch_to_buy_content a:visited, #switch_to_buy_content a:hover, #switch_to_buy_content a:active, #email_a_friend_content a:link, #email_a_friend_content a:visited, #email_a_friend_content a:hover, #email_a_friend_content a:active, #switch_to_results_content a:link, #switch_to_results_content a:visited, #switch_to_results_content a:hover, #switch_to_results_content a:active
{
	display: block;
	color: #FFFFFF;
	margin: 6px 6px 0px 32px;
}

#email_a_friend_content a:link, #email_a_friend_content a:visited, #email_a_friend_content a:hover, #email_a_friend_content a:active
{
	display: block;
	color: #FFFFFF;
	margin: 6px 6px 0px 32px;
}

#switch_to_area_drop select
{
	display: inline;
	margin: 3px 10px 3px 5px;
	float: right;
}

/* intro text styles */
#content_intro
{
	background: #FFFFFF;
	border: 1px solid #63002F;
	border-bottom: none;
	padding: 5px 10px 10px 10px;
	color: #63002F;
}

#content_intro a
{
	color: #63002F;
	text-decoration: none;
}

#content_intro a:hover
{
	color: #63002F;
	text-decoration: underline;
}

#content_intro_boxed
{
	background: #FFFFFF;
	border: 1px solid #63002F;
	padding: 5px 10px 10px 10px;
	color: #63002F;
}

/* lower column styles */
#lower_columns
{
	width: 100%;
	color: #000000;
}

#lower_columns .lowercolumnheader
{
	width: 100%;
	background-color: #63002F;
	padding-top: 2px;
	padding-bottom: 2px;
}

#lower_columns h3
{
	color: #FFFFFF;
	padding-left: 12px;
}

#lower_columns .areaheader
{
	color: #FFFFFF;
	padding: 2px;
	padding-left: 18px;
	font-size: 120%;
	font-weight: bold;
}

#lower_columns table
{
	border-collapse: collapse;
	width: 100%;
}
#lower_columns table td
{
	border: 1px solid #63002F;
	border-top: 0px;
	padding: 0px;
	padding-bottom: 0px;
	background: #F2EEE3;
}

#lower_columns table td.price
{
	border: 0;
	border-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#lower_columns table td.blank
{
	border: 0;
	border-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#lower_columns h2
{
	border-top: 0px solid #BCD9FD;
	border-left: 0px solid #BCD9FD;
	border-right: 0px solid #FFFFFF;
	border-bottom: 4px solid #63002F;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 15px 0px;
	background: #FFFFFF url(http://www.findaproperty.com/images/icon_list.gif) top left no-repeat;
	color: #000000;
	padding: 0px 10px 3px 24px;
	font-size: 110%;
	line-height: 22px;
	font-weight: bold;
}

#lower_columns h2 a:link, #lower_columns h2 a:visited, #lower_columns h2 a:active
{
	color: #000000;
	text-decoration: none;
}

#lower_columns h2 a:hover
{
	text-decoration: underline;
}

#lower_columns .moredetails
{
	margin: 0px 0px 5px 0px;
	background: #FFFFFF url(http://www.findaproperty.com/images/icon_list.gif) top left no-repeat;
	color: #63002F;
	padding: 5px 10px 8px 24px;
	font-size: 100%;
	line-height: 22px;
	font-weight: bold;
}

#lower_columns .moredetails a:link, #lower_columns .moredetails a:visited, #lower_columns .moredetails a:hover, #lower_columns .moredetails a:active
{
	color: #63002F;
}



#lower_columns .bottom
{
	margin: 0px 0px 5px 0px;
	background: #FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size: 100%;
	line-height: 22px;
	font-weight: bold;
}

#lower_columns .bottom a:link, #lower_columns .bottom a:visited, #lower_columns .bottom a:hover, #lower_columns .bottom a:active
{
	color: #63002F;
}


#lower_columns .nomoredetails
{
	border-top: 0px;
}

#lower_columns p
{
	margin: 0px 10px 15px 10px;
	padding: 0px;
	color: #000000;
}
#lower_columns a:link, #lower_columns a:visited, #lower_columns a:hover, #lower_columns a:active
{
	color: #63002F;
	font-weight: bold;
}

#lower_columns a.boxlink:link, #lower_columns a.boxlink:visited, #lower_columns a.boxlink:hover, #lower_columns a.boxlink:active
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	background: url(http://www.findaproperty.com/images/bullet_simplemenu_brick.gif) top left no-repeat;
	padding-left: 10px;
}

#lower_columns ul
{
	margin: 0px 10px 15px 30px;
	list-style: none;
	padding: 0px;
}

#lower_columns li
{
	padding: 5px;
	list-style-image: url(../images/bullet_simplemenu.gif);
}


#lower_columns dl
{
	margin: 0px 0px 15px 0px;
	position: relative;
	float: left;
	font-weight: bold;
	width: 100%;
}
#lower_columns dt
{
	margin: 0px;
	clear: left;
	float: left;
	padding-left: 10px;
	width: 50%;
	padding-bottom: 5px;
}
#lower_columns dd
{
	margin: 0px;
	float: left;
	color: #481F80;
	padding-bottom: 5px;
}

#lower_columns .image_centered
{
	margin: -15px 0px 15px 0px;
	text-align: center;
}
#lower_columns .image_caption
{
	color: #6B9A3C;
}

/* ==================== */
/* Footer Styles */
/* ==================== */
#page_footer
{
	text-align: center;
	background: #63002F url(http://www.findaproperty.com/images/bg_footer_brick.gif) repeat-x;
	font-size: 65%;
	padding-top: 25px;
	padding-bottom: 20px; /* add minimum gutter */
	padding-left: 5px;
	padding-right: 5px;
}

#page_footer_content
{
	text-align: center;
	color: #FFFFFF; /* enable evenly spaced gutter */
	margin-left: auto;
	margin-right: auto; /* specify minimum width  */
	width: 90%;
	min-width: 760px;
	width: expression(document.body.clientWidth < "845" ? "760px" : "90%" );
}

#page_footer_content h3
{
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-right: 3px;
	font-size: 100%;
}

#page_footer_content a:link, #page_footer_content a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#page_footer_content a:hover, #page_footer_content a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}
