body {
	font-family: tahoma,arial,helvetica,sans-serif;
	background: #ffffff url(./images/cypress_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

textarea {
	font-size: 13px;
	font-family: tahoma,arial,helvetica,sans-serif;
}

.headerNav {
	background-image: url(./images/cypress_header.gif);
}


/* CONTENT */

.content {
	color: #2C4169;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 16px;
}

.content h1, .content h2, .content h3 {
	font-weight: normal;
	color: #084897;
}

.content h1 {
	margin-top: 20px;
	line-height: 120%;
	font-size: 26px;
}

.content h2 {
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 18px;
}

.content h3 {
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 15px;
}

.content hr {
	border: 0;
	width: 100%;
	color: #BCD0E7;
	background-color: #BCD0E7;
	height: 1px;
}

.content p, .content a {
	color: #2C4169;
	font-size: 13px;
	line-height: 22px;
}


.content blockquote {
	display: block;
	font-style: italic;
	background-color: #FBFCFD;
	color: #336488;
	font-size: 18px;
	font-family: times, serif;
	margin: 0px 0px 24px 12px;
	padding: 12px;
	border: 1px solid #D4E0EF;
}


.content .signature {
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;
	padding: 12px 0px 0px 12px;
	margin: 0px;
	color: #336488;
	font-weight: bold;
	font-style: normal;
}


.newsLinks p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

.newsLinks a {
	display: block;
	font-size: 11px;
	color: #435C87;
	text-decoration: none;
}

.newsLinks b {
	font-size: 16px;
}

.newsLinks a:hover {
	color: #3473D1;
}



/* PROPERTY DETAILS TABLE */

.propertyDetails td {
	color: #2C4169;
	font-size: 13px;
	line-height: 22px;
}


.propertyDetailH2 {
	float: right;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

.propertyContactURL {
	background: url(./images/email.png) no-repeat 0px 1px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}


.contactName {
	font-size: 14px !important;
	font-weight: bold;
	text-decoration: none;
}

.contactName:hover {
	text-decoration: underline;
	color: #7497E9;
}

.emailAddress {
	background: url(./images/email.png) no-repeat 6px 1px;
	padding: 0px 0px 0px 26px;
	text-decoration: none;
}

.emailAddress:hover {
	text-decoration: underline;
}

.phoneNumber {
	background: url(./images/telephone.png) no-repeat 6px 0px;
	padding: 0px 0px 0px 26px;
}

.propertyThumbs {
	border: 2px solid #5279aa;
	margin-bottom: 8px;
}

.smallThumb {
	margin-right: 5px;
}

.pdfDownload {
	display: block;
	background: #F2F6FA url(./images/pdf.png) no-repeat 4px 4px;
	padding: 2px 4px 3px 24px;
	margin: 0px 0px 2px 0px;
	font-size: 14px !important;
	font-weight: bold;
	color: #4371B6 !important;
	text-decoration: none;
	font-family: arial,helvetica,sans-serif;
}

.pdfDownload:hover {
	text-decoration: underline;
}


/* AVAILABLE PROPERTIES PREVIEW */

.availableProperties {
	margin: 0px 0px 12px 24px;
}

.availableProperties h2 {
	margin-top: 0px;
}

.availableProperties a {
	text-decoration: none;
	font-size: 11px;
}

.availableProperties p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 4px;
}


/* PREVIEW BOX */

.previewBox {
	float: left;
	width: 270px;
	margin: 0px 0px 12px 24px;
}

.previewBox img {
	border: 2px solid #5279aa;
}

.previewBox a {
	text-decoration: none;
	font-size: 11px;
}

.previewBox p {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin-top: 4px;
}


.leftMost {
	margin-left: 0px;
	clear: both;
}



/* MENU BAR */

.menuBar a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 11px;
}



.topNavWhoWeAre a {
	color: #3E2875;
}

.topNavWhoWeAre:hover {
	background-color: #E1C9FF;
}



.topNavWhatWeDo a {
	color: #4B67A7;
}

.topNavWhatWeDo:hover {
	background-color: #BFEEFF;
}



.topNavRepresentation a {
	color: #782527;
}

.topNavRepresentation:hover {
	background-color: #E4A7A8;
}



.topNavAvailableProperties a {
	color: #666600;
}

.topNavAvailableProperties:hover {
	background-color: #FFFFBF;
}



.topNavLatestNews a {
	color: #5C8723;
}

.topNavLatestNews:hover {
	background-color: #D5FFBF;
}



.topNavTestimonials a {
	color: #494862;
}

.topNavTestimonials:hover {
	background-color: #D8D8D8;
}



.topNavContact a {
	color: #954D9B;
}

.topNavContact:hover {
	background-color: #EADFFF;
}


.selectedNav {
	background-color: #F8F8F8;
}

.selectedNav a {
	color: #084897;
}


/* CONTACT FORM */

.contactForm {
	border: 0px solid #DCE2E9;
}

.contactForm p, .contactForm b {
	margin: 0px;
	padding: 0px;
}

.formButton {
	color: #5E92B0;
	background-color: #CADFF4;
	border: 2px solid #B7D3F0;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 6px;
}


/* FOOTER */

.footer {
	background-image: url(./images/footer-bg.gif);
}

.footer a {
	text-decoration: none;
	font-size: 13px;
	color: #7896ba;
	white-space: nowrap;
	padding: 8px
}

.footer a:hover {
	color: #254E63;
}

.footer td:hover {
	background-image: url(./images/footer-bg-hover.gif);
}


/* LIGHTBOX SHIZZZ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #052D5C; }


