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

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #8B454F;
	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;
}

#container {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 1em auto 0.5em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #B46773;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#banner {
	width: 900px;
	margin: 2px auto;
	background: #B46773;
}
#navBar {
	width: 900px;
	margin: 0 auto;
	background-image: url(../../images/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 12px;
/*	height: 1.5em; 
	font-size: 1.5em; */
}
#navMenu {
/*	background-color: transparent;
	height: 2em; 
	width: 70em;
	margin: 0 auto; */
}

#wrapper {
	width: 880px;
	margin: 10px auto 2px auto;
	padding: 0 0px 10px 10px;
	background: #FFFFFF;
	text-align: left;
	color: #666666;
	font-size: 1.4em;
}
#wrapper h1 {
	font-size: 110%;
	color:#993333;
	margin-top: 0;
}
#wrapper h2 {
	font-size: 100%;
	color:#993333;
	margin-top: 0;
}
#wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
	font-size: 90%;
	color:#993333;
	margin-top: 0;
}

#wrapper a {
	color:#993333;
	text-decoration: none;	
}
#wrapper a:hover, #wrapper a:focus {
	color:#333333;
	text-decoration: underline;	
}
#wrapper img {
	border: 1px solid #999999;
}
#wrapper hr {
	color: #CCCCCC;
	height: 1px;
}
#Home img {
	border: none;
	border: 1px solid #FFFFFF; /* --- Mozilla Hack --- */
	border: 0;
}
#featureSlideHolder {
	float: right;
	width: 400px;
	height: 267px;
	border: 2px solid #999999;
	margin-left: 6px;
}
#featureSlides {
/*	width: 400px;
	height: 267px; */
}
.attribution {
	text-align: right;
	font-style: italic;
	font-size: 85%;
	padding-right: 2em;	
}

.newsNavButton {
	padding: 0 10px;
}
.newsDateline {
	text-align: right;
	font-style: italic;
	font-size: 85%;
	padding-right: 2em;
}

#sideBar {
	float: left;
	width: 166px;
	border: 0px solid #CCCCCC;
	padding: 0px;
	font-size: 100%;
}
#sideBar a:hover, #sideBar a:focus {
	color:#333333;
	text-decoration: none;	
}
#testimonialSideBar {
	margin-top: 10px;
	width: 160px;
	font-size: 85%;
}
#testimonialSideBar p {
	margin: 0;
	padding: 0;
}
#testimonialSideBar #more {
	padding: 6px 0 6px 0;
	text-align: right;
	font-style: italic;
}

#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: 0px solid #CCC;
}
.alignField { 
	margin-bottom: 7px; 
}
.required {
	color: #FF0000;
}


#wrapper2 #bookingsRequest .KT_tngtable #KT_Custom1 {
	margin: 3px 0;
	padding: 2px;
}

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

}
#footer .copy {
	float: left;
}
#footer .sitemap {
	float: right;
}
#footer a {
	color:#CCCCCC;
	text-decoration: none;	
}
#footer a:hover, #wrapper a:focus {
	color:#CCCCCC;
	text-decoration: none;	
}

.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;
}