body#rentals a#rentals {
	background: #56A2BE;
	color: #0C4D66;
}
body#saleProp a#saleProp {
	background: #56A2BE;
	color: #0C4D66;
}

/* FEATURED PROPERTY */
table#shell th#propFeature {
	width: 770px;
	background: #F2A663 url(/images/propFeature_bg.jpg) no-repeat left bottom;
}
th#propFeature div#propDesc {
	float: right;
	margin: 8px 6px 10px 4px;
	width: 363px;
	color: #0C506A;
	font: normal 14px/24px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
}


/* fix for bullet points to be moved */

th#propFeature ul {
	/*  */
	margin-left: 0;
	padding-left: 24px;
	width: 360px;
	color: #315D4C;
	list-style: disc;
	font: bold 12px/16px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
	clear: left;
}
th#propFeature ul li{
	margin-top: 6px;
}

th#propFeature img {
	margin: 6px;
	border: 2px solid #FF8A4C;
}

/* PROPERTY STATISTICS */
table#propStats {
	margin: 8px 6px 10px 4px;
	width: 360px;
	font: bold 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #D84800;
}
table#propStats tr.alt {
	background-color: #F5E5A4;
}
table#propStats th {
	border-bottom: 1px solid #952202;
	text-align: center;
}
table#propStats th.askingPrice {
	text-align: right;
}
table#propStats td.label {
	border-right: 1px solid #952202;
	text-align: right;
}


/* ADDITIONAL IMAGES */
table#shell td#addlImages {
	width: 770px;
	background: #0B4960;
	text-align: justify;
}
td#addlImages img {
	margin: 3px;
}


/* RESERVATION FORM */
form {
	margin:0;
	padding:0;
}
table#shell td#resFormHdr {
	width: 770px;
	height: 12px;
	background: #67B1A5;
}
table#shell td#resForm {
	width: 770px;
	padding: 8px;
	background: #B2DDCC;
	text-align: center;
	font: normal 11px/18px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
	color: #42635E;
	text-align: left;
}
td#resForm h1 {
	margin: 4px auto;
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #7A9994;
}
td#resForm label {
	width: 65px;
	float: left;
	margin: 4px 4px 0 0;
	font-weight: bold;
	text-align: right;
}
td#resForm input.txt {
	width: 164px;
	margin: 4px;
	font: normal 10px Verdana, Geneva, Arial, sans-serif;
	background-color: #eaeaea;
	color: #32756A;
}
td#resForm select {
	margin: 4px 0;
	width: 40px;
	font: normal 10px Verdana, Geneva, Arial, sans-serif;
	background-color: #eaeaea;
	color: #32756A;
}
td#resForm select.yr {
	width: 55px;
}
td#resForm textarea {
	margin: 4px 0;
	width: 325px;
	height: 45px;
	font: normal 10px Verdana, Geneva, Arial, sans-serif;
	background-color: #eaeaea;
	color: #32756A;
}
td#resForm input#submit {
	margin: 0;
	padding: 0;
	font: bold 10px Verdana, Geneva, Arial, sans-serif;
	border: 2px solid;
	border-top-color: #6BB5A9;
	border-left-color: #6BB5A9;
	border-right-color: #164B42;
	border-bottom-color: #164B42;
	background-color: #32756A;
	color: #C5E3D7;
}
