/* ==================== */
/* Standard HTML Styles */
/* ==================== */
body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 88%;
}

body, p, td, th
{ 
	font-family: 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: relative;*/
	/*top: 0px;
	left: 0px;*/
	height: 148px;
	/*width: 100%;*/
	width: 1000px;
	font-size: 11px;
	/*background: #63002F url(../images/bg_breadcrumb_cyan.gif); *//* bottom left repeat-x;*/
	background: #FFFFFF url(../images/top1.jpg) top left no-repeat;
}

#page_header_content 
{
	/*position: relative;*/
	
	/* add minimum gutter */
	/*padding-left: 25px;*/
	/*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%");*/
	width: 845px;
}

#header_logo 
{
	/*position: absolute;*/
	top: 4px;
	left: 16px;
}

#header_redecorate 
{
	/*position: absolute;*/
	top: 0px;
	left: 230px;
}
#header_mainnav 
{
	position: relative;
	/*top: 119px;*/
	top: 122px;
	/*left: 28px;*/
	left:28px;
	height: 26px;
	
	z-index:1000;
}
#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: #f18d92;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
}

#mainnav_buy
{
	position: absolute;
	width: 86px;
	height: 26px;
	font-size: 11px;
	background: url(../images/tab_mainnav_buy.gif) top left no-repeat;
}

#mainnav_buy2
{
	position: absolute;
	width: 86px;
	height: 26px;
	font-size: 11px;
	background: url(../images/tab_mainnav_buy.gif) top left no-repeat;
}

#mainnav_rent
{
	position: absolute;
	width: 86px;
	height: 26px;
	background: url(../images/tab_mainnav_rent.gif) top left no-repeat;
}

#mainnav_overseas
{
	position: absolute;
	width: 72px;
	height: 26px;
	background: url(../images/tab_mainnav_overseas.gif) top left no-repeat;
	padding-top: 0px;
}

#mainnav_estateagents
{
	position: absolute;
	width: 122px;
	height: 26px;
	background: url(../images/tab_mainnav_estateagents.gif) top left no-repeat;
	padding-top: 0px;
}

#mainnav_index
{
	
	position: absolute;
	width: 86px;
	height: 26px;
	background: url(../images/tab_mainnav_index.gif) top left no-repeat;
	padding-top: 0px;
}

#mainnav_houses
{
	position: absolute;
	width: 86px;
	height: 26px;
	background: url(../images/tab_mainnav_houses.gif) top left no-repeat;
	padding-top: 0px;
}

#mainnav_aboutus
{
	position: absolute;
	width: 86px;
	height: 26px;
	background: url(../images/tab_mainnav_aboutus.gif) top left no-repeat;
	padding-top: 0px;
}

#mainnav_mylink
{
	position: absolute;
	width: 122px;
	height: 26px;
	background: url(../images/tab_mainnav_mylink.gif) top left no-repeat;
	color: #CCCCFF;
	padding-top: 0px;
}

#mainnav_newhomes
{
	position: absolute;
	width: 122px;
	height: 26px;
	background: url(../images/tab_mainnav_newhomes.gif) top left no-repeat;
	padding-top: 0px;
}

/* additional nav, eg advertise with us */
#header_additionalnav
{
	position: absolute;
	top: 119px;
	height: 26px;
	color: #63002D;
	font-size: 11px;
	line-height: 26px;
	font-weight: bold;
}

#header_additionalnav a:link, #header_additionalnav a:visited, #header_additionalnav a:hover, #header_additionalnav a:active 
{
	display: block;
	position: relative;
	float: left;
	color: #ccccFF;	
	font-weight: bold;
	text-align: center;
	line-height: 26px;
}

/*
#header_additionalnav a:link, #header_additionalnav a:visited, #header_additionalnav a:hover, #header_additionalnav a:active 
{
	padding-left: 12px;
	background: url(../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 */

/*new corection*/
/*#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: 11px;
	font-weight: bold;
	line-height: 23px;
	font-weight: normal;
}*/
/* personal login and links */
#header_personal
{
	position: relative;
	top: -14px;
	left: 800px;	
	width: 200px;
	height: 122px;
	color: #ffffff;
	background: transparent;
	
	/*
	position: relative;
	top: -14px;
	left: 800px;	
	width: 200px;
	height: 145px;
	color: #ffffff;
	background: transparent;
	*/
}

/*#header_button_affiliate
{
	position: absolute;
	top: 0px;
	width: 200px;
	right: 0px;
	color: #63002D;
}*/

#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;
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
	/*margin-left: 138px;*/	
	
	text-align:right;
	
	margin-right: 24px;*/	
}

#header_personal_login 
{
	color: #63002D;
	margin-top: 3px;
	margin-left: 3px;
}
/*#header_personal_welcome
{
	color: #63002D;
	padding: 7px 15px 0px 17px;
	text-align: right;
}*/
/*#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(../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: 11px;
	font-weight: bold;
	margin-top: 5px;
}
#header_personal_newmatches
{
	position: absolute; /*language*/
	text-align: right;
	top: 70px;
	margin-left: 80px;
}
#header_personal_savedproperties
{
 	position: absolute; /*account */
	top: 119px;
	text-align: right;
	/*text-align: left;*/
	padding-left: 35px;
	font-family:Arial;
	font-size:9px;
	font-weight:normal;
}

/*#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 url(../images/bg_border_vline2.gif) repeat-y left;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 0px;
}

#page_body_content 
{
	clear: both;
	position: relative;
	
	/* add minimum gutter */
	padding-left:12px;
	padding-right:5px;
	padding-top:20px;
	/* enable evenly spaced gutter */
	margin-left: 0px;
	margin-right: auto;
	/* specify minimum width  */
	width: 90%;
	min-width: 760px;
	width: expression(document.body.clientWidth < "845" ? "760px" : "90%");
}

#page_body_login
{
	margin-top: 145px;
	width: 400px;
	padding-left: 250px;
}

#page_body_content_fullwidth 
{
	clear: both;
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: auto;
	width: 95%;
}

/* ==================== */
/* Side Menu Styles */
/* ==================== */
#page_rightmenu 
{
	/*position: relative;*/
	/*width: 100px;*/
	font-size: 75%;
	float: right;

	/* enable page_content to stretch without pushing page_sidemenu onto next line*/
	/*margin-right: -180px; */ /* -180px */
	
}

#page_sidemenu 
{
	position: relative;
	width: 209px;
	font-size: 75%;
	float: left;
	
	/* enable page_content to stretch without pushing page_sidemenu onto next line*/
	margin-right: -329px;  /* -180px */

}


#page_sidemenu h2
{
	color: #9C0129;
}

/* containing box style */
/*#page_sidemenu .box_header 
{
	background: transparent;
	height: 0px;
	font-size: 1px;
}

#page_sidemenu .box_header_content
{
	background: transparent;
	height: 0px;
	font-size: 1px;
	padding-top: 2px;
}


#page_sidemenu .box_body
{
	position: relative;
	border-left: 0px solid #63002F;
	border-right: 0px solid #63002F;
	color: #000000; 
}


#page_sidemenu .box_footer 
{
	background: #FFF;
	height: 0px;
	margin-bottom: 0px;
}
#page_sidemenu .box_footer_content
{
	background: transparent;
	height: 0px;
	font-size: 1px;
}

*/
/* Quick Search box */
#page_sidemenu .quick_search_body h2, #page_sidemenu .quick_search_heading 
{
	margin: 0px;
	padding: 0px 0px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;   /* 63002F */
	/* background: url(../images/tab_search.gif) top left no-repeat;  /* #E7DFD2 */
	height: 27px;
} 

#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: transparent;
	height: 1px;
}
#page_sidemenu .quick_search_input 
{
	background-color: transparent; /* #63002F */
	color: #9C0129;
	font-size: 11px;
	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: #9C0129;
}
#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: 160px;
}

#page_sidemenu .quick_search_input select
{
    width: 170px;
}

#page_sidemenu .quick_search_input input.price
{
	width: 100px;
	margin-bottom: 4px;
	font-size: 11px;
}
#page_sidemenu .quick_search_input input.default_text
{
	color: #9C0129;
	font-size: 11px;
	margin-top: 5px;
}
#page_sidemenu .quick_search_input input.checkbox
{
	width: 15px;
	vertical-align: middle;
	color: red;
}

#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: transparent; /* #490425 */ 
}
#page_sidemenu .quick_search_footer
{
	background-color: #transparent;   /* 490425 */
	margin-bottom: 0px;
}


/* 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(../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; /* 180px */
	
}
/*\*/
/* Safari only hack */
html>body* #page_maincontent {width: 83%}
/**/

#page_maincontent h2 {
	color: #63002F;
}

/* main heading styles */

#heading_wrapper
{
	clear: both;
}

#heading
{
	background: #9C0129 url(../images/corner_top_left_trans.gif) top left no-repeat;  /* #63002F   4E2F17*/
	min-height: 26px;
 	height: expression("26px");

}

#heading_enhanced
{
	min-height: 26px;
 	height: expression("26px");

}

#heading_content
{
	background: transparent url(../images/corner_top_right_trans.gif) top right no-repeat;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 20px;
}

#heading_content_enhanced
{
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 20px;
}

#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(../images/tab_switch_rent_right.gif) top right no-repeat;
}

#email_a_friend
{
	background: transparent url(../images/tab_email_a_friend_right.gif) top right no-repeat;
}
#switch_to_buy
{
	background: transparent url(../images/tab_switch_buy_right.gif) top right no-repeat;
}
#switch_to_area
{
	background: transparent url(../images/tab_switch_areainfo_right.gif) top right no-repeat;
}

#switch_to_results
{
	background: transparent url(../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(../images/tab_switch_rent_left.gif) top left no-repeat;
}
#switch_to_buy_content
{
	background: transparent url(../images/tab_switch_buy_left.gif) top left no-repeat;
}
#switch_to_area_content
{
	background: transparent url(../images/tab_switch_areainfo_left.gif) top left no-repeat;
}

#switch_to_results_content
{
	background: transparent url(../images/tab_switch_results_left.gif) top left no-repeat;
}

#switch_to_area_drop
{
	background: transparent;
}

#email_a_friend_content
{
	background: transparent url(../images/tab_email_a_friend_left.gif) top left no-repeat;
}
#switch_to_divider
{
	background: transparent url(../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: #4E2F17;   /* 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 #4E2F17;  /* 63002F */
	border-top: 0px;
	padding: 2px;
	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: 0px solid #4E2F17;  /* 63002F */
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 15px 0px;
	background: #FFFFFF url(../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(../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(../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 
{
	clear:both;
	margin:0px auto;
	text-align: center;
	background: transparent url(../images/bg_footer_brick.gif) bottom left no-repeat; /* 63002F */
	height: 65px;
	font-size: 75%;
	padding-top: 0px;  /* 25px */
	padding-bottom: 0px; /* 20px */
	position: fixed;
	bottom: 0px;
	
	/* add minimum gutter */
	padding-left:5px;
	padding-right:5px;
}

#page_footer_content 
{
	text-align: center;
	color: #FFFFFF;
	position: relative;
	
	/* enable evenly spaced gutter */
	margin-left:0px;
	margin-right: 5px;
	/* specify minimum width  */
	width: 90%;
	min-width: 760px;
	width: expression(document.body.clientWidth < "845" ? "760px" : "90%");
}

#page_footer_content  h3, .table_position
{
display: inline;
margin: 0px;
padding: 0px;
padding-right: 3px;
text-align: center;
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;
}



#center_table {
	margin-left:auto;
	margin-right:auto;
}

#quick_search_text {
font-size: 9px;
width:50px;
}