html, body {
padding:0;
margin:0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
height:100%;
}

body {
background-image:url(images/wall.jpg);
background-repeat:repeatt;
background-position:top center;
background-color:#333333;
}

a, a:visited {
color:#0066CC;
font-variant:normal;
font-weight:normal;
text-decoration:none;
}

h1 {
font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
font-size:41px;
color:#FFFFFF;
text-align:center;
font-weight:bold;
padding:10px 0 0 0;
margin:0;
width:700px;
font-variant:small-caps;

}
h2 {
font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
font-size:26px;
color:#D8D8D8;
text-align:center;
font-weight:bold;
padding:0;
margin:0;
width:700px;
top:50px;
font-variant:small-caps;

}

img {
/*
border-left:3px #CCCCCC solid;
border-bottom:3px #CCCCCC solid;
border-top:3px #DDDBD3 solid;
border-right:3px #DDDBD3 solid;
*/
border:1px #FFFFFF solid;
}


p img, h2 img, h3 img {
float:right;
margin:0 0 20px 20px;
clear:both;
}

h2 img {
}

h2 a {
float:right;
font-size:10px;
color:#0066CC;
font-variant:normal;
margin-right:45px;
font-weight:normal;
text-decoration:none;
}
h2 a:hover {
color:#0000CC;
text-decoration:underline;
}
.centered {
display: block;
margin-left: auto;
margin-right: auto;
}


strong {
color:#4C5575;
}

ul {
clear:both;
}

li {
padding-bottom:5px;
}


#container {
position:absolute;
left:50%;
margin-left:-350px;
width:700px;

}



#header {
width:720px;
height:120px;
position:relative;
top:20px;
}

#menu {
width:720px;
height:30px;
position:relative;
overflow:hidden;
top:0px;
}
#menu a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
padding:5px 0 7px 0;
color:#FFFFFF;
font-weight:normal;
overflow:hidden;
position:relative;
font-variant:small-caps;
}
#menu a:hover {
font-weight:bold;
cursor:pointer;
/*border-bottom:1px #FFFFFF solid;*/
background-color:#333333;
}
#menu .current, #menu .current:hover {
font-weight:bold;
cursor:default;
/*border-bottom:1px #FFFFFF solid;*/
background-color:#333333;
}



#menu ul,#menu li {
margin:0;
padding:0;
list-style:none;
}
#menu ul {
width:100%;
float:left;
}
#menu li {
float:left;
text-align:center;
border-right: #CC9900 2px solid;
}
#menu li a {
display:block;
text-align:center;
} 



#content_narrow {
float:left;
color:#333333;
font-size:14px;
background-color:#EAE8DC;
border:#FFFFFF 1px solid;
padding:8px 20px 15px 20px;
margin-bottom:20px;
position:relative;
top:10px;
width:680px;
}

#content_narrow h2 {
color:#4C5575;
font-size:16px;
text-align:left;
font-weight:bold;
padding-top:10px;
}

#content_narrow h3 {
color:#999999;
font-size:14px;
text-align:left;
font-weight:bold;
padding-top:10px;
padding-top:2px;
}


#links p {
padding:0;
margin:0;
padding-bottom:5px;
}

#links {
list-style:none;
padding:0 10px;
margin:15px 5px 5px 5px; 
}

.property {
display:block;
float:left;
padding:10px 10px;
border:1px #CCCCCC solid;
margin-top:10px;
text-decoration:none;
color:#333333;
width:635px;
}
.property:hover {
background-color:#FFFFFF;
border-color:#000000;
}

.property span {
display:block;
font-size:14px;
padding:0;
margin:0;
}
.property img {
float:right;
margin:0 0px 0px 10px;
width:170px;
}

.property .size {
font-variant:small-caps;
font-weight:bold;
}

.property .villaname {
color:#003399;
font-size:14px;
text-align:left;
font-weight:bold;
padding-top:10px;
padding-top:2px;
}

.propertyimages {
float:right;
width:170px;
margin-top:0px;

}
.propertyimages img {
width:150px;
float:right;
margin-top:10px;
}
.propertydescription {
float:left; 
width:470px;
}

.propertydescription p {
padding:10px 0 0 0;
margin:0;
}

.summary {
}


/* FORM */

form, fieldset {
border:none;
padding:0;
margin:0;
}

.form_row  {
padding-bottom:20px;
}

.date {
position:relative;
clear:both;
}
.date select {
width:50px;
}
.date .form_row {
float:left;
clear:none;
width:50px;
margin:0 0 0 0;
}
.date .form_row label {
display:none;
} 
.date .form_row .required {
display:none;
}
.submit_button input, .box_light .submit_button input {
width:203px;
padding:8px 0 9px 0;
cursor:pointer;
background-image:url(images/menubg.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color:#FFFFFF;
font-weight:bold;
border-top:#999999 1px solid;
border-left:#999999 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
margin-right:15px;
}

.fieldset {
border:#CCCCCC 1px solid;
padding:10px;
margin-bottom:10px;
}
legend {
color:#999999;
font-variant:small-caps;
}
.requiredkey {
float:right;
font-style:italic;
color:#666666;
padding-top:3px;
}

.error label {
color:#CC0000;
}

.required {
visibility:hidden;
}

.error .required {
visibility:visible;
padding:0px 0 0 10px;
font-weight:bold;
color:#CC0000;
line-height:18px;
vertical-align:middle;
}
.error .required span {
padding:2px 8px; 
width:15px;
height:15px;
background-color:#CC0000;
color:#FFFFFF;
font-weight:bold;
margin-right:3px;
}

textarea {
width:370px;
}
input {
width:370px;
}
label {
float:left;
width:250px;
}

.required {
display:none;
}


#footer {
width:700px;
text-align:center;
color:#FFFFFF;
font-size:12px;
text-decoration:none;

}
#footer a {
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}




/* SWF UPLOAD */

:focus { outline: 0; }

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


.spanButtonPlaceHolder {
border:1px #333333 solid;
}





.managephotos .form_row {
}
.managephotos img {
width:200px;
float:left;
margin:0 20px 20px 0;
}

.managephotos label {
display:none;
}




.thumbnail {
padding:10px 5px 10px 5px;
}
.thumbnail img {
width:100px;
height:100px;
margin-bottom:5px;
}




#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: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 10000px; background-color: #000; }

