@charset "utf-8";
/* CSS Document */

body {
	font: 62.5% "Gill Sans MT", Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
#top {
	width: 830px;
	margin: 10px auto 0 auto;
}
#top-wide {
	width: 960px;
	margin: 10px auto 0 auto;
}

#container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../../images/body.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #B46773;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container-wide {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../../images/body-wide.jpg);  /* */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #B46773;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#banner {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 0px;
/*	background: #B46773; */
}
#banner-wide {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 0px;
/*	background: #B46773; */
}

#printBanner {
	display: none;
	visibility:hidden;
}
.SpryHiddenRegion {
	visibility:hidden;
}
#navBar {
	width: 798px;
	margin: 4px auto 0 auto; 
	background-image: url(../../images/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px; 
	border: 1px solid #CCCCCC;
}
#navBar-wide {
	width: 928px;
	margin: 4px auto 0 auto; 
	background-image: url(../../images/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px; 
	border: 1px solid #CCCCCC;
}

#navMenu {
/*	background-color: transparent;
	height: 2em; 
	width: 70em;
	margin: 0 auto; */
}

#wrapper {
	width: 778px;
	margin: 4px auto 0 auto;
	padding: 10px 10px 10px 10px;
/*	background: #CCCCCC;  --  */
	text-align: left;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #F2F2F0;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#left-col {
	float: left;
	margin-top: 4px;
	margin-left: 15px;
	width: 165px;
	background: #FCF;
}
.sideNav
{
	clear: left;
	float: left;
	margin-top: 4px;
	margin-left: 15px;
	width: 163px;
	display: inline;
}
.sideNav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style:	none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sideNav li {
	margin: 0;
	padding: 0;
	width: 100%;
/*	background-image: url(../../images/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center; */
	height: 30px; 
	font-size: 12px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCC;
}
.sideNav a, .sideNav a:visited {
	display: block;
}

.sideNav ul {
	border-top: 0px solid #CCC;
}
.sideNav a, .sideNav a:visited {
	background: #F2F2F0;

	text-decoration: none;
	border-bottom: 1px solid #CCC;
	padding: 0px 10px;
	color: #666;
	text-shadow: 2px 2px 2px #FFF;
}
.sideNav a:focus, .sideNav a:hover {
	color: #000;	
	background-color: #E0E0E0;
}
.sideNav a.selected {
	color: #000;	
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}

#wrapper-right {
	float: right;
	width: 738px;
	margin-top: 4px;
	margin-right: 15px;
	padding: 10px 10px 10px 10px;
/*	background: #CCCCCC;  --  */
	text-align: left;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #F2F2F0;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper h1 {
	font-size: 130%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CB5D1E;
	margin-top: 0;
}
#wrapper h2 {
	font-size: 120%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CB5D1E;
	margin-top: 0;
}
#wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
	font-size: 110%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CB5D1E;
	margin-top: 0;
}


#wrapper p {
/*	font-size: 1.4em;  */
	margin-top: 1em;
/*	margin-bottom: 0; */
}

#wrapper hr {
	color: #CCCCCC;
	height: 1px;
	margin: 4px;
}
#wrapper img {
	border: 2px solid #999999;
}
#wrapper form img {
	border: none;	
}

#wrapper a  {
	color: #CB5D1E;
	font-style: italic;
	text-decoration: none;
	border-bottom: 0px dashed #CB5D1E;
}
#wrapper a:focus, #wrapper a:hover  {
	border-bottom: 0px dashed #000;
	background: #F0F0F0;
}

#homeSlides {
	width: 778px;
	margin: 0px auto 10px auto;	
}
#homeSlides img {
	border: 0px solid #CCC;	
}

.validationErrors  {
	color: #900;
	font-weight: bold;
}
.captcha {

	margin: 6px 0;
}
#contactForm textarea, #contactForm input {
	font: 12px Arial, Helvetica, sans-serif;
}


#home {
	float: left;
	width: 590px;
	border: 0px solid #CCCCCC;
/*	background: #E6E6DF; */

}
#sideBar {
/*	visibility: hidden;
	display: none;
*/	margin-left: 600px;
	border: 1px solid #CCCCCC;
	background: #F2F2F0;
	background-color:#FFFFFF;
	font-size: 100%;
	padding: 0px;
}
#sideBar .sideBarHeader {
/*	background: #CCCCCC; */
	background-image: url(../../images/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;

}
#sideBar .sideBarBody {
	padding: 4px;
}
#sideBar p {
	margin: 0;
	padding: 0;
}
#sideBar .attributedby {
	color: #000;
	text-align: right;
	border-bottom: 1px solid #CCC;
}
#sideBar  #more  {
	padding: 6px 4px;
	text-align: right;
}
.newsNavButton {
	padding: 0 10px;
}

.cms #news {
	margin-bottom: 1em;
}
hr {
	color: #CCCCCC;
/*	background-color: #C8C8C8; */
	height: 1px;
/*	border: 0;	 */
}

.News_Dateline {
	text-align: right;
	font-style: italic;
	font-size: 1.1em;
	padding-right: 2em;
}
#news .News_Dateline a {
	font-style: italic;
	color: #666666;
	text-decoration: none;
}
#rhs-sidebar {
	float: right; 
	margin-left: 10px; /* */
	width: 387px;	
	padding: 0;

}
#accommSlides {
	position: relative;
	width: 387px;
	height: 250px;
	border: 0px solid #999999;
	padding: 0;
	overflow: hidden;
}
#accommSlides img {
	display: block;	
	width: 385px;
	height: 250px;
	border: none;
	border: 1px solid #CCC;}

#linkbar {
	margin-top: 10px;
	width: 385px;
	background-image: url(../../images/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px; 
	line-height: 30px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
}
#linkbar .availLink, #linkbar .galleryLink  {
	color: #666;
	text-decoration: none;
	border: none;
	font-style: normal;
	display: block;	
}
#linkbar  .availLink:hover, #linkbar .galleryLink:hover {
	color: #000;
	text-decoration: none;
	border: none;
	font-style: normal;
	background-color: #E0E0E0;
}
#linkbar .hasBorder {
	border-right: 1px solid #CCC;	
}

#gallery {
	width: 800px;
	margin: 4px auto 0 auto;
	background-color: #333333;
}
#gallery-2 {
	width: 800px;
	margin: 4px auto 0 auto;
	background-color: #FFF;
}


#booknow {
	width: 380px;
	margin: 10px auto 0 auto;
}
#wrapper #booknow a {
	text-decoration: none;
	border: none;
	border: 0;
}
#booknow img {
	border: none;
}

#screenMap img {
	border: none;
}
#printMap {
	display: none;
	visibility:hidden;
}
.testimonial {
	border-top: 1px solid #CCC;	
}
.testimonial p {

}
.attributionline {
	margin: 0;
	text-align: right;
	padding-right: 2em;	
	font-size: 95%;
	}
.attribution {
	font-weight: bold;	
}
#wrapper .attributionline .backtotop a {
	color: #666666;
	text-decoration: none;
	font-style: normal;
}
#wrapper .attributionline .backtotop a:hover {
	color: #000;
	text-decoration: none;
	font-style: normal;
}

input, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;

}
.required, .error { color: #F00; }
input.btn {
	background-color: #CCCCCC;
	background-image: url(../../images/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 2px outset #D7D7AC;
	color: #666666;
	margin: 4px 0;
	padding: 3px 0;
	font-size: 1.4em;
}
#termsPanel {
	width: 365px;
}
#termsPanel td {
	white-space: normal;
}
#wrapper2 {
/*	float: left; */
	margin: 0 0 0 172px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #CCC;
}
#bottom {
	width: 830px;
	margin: 0 auto;
	padding: 0;
}
#bottom-wide {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#botnav {
	clear:both;
	width: 830px;
	height: 20px;
	margin: 0px auto;
	font-size: 1.1em;
	color: #666666;
	text-align: left;
	padding: 8px 0px 0px 0px;
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
}
#botnav-wide {
	clear:both;
	width: 960px;
	height: 20px;
	margin: 0px auto;
	font-size: 1.1em;
	color: #666666;
	text-align: left;
	padding: 8px 0px 0px 0px;
	background-image: url(../../images/footer-wide.jpg);
	background-repeat: no-repeat;
}

#botnav a, #botnav-wide a {
	color: #666;
	text-decoration: none;
}
#botnav a:hover, #botnav-wide a:hover {
	color: #666;
}
#botnav ul, #botnav-wide ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#botnav li, #botnav-wide li {
	display: inline;
	padding: 0 10px;
}

#footer {
	clear:both;
	width: 830px;
	height: 20px;
	margin: 0px auto;
	font-size: 1.1em;
	color: #666666;
	text-align: left;
	padding: 0px 0px 8px 0px;
}
#footer p {
	margin: 0;
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#footer .lhs {
	float: left;
	margin-left: 30px;
}

#footer .rhs {
	float: right;
	margin-right: 30px;
}
#footer a {
	color:#666666;
	text-decoration: none;	
}
#footer a:hover, #wrapper a:hover {
	color:#666666;
	text-decoration: none;	
}
#printFooter {
	display: none;
	visibility:hidden;
}
.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;
}
.clearit{
	clear: both;
	margin: 0px;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix {
	
}
/*
#subscribeWrapper {
	width: 100%;
	height: 100%;
	background-color: #666; 
	position: absolute;
	top: 0;
	display: none;
	visibility: hidden;
}
*/
