/* CSS Document */
body {
	scrollbar-3dlight-color:#4F6CB0; 
	scrollbar-arrow-color:#1D2C49;
	scrollbar-base-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color:#1D2C49;
	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 113px;
}
a:link   {  color: #540b12} 
a:visited   {  color: #999999} 
a:active   {  color: #BBE3FF} 

.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: bold;
	text-align: justify;
	line-height: 19px;
}

.bodytextSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	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: 17px;
	color: #283959;
	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 #6D6767;
}

.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: "Arial", Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bolder;
	color: #1D2C49;
	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 #1D2C49;
	border-right: 5px solid #1D2C49;
	border-bottom: 5px solid #1D2C49;
	border-left: 5px solid #1D2C49;

}
.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;

}
