@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-image: url(../images/body_fill.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}


/* ####################### basic elements ################################### */

h1
{
	text-transform: uppercase;
	font-size: 19px;;
	margin-bottom: 9px;
}

h2
{
	font-size: 18px;
	margin-bottom: 7px;
	margin-bottom: 9px;
	color: #c90;
}


p
{
	margin-bottom: 20px;	
}

.dummy_hr
{
	border-top: 1px dotted #cccccc;	
	margin: 20px 0px 30px 0px;
}


/* ####################### structure ################################### */

#container
{
	width: 980px;
	margin: 0px auto auto;
	text-align: center;
}

#RHG_content
{
	float: left;
	width: 980px;
	text-align: left;
}

#banner
{
	float: left;
	width: 980px;
	height: 137px;
	background-image: url(../images/banner_background.jpg);
	margin: 0px;
}


#navigation
{
	float: left;
	width: 950px;
	height: 36px;
	margin: 0px 15px 0px 15px;
	background-image: url(../images/navigation_fill.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

/*\*/ * html #navigation {margin-left: 7px;} /**/ 

#sub_banner
{
	float: left;
	width: 940px;
	height: 200px;
	margin: 5px 20px 0px 20px;
	background-color: #cccccc;
}

/*\*/ * html #sub_banner {margin-left: 7px; margin-top: -135px; position: relative; z-index: 1; border: 5px solid #ffffff;} /**/ 

#inner_content
{
	float: left;
	width: 980px;
	background-image: url(../images/inner_fill.png);
	background-repeat: repeat-y;
}

/*\*/ * html #inner_content {background-image: url(../images/inner_fill.jpg); margin-top: 135px;} /**/

#page_content_index
{
	float: left;
	width: 900px;
	margin: 20px 40px 20px 40px;
}

/*\*/ * html #page_content_index {margin-left: 20px;} /**/ 

#page_content
{
	float: left;
	width: 860px;
	margin: 30px 60px 20px 60px;
}

/*\*/ * html #page_content {margin-left: 30px;} /**/ 

#left
{
	float: left;
	width: 480px;
	margin-right: 30px;
}

#right
{
	float: right;
	width: 348px;
}

#expanding_divisions
{
	float: left;
	width: 860px;
	margin-top: -20px;
	margin-left: 50px;
}

/*\*/ * html #expanding_divisions {margin-left: 25px;} /**/ 

.expand_inner
{
	float: left;
	width: 706px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	padding: 5px 45px 0px 45px;
}

.borders
{
	float: left;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	padding: 15px 30px 10px 30px;
	background-color: #ffffff;
}


 
/* ####################### footer ################################### */

#footer
{
	float: left;
	width: 980px;
	background-image: url(../images/inner_fill.png);
	background-repeat: repeat-y;
}

/*\*/ * html #footer {background-image: url(../images/inner_fill.jpg);} /**/

#footer_inner
{
	float: left;
	width: 920px;
	margin: 5px 20px 0px 20px;
	padding: 10px 10px 0px 10px;
	background-image: url(../images/footer_fill.jpg);
	background-repeat: repeat-x;
	color: #C90;
	border-top: 4px solid #C90;
}

/*\*/ * html #footer_inner {margin-left: 10px;} /**/

.footer_nav_block
{
	float: left;
	padding: 10px;
}

#footer_accreditation_logos
{
	float: right;
}

.footer_copyright
{
	clear: left;
	font-size: 12px;
	padding-top: 10px;
	height: 24px;
}


#footer_inner ul
{
	list-style-type: square;
}

#footer_inner a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

#footer_inner a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#footer_end
{
	float: left;
	width: 980px;
	height: 30px;
	background-image: url(../images/footer_end.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 20px 0px 15px 0px;
}

#footer_nav
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	background-color: #FAF4E8;
	text-align: center;
}


/* ####################### hyperlinks ################################### */

a.footer_link
{
	text-decoration: none;
	color: #454545;
}

a.footer_link:hover
{
	text-decoration: underline;
	color: #454545;		
}

a
{
	color: #C90;
	text-decoration: underline;	
}

a:hover
{
	color: #454545;
}

/* ####################### tweaks ################################### */

.hidediv {
     visibility: hidden;
 }
 
.showdiv {
     visibility: visible;
 }
 
ul
{
	margin-left: 20px;
	margin-bottom: 10px;
}
 

/* ####################### search ################################### */

 .searchresult
{
	padding: 1.5em 0;
	border-bottom: 1px dotted #ccc;
}

.searchresult h3, .searchresult p
{
	margin: 0;
}

.searchresult h3 a
{
	font-size: 14px;
	border-bottom: 1px solid #C90;
	text-decoration: none;
	font-weight: bold;
}

.searchresult .resultdesc b
{
	color: #454545;
}

.searchresult .resulturl
{
	color: #454545;
	font-size: 12px;
	font-weight: bold;
}

.internal_search
{
	height: 18px;
	line-height: 18px;
	width: 210px;
	padding-left: 3px;
	margin-right: 5px;
}

/* ####################### banner search ################################### */

#banner_search
{
	float: right;
	margin-top: 12px;
	margin-right: 20px;
	height: 22px;
}

#banner_search .banner_input_box
{
	float: left;
	width: 180px;
	color: #666;
	padding: 2px;
}

#IEroot .banner_input_box { height: 18px; line-height: 18px; padding: 0px; } 

#banner_search .banner_select_box
{
	float: left;
	width: 180px;
	color: #666;
	padding: 2px;
}

#banner_search input.form-submit {
	float: left;
	height: 22px;
	width: 24px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/go.jpg) no-repeat left top;
	margin-left: 4px;
	margin-right: 8px;
}

#IEroot input.form-submit {
	width: 22px;
	font-size: 0;
	color: #454545;
	text-align: right;
}
#IEroot #banner_search input.form-submit {
	width: 44px;
	text-indent: 0;
}

.flag_icon
{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	margin-left: 7px;
	border: none;
}

/* ####################### page end nav ################################### */

#page_end_nav
{
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 15px;
}

a.page_end_nav_item
{
	font-size: 12px;
	color: #454545;
	text-decoration: none;
	padding-right: 10px;
	border-right: 1px solid #cccccc;
	margin-right: 9px;
}

a.page_end_nav_item:hover
{
	text-decoration: underline;	
}

/* ####################### current deal ################################### */

h1.current_deal
{
	text-transform: capitalize;
	padding-top: 15px;
	font-size: 17px;	
}

a.current_deal_link
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


a.current_deal_link:hover
{
	text-decoration: underline;
}

/* ####################### properyties ################################### */

#properties h2
{
	color: #454545;
	margin-bottom: 10px;	
}

#properties p
{
	margin-bottom: 7px;
	padding: 0px;	
}


#properties img
{
	margin: 5px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #ccc;	
}
 
