/* CSS Copyright The Lodge at Pinedale 2006
Design by Wesley Gooch of Acroterra Corporation - www.acroterra.com
All associated graphics copyright 2005, The Lodge at Pinedale 2006*/
body {
	margin: 0px;
	background: #4D4749 url(interface/site_background.jpg) repeat-x left 240px;
	text-align: center;
}
* {margin:0; padding:0;}
.noprint {display: none;}
/*---------------------------------------------------------------------
Header Items
---------------------------------------------------------------------*/
#headerbackground {
	background: #E8CE84 url(header_background.gif) repeat-x left top;
	height: 240px;
}
#header {
	background: url(header.gif) no-repeat center top;
	height: 240px;
}
/*---------------------------------------------------------------------
Menu and Sub Menu
---------------------------------------------------------------------*/
div#menu {
	font: bold 12px/normal Verdana;
	width:773px;
	margin-right: auto;
	margin-left: auto;
	background: url(menu/background.gif) no-repeat left top;
	height: 40px;
}
div#menu ul {
	margin:0px;
	padding:3px 0px 0px 23px;
	list-style:none;
	text-align: left;
}
div#menu li {
	display:inline;
	margin:0;
	padding:0;
}
div#menu a {
	float:left;
	background:url(menu/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 23px;
	text-decoration:none;
}
div#menu a span {
	float:left;
	display:block;
	background:url(menu/right.gif) no-repeat right top;
	padding:10px 30px 12px 8px;
	color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#menu a span {float:none;}
/* End IE5-Mac hack */
div#menu a:hover span {
	color:#333333;
	text-decoration: underline;
}
div#menu a:hover {
    background-position:0% -39px;
}
div#menu a:hover span {
    background-position:100% -39px;
}
div#menu #current a {
    background-position:0 -39px;
}
div#menu #current a span {
    background-position:100% -39px;
    color:#333;
}
/*---------------------------------------------------------------------
Utility Bar
---------------------------------------------------------------------*/
#utilitybar {
	background: url(interface/utility_bar.gif) no-repeat left top;
	height: 30px;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font: 11px "Courier New", Courier, monospace;
	color: #333333;
}
#utilitybar p {
	padding: 7px 10px 0px 0px;
}
#utilitybar img {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	border-style: none;
}
#utilitybar a {
	color: #993300;
	text-decoration: none;
	margin: 0px;
	padding-right: 26px;
	padding-left: 5px;
	padding-top: 0px;
}
#utilitybar a:hover {
	color: #993300;
	text-decoration: underline;
}
/*---------------------------------------------------------------------
Content Area
---------------------------------------------------------------------*/
#contentwrap {
	background: #E5EAE4 url(interface/body_background.gif) repeat-y;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
}
#contentarea {
	width: 773px;
}

#h3 {
padding-top: 10px;
	padding-bottom: 13px;
	padding-left: 5px;
	margin-left: 20px;
	color: #661C02;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	clear: both;}
/*---------------------------------------------------------------------
Left Column Items
---------------------------------------------------------------------*/
#leftcol {
	float: left;
	width: 495px;
}
#leftcol a {
	color: #661C02;
	text-decoration: underline;
}
#leftcol a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #661C02;
}
#leftcol h2 {
	background: url(interface/body_underline.gif) no-repeat left 17px;
	padding-top: 10px;
	padding-bottom: 13px;
	padding-left: 5px;
	margin-left: 20px;
	color: #661C02;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
#leftcol p img {
	float: left;
	padding: 1px;
	margin-right: 6px;
	margin-bottom: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#leftcol img {
	padding: 5px 0px 0px 20px;
}
#leftcol p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 18px 15px 27px;
	margin: 0px;
}
/* Lists
========================*/
#leftcol ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px 10px 60px;
	list-style: disc;
}
/* Forms
========================*/
#leftcol label {
	font-weight: bold;
}
#leftcol input {
	font: 12px "Courier New", Courier, monospace;
	color: #333333;
	padding: 2px;
	border: 1px solid #999999;
	background: #FFFFFF;
}
/* Tables
========================*/
table {
	background-color: #F7F9F7;
	empty-cells: show;
	margin: 0px 0px 20px 45px;
	padding: 5px;
	text-align: left;
	width: 400px;
	border: 1px solid #CCCCCC;
	font: 12px Arial, Helvetica, sans-serif;
}
table caption {
	color: #666666;
	margin: 15px 0 5px;
	padding: 0;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
}
table thead th {
	border: 0;
	border-bottom:1px solid #ddd;
	color: #333333;
	font-size: 90%;
	padding: 3px 0;
	margin: 0 0 5px 0;
	text-align: left;
}
table tbody tr.odd {
	background: #F3F3F3;
}
table tbody tr.even {
	background: #F7F9F7;
}
table tbody tr:hover {
	background: #EBE1A0;
	color: #000000;
}
table tbody td {
	color: #333333;
	padding: 6px;
	border: 0;
}
table tbody tr:hover td {
	color: #4444;
}
/* Ordered Lists
========================*/
#leftcol ol {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#leftcol ol li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#leftcol ol li a {
	color: #661C02;
	text-decoration: underline;
	display: block;
	width: 143px;
	text-align: center;
	padding: 10px 0px 190px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
#leftcol ol li a:hover {
	color: #661C02;
	text-decoration: none;
	font-weight: bold;
}
#leftcol ol li a strong {
	display: block;
	font-size: larger;
}
#leftcol ol li#pool a {
	background: transparent url(../images/highlights/hotel/pool.jpg) no-repeat center 50px;
}
#leftcol ol li#rooms a {
	background: transparent url(../images/highlights/hotel/room.jpg) no-repeat center 50px;
}
#leftcol ol li#lobby a {
	background: transparent url(../images/highlights/hotel/lobby.jpg) no-repeat center 50px;
}
#leftcol ol li#activities a {
	background: transparent url(../images/highlights/pinedale/activities.jpg) no-repeat center 50px;
}
#leftcol ol li#events a {
	background: transparent url(../images/highlights/pinedale/events.jpg) no-repeat center 50px;
}
#leftcol ol li#photos a {
	background: transparent url(../images/highlights/pinedale/photos.jpg) no-repeat center 50px;
}
.centerimg {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.centerimg img {
	padding: 0px;
	margin: 10px;
}


/*---------------------------------------------------------------------
Right Column Items
---------------------------------------------------------------------*/
#rightcol {
	float: right;
	width: 278px;
	padding: 0px 0px 15px;
}
#rightcol p {
	color: #333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 15px 5px;
}
#rightcol img {
	padding-left: 9px;
	padding-top: 10px;
	border-style: none;
}
#rightcol p img {
	margin: 0px;
	padding: 5px 0px 5px 50px;
}

#rightcol h3 {
	font: bold 18px "Courier New", Courier, monospace;
	color: #333333;
	text-align: right;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 16px;
	background: url(interface/sidebar_underline.gif) no-repeat 13px 33px;
}
#rightcol ul {
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 0px 18px;
}
#rightcol li {
	background: url(interface/bullet.gif) no-repeat left center;
	padding: 3px 0px 4px 18px;
	margin: 0px 0px 0px 4px;
}
#rightcol p a {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 50px;
}

#rightcol a {
	color: #333333;
	text-decoration: underline;
}
#rightcol a:hover {
	color: #990000;
	text-decoration: none;
}

/*---------------------------------------------------------------------
Footer
---------------------------------------------------------------------*/
#footer{
	width: 773px;
	text-align: center;
	padding: 0;
	background: #E5EAE4 url(interface/icon_footer.jpg) no-repeat left top;
	height: 102px;
	clear: both;
	margin: 000px;
}
#footer h4 {
	padding-top: 35px;
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	color: #616564;
}
/*---------------------------------------------------------------------
Credits
---------------------------------------------------------------------*/
#credits {
	text-align: center;
	height: 75px;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	padding-top:35px;
	background: url(interface/footer.gif) no-repeat left top;
}
#credits div {display:inline;}
#credits img {
	border-style: none;
	padding: 10px 0px 5px;
}
#credits p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
}
#credits p a {
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}
#credits p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
}


#vizsig { margin: 0; }
#vizsig span#text { float: middle; margin: 8px 0 0 5px;font-size: 11px; font-family: "Trebuchet MS"; }
#vizsig span a { float: middle; margin: 8px 0 0 0; font-size: 11px; font-family: "Trebuchet MS"; }
#vizsig span a:hover { text-decoration: none; }
#vizsig img { float: middle; padding: 0; margin: 0 0 0 8px; /*border: 1px solid #000*/} 

/*---------------------------------------------------------------------
The Alsett Clearing Method
---------------------------------------------------------------------*/
.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;}
