/*The Alsett Clearing Method - Faux Columns*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-block;} /*Fix for IE Mac*/
/*Holly hack for IE6 Windows*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}

/*----------------------------------------------------------
>> top level tags/ids
----------------------------------------------------------*/
* {margin: 0px; padding: 0px;}
.no {display: none;}
#sitewrapper {
	background: repeat-x left top;
}
/*----------------------------------------------------------
>> Search Form
----------------------------------------------------------*/
#searchwrap {
	float: right;
	margin: 18px 18px 0px 0px;
	text-align: right;
	padding: 0px;
	background: url(search/bckgrnd.gif) repeat-x left top;
	clear: right;
}
#search {
	padding: 0px;
	float: left;
	height: 25px;
	margin: 0px;
	width: 252px;
}
#search input, #search form {
	padding: 0px;
	margin: 0;
	font: 12px "Courier New", Courier, monospace;
	color: #000000;
}
#search .searchField {
	display: block;
	height: 22px;
  width: 190px !important;
	float: left;
	border: 0px;
	margin: 0px;
	padding: 5px 0px 0px 8px;
	background: url(search/left.gif) no-repeat left top;
  outline-style: none;
	outline-width: 0px;
}
#search .searchButton {
	padding: 0px;
	margin: 0px;
	width: 48px;
	height: 25px;
	border: none;
	float: right;
}

/*----------------------------------------------------------
>> Main Navigation and drop down menus.
----------------------------------------------------------*/
#menu {
	background: #828F99 url(menu/bckgrnd.gif) no-repeat left top;
	height: 56px;
	width: 779px;
	margin: 0px auto;
}
#menu ul {
	text-align:left;
	height: 26px;
	padding: 0px;
	margin: 0px 0px 0px 8px;
}
#menu li {
	list-style: none;
	position: relative;
	float: left;
	display: block;
	height: 26px;
}

#menu li a {display:block; text-indent:-9999px;} /*Hides the text from the viewer - only the button image displays*/

/*Attractions Link*/
#menu li#attractions, #menu li#attractions a {width:112px; height:26px; background:url(menu/attractions.gif) no-repeat 0 0;}
#menu li#attractions ul li, #menu li#attractions ul li a, #menu li#attractions ul li a:hover {background: none; text-indent: 0px;}
#menu li#attractions a:hover {width:112px; height:26px; background: url(menu/attractions.gif) 0px -26px;}

/*Activities Link*/
#menu li#activities, #menu li#activities a {width:100px; height:26px; background:url(menu/activities.gif) no-repeat 0 0;}
#menu li#activities a:hover {width:100px; height:26px; background: url(menu/activities.gif) no-repeat 0px -26px;}

/*Events Link*/
#menu li#events, #menu li#events a {width:83px; height:26px; background:url(menu/events.gif) no-repeat 0 0;}
#menu li#events a:hover {width:83px; height:26px; background: url(menu/events.gif) no-repeat 0px -26px;}

/*Lodging Link*/
#menu li#lodging, #menu li#lodging a {width:92px; height:26px; background:url(menu/lodging.gif) no-repeat 0 0;}
#menu li#lodging a:hover {width:92px; height:26px; background: url(menu/lodging.gif) no-repeat 0px -26px;}

/*Pinedale Link*/
#menu li#pinedale, #menu li#pinedale a {width:89px; height:26px; background:url(menu/pinedale.gif) no-repeat 0 0;}
#menu li#pinedale a:hover {width:89px; height:26px; background: url(menu/pinedale.gif) no-repeat 0px -26px;}

/*Photos/Videos Link*/
#menu li#photosvids, #menu li#photosvids a {width:137px; height:26px; background:url(menu/photosvideos.gif) no-repeat 0 0;}
#menu li#photosvids a:hover {width:137px; height:26px; background: url(menu/photosvideos.gif) no-repeat 0px -26px;}

/*More Link*/
#menu li#more, #menu li#more a {width:69px; height:26px; background:url(menu/more.gif) no-repeat 0 0;}
#menu li#more a:hover {width:69px; height:26px; background: url(menu/more.gif) no-repeat 0px -26px;}

/*Secondary Menu Items
===================================*/
body #menu ul li ul { display: none; }
#menu ul li ul {
	background-image: none;
	position: absolute;
	margin: 0;
}
#menu ul li ul li {
	float: left;
	background-image: none;
	height: auto;
}
#menu ul li ul li a {
	float: left;
	font-size: 11px;
	line-height: 12px;
	background-image: none;
 	display: block;
	padding: 3px;
	background-color: #B1C7D8;
	color: #253749;
	text-decoration: none;
}
html>body #menu ul li ul li a { width: auto; }

#menu ul li:hover ul, #menu ul li ul:hover ul{display: block;}

/*===================================================================*/
body .listmenu ul li ul { display: none; }
body .listmenu ul li ul li ul {
	visibility: hidden;
	top: 0px;
	left:180px;
}
* html .listmenu ul li ul li ul {
	left: 201px;
}
.listmenu ul li ul li:hover ul {visibility:visible;}
.listmenu {
	line-height: normal;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
.listmenu ul {
	padding: 0px;
	margin: 6px 0px 0px 2px;
	float: left;
	text-align: left;
	list-style: none;
}
.listmenu li {
	float: left;
	position: relative;
	list-style-type: none;
	margin: 0;
	width: 105px;
	padding-right: 3px;
}
.listmenu ul li a {
	display: block;
	margin: 0px;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	height: 20px;
	background: url(menu/submenu_bubble.gif) no-repeat left top;
	text-align: center;
	width: 104px;
}
.listmenu ul li span {
	padding: 3px 0px 0px;
	display: block;
	margin: 0px;
}
.listmenu ul li span.more {
	background: url(menu/down_arrow.gif) no-repeat center bottom;
	padding-bottom: 2px;
}
.listmenu ul li a:hover {
	color: #000000;
	text-decoration: underline;
	background: url(menu/submenu_bubble.gif) no-repeat left -20px;
}
.listmenu ul li ul {
	position: absolute;
	margin: 0;
	width: 180px;
	border-top: 1px solid #ACACAC;
}
.listmenu ul li ul li {
	height: auto;
	text-align: left;
	width: 180px;
}
.listmenu ul li ul li a {
	display: block;
	color: #253749;
	text-decoration: none;
	border-left: 1px solid #ACACAC;
	background: #EDEEED url(menu/bullet.gif) no-repeat 4px center;
	padding: 0px 4px 0px 16px;
	margin: 0px;
	width: 180px;
	text-align: left;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	font: 11px/12px Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
}
.listmenu ul li ul li span {
	padding: 8px 0px;
}
.listmenu ul li ul li span.more {
	background: url(menu/arrow.gif) no-repeat right center;
}


html>body .listmenu ul li ul li a {
	width: auto;
	text-align: left;
}

.listmenu ul li:hover ul, .listmenu ul li ul:hover {display: block;}
.listmenu ul li ul li a:hover
{
	color: #000000;
	border-left: 1px solid #333333;
	background: #CFD0CF url(menu/bullet_over.gif) no-repeat 4px center;
	text-decoration: underline;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.listmenu ul li ul li ul li a {
	display: block;
	color: #253749;
	text-decoration: none;
	border-left: 1px solid #ACACAC;
	background: #EDEEED url(menu/bullet.gif) no-repeat 4px center;
	padding: 5px 4px 0px 16px;
	margin: 0px;
	width: 180px;
	text-align: left;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	font: 11px/12px Geneva, Arial, Helvetica, sans-serif;
	height: 20px;
}
#sub-attractions {
	position:absolute;
	top:138px;
	width:100%;
	height:25px;
	z-index:1;
	left: 0px;
	right: 0px;
	background: url(menu/currentbars/attractions.gif) no-repeat center top;
	visibility: hidden;
}
#sub-activities {
	position:absolute;
	top:138px;
	width:100%;
	height:25px;
	z-index:2;
	left: 0px;
	right: 0px;
	visibility: hidden;
	background: url(menu/currentbars/activities.gif) no-repeat center top;
}
#sub-events {
	position:absolute;
	top:138px;
	width:100%;
	height:25px;
	z-index:3;
	left: 0px;
	right: 0px;
	visibility: hidden;
	background: url(menu/currentbars/events.gif) no-repeat center top;
}
#sub-lodging {
	position:absolute;
	top:138px;
	width:100%;
	height:25px;
	z-index:4;
	left: 0px;
	right: 0px;
	visibility: hidden;
	background: url(menu/currentbars/lodging.gif) no-repeat center top;
}
#sub-pinedale {
	position:absolute;
	top:138px;
	width:100%;
	height:25px;
	z-index:5;
	left: 0px;
	right: 0px;
	visibility: hidden;
	background: url(menu/currentbars/pinedale.gif) no-repeat center top;
}
#sub-photosvideos {
	position:absolute;
	top:138px;
	width:100%;
	height:25px;
	z-index:6;
	left: 0px;
	right: 0px;
	visibility: hidden;
	background: url(menu/currentbars/photosvideos.gif) no-repeat center top;
}
#sub-more {
	position:absolute;
	top:138px;
	width:100%;
	height:25px;
	z-index:8;
	left: 0px;
	right: 0px;
	visibility: hidden;
	background: url(menu/currentbars/more.gif) no-repeat center top;
}

/*Content Area Related
===========================================*/
#content #utilities {
	text-align: right;
	display: block;
  height: 16px;
	padding: 7px 5px 5px 5px;
	margin: 0px;
  line-height: 13px;
}
#content #utilities .share-label {
    padding-right:5px;
    font: italic normal 11px Verdana, Geneva, sans-serif;
    color: #999;
}
#content #utilities .addthis_toolbox {
	float: right;
  width: 125px;
  height: 16px;
  display: block;
}
#content h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #345154;
	border-bottom: 1px solid #D1D1BF;
	margin: 13px 11px 8px;
	padding: 0px 5px 3px;
	clear: both;
}
#content h3 span {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #537474;
}
#content h3 img {
	float: right;
	padding: 10px 5px 2px;
	border-style: none;
}
#content blockquote {
	border-left: 1px solid #D1D1BF;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}

/*Related Resources
===============================*/
.more-resources {
	background: url(interface/resources-arrow.gif) no-repeat left top;
	display: block;
	padding: 2px 5px 5px 19px;
	font: 12px "Courier New", Courier, monospace;
	color: #333333;
	margin: -8px 12px 0px 45px;
}
.more-resources a {
	color: #333333;
	text-decoration: underline;
}
.more-resources a:hover {
	color: #000000;
	text-decoration: none;
}

#content ul {
	font: 12px/20px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 5px 15px 15px 65px;
	padding: 0px;
	list-style: none;
}
#content ul li {
	background: url(interface/bullet_content.gif) no-repeat left 10px;
	margin: 0px;
	padding: 3px 5px 3px 15px;
}
#content ul li a {
	color: #7D1E1C;
	text-decoration: underline;
}
#content ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7D1E1C;
}
#content #videoplayer {
	margin: 15px 25px 25px;
	padding: 0px;
	text-align: center;
}
#content #videoplayer img {
	border-style: none;
	background: #FFFFFF;
}

#content p {
	color: #333333;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 15px;
	padding: 5px 0px 8px;
}
#content p a {
	color: #7D1E1C;
	text-decoration: underline;
}
#content p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7D1E1C;
}
#content p img {
	padding: 1px;
	border: 2px solid #E0D3B3;
	margin: 5px;
}
#content p img.left { float: left; }
#content p img.right { float: right; }
#content img.extra {
	float: left;
	padding: 7px;
	border-style: none;
}
/*Start of inline photo and description.
===========================================*/	
.photo-inline-right {
	color: #666;
	padding: 0px;
	border: 1px solid #ddd;
	float: right;
	margin: 10px 15px 3px 10px;
	width: 227px;
}
.photo-inline-left {
	color: #666;
	padding: 0px;
	border: 1px solid #ddd;
	float: left;
	margin: 10px 10px 3px 15px;
	width: 227px;
}
.photo-inline-left-clear { 
	color: #666;
	padding: 0px;
	border: 1px solid #ddd;
	float: left;
	margin: 10px 10px 3px 15px;
	width: 227px;
	clear: both;
}
.photo-inline-right-clear { 
	color: #666;
	padding: 0px;
	border: 1px solid #ddd;
	float: right;
	margin: 10px 15px 3px 10px;
	width: 227px;
	clear: both;
}
.photo-desc a {
	color: #7D1E1C;
	text-align: right;
	display: block;
	font-weight: normal;
	text-decoration: underline;
	border-top: 1px solid #CCC4AD;
	margin: 4px 0px 0px;
	padding: 3px 2px 5px 0px;
	border-bottom: 1px solid #CCC4AD;
}
.photo-desc a:hover {
	text-decoration: none;
	font-weight: bold;
}

.photo-inline-right img, .photo-inline-left img, .photo-inline-right-clear img, .photo-inline-left-clear img {
	margin: 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}

.photo-desc {
	color: #333333;
	padding: 3px 6px 6px;
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	display: block;
	background: #ECE9D8;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-top-style: none;
}
.photo-desc em {
	color: #666;
	margin: 0px;
	font: italic normal 9px/12px Verdana, sans-serif;
	display: block;
	text-align: right;
	padding: 0px;
}
.photo-desc em a {
	text-decoration: underline;
	color: #666;
	font: italic normal 9px/12px Verdana, sans-serif;
	border: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
/*Footer Code
===========================================*/
#footerwrapper {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #615C51;
    background: url(interface/footer_bckgrnd.gif) no-repeat left top;
    height: 128px;
    width: 749px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    overflow: hidden;
}

#footerwrapper img.right {
	border-style: none;
	padding: 4px 0px 4px 8px;
	float: right;
}
#footerwrapper a {
	color: #4C4C46;
	text-decoration: underline;
}
#footerwrapper a:hover {
	color: #000000;
	text-decoration: none;
}
#footerwrapper p {
    line-height: 15px;
    margin: 8px 25px 0px 50px;
}
#footerwrapper #footermenu {
	margin: 0px 22px;
	padding: 7px 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	text-align: center;
}
#footerwrapper #footermenu a {
	color: #6B6861;
	padding: 3px 1px;
}
#footerwrapper #footermenu a:hover {
	color: #000000;
	text-decoration: none;
}

/*Pages Box Code
===========================================*/
#content .pages {
	margin: 10px auto 15px;
	padding: 5px 45px;
	width: 689px;
	float: left;
}
#content .pages .wrapper {
	background: #F0F0E3;
	padding: 6px;
	border: 1px solid #CCC4AD;
	float: left;
}
#content .pages .wrapper h4 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #574931;
	margin: 0px 2px 3px;
	padding: 5px 0px 3px;
	border-bottom: 1px solid #CCC4AD;
	text-align: center;
}
#content .pages .wrapper a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #574931;
	text-decoration: underline;
	float: left;
	width: 210px;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 14px;
	background: url(interface/pages_arrow.gif) no-repeat 3px center;
}
#content .pages .wrapper a:hover {
	text-decoration: none;
	float: left;
	background: #FFFFFF url(interface/pages_arrow.gif) no-repeat 6px center;
	border: 2px solid EAEAD7;
}

/* Calendars Table.
===========================================*/
#calendar {
}
#calendar table {
	background: #F3F9F8;
	border: 2px solid #CBE1E4;
	margin: 8px auto 10px 25px;
}
#calendar .column {
}
#calendar tr.title {
	background: #809FBF;
}
#calendar td {
	width: 357px;
	border: 2px solid #CBE1E4;
	padding-top: 5px;
	padding-bottom: 8px;
}
#calendar tr.title td strong {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 2px 0px;
	color: #233343;
	display: block;
	text-align: center;
}
#calendar td ol {
	list-style: square url(none);
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
#calendar td ol li {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style: square;
}
#calendar td ol li a {
	color: #922A1C;
	text-decoration: underline;
}
#calendar td ol li a:hover {
	color: #233343;
	text-decoration: none;
}


/* START:notice */
#notice {
	border: 2px solid red;
	padding: 1em;
	margin: 10px;
	background-color: #f0f0f0;
	font: bold smaller sans-serif;
}
/* END:notice */

