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 img {
	float: left;
	margin: 6px;
	border: 2px solid #FF8A4C;
}
th#propFeature h1 {
	margin: 6px 0 0 0;
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #D84800;
}
th#propFeature h2 {
	margin: 12px 0 0 0;
	color: #0C506A;
	font: bold 18px/18px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
}
th#propFeature h3 {
	margin: 6px 0 0 0;
	color: #0C506A;
	font: normal 14px/18px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
}
th#propFeature h4 {
	margin: 10px 0 6px 0;
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #D84800;
}

/* SUB PROPERTY */
table#shell th#salePropSubFeature {
	width: 770px;
	background: #B2DDCC;
}
th#salePropSubFeature img {
	float: left;
	margin: 6px;
	border: 2px solid #67B1A5;
}
th#salePropSubFeature h2 {
	margin: 6px 0 0 0;
	color: #0C506A;
	font: bold 14px/14px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
}
th#salePropSubFeature h3 {
	margin: 6px 0 0 0;
	color: #0C506A;
	font: normal 12px/14px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
}
th#salePropSubFeature h4 {
	margin: 18px 0 6px 0;
	font: bold 10px/14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

/* 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 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;
}