/** Structure **/

body {
	background: #2D2727;
}

.container {
	width: 860px;
	margin: 0 auto;
	background: url(../_images/background-glow.jpg) no-repeat;
	overflow: hidden;
}

.leftcol {
	width: 236px;
	float: left;
}

.rightcol {
	width: 624px;
	float: left;
}

/** Navigation **/

.navigation {
	overflow: hidden;
	width: 624px;
	margin: 53px 0 10px 0;
}

.navlist {
	display: inline;
	font-size: 11px;
}

.navlistitem {
	float: left;
	display: inline;
	background: url(../_images/list-image-off.png) no-repeat right;
	line-height: 27px;
}

.navlistitem:hover {
	background: url(../_images/list-image-over.png) no-repeat right;
}

.navlink {
	color: #C5BAA7;
	text-decoration: none;
	padding: 0 27px 0 12px;
	display: block;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.navlink:hover {
	color: #FFFFFF;
}

/** Search **/

.searchbox {
	width: 220px;
	overflow: hidden;
	margin: 28px 0 0 0;
	background: url(../_images/searchbox-background-top.jpg) no-repeat;
	position: relative;
}

.searchimage {
	position: absolute;
	top: 5px;
	right: 10px;
}

.searchtitle {
	padding: 10px 0 0 8px;
	margin: 0;
	font-size: 14px;
	color: #605351;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.searchform {
	width: 220px;
	overflow: hidden;
	background: url(../_images/searchbox-background-repeat.jpg) repeat-y;
	margin: 0;
	padding: 10px 0 0 0;
}

.searchboxbottom {
	background: url(../_images/searchbox-background-bottom.jpg) no-repeat bottom;
	padding: 0 0 10px 0;
}

.formelement {
	background: url(../_images/searchbox-form-element-background.jpg);
	width: 204px;
	height: 45px;
	margin: 0 auto 5px auto;
}

label {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0 0 2px 5px;
	padding: 3px 0 0 0;
	display: block;
}

select {
	font-size: 11px;
	margin: 0 0 0 5px;
}

.formsearchbutton {
	float: right;
}

/** Left Col **/

.logo {
	width: 236px;
	overflow: hidden;
	margin: 53px 0 0 0;
}

.logoimg {
	float: left;
}

.landlordregbox {
	background: url(../_images/landlord-registration-background.jpg) no-repeat;
	width: 220px;
	height: 170px;
	margin: 20px 0 0 0;
}

.landlordregtitle {
	padding: 20px 20px 10px 20px;
	color: #C5BAA7;
	font-size: 14px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.landlordtext {
	padding: 0 20px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.tenantregbox {
	background: url(../_images/tenant-registration-background.jpg) no-repeat;
	width: 220px;
	height: 170px;
	margin: 20px 0 0 0;
}

.tenantregtitle {
	padding: 20px 20px 10px 20px;
	color: #6C5D5B;
	font-size: 14px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.tenanttext {
	padding: 0 20px;
	color: #2D2727;
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.registerbutton {
	border: none;
	margin: 3px 0 0 0;
}

.registerbuttonlink {
	width: 105px;
	float: right;
	margin: 0 15px 0 0;
	display: inline;
}

/** Main Content **/

h1 {
	color: #665957;
	font-size: 18px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin: 10px 0;
}

h2 {
	color: #665957;
	font-size: 15px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin: 0px 0 0px 0;
}

.indextitle {
	color: #FFFFFF;
	font-size: 15px;
	padding: 0 30px;
	margin: 10px 0 5px 0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.maincontent {
	width: 624px;
	overflow: hidden;
	background: #4B4441;
	background-image: url(../_images/background-right-col.jpg);
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
}

.imagebox {
	background: url(../_images/picture-border.jpg) no-repeat;
	width: 618px;
	height: 248px;
	margin: 7px 0 0 7px;
}

.mainimage {
	float: left;
	margin: 1px 0 0 1px;
}

.maintextlight {
	color: #C5BAA7;
	padding: 0 30px;
	margin: 0 0 10px 0;
	line-height: 20px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.textbox {
	width: 608px;
	border: 1px solid #FFFFFF;
	margin: 10px auto 0 auto;
	padding: 20px 0;
	background: #C9BFAE;
	overflow: hidden;
}

.texttitle {
	color: #6C5D5B;
	font-size: 15px;
	padding: 0 22px;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
	
.maintextdark {
	color: #2D2727;
	padding: 0 22px;
	margin: 0 0 10px 0;
	line-height: 20px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.formsuccesstext {
	font-size: 14px;
	}

.maintextlink {
	color: #6C5D5B;
	text-decoration: underline;
	cursor: pointer;
}

.maintextlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contentcontainer {
	width: 604px;
	float: left;
	background: #FFFFFF;
	position: relative;
	margin: 30px 0 0 0;
	padding: 0 10px;
}

.bold {
	font-weight: bold;
}

.asterisktext {
	font-size: 9px;
	}

/** Properties **/

.propertiescontainer {
	width: 624px;
	float: left;
	background: #FFFFFF;
	position: relative;
	margin: 30px 0 0 0;
}

.propertiesbox {
	width: 624px;
	float: left;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 10;
}

.propertiesimage {
	position: absolute;
	top: -18px;
	left: 0;
	z-index: 1;
}

.propertiestitle {
	margin: 20px 0 5px 120px;
}

.propertiesleft {
	float: left;
	width: 262px;
	margin: 5px 20px 0 20px;
	display: inline;
}

.propertiesright {
	float: left;
	width: 300px;
	margin: 5px 0 0 0;
}

.propertiesimgbox {
	width: 250px;
	overflow: hidden;
	border: 6px solid #9A8C7E;
}

.propertiesimgbox img {
	float: left;
}

.propertyinfobox {
	overflow: hidden;
}

.propertyinfo {
	color: #665957;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 250px;
	float: left;
}

.propertyinforight {
	float: right;
	padding: 0 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
}

.tolet {
	background: #003300;
}

.letstc {
	background: #FF0000;
}

.propertytext {
	color: #2D2727;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0;
	float: left;
}

.propertytextlight {
	color: #C5BAA7;
}

.propertyprice {
	color: #665957;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 5px 0 0 0;
	float: left;
}

.propertylinks {
	width: 604px;
	float: left;
	margin: 20px 0 0 20px;
	clear: both;
	display: inline;
}

.propertylinksimg {
	float: left;
	margin: 0 10px 0 0;
}

/** View Property **/

.viewpropertycontainertop {
	width: 624px;
	float: left;
	background: #FFFFFF;
	position: relative;
	margin: 10px 0 20px;
	padding: 0 0 10px;
}

.viewpropertycontainerbottom {
	width: 624px;
	float: left;
	background: #4B4441;
	padding: 10px 0;
}

.viewpropertyimgbox {
	border: 6px solid #C9BFAE;
	width: 592px;
	overflow: hidden;
	margin: 10px 10px 0;
}

.viewpropertymainimage {
	float: left;
	margin: 0;
	border: none;
}

.viewpropertytitle {
	margin: 20px 0 5px 120px;
	font-size: 18px;
}

.additionalimgcont {
	background-color: #C9BFAE;
	width: 584px;
	margin: 0 10px;
	padding: 5px 10px 8px;
	float: left;
	display: inline;
	overflow: hidden;
} 

.additonalimgsupercontainer {
	background-color: #C9BFAE;
	width: 584px;
	float: left;
	display: inline;
	position: relative;
	height: 110px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.additionalimgtitle {
	color: #6C5D5B;
	font-size: 14px;
}

.additionalimgbox {
	height: 110px;
	position: absolute;
}

.imgscrollleft {
	float: left;
	cursor: pointer;
	margin: 5px 0 0 0;
}

.imgscrollright {
	float: right;
	cursor: pointer;
	margin: 5px 0 0 0;
}

.viewpropertythumb {
	border: 6px solid #FFFFFF;
	margin: 0 10px 0 0;
	float: left;
}

.titlesmall {
	font-size: 12px;
}

.viewpropertyinfo {
	float: left;
	width: 604px;
	padding: 0 10px;
}

.viewpropertyinfobox {
	background: #C9BFAE;
	border: 1px solid #FFFFFF;
	float: left;
	padding: 10px 10px;
	margin: 10px 0 0;
}

.viewpropertyinfotitle {
	color: #6C5D5B;
}

.viewpropertyinfotitlewhite {
	color: #FFFFFF;
}

.viewpropertyinfoleft {
	width: 270px;
	float: left;
	margin: 0 10px 10px 0;
}

.viewpropertyinfomid {
	width: 116px;
	float: left;
	margin: 0 10px 0 0;
}

.viewpropertyinforight {
	width: 176px;
	float: left;
	margin: 0 0 10px;
}

.clear {
	clear: both;
}

.viewpropertylist {
	list-style-type: none;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #2D2727;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 5px 0 0 0;
	float: left;
}	

.viewpropertylinks {
	float: left;
	margin: 5px 0 0 0;
}

/** Viewing **/

.viewingformcont {
	width: 608px;
	border: 1px solid #FFFFFF;
	margin: 10px auto 0 auto;
	padding: 20px 0;
	background: #C9BFAE;
	overflow: hidden;
}

.viewingtitle {
	color: #FFFFFF;
	font-size: 15px;
	padding: 0 20px;
	margin: 10px 0 5px 0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.viewingtext {
	color: #C5BAA7;
	padding: 0 20px;
	margin: 0 0 5px;
	line-height: 20px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.viewingtitledark {
	color: #6C5D5B;
	font-size: 15px;
	padding: 0 12px;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.viewingform {
	width: 580px;
	float: left;
	padding: 0 12px;
	font-size: 11px;
}

.viewingformleft {
	width: 190px;
	float: left;
	margin: 0 5px 0 0;
}

.viewingformmid {
	width: 190px;
	float: left;
	margin: 0 5px 0 0;
}

.viewingformright {
	width: 190px;
	float: left;
}

.viewingform label, .viewingform input, .viewingform select {
	margin: 0 0 3px;
	padding: 0;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.viewingform label {
	font-size: 11px;
	color: #6C5D5B;
}

.viewingform textarea {
	margin: 0 0 20px 0;
	height: 80px;
	overflow: auto;
	float: left;
	width: 180px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.viewingformsubmit {
	float: right;
}

/** Registration **/

.regformcont {
	width: 608px;
	float: left;
	}

.landlordregistrationform, .tenantregistrationform {
	width: 580px;
	float: left;
	padding: 0 12px;
}

input.errorlabel, textarea.errorlabel {
	border: 1px solid #FF0000;
	}

input.verrorlabel, textarea.verrorlabel {
	border: 1px solid #FF0000;
	}

label.errorlabel {
	color: #FF0000;
	display: none;
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	}

label.verrorlabel {
	color: #FF0000;
	display: none;
	float: left;
	clear: left;
	margin: 0 0 3px;
	padding: 0;
	}

.registrationform {
	width: 580px;
	float: left;
	padding: 0 12px;
}

.registrationformtitle {
	color: #6C5D5B;
	font-size: 16px;
	padding: 0 12px;
	margin: 0;
	float: left;
}

.registrationformreq {
	font-size: 11px;
	float: right;
	margin: 10px 12px 0 0;
	display: inline;
	color: #6C5D5B;
	font-weight: bold;
}

.registrationformrow {
	width: 580px;
	float: left;
	margin: 10px 0;
	overflow: hidden;
}

.regformleftcol {
	width: 270px;
	float: left;
	margin: 0 40px 0 0;
	display: inline;
}

.regformrightcol {
	width: 270px;
	float: left;
}

.registrationformheader {
	font-size: 13px;
	margin: 0 0 7px;
}

.registrationlabel, .registrationinput {
	margin: 3px 0 0;
	width: 264px;
	font-size: 12px;
	float: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.registrationlabel {
	font-size: 11px;
	color: #6C5D5B;
	line-height: 11px;
}

.registrationtextarea {
	height: 80px;
	overflow: auto;
	float: left;
	width: 264px;
	clear: left;
	margin: 3px 0 0 0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.registrationformsubmit {
	float: right;
	margin: 55px 0px 0 0;
	display: inline;
}

/** Landlords **/

.landlordlist {
	color: #2D2727;
	padding: 0 22px;
	margin: 0 0 0 10px;
	line-height: 22px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.linkslist {
	color: #2D2727;
	padding: 0 22px;
	margin: 0 0 0 0px;
	line-height: 22px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	list-style-type: none;
}

.pdfitem {
	background: url(../_images/pdf.jpg) no-repeat left;
	padding: 0 0 0 30px;
	margin: 5px 0;
}

.landlordpdfitem {
	background: url(../_images/pdf.jpg) no-repeat left;
	padding: 0 0 0 25px;
}

.submenu {
	list-style-type: none;
	margin: 0 0 0 15px;
}

.submenulink {
	color: #666666;
}

.submenulink:hover {
	color: #FFFFFF;
}

.textboxleft {
	float: left;
	width: 304px;
}

.textboxright {
	float: left;
	width: 304px;
}

.linksimg {
	float: left;
	margin: 10px 0 0 0;
	clear: both;
}

.imgleft {
	float: left;
	width: 100px;
	margin: 10px 10px 0;
	display: inline;
}

.imgright {
	float: left;
	width: 140px;
	margin: 10px 0 0 0;
}

/** Footer **/

.footer {
	width: 860px;
	overflow: hidden;
	padding: 30px 0 10px 0;
	clear: both;
}

.footerlist {
	float: left;
	display: inline;
}

.footerlistitem {
	float: left;
	display: inline;
	color: #C5BAA7;
	margin: 0 0 0 10px;
}

.footerlink {
	color: #C5BAA7;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

.footerlink:hover {
	text-decoration: underline;
}

.proweb {
	float: right;
	width: 137px;
}

.proweblogo {
	float: left;
	margin: 0 5px 0 0;
}

.prowebtext {
	display: block;
	float: left;
	font-size: 10px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	color: #C5BAA7;
	width: 87px;
	text-align: justify;
}

.proweblink {
	color: #C5BAA7;
	text-decoration: none;
}

.proweblink:hover {
	text-decoration: underline;
}