*
author: 	Glen Finch
studio:		4Site Internet
website:	www.4siteinternet.com
date:  	    22.03.2005

dark green: #006459
duck shell: #90CEC3 #DFF0EE #E9F5F4
turquoise: #008877
aqua: #009584
spearmint: #00AE9B 
sea foam: #90CEC3
*/

/* ######################
 body and html elements 
 ####################### */

/* IE only hack to get things in the center */
/*\*/
* html body {
text-align: center
}
body {
	margin: 0;
	margin-right: auto;
	padding: 0;
	height: 100%;
	color: #444444;
	background-color: #FFFFFF;
}
/* html elements */
p {
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
	line-height: 1.8em;
}
h1, h2, h3, h4, form {
	padding: 0;
	margin: 0;
}
h1 {
	font: normal normal normal 170% Arial, Helvetica, sans-serif;
	color: #008877;
	padding-bottom: 5px;
	margin: 10px 0 5px 0;
}
h2 {
	font: normal normal bold 140% Arial, Helvetica, sans-serif;
	color: #008877;
	margin: 15px 0 5px 0;
}
h3 {
	font: normal normal bold 125% Arial, Helvetica, sans-serif;
	color: #009584;
}
h4 {
	font: normal normal normal 110% Arial, Helvetica, sans-serif;
	color: #006A5E;
	text-transform: uppercase;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}
li{
	background: url(../images/icoBullet.gif) no-repeat 0px;
	padding-left: 17px;
}

/* links */
a:link, a:visited {
	color: #009584;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #DFF0EE;
}
/* forms */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #90CEC3;
	padding: 5px;
}
legend {
	color: #008877;
	font-weight: bold;
}
label {
	display:block;
	float: left;
	width: 115px;
	text-align: right;
	padding: 4px 9px 0px 0px;
	line-height: 1.4em;
}
input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100% !important;
	border: 1px inset #637785;
	color: #000;
	background-color: #DFF0EE;
	margin: 3px 3px 0px;
}
input, textarea {
	padding: 2px;
}

img {
	border: 0;
}

/* set to no display */
.hide, #oldb, #print { 
	display: none;
	text-align: left;
}

/* ###################
containerr and other ID's - nav at bottom
###################### */
#container {
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 749px;
	text-align: left;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#Bluraycontainer {
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 749px;
	text-align: left;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	border: 1px solid #00635A;
}
#mini-container {
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 650px;
	text-align: left;
	min-height: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#email-container {
	padding: 0;
	margin: 0 auto;
	width: 95%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#header {
	
	text-align: right;
	background:  url("../images/logo.png") no-repeat 0px;
	margin-top: 5px;
}
#header h1 {
	font-weight: normal;
	font-size: 90%;
	padding-top: 0px;
	line-height: 28px;
	/*padding-top: 35px;*/
	color: #90CEC3;
	border-bottom: none;
}
/* used so mozilla browsers can get the same spacing as IE puts in by default */
#clearhead {
	min-height: 8px;
}
#feature {
	font-size: 110%;
	padding-bottom: 5px;
	border-bottom: 1px solid #008877;
	background: #DFF0EE url(../images/bgBtn.gif);
	padding: 3px;
}
#feature span {
	font-weight: bold;
	color: #fff;
}

#footer {
	clear: both;
	border-top: 1px solid #008877;
	/*margin-top: 10px;*/
	padding: 3px 10px 5px 10px;
	height: 35px;
	font-size: 85%;
	text-align: center;
}
#header a, #footer a {
	padding: 0px 5px 0px 3px;
	border-right: 1px solid #DFF0EE;
}
#header a.go, #footer a.go {
	padding-right: 20px;
	border-right: none;
}

#quick-links {
	clear: both;
	width: 749px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	color: #009584;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#quick-links h3 {
	font-weight: normal;
}
#quick-links a {
	color: #999999;
	background-color: transparent;
	padding: 0px 5px 0px 3px;
	border-right: 1px solid #DFF0EE;
}

/* property detail styles */
#details {
	width: 495px;
	float: left;
	margin: 10px 0;
}
#details h1 {
	color: #009584;
	margin: 0;
}
#details h2 {
	color: #009584;
	margin: 0 0 10px;
}
#details span {
	display:block;
	float: left;
	width: 80px;
	padding: 0px 3px 0px 0px;
}
#details ul {
	margin: -1.5em 0 5px 67px;
}
#photos {
	float: left;
	width: 250px;
	text-align: center;
	margin: 10px 0;
}
#photos ul {
	list-style-type: none;
	margin: 0;
	padding:0
}
#photos li {
	float:left;
	background: none;
	margin: 5px 5px 0px 0px;
	border: 1px solid #90CEC3;
	padding: 1px;
}
#photos li img {
	display: block;
	margin: 1px;
	border: 0px
}

#photos2 {float: left;width: 400px;text-align: center;margin: 10px 0;}
#photos2 ul {	list-style-type: none;margin: 0;padding:0}
#photos2 li {	float:left;background: none;margin: 5px 5px 0px 0px;border: 1px solid #90CEC3;padding: 1px;}
#photos2 li img {	display: block;margin: 1px;border: 0px}

#details2{ width: 349px; float: left; margin: 10px 0;}
#details2 h1 { color: #009584; margin: 0; }
#details2 h2 { color: #009584; margin: 0 0 10px;}
#details2 span {	display:block; float: left; width: 80px; padding: 0px 3px 0px 0px;}
#details2 ul { margin: -1.5em 0 5px 67px;}

a.linkImg img {
	border: 1px solid #90CEC3;
	padding: 2px;
}

/* ######################
Control style & layout 
######################## */
.toolbar {
	background-color: #DFF0EE;
	border: 1px solid #008877;
	padding: 1px;
	font-weight: bold;
	font-size: 95%;
}
.portfolio {
	background-color: #DFF0EE;
	border: 1px solid #008877;
	padding: 5px;
	width: 85%;
	margin: 10px auto;
}
.portfolio ol {
	margin: -1.5em 0 5px 70px;
	position: relative;
}
/* IE float-box-border hack: backslash hide from IE-mac \*/
* html .portfolio ol {margin-left: 110px;}
/* End hack */
.portfolio li {
	background: none;
	padding-left: 0;
}
.row{
	margin-bottom: 10px;
	border: 1px solid #008877;
	padding: 5px;
}
.forms {
	width: 450px;
	text-align: center;
	margin: 0 auto;
}
.form1 {
	width: 350px; /*330px;*/
	text-align: center;
	margin: 0 10px; /*0 20px;*/
	float: left;
}
.form2 {
	width: 330px;
	text-align: center;
	margin: 0 20px;
	float: left;
}
.forms div,.form1 div,.form2 div {
	text-align: left;
}
.forms div.bg-fade{
	text-align: center;
}
.row p {
	margin-bottom: 0px;
}
/* IE float-box-border hack: backslash hide from IE-mac \*/
* html .row {height: 1%;}
/* End hack */

/* pageing bar */
.col33pc {
	float: left;
	width: 33%;
}
/* tan hack - IE 5's only */
* html .col33pc {
	width: 33%;
	w\idth: 32%;
}

/* home page cols - 25pc */
.col1, .col2, .col3, .col4 {
	width: 175px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
* html .col1 {
	padding-top: 0px;
}
/* Hides from IE-mac \*/
* html .col1  {padding-top: 15px;}
/* End hide from IE-mac */

.col2, .col3, .col4 {
	padding-left: 7px;
	border-left: 1px solid #008877;
	position: absolute;
}
.col2 {
	margin-left: 182px;
}
.col3 {
	margin-left: 374px;
}
.col4 {
	margin-left: 567px;
}
.col1 h2, .col2 h2, .col3 h2, .col4 h2 {
	background: url(../images/bgShadow.gif) repeat-x top;
	padding-top: 10px;
	margin-top: 0;
}

.floatLeft {
	float: left;
	margin-right: 5px;
}
.floatRight {
	float: right;
	margin-left: 5px;
}

.imgFloatLeft {
	float: left;
	margin-right: 10px;
}
.imgFloatRight {
	float: right;
	margin-left: 15px;
	padding: 3px;
	border: 1px solid #008877;
}
.hr {
	height: 12px;
	background: #FFFFFF url(../images/bgShadow.gif) repeat-x top;
	clear: both;
	margin-bottom: 4px;
}
.linetop {
	border-top: 1px solid #008877;
	padding-top: 10px;
}
.pad {
	padding: 3px;
}

/* text & text align */
.st {
	text-decoration: line-through;
}
.hlite {
	color: #006A5E;
}
.sm {
	font-size: 90%;
}
.lg {
	font-size: 125%;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
/* need this for backward compatibility with old site
class is in db lots */
.tit-whitelite {
	text-transform: lowercase;
	font-weight: bold;
}

/* ### backgrounds ### */
.bg-fade {
	background: #009584 url(../images/bgBtn.gif) repeat-x 0px;
	font-weight: bold;
	color: #fff;
}
/* IE float-box-border hack: backslash hide from IE-mac \*/
* html .bg-fade {height: 1%;}
/* End hack */
.bg-dark {
	background-color:#008877;
	color: #fff;
}
.bg-mid {
	background-color:#009584;
	color: #fff;
}
.bg-bright {
	background-color:#00AE9B;
}
.bg-pale {
	background-color:#90CEC3;
}
.bg-wash {
	background-color: #DFF0EE;
}
.bg-wash a:hover, .bg-pale a:hover {
	background-color: #fff;
}
a.n {
	color: #fff;
	background-color: transparent;
}
.arrow {
	padding-left: 20px;
	background-image: url(../images/icoArrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.go {
	background-image: url(../images/icoArrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

/* apply class to form buttons */
.frmBtn {
	background: #00AE9B url(../images/bgBtn.gif) repeat-x;
	color: #FFFFFF;
	border-collapse: collapse;
	padding : 0px 3px 2px 3px;
	border-top: 1px solid #009584;
	border-bottom: 1px solid #008877;
	border-left: 1px solid #008877;
	border-right: 1px solid #009584;
	font-weight: bold;
	width: 75px;
	height: 20px;
	cursor: pointer;
}

/*  ##### clearing floats without ending <div class="clear">  - for gecko browsers, 
ie/win doesnt require, ie/mac needs extra inline-table #### */
.clearfix:after {
	content: "."; 
   display: block; 
   height: 0px; 
   clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* clear all min size*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
.clearleft {
	clear: left;
}
.clearpad {
	clear: both;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}

#hmPhoto {
	/*
	background: url(../images/hmPool.jpg) no-repeat center;
	background: url(../images/hmMairenaPool.jpg) no-repeat center;
	background: url(../images/hmLaHeredia.jpg) no-repeat center;
	background: url(../images/hmLaHeredia2.jpg) no-repeat center;
	background: url(../images/hmLaHeredia.jpg) no-repeat center;
	*/
	background: url(../images/hmPool.jpg) no-repeat center;
	height: 225px;
	width: 749px;
	border-top: 1px solid #006459;
}
#thPhoto {
	background: url(../images/top-townhouse.jpg) no-repeat center;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
#apPhoto {
	background: url(../images/top-apartment.jpg) no-repeat center;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
#vPhoto {
	background: url(../images/top-villa1.jpg) no-repeat center;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
#fPhoto {
	background: url(../images/top-finca1.jpg) no-repeat center;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
#propPhoto {
	background: url(../images/top-villa.jpg) no-repeat center bottom;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100% !important;
	position: relative;
	margin-top: 0.2em;
	padding: 3px 0 3px 0;
	width: 100%;
	height: 1.3em;
	background-color: #fff;
	filter:alpha(opacity=80);
	moz-opacity:0.8;
	opacity: 0.8;
}
img.floatRightClear {
}

#nav ul, .toolbar ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav li, .toolbar li {
	list-style: none none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}
#nav li a:link, #nav li a:visited {
	list-style: none;
	color: #000000;
	margin: 0;
	padding: 3px 10px 3px 10px;
	border-right: 1px solid #009584;
	text-decoration: none;
}

#nav li a:hover {
	list-style: none;
	background-color: #E9F5F4;
	color: #000000;
	text-decoration: none;
}
.toolbar li a:link, .toolbar li a:visited, .toolbar li i {
	list-style: none;
	margin: 0;
	padding: 3px 10px 3px 10px;
	border-right: 1px solid #009584;
	text-decoration: none;
}
.toolbar li i { cursor: help;}
.toolbar li a:hover {
	background-color: #F5FAFA;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 3px; 
}

/* original nav layout 
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	position: relative;
	margin-left: 10px;
	width: 220px;
	height: 210px;
	letter-spacing: 1px;
	background-color: #fff;
	filter:alpha(opacity=80);
	moz-opacity:0.8;
	opacity: 0.8;
}
#nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none none;
	margin: 0;
	padding: 0;
	background: none;
}
#nav li a:link, #nav li a:visited {
	display: block;
	list-style: none;
	color: #000000;
	margin: 0;
	padding: 3px 10px 3px 10px;
	width: 200px;
	border-bottom: 1px solid #009584;
	text-decoration: none;
}

#nav li a:hover {
	list-style: none;
	background-color: #E9F5F4;
	color: #000000;
	text-decoration: none;
}
*/
/* ### end nav ### */
.BorderGreen {
	border: 1px solid #00635A;
}
img.floatLeftClear {
	float: left;
	clear: left;
	margin: 5px;
}
img.floatLeftClearDashedBorder {
	float: left;
	clear: left;
	margin: 10px;
	border: 1px dashed #006459;
}
#propPhotoFeaturedProperty {
	background: url(/images-site/FeaturedPropertyzahara.jpg) no-repeat center bottom;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
#propPhotoFeaturedPropertytest {
	background: url(/images-site/featuredpropertyconvento.jpg) no-repeat center bottom;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
#propPhotoMedinaSidonia {
	background: url(/images-site/medinasidonia.jpg) no-repeat center bottom;
	height: 150px;
	width: 749px;
	border-top: 1px solid #006459;
}
img.floatLeftClearRibbon {
	float: left;
	clear: left;
	margin: 0px;
}
#associates {
	clear: both;
	border-top: 1px solid #008877;
	height: 35px;
	font-size: 100%;
	text-align: left;
}
.col1 {
	margin-left: 0px;
}
.topkeys {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009584;
	float: inherit;
	padding-top: 1px;
	bottom: 4ex;
}
