@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 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: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
	background-image: url(header_background.jpg);
	height: 200px;
	text-align: center;
}
.subcontent {
	float: left;
	width: 239px;
	font-family: Tahoma;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	height: 530px;
}
.oneColFixCtrHdr #subcontainer {
	width: 778px;
	font-family: Tahoma;
	background-color: #003366;
	border-top-style: none;
	border-top-color: #003366;
	clear: both;
	overflow: hidden;
}
.oneColFixCtrHdr #subcontainer .subcontent h3 {
	font-family: Tahoma;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: text-top;
}
.footercontent {
	float: left;
	width: 259px;
	text-align: center;
	height: 100px;
	background-color: #507099;
	padding: 0 px;
}
#bnbavalogo {
	text-align: right;
	float: right;
	overflow: hidden;
	right: auto;
}

.oneColFixCtrHdr #subcontainer #footer .footercontent p {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
}




.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma;
	font-size: xx-large;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font: tahoma;
	font-weight: normal;
}
.oneColFixCtrHdr #container #tourcontent img {
	float: right;
}

.tourcontent {
	height: 100%;
	width: 778px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #tourcontent u {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #tourcontent p {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #tourcontent h2 {
	padding-right: 10px;
	padding-left: 10px;
}


.oneColFixCtrHdr #container #mainContent #addresswrap {
	height: 400px;
}

.oneColFixCtrHdr #mainContent img {
	padding: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#507099;
	height: 100px;
	width: 778px;
	overflow: hidden;
	clear: both;
}
.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: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #footer .footercontent p {
	font-family: Tahoma;
	font-size: 12px;
}


#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #A3AFC5;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: Tahoma;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li { display: inline; }

li a
{
	text-decoration: none;
	background-color: #A3AFC5;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}
.oneColFixCtrHdr #navcontainer {
	background-color: #A3AFC5;
}


li a:hover
{
	background-color: #516C97;
	color: #fff;
}
.expandingmaincontent {
	height: 500px;
	width: 778px;
}
.oneColFixCtrHdr #container #mainContent #tourcontent img {
	float: right;
}
.oneColFixCtrHdr #container #mainContent p {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #tourcontent u {
	padding-right: 10px;
	padding-left: 10px;
	width: 500px;
}
.oneColFixCtrHdr #ammenities {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font: tahoma;
	font-weight: normal;
	overflow: hidden;
}
.oneColFixCtrHdr #container #ammenities p {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #ammenities img {
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #ammenities h2 {
	padding-left: 10px;
}
.oneColFixCtrHdr #rateContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font: tahoma;
	font-weight: normal;
	height: 900px;
}
.oneColFixCtrHdr #container #rateContent strong {
	padding-right: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #rateContent p {
	padding-right: 10px;
	padding-left: 10px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 150%;
}
.availtext {
	float: left;
	width: 65px;
	text-align: left;
	clear: both;
}
#availform {
	margin: 0;
	height: 250px;

}

#leftbanner {
	float: left;
	width: 206px;
	text-align: left;
	vertical-align: top;
	margin: 5px;
	height: auto;
	overflow: hidden;
}
#rightcontent {
	margin: 5px;
}
