body {
	background: #e1e1e1;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'helvetica', arial, sans-serif;
	color: #333;
	text-align: center;
}

*html img,*html div,*html a,*html input, *html h2 { behavior: url(css/iepngfix.htc); }


/* STYLES */

a { color: #1b4f6b; text-decoration: underline; }
a:hover {text-decoration: none;}

.mr15 {margin-right: 15px;}

.blue {	text-transform: uppercase; color: #36a3dc; }

a img {border: 0;}

.greenbold {color: #a7b02a; font-weight: bold;}

.clear {clear:both; font-size: 0;}

h1 {
	color: #36a3dc; 
	font-size: 18px;
}

h1.star {
	height: 39px;
	background: url(../images/star.jpg) left no-repeat;
	line-height: 39px;
	padding: 0 0 0 45px;	
}

h1.black {
	color: #333;
}

h2 {
	color: #656564;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 45px;
	background: url(../images/search.png) left no-repeat;
}

.button {
	padding: 3px 5px 3px 27px;
	background: #d4d4d4 url(../images/buttonarrow.jpg) left center no-repeat;
	font-size: 13px;
	text-decoration: none;
	color: #656564;
	font-weight: bold;
}

.button:hover {
	background: #6dc4f4 url(../images/buttonarrow.jpg) left center no-repeat;
	color: #FFF;
}

.searchinput {
	width: 255px;
	margin: 0px 5px 7px 0;
}

.searchform label {
	font-size: 14px;
}

/* LAYOUT */

#container {
	width: 990px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
}


#top {
	display: block;
	height: 92px;
	background: url(../images/rics_logo.jpg) 820px center no-repeat;
	position: relative;
}

#top a.logo {
	position: absolute;
	left: 35px;
	top: 18px;
	width: 169px;
	height: 57px;
	background: url(../images/logo.jpg);
	text-decoration: none;
	font-size: 0;
}

#nav {
	display: block;
	height: 33px;
	background: url(../images/nav_backrep.jpg) repeat-x;
	text-align: left;
	padding: 0 0 0 40px;	
}

#nav a {
	line-height: 33px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 0 15px 0 15px;
	border-right: 1px solid #FFF;
	height: 33px;
	float: left;
}

#nav a:hover {
	background: url(../images/nav_backrep1.jpg) repeat-x;
}

#content {
	display: block;
}

#greycontent {
	padding: 40px 15px 20px 15px;
	background:#ececec url(../images/content_backrep.jpg) top repeat-x;;
}

#whitecontent {
	padding: 20px 15px 20px 15px;
	background: #FFF  url(../images/content_backrep.jpg) top repeat-x;
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: georgia, arial;
	color: #333;
}

#footer {
	height: 45px;
	display: block;
	background: url(../images/footer_backrep.jpg) top repeat-x;
	padding: 25px  0 0;
	font-size: 10px;
	position: relative;
}

#footer .copyright {
	float: left;
	margin: 10px 0 0 15px;
}

#footer .disclaimer {
	float: right;
	margin: 10px 15px 0 0;
}

.col {
	float: left;
	width: 470px;
}

.photobox {
	width: 194px;
	height: 206px;
	float: left;
	margin: 0 15px 0 0;
}

.photobox img {
	display: block;
}

.gradient {
	display: block;
	background: #a9a9a9 url(../images/gradient1.jpg) top repeat-x;
	padding: 10px;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
}
.gradient h1 {
	margin-top:5px;
}


.gradient a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.gradient a:hover {
	text-decoration: underline;
}


#searchbox {
	display: block;
	background: #FFF;
	margin-top: 25px;
	font-size: 12px;
}

#searchbox .nav {
	display: block;
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	background:#FFF url(../images/searchbox_backrep.jpg) top repeat-x;
}

#searchbox li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 26px;
	border: 0;
}



#searchbox li.ui-state-default {
	background:#FFF url(../images/searchbox_backrep.jpg) top repeat-x;
	height: 26px;
}

#searchbox li.ui-tabs-selected a {

	background: #FFF;
	margin: 0;

}

#searchbox .nav a {
	height: 26px;
	float: left;
	padding:0 25px 0 10px;
	color: #7f7f7f;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	border-right: 1px solid #d4d4d4;
}

#searchbox .nav a:hover {
	color: #333;
}

#searchbox .nav a.active {
	background: #FFF;
}

.searchboxcontent {
	display: block;
	padding: 10px;	
	color: #7f7f7f;	
}

.searchboxcontent h2 {
	margin: 0 0 15px 0;
}

.searchboxcontent select, .searchboxcontent input.txt {
	width: 110px;
	margin: 0 0px 0 10px;;
}

#breadcrumb {
	font-size: 10px;
	font-family: Arial;
	color: #666;
	cursor: default;
	margin-bottom: 10px;
	display: block;
}

#breadcrumb a {
	color: #666;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

.bottomborder {
	border-right: 1px solid #FFF;
	height: 8px;
	float: left;
}
#bottomborder{
	position: absolute;
	top:6px;
	left: 40px;
	height: 8px;
	font-size: 0;
}

.searchresult {
	display:block;
	border-bottom:1px solid #333;
	padding:10px;
}

.searchresult img {
	float:right;
	margin-left:10px;
}

.hp_propertyimage {
	position: relative;
	text-decoration: none;
	display: block;
}

.hp_propertyimage span {
	position: absolute;
	top:1px;
	left: 1px;
	padding: 2px;
	background: #FFF;
	display: block;
}

.viewproperty_images {
	padding-top:20px;
}

.viewproperty_images a {
	float:left;
	display: block;
	margin: 5px;
}