body {
	margin-top: 20px;
	padding: 0;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #3bb1ee;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	padding: 0 0 60px 0; 
	margin:0 0 0 0;
}

#wrapper {
	text-align: left;
	width: 879px;
	margin-top: 10px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
} 

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.headerLink {
	height: 31px;
}

.header {
	height: 106px;
}

ul {	
	list-style-image: url(/images/bullet.gif);	
}

ul.buy {
	margin-left: 500px; 
}

ul.sell {
	margin-left: 260px; 
}


#menu {
	height: 60px;
}

#headerLeft {
	background-image: url(/images/headerLeft.gif);
	width: 262px;
	height: 48px;
	float:left;
}

#headerBottom {
	background-image: url(/images/headerBottom.gif);
	width: 136px;
	height: 17px;
	float:left;
}

#contentBg {
	background-color: white;
	padding: 15px;
	margin-top: -3px;
	background-repeat: repeat;
}

.propertySearchBox {
	font-size: 11px;
	font-family: Tahoma;
	margin-right:20px;
}

input.propertySearch {
	font-family: Tahoma;
	font-size: 11px;
	color: #565656;
	background-color: white;
	width: 70px;
	height: 15px;
	border: 1px solid gray;
}


select.propertySearch {
	font-family: Tahoma;
	font-size: 11px;
	color: #565656;
	width: 120px;
	background-color: white;
	border: 1px solid gray;
}

#searchTop {
	background-image: url(/images/searchTop.gif);
	width: 240px;
	height: 55px;
}

#propertyBg {
	background-color: #bababa;
	padding: 10px;
	width: 210px;
	background-repeat: repeat;
}

#footer {
	color: #e3e3e3;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color: white;
	font-size:12px;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

#footer2 {
	color: #2d2d2d;
	font-size:12px;
}

#footer2 a:link, #footer2 a:visited {
	color: black;
	text-decoration: none;
}

#footer2 a:hover {
	color: black;
	text-decoration: underline;
}


a:link, a:visited {
	color: #616161;
	text-decoration: none;
}

a:hover {
	color: #464545;
	text-decoration: underline;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3bb1ee;
	text-decoration: none;
	color: black;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid black;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3bb1ee;
	font-weight: bold;
	background-color: #3bb1ee;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

.searchResultsTop {
	background-image: url(/images/searchResultsTop.gif);
	width: 485px;
	height: 24px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}

.searchDetailsTop {
	background-image: url(/images/searchDetailsTop.gif);
	width: 588px;
	height: 24px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}

.searchResultsBg {
	background-image: url(/images/searchResultsBg.gif);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	width: 588px;
}

img.border {
	border: 1px #d5d5d5 solid;
	padding: 2px;
}

a img.border, a:hover img.border, a:visited img.border {	
	border: 1px #d5d5d5 solid;
	padding: 2px; 
}

a:hover img.border { 
	border: 1px black solid;
}

.sellproperty a , .sellproperty a:visited  { text-decoration: none; color: black; }

.sellproperty a:hover { text-decoration: none; color: black;  }

#sellform {
	font-size: 11px;
}

.ref {
	color: #383838;
}

.required {
	color: red;
}

input.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: white;
	width: 212px;
	height: 15px;
	border: 1px solid gray;
}

input.captcha {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: white;
	width: 100px;
	height: 15px;
	border: 1px solid gray;
}

textarea.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	background-color: white;
	border: 1px solid gray;
}

select.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	width: 213px;
	background-color: white;
	border: 1px solid gray;
}

.green {
	margin-top: -2px;
	background-color: #d5ffda;
	border: 1px solid #56cf64;
	padding: 5px;
	margin: 5px;
	color: #000000;
	width: 350px;
	text-align: left;
	font-size: 11px;
}

.red {
	margin-top: -2px;
	background-color: #fbd7d7;
	border: 1px solid #eb8888;
	padding: 10px;
	margin: 10px;
	width: 280px;
	color: #000000;
	text-align: left;
	font-size: 11px;
}


.title {
	font-size: 13px;
	font-weight: bolder;
}