@charset "UTF-8";
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background-color: #300;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/background.jpg); 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container #compass {
	position: relative;
	background-image: url(images/compass1.png);
	top: 630px;
	left: 100px;
	width: 80px;
	height: 83px;
	z-index: 2;
}



.oneColFixCtrHdr #header {
	
	height: 726px;
	background-color:: #630;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header .headertext {
	position: relative;
	float: left;
	padding: 5px 0px 0px 12px;
	top: 0px;
	left: 0px;
	font-weight:bolder;
	color: #630;
	height: 20px;
	width: 600px;
}

.oneColFixCtrHdr #header #contentbanner {
	position: absolute;
	top: 368px;
	left: 15px;
	width: 500px;
	height: 70px;
}

.oneColFixCtrHdr #header #amenitiesbanner {
	position: absolute;
	float: left;
	top: 368px;
	right: 10%;
	width: 500px;
	height: 70px;
}

.oneColFixCtrHdr #header #flashcontainer {
	background-color: #630;
	border: 20px solid #ffffff;
position: relative;
float: left;
left: 50px;
top: 25px;
width: 700px;
height: 360px;
}

#email {
	position: relative;
	top: -20px;
	left: 10px;
	width: 300px;
	height: 20px;
}

#navarea {
	position: relative;
	background-color: #630;
	float: left;
	top: 12px;
	left: 20px;
	width: 160px;
	height: 300px;
}
	#flash {
	position: relative;
	top: 12px;
	left:30px;
	float: left;
	height: 300px;
	width: 487px;
	background-color: #FFF;
	}

.oneColFixCtrHdr #header h1 {
	background-color: #630;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	overflow: visible;
}
.oneColFixCtrHdr #mainContent #picturebox {
	position: relative;
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	top: 10px;
	left: 35px;
	height: 180px;
}

.oneColFixCtrHdr #mainContent #rightcontentbox {
	background-color: #630;
	position: relative;
	top: -8px;
	left: 55px;
	float: left;
	width: 580px;
	
}

.oneColFixCtrHdr #mainContent #amenitiescontentbox {
	background-color: #630;
	position: relative;
	top: -8px;
	left: 33px;
	float: left;
	width: 780px;
	
}

.oneColFixCtrHdr #mainContent #reservationscontentbox {
	background-color: #630;
	border: 20px solid #ffffff;
	position: relative;
	top: -8px;
	left: 33px;
	float: left;
	width: 780px;
	
}

.oneColFixCtrHdr #mainContent #rightcontentbox .textstyle {
	padding: 12px;
	margin: 12px;
	line-height: 115%;
	letter-spacing: 1px;
	background-color: #FFF;
}

.oneColFixCtrHdr #mainContent #amenitiescontentbox .textstyle {
	padding: 12px;
	margin: 12px;
	line-height: 130%;
	letter-spacing: 1px;
	background-color: #FFF;
}
	
.oneColFixCtrHdr #mainContent #rightcontentbox .textstyle2 {
	
	line-height: 115%;
	letter-spacing: 1px;
	background-color: #630;
	color:#630;
}
	


.oneColFixCtrHdr #footer {
	width: 850px;
	
	top: 0px;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	
}
.oneColFixCtrHdr #footer p {
	 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.picturemargin {
	margin-bottom: 5px;
}

.textcolor {
	color: #7AA4CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.textstyle1 {
	padding-left: 40px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.textstyle1a {
	padding-left: 20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.texystyle2 {
	color: #7AA4CF;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.texystyle3 {
color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 70px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}

.top {
	margin-top: 15px;
	
}

.text {
	padding: 30px 0px 30px 50px;
	color: #333;
	font-weight: bold;
}

.textnext {
	
	padding-left: 30px;
	
	color: #333;
	font-weight: bold;
}

.annexblue {
	color: #7AA4CF;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 20px;
	
}
	
.textannex2 {
	color: #000000;
	padding-left: 120px;
	line-height: 190%;
}

.textmain2 {
	color: #000000;
	padding-left: 145px;
	line-height: 190%;
}


.annexbluebath {
	color: #7AA4CF;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 11px;
	
}

.textannex2red {
	color: #FF0000;
	font-weight: bold;
	padding-left: 120px;
	line-height: 190%;
}

.indentmain {
	font-weight: bold;
	padding-left: 6px;
}

.red {
	color: #F00;
	font-weight:bold;
}

.paragraphadjustment {
		padding: 20px;
	}
	
.ratesformat {
	
	padding-left: 26px;
}
	
	
.ratesblue {
	color: #7AA4CF;
	font-weight: bold;
}

.ratesformat2 {
	padding-left: 50px;
}

.ratesformat3 {
	padding-left: 50px;
}



.ratesformat4 {
	padding-left: 140px;
}	

.ptest {
	background-color:#FFF;
	
	padding: 12px;
	margin: 12px;
}

.paddingforrates {
	margin-left: 118px;
}

.backgrnd {
	background-color: #993;
	border: thick solid #FFF;
}


.textcolordark {
	padding: 40px 0px 0px 75px;;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.textheader{
	padding-left: 40px;
	padding-top: 10px;
	font-weight: bold;
}

.headerblue {
	color: #7AA4CF;
	font-size: 12px;
	font-weight: bold;
}

.paragraph {
	padding-left: 64px;
}

.paragraphtier2 {
	padding-left: 150px;
}

.paragraphbottom {
	padding: 25px;
}

.headerinsetdark {
	padding-left: 64px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.ratesheader {
	padding-left: 25px;
	padding-top: 15px;
}

.ratesitems{
	padding-left: 40px;
}

.ratesheader1 {
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 15px;
}

.mappadding {
	padding: 15px;
	text-align: center;
}

.googlemappadding{
	padding-left: 120px;
}

.flashpadding {
	margin: 20px 0px 0px 0px;
}

.red {
	color: #F00;
}

#slideshow {
    position:relative;
    height:300px;
	
	
}


#slideshow IMG {
	position:absolute;
	top:0;
	left:0px;
	z-index:8;
	opacity:0.0;
	height: 300px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



#slideshow1 {
    position:relative;
    height:500px;
	
	
}

#slideshow1 IMG {
	position:absolute;
	top:0;
	left:0px;
	z-index:8;
	opacity:0.0;
	height: 500px;
}

#slideshow1 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 IMG.last-active {
    z-index:9;
}

