@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #B9B897;
	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;
}

a, a:link {
	color: #57130E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #FF6600;
}


#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #F6F3EE;
} 
#header {
	background: #F6F3EE url(images/head_back.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
	height: 288px;


} 
#header #logo {
	padding: 10px 0px 10px 20px;
	margin: 0px;
	width: 105px;
	float: left;
}
#header #name {
	margin: 20px 0px 0px;
	padding: 0px;
}

#header h1 {
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 46px;
	color: #003300;
	padding-top: 2px;
	width: 600px;
}




/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	width: 408px;
	margin: 0px 20px 0px 0px;
	float: right;
	padding: 0px 0px 0px 20px;
}
#nav {
	background: url(images/left_back.jpg) repeat-x left top;
	margin: 0px;
	padding: 20px 20px 0px;
}

#nav img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
#nav h2 {
	margin: 0px;
	font-size: 110%;
	padding: 5px 0px;
}
#nav  .detail {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 70px;
}
#nav .detail p {
	font-size: 11px;
}






/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	margin: 0;
	padding-top: 20px;
} 
#left_grad {
	background: #FCF8F5 url(images/right_back.jpg) repeat-x left top;
	width: 470px;
	padding: 0px;
}
#border_wrap {
	width: 470px;
	padding: 0px 20px 0px 0px;
	margin-left: 20px;
	border-right: 2px solid #6981A5;
}

#mainContent #top_copy {
	width: 430px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#mainContent #rates_dates {
	width: 430px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}


#mainContent h1 {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	color: #58523F;
	font-size: 21px;
}
#top_copy  #quote {
	width: 220px;
	font-size: 80%;
	line-height: 1.3em;
	background: #D0C0A6;
	padding: 10px;
	float: right;
	margin: 0px;
}
#quote blockquote {
	margin: 0px;
	padding: 0px 0px 10px;
}

#quote  cite {
	background: #FFFFFF;
	padding: 10px 15px;
	font-size: 10px;
}

#flash_2 {
	width: 430px;
	text-align: center;
	margin: 10px auto 20px;
	padding: 0px;
}
#bottom {
	margin: auto;
	padding: 10px;
	width: 900px;
	border-bottom: 1px solid #D6BBA0;
}
#ratepoint {
	float: right;
	margin-right: 440px;
	width: 219px;
}
#bottom  #links2 {
	padding: 0px;
	width: 380px;
	float: right;
	margin: 37px 10px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
#bottom iframe {
	margin-bottom: 20px;
	border: 1px solid #6981A5;
	margin-top: 20px;
}



#scott {
	width: 250px;
	padding: 20px 10px 10px 0px;
	float: left;
	margin: 0px;
}




#smith {
	text-align: right;
	padding: 0px 0px 10px;
}
#legal {
	font-size: 12px;
	text-align: center;
	margin: 10px auto 10px;
	width: 920px;
	padding: 10px 0px;
}

#testimonial {
	text-align: center;
	padding: 2px 10px 5px;
	background: #E0DECF;
}
.guide_photo {
	text-align: center;
	width: 108px;
	float: left;
	margin-top: 4px;
	padding-bottom: 10px;
}
.guide_description {
	margin-left: 120px;
	font-size: 11px;
	margin-bottom: 20px;
}

#testimonials blockquote {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px 10px 10px 20px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#testimonials cite {
	padding: 0px 0px 20px 40px;
	color: #336600;
	margin: 0px;
}

.cutline {
	font-size: 10px;
	line-height: 13px;
	color: #7d7d7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#rivers  h2, #rates h2 {
	font-size: 100%;
	line-height: 1.25em;
}
#rivers, #rates {
	margin-top: 15px;
}

#rivers img {
	float: left;
	margin-right: 15px;
}
.river {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E0D3;
}
.rates_detail {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E0D3;
}





.name {
	color: #385078;
	font-style: italic;
}
#photos {
	line-height: 1.25em;
	text-align: center;
	height: 580px;
}

#more {
	text-align: center;
	padding: 20px 0px 30px;
}
#map_01, #map_02, #map_03, #map_04 {
	text-align: center;
	width: 270px;
	padding: 0px 20px 0px 0px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#map_01 img, #map_02 img, #map_03 img, #map_04 img {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #B9B897;
}

.hatch {
	background-color: #E7E7DD;
	width: 365px;
	border: 1px solid #C9C7AE;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
	margin-bottom: 20px;
}

#links {
	margin-left: 20px;
	line-height: 1.25em;
	margin-right: 20px;
}
#links p {
	padding-left: 20px;
}
#links h4 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #E2E0D3;
	padding-top: 5px;
	background: url(images/red-square.gif) no-repeat left 8px;
	padding-left: 20px;
}
#top_copy  #site_02 {
	padding-left: 20px;
	line-height: 1.4em;
	padding-top: 5px;
	margin: 0px;
}
#site_02 p {
	border-top: 1px solid #E2E0D3;
	padding-top: 5px;
}





#footer {
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
} 

#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: 80%;
}


#site_map {
	float: left;
	width: 100px;
	font-size: 110%;
	text-align: center;
}

#footer #bot_nav {
	background: #EFEEE9;
	text-align: center;
}



/* Miscellaneous classes for reuse */
.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;
}
#top_copy   .fltrt   {
	margin-bottom: 10px;
	margin-left: 10px;
}
#photo_01 {
	height: 160px;
	width: 150px;
	background: url(images/smith06.jpg) no-repeat center center;
	border: 1px solid #B9B897;
	text-align: center;
}
#photo_02 {
	height: 130px;
	width: 150px;
	border: 1px solid #B9B897;
	background: url(images/smith07.jpg) no-repeat center center;
}
#photo_03 {
	height: 120px;
	width: 150px;
	border: 1px solid #B9B897;
	background: url(images/smith08.jpg) no-repeat center center;
}
#photo_04 {
	height: 140px;
	width: 150px;
	border: 1px solid #B9B897;
	background: url(images/smith09.jpg) no-repeat center center;
}
#photo_05 {
	height: 120px;
	width: 180px;
	border: 1px solid #B9B897;
	background: url(images/smith10.jpg) no-repeat center center;
}






.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#top_copy  .fltlft  {
	margin-right: 15px;
	margin-bottom: 10px;
}
.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;
}
#chart, #map {
	text-align: center;
	margin: 10px auto 0px;
}

#chart img, #map img {
	text-align: center;
	margin: 0px 0px 10px;
}
#mission {
	padding: 10px;
	margin: 10px 20px;
	border: 1px solid #B9B897;
	background: #E6D9C9;
}
.graphic_link {
	text-align: center;
	width: 152px;
}
#graphic_links {
	width: 152px;
	margin-top: 40px;
	margin-left: 20px;
}
#graphic_links2 {
	width: 152px;
	margin-top: 40px;
	text-align: center;
	float: right;
	margin-right: 20px;
}
#top_copy h4 {
	font-size: 12px;
	background: #C9C6AD;
	width: 385px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contract {
	padding: 20px;
	font-size: 90%;
}

#trip_list {
	background: #FFFFFF;
	padding: 0px 20px 1px;
	border: 1px solid #B9B897;
}
#top_copy  .heading {
	background: #3D0C00;
}
.arrow {
	float: right;
	height: 24px;
	width: 20px;
	padding: 2px;
}
#rates_dates  ul {
	list-style: url(none) none;
	margin-left: -20px;
	width: 380px;
}
#rates_dates  li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C9C6AD;
}
.list_date {
	margin-right: 15px;
}
.list_days {
	color: #5E779D;
	margin-right: 20px;
	position: absolute;
	width: 155px;
	right: 120px;
}
.list_open {
	background: #C6FFC6;
	padding: 5px 0px 5px;
	position: absolute;
	right: 40px;
	text-align: center;
	width: 90px;
}
.list_room {
	background: #FCEEB6;
	padding: 5px 0px 5px;
	position: absolute;
	right: 40px;
	width: 90px;
	text-align: center;
}
.list_booked {
	background: #FCA596;
	padding: 5px 0px 5px;
	position: absolute;
	right: 40px;
	text-align: center;
	width: 90px;
}
#rates_dates h4 {
	font-size: 12px;
	background: #C9C6AD;
	width: 385px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#rates_dates .heading {
	background: #3D0C00;
}
.photographers {
	color: #7d7d7d;
	text-align: left;
	font: 10px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

