
.bodyclass {
	background-color: #001f57;
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 981px;
	margin-left: auto;
	margin-right: auto;
}



/*************************************************************/
/******************** Top navigation *************************/
/*************************************************************/
#top_navigation {
	width: 981px;
	height: 42px;
	float: left;
	background-image: url(../images/bg_top_navigation.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 12px;
}

#top_links {
	width: 650px;
	height: 31px;
	float: left;
	padding: 9px 0px 0px 31px;
}

.top_link a {
	padding-left: 6px;
	display: block;
	float: left;
}

.top_link a span {
    display: block;
    line-height: 21px;
    padding: 5px 6px 5px 0px;
	color: #666666;
	text-decoration: none;
}

.top_link a:hover,
.top_link a#current {
	background-image: url(../images/bg_top_link_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.top_link a:hover span,
.top_link a#current span {
	background-image: url(../images/bg_top_link_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#search {
	width: 240px;
	height: 26px;
	float: right;
	padding: 12px 36px 0px 0px;
}



/*************************************************************/
/******************** wraps **********************************/
/*************************************************************/
#wrap_home {
	width: 981px;
	float: left;
	background-image: url(../images/bg_wrap_home.png);
	background-position: 18px 0px;
	background-repeat: repeat-y;
	min-height: 550px;
}

#wrap_inside {
	width: 981px;
	float: left;
	background-image: url(../images/bg_wrap_inside.png);
	background-position: 18px 0px;
	background-repeat: repeat-y;
}

#wrap_left {
	width: 29px;
	height: 780px;
	float: left;
	background-image: url(../images/bg_wrap_left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrap_right {
	width: 29px;
	height: 780px;
	float: right;
	background-image: url(../images/bg_wrap_right.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}



/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 923px;
	height: 208px;
	float: left;
}

#quicklinks {
	width: 923px;
	height: 37px;
	float: left;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#quicklinks_left {
	width: 923px;
	height: 37px;
	float: left;
	background-image: url(../images/bg_quicklinks_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#quicklinks_right {
	width: 913px;
	height: 37px;
	float: left;
	padding: 0px 5px;
	background-image: url(../images/bg_quicklinks_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	font-size: 14px;
	text-transform: uppercase;
}

.quicklink {
	height: 37px;
	float: left;
	text-align: center;
}

.quicklink a {
	display: block;
	height: 37px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.quicklink a:hover,
.quicklink a#current {
	background-image: url(../images/bg_quicklink_on.gif);
	color: #ffffff;
	text-decoration: none;
}

.quicklink a span,
.quicklink a:hover span,
.quicklink a#current span {
	padding-top: 10px;
	height: 27px;
	display: block;
	cursor: pointer;
}

.quicklink_left a span {
	background-image: url(../images/bg_quicklink_left_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.quicklink_left a:hover span,
.quicklink_left a#current span {
	background-image: url(../images/bg_quicklink_left_on.gif);
}

.quicklink_right a span {
	background-image: url(../images/bg_quicklink_right_off.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.quicklink_right a:hover span,
.quicklink_right a#current span {
	background-image: url(../images/bg_quicklink_right_on.gif);
}

.quicklink_bar {
	width: 1px;
	height: 37px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
	line-height: 0px;
}


#main_home {
	width: 923px;
	float: left;
	padding: 0px;
}

#main_inside {
	width: 912px;
	float: left;
	padding: 0px 5px 10px 6px;
}



/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 224px;
	float: left;
	padding: 0px 7px 0px 0px;
}

#navcontainer {
	width: 224px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 14px;
	list-style: none;
	margin: 0px 0px 5px 0px;
}

#navcontainer li a
{
	display: block;
	width: 202px;
	height: 24px;
	padding: 10px 11px 0px 11px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #4d7cc2;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.gif);
	color: #ffffff;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 1px 1px 0px 13px;
	padding: 0px;
	border-bottom: 1px solid #3c6ab2;
}

#navcontainer li li
{
	font-size: 13px;
	list-style: none;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 200px;
	height: auto;
	padding: 3px 5px;
	text-decoration: none;
	background-image: none;
	border-top: 1px solid #3c6ab2;
	color: #ffffff;
}

#navcontainer li li a:hover {
	background-image: none;
	background-color: #73a1e4;
	color: #ffffff;
}

#navcontainer li li a#current {
	background-image: none;
	background-color: #073482;
	color: #ffffff;
}

#banners {
	width: 224px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.navbanner {
	width: 224px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.cb_top {
	width: 923px;
	float: left;
	background-image: url(../images/bg_cb_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.cb_row_1 {
	width: 923px;
	height: 16px;
	float: left;
	background-image: url(../images/bg_cb_row_1.gif);
	background-repeat: no-repeat;
}

.cb_row_2 {
	width: 923px;
	height: 16px;
	float: left;
	background-image: url(../images/bg_cb_row_2.gif);
	background-repeat: no-repeat;
}

.cbBodyLarge {
	width: 597px;
	float: left;
	padding: 5px 5px 0px 12px;
}

.cbBody {
	width: 285px;
	float: left;
	padding: 5px 10px 0px 12px;
}


/*************************************************************/
/*************************** container ***********************/
/*************************************************************/
#container {
	width: 641px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 7px 20px;
	min-height: 550px;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
	padding: 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}



/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 85px 12px 0px 12px;
	color: #ffffff;
}

.footer_home {
	background-image: url(../images/bg_footer_home.gif);
}

.footer_inside {
	background-image: url(../images/bg_footer_inside.gif);
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 500px;
	float: left;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}



/*************************************************************/
/*************************** for modules *********************/
/*************************************************************/
#properties_cb_search {
	width: 345px;
	height: 53px;
	float: left;
	background-image: url(/images/properties_cb_bg.gif);
	background-repeat: no-repeat;
	padding: 35px 7px 0px 7px;
	margin: 0px 0px 10px 0px;
}

.properties_cb_style {
	width: 132px;
	height: 40px;
	float: left;
}

.properties_cb_price {
	width: 102px;
	height: 40px;
	float: left;
}

.properties_cb_bedroom {
	width: 57px;
	height: 40px;
	float: left;
}

.properties_cb_style label,
.properties_cb_price label,
.properties_cb_bedroom label {
	color: #ffffff;
	width: auto;
	float: none;
	padding: 0px;
}

.properties_cb_style select {
	width: 125px;
}

.properties_cb_price select {
	width: 95px;
}

.properties_cb_bedroom select {
	width: 50px;
}

.properties_cb_search_properties {
	width: 54px;
	height: 44px;
	float: left;
	padding: 0px;
}

.properties_cb_search_properties .properties_cb_icon {
	width: 54px;
	height: 44px;
	float: left;
	background-image: url(/images/properties_cb_search.gif);
	padding: 0px;
}

.properties_cb_search_properties .properties_cb_link {
	display: none;
}

.properties_cb_advanced_search {
	padding: 0px;
	width: 345px;
	height: 1px;
	float: left;
}

.properties_cb_advanced_search .properties_cb_icon {
	display: none;
}

.properties_cb_advanced_search .properties_cb_link {
	position: relative;
	left: 0px;
	top: -65px;
	width: auto;
	height: auto;
	padding: 0px;
	float: none;
	text-align: right;
}

.properties_cb_advanced_search .properties_cb_link a,
.properties_cb_advanced_search .properties_cb_link a:hover {
	color: #ffffff;
	text-decoration: underline;
}



