@charset "utf-8";
/* CSS Document */

/* basic classes */
body {
	background-color: #ECE8DF;
	margin: 0;
	padding: 0;
}

body, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

small {
	font-size: 8.5pt;
}

a, a:hover, a:visited {
	color: #042F76;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #124B9F;
}
h3 {
	font-size: 15px;
}

/* layout structure */
#webWrapper {

}
#webWrapper .wrapLeft {
	background-image:url(../gui/wrap_left.jpg);
	width:30px;
	background-repeat: repeat-y;
	background-position: right;
}
#webWrapper .wrapRight {
	background-image:url(../gui/wrap_right.jpg);
	width:30px;
	background-repeat: repeat-y;
	background-position: left;
}
#webWrapper .wrapFoot {
	background-image:url(../gui/wrap_foot.jpg);
	height:30px;
	background-repeat: repeat-x;
	background-position: top;
}

#header {

}
#header .hLogo {
	width: 200px;
	height: 75px;
}
#header .hTop {
	background-image: url(../gui/header_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #11499E;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	vertical-align: top;
}
#header .hTop a, #header .hTop a:hover, #header .hTop a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	margin-right: 10px;
}
#header .hTop .home {
	padding-left: 15px;
	background-image: url(../gui/icon_home.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
}
#header .hTop .contact {
	padding-left: 15px;
	background-image: url(../gui/icon_contact.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
}

#header .flash {
	border: 1px solid #11499E;
	border-left: 0;
	border-right: 0;
	padding: 2px 0;
	text-align: center;
}
#bodyWrapper {
	background-color: #FFFFFF;
}
#bodyWrapper .sideBar {
	vertical-align: top;
	width: 200px;
}

#bodyWrapper .contentContainer {
	vertical-align: top;
	padding: 5px;
	padding-bottom: 0;
	text-align: left;
}

#bodyWrapper .rightBar {
	vertical-align: top;
	width: 200px;
}

#footer {
	background-color: #124B9F;
	text-align: center;
	padding: 5px;
	border-top:5px solid #FFFFFF;
}
#footer .menu {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 0;
}
#footer .menu a, #footer .menu a:hover, #footer .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .menu a:hover {
	text-decoration: underline;
}
#footer .notice {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

#footer .liquid {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0;
}
#footer .liquid a, #footer .liquid a:hover, #footer .liquid a:visited {
	color: #DCDCA5;
}

/* custom elements */

#searchArea {
	border:1px solid #DCDCA5;
	padding: 3px;
}
#searchArea .searchTitle {
	background-color: #DCDCA5;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #042F76;
	background-image: url(../gui/icon_search.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 26px;
	line-height: 26px;
	border-bottom: 3px solid #FFFFFF;
}
#searchArea .searchContainer {
	background-color: #ECE8DF;

}
#searchArea .searchDD {
	width: 150px;
	border: 1px solid #999999;
}
#searchArea .searchTxt {
	width: 150px;
	border: 1px solid #999999;
}
#searchArea .searchBtn {
	width: 46px;
	height: 19px;
	border: 0;
	background-image: url(../gui/btn_search.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#mainMenu {
	border-left: 2px solid #FFFFFF;
	border-bottom: 1px solid #023B99;
	border-top: 5px solid #FFFFFF;
	text-align: left;
	width: 200px;
	background-color: #2175BC;
}
#mainMenu a, #mainMenu a:hover, #mainMenu a:visited {
	background-color: #2175BC;
	border-left: 5px solid #023B99;
	border-top: 1px solid #023B99;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #023B99;
	display: block;
	line-height: 28px;
	padding-left: 20px;
	background-image: url(../gui/menu_icon_1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#mainMenu a:hover {
	border-left: 5px solid #84C447;
	background-color: #10499E;
}
#mainMenu .submenu {
	background-color: #649FD0;
}
#mainMenu .submenu a, #mainMenu .submenu a:hover, #mainMenu .submenu a:visited {
	border: 0;
	font-size: 13px;
	display: block;
	line-height: 25px;
	color: #0B336E;
	background-color: #649FD0;
	background-position: 15px center;
	padding-left: 30px;
	border-top: 1px solid #023B99;
	border-bottom: 1px solid #93BCDE;
}
#mainMenu .submenu a:hover {
	background-color: #1E69A9;
	color: #FFFFFF;
}
#mainMenu .submenub a, #mainMenu .submenub a:hover, #mainMenu .submenub a:visited {
	border: 0;
	font-size: 13px;
	display: block;
	line-height: 25px;
	color: #0B336E;
	background-color: #93BCDE;
	background-position: 20px center;
	padding-left: 35px;
	border-top: 1px solid #2175BC;
	border-bottom: 1px solid #C9DEEF;
}
#mainMenu .submenub a:hover {
	background-color: #3883C3;
	color: #FFFFFF;
}

#newsBox {
	width: 200px;
	display: block;
	margin-top: 5px;
	margin-right: 2px;
}
#newsBox .newsTitle {
	background-color: #2175BC;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../gui/icon_news.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 26px;
	line-height: 26px;
	border-bottom: 2px solid #FFFFFF;
}
#newsBox .newsContent {
	padding: 5px;
	border: 1px solid #2175BC;
	background-color: #E4EAF4;
	font-size: 10px;
}
#newsBox .newsContent .newsPostTitle {
	font-weight: bold;
	color: #042F76;
	margin-bottom: 5px;
	display: block;
}
#newsBox .newsContent a.newsMore, #newsBox .newsContent a.newsMore:hover, #newsBox .newsContent a.newsMore:visited {
	display:block;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 10px;
	color: #042F76;
	text-decoration: underline;
}

#regBox {
	width: 200px;
	display: block;
	margin-top: 3px;
	margin-right: 2px;
	background-color: #D9EFD9;
	border: 1px solid #82C982
}
.greenNotice {
	background-color: #D9EFD9;
	border: 1px solid #82C982;
	padding: 5px;
	margin: 5px;
}
.greenNoticeSell {
	background-color: #D9EFD9;
	border: 1px solid #82C982;
	padding: 5px;
	width: 420px;
	margin: auto;
	margin-bottom: 5px;
}
#regBox .regTitle {
	background-color: #82C982;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../gui/icon_register.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 26px;
	line-height: 26px;
	border-bottom: 2px solid #FFFFFF;
}
#regBox .regText {
	padding: 5px;
	font-size: 10px;
}
#regBox .regInput {
	width: 180px;
}
.btnGo {
	width: 46px;
	height: 19px;
	border: 0;
	background-image: url(../gui/btn_go.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.blueBox {
	padding: 5px;
	border: 1px solid #2175BC;
	background-color: #E4EAF4;
}
.dgreenBox {
	background-color: #69A234;
	padding: 5px;
	color: #FFFFFF;
}
.dgreenBox a, .dgreenBox a:hover, .dgreenBox a:visited {
	color: #FFFFFF;
}

.creamBox {
	background-color: #ECE8DF;
}
.creamBox .creamTitle {
	background-color: #DCDCA5;
	padding: 4px;
	font-weight: bold;
	display: block;
	line-height: 26px;
}

.firstTime {
	background-color: #ECE8DF;
	display: block;

	border-bottom:5px solid #FFF;
}
.firstTime .homeTitle {
	background-image: url(../gui/first_time-title.jpg);
	height:34px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFF;
}
.hottestBest .homeTitle td small {
	color: #FFF;
}

.hottestBest {
	background-color: #E5E9F4;
	display: block;
	
	border-bottom:5px solid #FFF;
}
.hottestBest .homeTitle {
	background-image: url(../gui/hottest_best-title.jpg);
	height:34px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}

.bestLet {
	background-color: #D9EFD9;
	display: block;

	border-bottom:5px solid #FFF;
}
.bestLet .homeTitle {
	background-image: url(../gui/best_let-title.jpg);
	height:34px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}

.creamBox .creamText {
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
	color: #042F76;
}

#propDetails {
	background-color: #E4FFCC;
	border-bottom: 5px solid #FFFFFF;
}
#propDetails .propRef {
	background-color: #84C547;
	color: #FFFFFF;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
}
#propDetails .propText {
	padding: 10px;
	background-image: url(../gui/icon_info-green.jpg);
	background-repeat: no-repeat;
	background-position: 80% 30px;
}
#propDesc .infoIcon {
	background-image: url(../gui/icon_info-blue.jpg);
	background-repeat: no-repeat;
	background-position: 100% 30px;
}
.propField {
	line-height: 26px;
	text-align: left;
	display: block;
	height: 26px;
}
#propDesc {
	background-color: #A8D8FF;
	border-bottom: 5px solid #FFFFFF;
}
#propDesc .propTitle {
	background-color: #2175BD;
	color: #FFFFFF;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
}
#propDesc .propText {
	padding: 10px;
}

#propDesc .prpMoreDetails {
	width: 195px;
	padding-left: 27px;
	background-image: url(../gui/vgood_blue.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	line-height: 24px;
}

#addDetailsCntr {
	/*display:none;*/
}
#propDesc #addDetArrowShow {
	background-image:url(../gui/arrow_down.jpg);
	height: 26px;
	background-repeat: no-repeat;
	background-position: 99% center;
	cursor: pointer;
}
#propDesc #addDetArrowShow:hover {
	background-image:url(../gui/arrow_down-hover.jpg);
	height: 26px;
	background-repeat: no-repeat;
	background-position: 99% center;
	cursor: pointer;
}
#propDesc #addDetArrowHide {
	background-image:url(../gui/arrow_up.jpg);
	height: 26px;
	background-repeat: no-repeat;
	background-position: 99% center;
	cursor: pointer;
	display:none;
}
#propDesc #addDetArrowHide:hover {
	background-image:url(../gui/arrow_up-hover.jpg);
	height: 26px;
	background-repeat: no-repeat;
	background-position: 99% center;
	cursor: pointer;
	display:none;
}

#propImg {
	background-color: #FADD8F;
	border-bottom: 5px solid #FFFFFF;
}
#propImg .propTitle {
	background-color: #BC9321;
	color: #FFFFFF;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
}
#propImg .propText {
	padding: 10px;
}

.propertyError{
	background-color: #A8D8FF;
	border: 1px solid #2175BD;
	padding: 5px;
	text-align: left;
}

.sideSearch {
	border: 1px solid #DCDCA5;
	background-color: #ECE8DF;
}
.sideSearch .searchTitle {
	background-color: #DCDCA5;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #042F76;
	background-image: url(../gui/icon_search.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 26px;
	line-height: 26px;
	border-bottom: 3px solid #FFFFFF;
}
.sideSearch .searchDD {
	width: 190px;
	border: 1px solid #999999;
}
.sideSearch .searchTxt {
	width: 190px;
	border: 1px solid #999999;
}
.sideSearch .searchBtn {
	width: 46px;
	height: 19px;
	border: 0;
	background-image: url(../gui/btn_search.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.backProps {
	display:block;
	margin-bottom:5px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	line-height: 22px;
	background-color: #DCDCA5;
	color: #042F76;
	padding-right: 5px;
}

.pagination {
	margin-bottom:5px;
	font-weight:bold;
	font-size:11px;
	line-height: 22px;
	background-color: #2175BD;
	color: #FFFFFF;

}
.paginationBot {
	margin-top:5px;
	font-weight:bold;
	font-size:11px;
	line-height: 22px;
	background-color: #2175BD;
	color: #FFFFFF;

}

.paginationPage {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.pagination .prevLink a, .pagination .prevLink a:hover, .pagination .prevLink a:visited, .paginationBot .prevLink a, .paginationBot .prevLink a:hover, .paginationBot .prevLink a:visited {
	color: #FFFFFF;
	padding-left: 23px;
	background-image: url(../gui/prevlink_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 2%;
}
.pagination .nextLink a, .pagination .nextLink a:hover, .pagination .nextLink a:visited, .paginationBot .nextLink a, .paginationBot .nextLink a:hover, .paginationBot .nextLink a:visited {
	color: #FFFFFF;
	padding-right: 23px;
	background-image: url(../gui/nextlink_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 98%;
}

.searchPages, a.searchPages, a.searchPages:hover, a.searchPages:visited {
	color: #FFFFFF;
	padding: 1px 4px;
}
a.searchPages:hover {
	background-color: #10499E;
}

.inputContact {
	border: 1px solid #999999;
	width: 300px;
}
.txtContact {
	border: 1px solid #999999;
	width: 300px;
	height: 140px;
}