/* CSS Document */
body {
	scrollbar-3dlight-color:#ff0000; 
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color:#ff0000;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-position: center 80px;
}
a:link   {  color: #990000 } 
a:visited   {  color: #E10000 } 
a:active   {  color: #FF0000 } 

.whiteFooterText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 19px;
}

.bodytextSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	line-height: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.bodytextBLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	line-height: 21px;
}

.bodytextMED {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	line-height: 21px;
}

.topGradientBG {
	background-image: url(images/topGradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottomGradientBG {
	background-image: url(images/bottomGradient.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.mainSiteBG {
	background-attachment: fixed;
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
}
.headerBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.headerPurple {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #811788;
}
.roomsTableBorder {
	border: 2px solid #CC0000;
}

.photoGalleryBorder {	
	border: 2px solid ffffff;
}

.resvtBorder {
	border: 1px solid #005400;
}

.borderBottomHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.borderDashedBottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* the rest of the text will just be seen as bodytext and indexed last in relevance */
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bolder;
	color: #FF0000;
	font-style: italic;

}
.pageBgColor {
	background-color: #D3DDAB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #005400;
	border-right-color: #005400;
	border-bottom-color: #005400;
	border-left-color: #005400;
}

.siteBorder {
	background-attachment: fixed;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top: 5px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 5px solid #CCCCCC;
	border-left: 1px solid #333333;

}
.roomsHeaderBG {
	background-color: #8FAF60;
}
.bodytextMedWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 21px;
}
.linkBorders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: justify;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	clip:  rect(auto 2px auto 2px);
}
#content-container {
	position: absolute;
	margin: 4 auto;
  	width: 760px;
	top: 5px;
}
#content {
	position: absolute;
	margin: 4 auto;
  	width: 760px;
	z-index: 3000;
}