/* Rex Realty Default Stylesheet */

/* basic elements */
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #7D9F87;
	color: #000000;
}
body {
	margin-top: 18px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #7D9F87;
	position: relative;
	color: #003366;
}
a {
	text-decoration: underline;
	color: #333333;
}
a.link1 {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333333;
}
h2 {
	padding-bottom: 10px;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #003366;
}
h2 a {
	text-decoration: underline;
	color: inherit;
}
h3 {
	padding-bottom: 10px;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #101A12;
}
p {
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.2;
}
input.btn {
	padding: 2px 0px 2px;
}
ul.cr-list {
	text-align: left;
	list-style: outside;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul.cr-list li {
	padding-bottom: 5px;
	margin: 0px;
}

/* Hide from IE5-mac. Only IE-win sees this.
The Holly Hack - http://www.positioniseverything.net/explorer/threepxtest.html
Used to combat the IE6 Peekaboo Bug
\*/
* html div {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac
End Holly Hack*/

/* generic classes */
.bevel-rect {
	background: #4C6255 url(../images/bevel-rect.jpg) no-repeat;
	color: inherit;
	border-top: 1px solid #000C02;
	width: 100%;
	height: 16px;
}
.text {
	font: normal 13px Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
}
.text h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;	
}
.text ul {
	text-align: left;
	list-style: outside;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
.text ul li {
	padding-bottom: 5px;
	margin: 0px;
}
.prop-hlight {
	float: left;
	margin: 0px 15px 0px 0px;
	padding-bottom: 10px;
	width: 402px;
	height: 330px;
}
.prop-list-left {
	clear: left;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #000000;
	padding: 5px 6px 5px 2px;
	background-color: #7D9F87;
	font-weight: bold;
	width: 435px;
	height: 85px;
}
.prop-list-right {
	clear: right;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #000000;
	padding: 5px 6px 5px 2px;
	background-color: #7D9F87;
	font-weight: bold;
	width: 435px;
	height: 85px;
}
.prop-detail-list-special,
.prop-detail-list {
	margin-bottom: 10px;
	border: 1px solid #000000;
	padding: 5px 6px 5px 2px;
	background-color: #7D9F87;
	font-weight: bold;
	width: 435px;
	height: 125px;
}
.prop-detail-list-special
{
	height:125px;
}
.cr-detail-list {
	margin-bottom: 10px;
	border: 1px solid #000000;
	padding: 5px 6px 5px 2px;
	background-color: #7D9F87;
	font-weight: bold;
	width: 435px;
}
.img-border {
	margin: auto;
	border: 1px solid #333333;
}
.thumb-border {
	margin: auto;
	border: 1px solid #333333;
}
.prop-hlight-detail {
	font: normal 13px Arial, Helvetica, sans-serif;
}
.prop-hlight-detail tr th {
	font: bold 13px Arial, Helvetica, sans-serif;
}
.clear-float {
	clear: both;
}
.contact-email {
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FF4500; 
}
.contact-email:hover {
	text-decoration: underline;
}
.message-red {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #A52A2A;
}

/* specific divs */
#logo {
	background: #7D9F87 url(../images/top-bg.jpg) no-repeat;
	border-top: 1px solid #000C02;
	border-bottom: 1px solid #000C02;
	text-align: left;
	color: inherit;
	width: 100%;
	height: 129px;
}
#logo span {
	display: none;
}
#beava-logo {
	position: absolute;
	right: 26px;
	top: 37px;
}
#beava-logo img {
	border: none;
}
#navbar {
	background: #555555 url(../images/navbar-bg.gif) no-repeat;
	border-bottom: 1px solid #000C02;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 28px;
}
#navbar span {
	position: relative;
	top: 4px;
}
#navbar a:link, #navbar a:visited {
	position: relative;
	top: 4px;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FEFEFE;
}
#navbar a:hover {
	text-decoration: underline;
}
#content {
	padding: 10px 16px 10px 20px;
	background-color: #C5D2C9;
	height: auto;
}
#featured-prop {
	float: left;
	margin: 0px 12px 10px 0px;
	border: 1px solid #333333;
	background: #7D9F87 url(../images/fp-header.jpg) top no-repeat;
	text-align: center;
	width: 120px;
}
#featured-prop a img {
	margin: 28px auto 6px;
	display: block;
}
#featured-prop #detail {
	padding-left: 10px;
	line-height: 17px;
	text-align: left;
}
#contactForm, #bookingsForm {
	margin-bottom: 30px;
	border: 1px dotted #999999;
	padding: 15px 0px 0px 10px;
	text-align: left;
	width: 680px;
}
#contactForm p, #bookingsForm p {
	clear: left;
	padding-bottom: 15px;
	text-align: left;
	color: #333333;
}
#contactForm p strong, #bookingsForm p strong {
	color: #000000;
}
#contactForm p label, #bookingsForm p label {
	float: left;
	margin-top: 2px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 130px;
}
#bookingsForm p label {
	width: 150px;
}
#contactForm input.txt, #contactForm textarea, #bookingsForm input.txt, #bookingsForm input.shorttxt, #bookingsForm textarea {
	border: 1px solid #BBBBBB;
	padding: 3px 0px 3px 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4F4F4F;
	width: 350px;
}
#bookingsForm input.shorttxt {
	width: 200px;
}
#contactForm textarea, #bookingsForm textarea {
	height: 80px;
}
#bookingsForm select, #contactForm select {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 356px;
}
#bookingsForm select option {
	padding-left: 10px;
}
#bookingsForm .label {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#bookingsForm input.short {
	border: 1px solid #BBBBBB;
	padding: 2px 0px 1px 4px;
	width: 30px;
}
#bookingsForm select.date {
	width: 50px;
}
#bookingsForm select.year {
	width: 100px;
}
#contact-us-col2 {
	float: right;
	margin: 15px 0px 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 200px;
}
#contact-us-col2 p {
	padding-bottom: 15px;
	text-align: left;
}
#contact-us-col2 .address p {
	padding-bottom: 10px;
}
#address {
	margin-bottom: 20px;
	border: 1px solid #999999;
	padding: 6px 10px;
	background-color: #F7F7F7;
	color: #333333;
}
#contact-us-col1 {
	margin: 15px 0px 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
}
#message {
	margin-bottom: 20px;
	border: 1px solid #999999;
	padding: 6px 10px;
	background-color: #EEEBD9;
	color: #000000;
	width: 680px;
}
#footer {
	background: #4C6255 url(../images/bevel-rect.jpg) no-repeat;
	color: #FFFFFF;
	border-top: 1px solid #000C02;
	width: 100%;
	height: 16px;
}
#copyright {
	margin: 10px auto 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
