@charset "UTF-8";
body.oneColFixCtrHdr {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #111;
	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;
}
p , li{
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #222;
	border-left-color: #222;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 85px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	margin-top: 25px;
	margin-bottom: 25px;
}
.oneColFixCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 25px;
	margin-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
.oneColFixCtrHdr #footer img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	text-align: right;
	font-size: 90%;
}
#TextBox {
	background-color: #CCC;
	padding: 10px;
	height: 313px;
	vertical-align: top;
}
.oneColFixCtrHdr #TextBox h2 {
	font-size: 120%;
}
.oneColFixCtrHdr #TextBox p {
	font-size: 100%;
}
a:link {
	color: #253F8F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #253F8F;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#Subpage {
	margin: 10%;
	padding: 50px;
	background-color: #FFF;
	text-align: left;
	border: 2px solid #C00;
}
iframe {
	float: right;
	margin-left: 20px;
	border: 2px solid #253F8F;
}
.ClearBoth {
	clear: both;
}
#Amenities {
	background-color: #CCC;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	height: 454px;
}
.ImageRight {
	float: right;
	margin-left: 20px;
}
/* .oneColFixCtrHdr #Amenities ul li {
	float: left;
	width: 50%;
} */
.oneColFixCtrHdr #container #Amenities img {
	border: 2px solid #253F8F;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* .oneColFixCtrHdr #Amenities ul {
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 600px;
} */
.oneColFixCtrHdr #Amenities ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.SmallNote {
	font-size: 70%;
	font-weight: normal;
}
.Eighty {
	font-size: 80%;
}
.Sixty {
	font-size: 60%;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.Neva {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3852A1;
	width: 305px;
	margin-top: 20px;
	padding-top: 0px;
}
