@charset "UTF-8";
body  {
	font: 12px Verdana, Geneva, sans-serif;
	background: url(../images/gradient-vert.gif) repeat-x;
	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;
	background-attachment: fixed;
}
p {
	font: 12px/150% Verdana, Geneva, sans-serif;
	text-align: left;
}
a {
	color: #00543d;
	text-decoration: underline;
}
a:hover {
	color: #00543d;
	text-decoration: none;
}
ul {
	font: 12px/150% Verdana, Geneva, sans-serif;
}
strong {
	color: #00543E;
}
iframe {
	border: 1px solid #666;
}
.twoColFixLtHdr #container {
	width: 943px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background: url(../images/index-header.png) no-repeat;
	padding: 0;  /* 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: 154px;
} 
.twoColFixLtHdr #mainNav{
	padding: 0px;
	height: 25px;
	width: 550px;
	margin-top: 100px;
	margin-left: 350px;
	color: #00543d;
	font-size: 10px;
	z-index: 50;
	position: absolute;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 15px 40px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 285px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 0 15px;
} 
.twoColFixLtHdr #mainContentIndex {
	background: url(../images/interior-bodybknd.png) repeat-y;
}
.twoColFixLtHdr #footer {
	padding: 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.png);
	height: 126px;
	margin: 0px;
} 
.twoColFixLtHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}

    .specialsBox {
	background: #E3DDDA;
	width: 300px;
	border: 1px solid #B09670;
	padding: 8px;
	text-align: center;
	margin: 0px auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-weight: bold;
	color: #00543E;
}
.titleText {
	font-size: 14px;
	color: #00543E;
	font-weight: bold;
}
#indexBodyArea {
	margin: 0px;
	padding: 0px 70px;
	background: url(../images/index-weathervane.png) no-repeat;
}
#interiorBknd {
	background: url(../images/interior-bodybknd.png) repeat-y;
}
#flashPlaceholder {
}
#mainNav a {
	color: #00543d;
	text-decoration: none;
}
#mainNav a:hover {
	color: #00543d;
	text-decoration: underline;
}
#sidebar1 p {
	text-align: center;
}
#accommodationsICE {
	width: 595px;
}
#diningICE {
	width: 595px;
}
#contactICE {
	width: 595px;
}
#historyICE {
	width: 595px;
}
#reservationsICE {
	width: 595px;
}
#aboutICE {
	width: 595px;
}
#functionsICE {
	width: 595px;
}
#weddingsICE {
	width: 595px;
}
#directionsICE {
	width: 595px;
}
#specialsICE {
	width: 595px;
}
#galleryICE {
	width: 595px;
}
#corporateICE {
	width: 595px;
}
#roompoliciesICE {
	width: 595px;
}
#corporatepoliciesICE {
	width: 595px;
}
#ourroomsICE {
}
#menusBox {
	border: 1px solid #666;
	width: 218px;
	margin: 0px auto;
	padding: 6px;
	font-size: 12px;
	background: #FFF;
	line-height: 130%;
}
#menusBox p {
	text-align: left;
}
#lastMinSpecialsICE {
	width: 595px;
}
#sitecredit {
	float: right;
	width: 200px;
	font-size: 10px;
	text-align: right;
	margin: 50px 0px 0px;
}
.calendarContainer {
}
.calendarContainer a {
	color: #00543d;
	text-decoration: none;
}
.calendarContainer a:hover {
	color: #00543d;
	text-decoration: underline;
}
.faqLinkBox {
	background: #FFF9F6;
	border: 1px solid #DED8D5;
	margin: 0px;
	padding: 0px 10px;
	width: 180px;
}
