@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
body  {
	background-color: #7F7F7F;
	background-image: url(images/dshadow_gray_backdrop.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
a:link {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990033;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0033CC;
	font-weight: bold;
}
.thrColFixHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.thrColFixHdr #header {
	height: 130px;
	margin: 0px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding: 0px;
	vertical-align: top;
	background-color: #EBEBEB;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/downward_grey_gradient_15h.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	background: url(images/downward_grey_gradient_15h.jpg) repeat-x;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
} 
.thrColFixHdr #footer {
	background:#DDDDDD;
	padding: 0;
	border-top: 1px solid #999999;
} 
.thrColFixHdr #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 */
}
.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;
}
.footer_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.main_title {
	color: #000000;
	background: url(images/blue_gel_bar.jpg) repeat-x;
	margin: 0px;
	padding: 2px 7px 8px;
	font: bold 16px/16px Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.body_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-image: url(images/1_more.gif);
	list-style-type: disc;
}
.image_float_left {
	padding: 0px;
	float: left;
	margin: 2px 5px;
}
.image_frame {
	border: 1px solid #333333;
	padding: 1px;
	margin: 0px 0px 2px;
	background: #999999;
}
.image_float_right {
	padding: 0px;
	float: right;
	margin: 2px 2px 2px 5px;
}
.listing_compact {
	color: #333333;
	font: bold 13px/20px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px;
	padding: 5px 12px;
	background: url(images/box_dropshadow_490.jpg) no-repeat;
}
.image_float_left_framed {
	padding: 0px;
	float: left;
	margin: 2px 5px;
	border: 1px solid #666666;
}
.landing_page_list_div {
	padding-left: 170px;
	padding-right: 10px;
}
.thrColFixHdr #mainContentsearch {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.search_box_title {
	color: #0033CC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
}
.search_box {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
.listing_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
}
.sub_title_line {
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	background-color: #D2D2D2;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.box_1 {
	padding: 2px;
	border: 1px solid #999999;
}
.body_text_justified {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.body_text_smaller {
	color: #333333;
	font: 11px/13px Geneva, Arial, Helvetica, sans-serif;
	margin: 2px 0px;
	padding: 0px;
}
.listing_compact_310 {
	color: #333333;
	font: bold 13px/18px Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.listing_compact_490-3line {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	background-image: url(images/downward_grey_gradient_15h.jpg);
	background-repeat: repeat-x;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.footer_content_smaller {
	color: #333333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.breadcrumbs {
	color: #333333;
	background-image: url(images/rainbow.png);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 6px 0px 2px 4px;
	padding: 2px 5px 8px 22px;
}
.horizontal_line {
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	line-height: 1px;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 12px;
	text-align: center;
}
.rhs_box {
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	background-color: #CCCCCC;
}
.lhs_box {
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #666666;
}
.tabular_lhs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 3px;
}
.tabular_rhs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 3px;
}
.red {
	background-color: #FF0000;
	padding: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.orange {
	background-color: #FF6600;
	padding: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.yellow {
	background-color: #FFCC00;
	padding: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.green_yellow {
	background-color: #CCFF33;
	padding: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.green {
	background-color: #339900;
	padding: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	border: 1px solid #333333;
}
.photo_gallery_box {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #003366;
}
.table_cell_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.box_info_table {
	padding: 0px;
	border: 1px solid #B7B7B7;
}
.body_text_info_table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 6px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.photo_box_footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background: url(images/downward_grey_gradient_15h.jpg) repeat-x;
	text-align: center;
}
.image_float_right_framed {
	padding: 3px;
	float: right;
	background: #CCCCCC;
	margin: 2px 5px 2px 2px;
	border: 1px solid #666666;
}
.box_tight {
	border: 1px solid #333333;
}
.image_box_tight {
	margin: 2px;
	border: 1px solid #333333;
}
.superscript_doctype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	color: #990066;
	vertical-align: super;
}
.photo_caption_underneath {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.map_box {
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-image: url(images/rock_tile_1.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.trail_stat_box {
	padding: 2px;
	border: 1px solid #999999;
	background-image: url(images/rock_tile_1.jpg);
	background-repeat: repeat;
}
.box_photo_table {
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.body_text_info_table_titleline {
	color: #333333;
	font: bold 13px/14px Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 1px;
	margin-right: 6px;
	margin-bottom: 1px;
	margin-left: 6px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thin_gap {
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
.icon_list_div {
	padding-left: 350px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.local_icon_in_title {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.body_text_info_table_topnav {
	color: #333333;
	margin: 1px 7px;
	padding: 3px 0px 3px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	background-image: url(images/16x16_resultset_next.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.LHS_lower_ad_block_div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.tabular_rhs_caution {
	color: #333333;
	margin: 3px 0px 0px;
	padding: 3px 3px 3px 22px;
	background: url(images/16x16_important.png) no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.subtitle_2 {
	font: bold 14px/16px Geneva, Arial, Helvetica, sans-serif;
	color: #0066FF;
	margin: 3px;
	padding: 0px;
}
.body_text_double_lines {
	color: #333333;
	margin: 3px 7px 6px;
	padding: 4px 0px;
	font: 13px/16px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.subtitle_2_line {
	color: #990099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 2px;
	font-weight: normal;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.LH_Sidebar_Subsection {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 6px;
	margin-left: 7px;
}
.LHS_Menu_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.LHS_Menu_text_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LH_Sidebar_Subsection_lineontop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.weather_box {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.more_here {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-image: url(images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.photo_caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 7px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

