html {
	background: #999;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 93%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
	font-size: 80%;
	color: #666666;
	min-width: 930px;
	border: solid 8px #d4d4d4;
}

a {
	color: #95c349;
	font-weight: bold;
}

a:hover {
	color: #333;
}

a img {
	border: none;
}

h1 {
	color: #95c349;
	font-weight: normal;
	font-size: 1.7em;
	padding-bottom: 0.3em;
	padding-top: 0;
	margin-bottom: 0.5em;
	margin-top: 1em;
	background: url(../images/darkGreyDottedLine.png) repeat-x left bottom;
}

h2 {
	color: #95c349;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: solid 1px #d6e8b7;
	font-size: 1.4em;
}

p {
	line-height: 150%;
	text-align: justify;
}

p.first {
	margin-top: 3px;
}

ul {
	list-style-type: none;
}

ul li {
	background: url(../images/arrowBullet.png) no-repeat left center;
	padding-left: 25px;
	margin: 10px;
}

a img.photo {
	padding: 2px;
	border: solid 1px #95c349;
}

/*********** LAYOUT ELEMENTS ************/
#page {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#header {
	width: 100%;
}

#header img#logo{ padding: 10px 20px; }

#header #contactBox {
	float: right;
	margin: 10px 35px;
}

#contactBox p {
	margin: 5px;
}

#telNo {
	font-size: 1.7em;
	background: url(../images/phoneIcon.png) no-repeat left center;
	padding-left: 25px;
	color: #aaa;
}

#eMail {
	background: url(../images/emailIcon.png) no-repeat left center;
	padding-left: 25px;
}

#footer {
	padding: 10px;
	background: url(../images/darkGreyDottedLine.png) repeat-x left top;
}

#footer p {
	text-align: right;
	font-size: 0.9em;
}

#siteNav {
	width: 200px;
	float: left;
	padding: 20px;
}

#siteNav ul {
	background: #7e7f84;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#siteNav ul li {
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #8c8d92;
	background: none;
}

#siteNav ul li#bottomLink {
	border: none;
}

#siteNav ul li#topLink {
	background: url(../images/navTopLeft.png) no-repeat left top;
}


#siteNav ul li a {
	font-size: 0.95em;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 11px 0 11px 20px;
	text-decoration: none;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#siteNav ul li a#homeLink {
	background-image: url(../images/navHome.png);
}

#siteNav ul li a#buyLink {
	background-image: url(../images/navBuying.png);
}

#siteNav ul li a#sellLink {
	background-image: url(../images/navSelling.png);
}

#siteNav ul li a#rentLink {
	background-image: url(../images/navRenting.png);
}

#siteNav ul li a#letLink {
	background-image: url(../images/navLetting.png);
}

#siteNav ul li a#paymentLink {
	background-image: url(../images/navPayment.png);
}

#siteNav ul li a#contactLink {
	background-image: url(../images/navContactUs.png);
}

#siteNav ul li a#regLink {
	background-image: url(../images/navRegister.png);
}

#siteNav ul li a#careersLink {
	background-image: url(../images/navCareers.png);
}

#siteNav ul li a:visited {
	text-decoration: none;
}

#siteNav ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}

#content {
	margin-left: 220px;
	padding: 5px 30px 50px 30px;
}

/*********** HOMEPAGE **************/

#viewAll ul {
	background: none;
	padding-left: 10px;
	margin: 15px 0;
}

#viewAll ul li { 
	border: none; 
	background: url(../images/arrowBullet.png) no-repeat left center;
}

#viewAll ul li a, #viewAll ul li a:visited {
	background: none;
	color: #95c349;
	text-decoration: underline;
}

#viewAll ul li a:hover {
	color: #333;
}
	

#photoBanner {
	width: 100%;
	background: url(../images/greenTopRight.png) no-repeat right top #95c349;
	height: 147px;
	color: #fff;
	margin-bottom: 15px;
}

#pbWrap {
	padding-top: 12px;
}

#photoBanner img {
	margin-right: 15px;
}

#photoBanner h1 {
	font-weight: normal;
	font-size: 1.7em;
	padding-top: 8px;
	color: #fff;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	background: none;
}

#photoBanner p {
	line-height: normal;
	text-align: left;
	margin: 12px 0;
}




/********* QUICKSEARCH ***********/

#quickSearch h2 {
	background: url(../images/miniLogo.png) no-repeat left center;
	padding: 0 0 0 25px;
	margin: 25px 0 15px 0;
	border-bottom: none;
}

#quickSearch form {
	background: url(../images/topLeftGreen.png) no-repeat left top #95c349;
	color: #fff;
	font-size: 0.9em;
}

#quickSearch form .searchField label {
	font-size: 0.95em;
}

.buttonBox {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background: url(../images/bottomRightGreen.png) no-repeat right bottom #95c349;
}

#regForm .buttonBox {
	background: none;
}

#regForm .searchField input {
	width: auto;
}

.searchField {
	padding: 2%;
	clear: both;
	width: 96%;
}

#quickSearch form .searchField {
	width: 190px; 
	padding: 4px 8px;
}

div.searchField label {
	width: 45%;
	float: left;
}

.searchField input {
	width: 50%;
	float: left;
	font-size: 0.9em;
}

.searchField select {
	font-size: 0.95em;
}


#rLabel {
	width: 40%;
	float: left;
	font-size: 0.95em;
	padding-left: 8px;
	margin: 0;
}

.radios {
	padding: 8px 0;
}

.rButtons {
	float: left;
	width: 50%;
}

.rButtons input, .rButtons label {
	width: auto;
	font-size: 0.95em;
}




/************ FEATURED PROPERTIES *************/

#featuredProperties {
	width: 100%;
	float: left;
}

.featuredProp {
	width: 154px;
	float: left;
	text-align: center;
	margin: 8px 4px;
}

.featuredProp p {
	text-align: center;
	margin: 3px 0;
}

.featuredProp p.price {
	width: 154px;
	margin: 0 auto;
}

.featuredProp p.pType {
	margin: 0 auto;
	width: 154px;
}

#featuredProperties .featuredProp a#price, #featuredProperties .featuredProp a:link#price, #featuredProperties .featuredProp a:visited#price {
	display: inline-block;
	padding-bottom: 8px;
	font-weight: bold;
}

#featuredProperties .featuredProp .fPhoto {
	
}

#featuredProperties .featuredProp div.location {
	width: 154px;
	font-weight: bold;
	padding: 4px 0;
}	



.featuredProp img {
	margin: 0 0 4px 0;
	padding: 2px;
	border: solid 1px #999;
}

.featuredProp .fPhoto a, .featuredProp .fPhoto a:link, .featuredProp .fPhoto a:visited {
		background: none;
	}
	
/***************** REGISTER ****************/

fieldset {
	margin-bottom: 25px;
}

legend {
	font-size: 1.4em;
	color: #999999;
}

/************** SEARCH RESULTS ************/

.pageList {
	text-align: right;
	font-weight: bold;
}

.searchNav {
	font-weight: bold;
}

.list tr td.propertyAddress, .list tr td.bedrooms, .list tr td.description {
	padding-left: 10px;
}

.list tr td.description, .list tr td.thumbnail {
	padding-bottom: 20px;
}

.list tr td.propertyStatus {
	text-align: right;
}

.available {
	background: #95c349;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.notAvailable {
	background: #ff9900;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

/********** PARTICULARS ************/
h2.particularsPrice {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.particular { text-align: center; }
.featureList { margin: auto; }

h4.roomName { display: inline; }

#additionalPhotos {
	text-align: center;
}

/******** CONTACT US ********/

.branchdetails {
		margin: 20px;
		padding-bottom: 25px;
	}
	
	
	
	.detailLabel {
	margin: 0;
	width: 18%;
	float: left;
	font-weight: bold;
	padding: 0;

}

	.details {
		width: 80%;
		float: left;
	}

.detailfield {
	width: 100%;
	clear: both;
	padding: 4px 0;
}

/********* SEARCH **********/

.area {
	width: 33%;
	float: left;
}

.area input {
	width: auto;
}

#propSearchForm .buttonBox {
	background: none;
}

#propSearchForm .searchField label {
	width: 25%;
}

/************** MISC ***************/

#footerNavWrapper {
	text-align: center;
	margin: auto;
}

ul#footerNav {
	clear: both;
	padding-left: 0;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
}

ul#footerNav li {
	background: none;
	border-right: dotted 1px #ccc;
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
}

ul#footerNav li#last {
	border-right: none;
}

ul#footerNav li a {
	background: none;
	font-weight: normal;
	font-size: 0.9em;
	padding: 0 15px;
}

.clearer {
	clear: both;
}

.error {
	color: #CC0000;
}

.floatContainer {
	float: left;
	width: 98%;
}

/*************** MISC ***************/

#partnerLogos img {
	vertical-align: middle;
}

#charity p {
	
}

#langSelect {
	text-align: right;
	clear: both;
	padding-right: 35px;
}

#langSelect img {
	vertical-align: middle;
}
