/*
 * COMMENT ELEMENTS
 * ================
 */

body {
	background-color: #fff;
	background-image: url('/images/background.jpg');
	background-repeat: repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

h1, h2 {
	font-size: 1.1em;
	margin: 0 0 0.25em;
	text-transform: capitalize;
}

h3 {
	margin-top: 0;
	padding-top: 0;
}

img {
	border: 0;
}

p {
	color: #000000;
	margin-top: 0;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

/*
 * COMMON CONTAINERS
 * =================
 */

div#banner {
	height: 105px;
	margin: 0;
	padding: 0;
}

div#outerBox {
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	width: 760px;
}

div#innerBox {
	background-color: #ffffff;
	margin: 0;
	padding: 5px 5px 0px 5px;
}

div#innerBoxNoPadding {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

div#footer {
	background-color: #333333;
	clear: both;
}

/*
 * HOME PAGE
 * =========
 */

div#mainPageWelcome {
	margin: 0;
	padding: 0;
}

div#mainPageMapContainer {
	border: #2266aa solid 1px;
	clear: both;
	height: 380px;
	padding: 5px;
	margin: 10px 0 10px 0;
}

div#mainPageMap {
	float: left;
	height: 380px;
	width: 550px;
}

div#mainPageMapLegend {
	height: 380px;
	overflow: auto;
	padding-left: 10px;
}

div#mainPageMapLegend p {
	font-size: 0.8em;
}

div#mainPageAddress {
	font-size: 0.8em;
	/* margin: 1em 0 1em 120px; */
	margin: 1em 0 1em 0;
	text-align: center;
}

div#mainPageAddressLeft {
	float: left;
	padding-top: 12px;
	width: 120px;
	text-align: left;
}

div#mainPageAddressRight {
	float: right;
	width: 120px;
}


/*
 * PROPERTY SEARCH FORM
 * ====================
 */

div#propertySearchForm {
	background-color: #FFFFFF;
	display: inline;
	float: right;
	margin: 10px 0 10px 10px;
}

div#propertySearchForm fieldset {
	border: #2266aa solid 1px;
	width: 275px;
}

div#propertySearchForm legend {
	background: #ffbb00;
	color: #000000;
	border: #2266aa solid 1px;
	padding: 1px 10px;
}

div#propertySearchForm label {
	clear: both;
	float: left;
	margin: 0 1em 10px 0;
	text-align: right;
	width: 6em;
}

div#propertySearchForm input {
	margin-bottom: 10px;
}

div#propertySearchForm input.submit {
	margin-left: 7em;
	clear: both;
	color: #000000;
	background: #ffbb00;
	border: 2px #99ccff outset;
}

div#propertySearchForm select {
	margin-bottom: 10px;
	color: #2266aa;
	background: #ffeebb;
	border: #2266aa solid 1px;
}

/*
 * SEARCH RESULTS PAGE
 * ===================
 */ 

form#refineSearch label {
	margin-right: 2px;
}

form#refineSearch select, form#refineSearch input {
	margin-right: 5px;
}

p.searchResultsError {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

div.searchResultsOuter {
	border: 1px solid #0066CC;
	margin: 5px 0px 5px 0px;
	padding: 0 5px 5px 5px;
	/* Compensate for IE's broken box model - first line for good browsers, second for IE */
	width: 738px !important;
	width /**/:750px;
}

div.searchResultsHeader {
	height: 2em;
	position: relative;
}

div.searchResultsTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 700px;
}

div.searchResultsTitle h2 {
	font-size: 1.3em;
	font-variant: small-caps;
	background-color: #ffffff;
	color: #333366;
	margin: 0;
	padding: 0;
}

div.searchResultsMain {
	position: relative;
	height: 300px;
}

div.searchResultsImageOddRow {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 240px;
}

div.searchResultsImageDescriptorOddRow {
	position: absolute;
	top: 250px;
	left: 0;
	width: 360px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

div.searchResultsTextOddRow {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 100%;
	padding: 0 5px 0 0;
	overflow: auto;
}

div.searchResultsImageEvenRow {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 240px;
}

div.searchResultsImageDescriptorEvenRow {
	position: absolute;
	top: 250px;
	right: 0;
	width: 360px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

div.searchResultsTextEvenRow {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 100%;
	overflow: auto;
	padding: 0 0 0 5px;
}

div.searchResultsFooter {
	background-color: #FFFFFF;
	clear: both;
	height: 25px;
}

div.searchResultsFooterPrevious {
	float: left;
}

div.searchResultsFooterNext {
	float: right;
}

div.searchResultsFooterText {
	font-style: oblique;
	margin: 0 25% 0 25%;
	position: relative;
	text-align: center;
}

/*
 * AREA MAPS PAGE
 * ==============
 */

div#areaMap {
	width: 760px;
	height: 500px;
}

/*
 * PROPERTY MAP PAGE
 * =================
 */

div#propertyMap {
	width: 500px;
	height: 500px;
	background-color: #ffffff;
}

/* 
 * VIEW BASKET PAGE
 * ================
 */

/* Property listings at the head of the page */

div.viewBasketProperty {
	height: 120px;
	margin: 5px 0 5px 0;
	position: relative;
}

div.viewBasketPropertyImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 120px;
}

div.viewBasketPropertyText {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 560px;
	padding: 0 5px 0 0;
	overflow: auto;
}

div.viewBasketPropertyText h3 {
	color: #333366;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* Request information form */

div.requestInfoForm {
	clear: both;
}

div.requestInfoForm fieldset {
	margin: 5px 0 5px 0;
}

div.requestInfoForm fieldset legend {
	color: #000000;
	font-weight: bold;
}

div.requestInfoForm label {
	clear: both;
	float: left;
	margin: 0 1em 5px 0;
	text-align: right;
	width: 10em;
}

div.requestInfoForm input, div.requestInfoForm select {
	margin: 0 0 5px 0;
}

/*
 * LISTINGS PAGE
 * =============
 */

h1.listingsPage {
	color: #ff0000;
	font-size: 1.5em;
	text-align: center;
	text-decoration: underline;
}

div.listingsPageList {
	margin-bottom: 1em;
}

div.listingsPageList ul {
	width: 700px;
}

div.listingsPageList ul li {
	display: block;
	float: left;
	width: 50%;
}

div.listingsPageList ul li a {
	text-decoration: none;
}

div.listingsPageList ul li a:hover {
	background-color: #ffbb00;
	color: #000000;
}

div.listingsPageList br {
	clear: left;
}

/*
 * LINKS PAGE
 * ==========
 */

ul.linksPage {
	margin-top: 0;
}

/*
 * PROPERTY PHOTO PAGES
 * ====================
 */

body.propertyPhotos {
	background-color: #000000;
	background-image: none;
}

div#propPhotosContainer {
	background-color: #000000;
	height: 500px;
	margin: 10px;
	width: 640px;
}

div#propPhotosSelector {
	background-color: #000000;
	float: left;
	height: 500px;
	overflow: auto;
	text-align: center;
	width: 130px;
}

div#propPhotosSelector img {
	margin-bottom: 5px;
}

div#propPhotosImageOuter {
	background-color: #000000;
	float: right;
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 500px;
	margin-left: 10px;
}

div#propPhotosImageOuter[id] {
	display: table;
	position: static;
}

div#propPhotosImageMiddle {
	position: absolute;
	left: 50%;
	top: 50%;
}

div#propPhotosImageMiddle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

div#propPhotosImageInner {
	left: -50%;
	position: relative;
	top: -50%;
}

div#propPhotosImageInner[id] {
	position: static;
}

/*
 * ABOUT US PAGE
 * =============
 */

div.aboutUsContactDetails {
	text-align: center;
}

/*
 * WINDSURF PAGE
 * =============
 */

table.windsurfPrices {
	border: 2px solid #000000;
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
}

table.windsurfPrices tr td,table.windsurfPrices tr th {
	border: 1px solid #000000;
	padding: 0.05em 0.5em 0.05em 0.5em;
	text-align: center;
}

table.windsurfPrices tr.d0 td {
	background-color: #ff0000;
}

table.windsurfPrices tr.d1 td {
	background-color: #00FF00;
}
