body {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 780px;
	background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}	
	
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 {color: #9E0F0C;}

h1 {
	margin: 0;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	clear: both;
	margin: 1.2em 0em;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}
#topMenu
{
    text-align: right;
  background-image: url(Images/bg_tile.gif);
	background-repeat: repeat;
  
}
#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;	
	background-image: url(Images/main_bg.png);
}



#topShadow {
    height: 24px;
    background-image: url('Images/top_shadow.png');
    background-repeat: no-repeat;
}
#headerMenu
{
    padding: 5px;
    margin: 0 10 0 10;
    text-align: right;
    background-color: #E7E9DE;
}



#header {
	position: relative;
	height: 206px;
	margin-left: 10px;
}
#branding
{
    position: absolute;
    right: 30px;
    bottom: 18px;
    /*z-index: 1000;*/
    text-align: right;
    color: #666666;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
}
#companyName {
	color: #666666;
	font-size: 40px;
}

#logoImage {vertical-align: text-bottom;}

#slogan {
	color: #666666;
	font-size: 16px;
}
#breadcrumbs {
	position: absolute;
	left:52px; 
	bottom: 12px; 
	color: #666666;
	font-weight: normal;
	font-size:0.9em;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #E7E4DE;
}

#breadcrumbs a:hover {text-decoration: none;}

#content {
    position: relative;
    padding-top: 0;
    margin-top: 0;
}

/* Hide from IE5 Mac \*/
* html #content {
	height:1%;
}
/* End hide from IE5 Mac */
und-image: none !important;
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
}		
#menu .menuNormal {
	color: #333333;
	font-weight: normal;	
}
#menu .menuHover {
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
	background-position: 1em 0.4em;
}
#menu .menuSelected {
	color: #9E0F0C;	
	background-image: url(Images/img_menu_active.gif);
	background-repeat:no-repeat;
	background-position: 1em 0.4em;
}

#menu .subMenu {background-color:#FFF9E9;}

#menu .subMenu table {
    border:1px dotted #666666; 
    background-color:#FFF9E9;
}

#menu .subMenu table table{border:none;} 

#menu .subMenuNormal {color: #333333;} 

#menu .subMenuHover {
    background-image:url(Images/img_menu_hover.gif);
    background-repeat:no-repeat;
    background-position:1em 0.4em;
}


#propertyMenu
{
    background-color: #E7E9DE;
    margin-top: 15px;
    padding: 12 10 10 20;
}
/**/

#propertyMenu a 
{

color:#2A2A2A;
margin:15 0 10 0;
padding:15 10 10 10;
}

#propertyMenu a:link{
margin: 8 0 10 0;
    padding: 8 10 12 10;
     
     
    }/* unvisited link */
#propertyMenu a:visited{
margin: 8 0 10 0;
    padding: 8 10 12 10;
   }/* visited link */

#propertyMenu a:hover
{
    margin: 8 0 10 0;
    padding: 8 10 12 10;
    background-color: #FFFFFF;
}/* mouse over link */

/*.propertyMenuActive
{
margin: 8 0 10 0;
    padding: 8 10 12 10;
    background-color: white;}
    
    .propertyMenuNotActive
{
margin: 8 0 10 0;
    padding: 8 10 12 10;
    }
#copy {			
	position:static;
	margin-left:237px;
	margin-right: 25px;
	padding: 0 2em 4em;	
}

*/
* html #copy {padding:0 3.5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}

* html #copy ul {padding-left:18px;}

* html #copy li {padding:0 0 0.5em 0.5em;}

#copy li {list-style-image: url(Images/bullet.gif);}

#copy p {
	margin: 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}

#copy li > p {margin-top: 0.2em;}

#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	color: #333333;
}

#copy a {color:#2A2A2A;}

#copy a:link {text-decoration:underline;}

#copy a:hover {text-decoration:none;}

#copy .textBox {
	margin-left: 1em;
	border:1px solid #999999;
	background-color:#E7E9DE;
}

#copy .textBox:focus {background-color:#FFFFFF;}

#copy .dropDownlist {
	margin-left: 1em;
	background-color: #E7E9DE !important;
}

#copy .radioButtonList {margin-left: 1em;}

#copy fieldset {
	border:1px solid #E7E9DE;
	padding: 1.5em;
}

#copy legend {color: #666666;}

#copy .button {
    margin:1em 0;
    border:1px solid #999999;
    background-color:#9E0F0C;
    color:#FFF9E9;
}

* html .button {padding:0 0.5em;} 

#bottomShadow {
	height: 10px;		
	background-image: url(Images/bottom_shadow.png);
	background-repeat: no-repeat;
}

* html #bottomShadow {margin-bottom:-7px;}


/*simon*/
.lowerCase
{
    text-transform: lowercase;
}

img.imgFloatLeft
{
    padding: 0px 5px 0px 5px;
    float: left;
    margin: 10px;
}
img.imgFloatRight
{
padding:15px ;
float:right;
margin:4px;
}
#gallery
{
    text-align: center;
    background-color: #ECECEC;
}

.galleryImg
{
    border: 10px solid  #C0C0C0;
    margin-top: 10px !important;
   
}
#loadarea
{
   /* width: 280;

    float:right;
   */
   
}

#loadarea img
{
    width: 475px;
    height: 317px;
    margin: 10px 0px 0px 0px;
}



#single_colomn_container
{
    padding: 10px;
   
    background-image: url(Images/mid_shadow.png);
    background-repeat: no-repeat;
}
.imgText
{
    margin-left: 75;
    
    width: 500px;
    font-size: 1.5em;
    font-style: italic;
    color: #666666;
}
#single_colomn_container h1, h2, h3
{
    padding-left: 10px;
}

#single_colomn_container p
{
    padding-left: 20px;
     padding-right: 15%;
}





#propertyList img
{
    float: left;
    margin: 0px 20px 20px 20px;
}




#colRight
{
    float: right;
    width: 390px;
  margin-left: 15px;
  margin-right: 15px;
}

#colRight h2
{
    width: inherit;
    margin: 20px 0em 1.2em 0em;
    font-size: 1.7em;
    font-weight: normal;
    font-style: italic;
}

#colRight p
{
    margin: 10px;
}



.viewDetails
{
    float: right;
    display: inline;
    margin: 5px 10px 5px 5px;
    width: 112px;
    height: 25px;
    background-image: url( Images/view_details_btn.png );
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 5px;
    padding-top: -5px;
    color: #666666;
    text-transform: capitalize;
    font-size: .7em;
} 

.backToTop
{
    float: right;
    display: inline;
    margin: 5px 10px 5px 5px;
    width: 112px;
    height: 25px;
    background-image: url( Images/btn.png );
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 5px;
    padding-top: -5px;
    color: #666666;
    text-transform: capitalize;
    font-size: .7em;
}

#reservations
{
    vertical-align: middle;
}


.nothing
{
display:none;}


.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
.clearfix {display: inline-block;} /* Fixes IE/Mac */
 
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



@media print {	
	body {
		color: #333333 !important;
		border-bottom: 1px solid #000;
		background:#FFFFFF !important;		
		font-size:10pt;
		line-height:12pt;
	}	
	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333333;
	}

	#mainwrapper,#topShadow,#bottomShadow {background:none;}

	#header {
		position: static;
		height: auto;
	}	

	#menu, #mastheadImage {display:none;}

	#branding {
		position: static;		
		text-align:left;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs {
		position: static;
		padding-bottom: 2em;
		margin: 1em 0;
		border-bottom: 1px solid #000000;
		color: #333333;
		
	}

	#breadcrumbs a {color: #333333;}

	#copy {
		width: 80%;
		margin-left:0;
		padding: 0 2em;
	}

	#copy a {color: #333333;}

	#copy li {
		list-style-image: none;
		list-style-type: disc;
	}

	#copy .pullQuote {display: none;}

	#copy .textBox {
		border: 1px solid #333333;
		background:none;
	}

	#copy .textBox:focus {background:none;}

	#copy fieldset {border:1px solid #333333;}

	#copy legend {padding-bottom:1em;}

	#copy .dropDownlist {background:none;}
}

/*           Lightbox             */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(Images/blank.gif) no-repeat; /* 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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	/***** end of light box ***********/