@charset "utf-8";
p, h1, h2, h3, h4, h5, ul, ol, li  {
	margin: 0;
	padding: 0;
}

a:link, a:visited  {
	color: #7B6851;
}

a:hover  {
	color: #597B77;
	text-decoration: none;
}

/*html, body  {
	height: 100%;
}*/

body  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	line-height: 20px;
	/*background: transparent url(../images/treebg01.jpg) no-repeat bottom center;*/
	background: url(../images/bg04.jpg) bottom center fixed;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #333;
}

#background  {
	/*background: url(../images/bg03.jpg) bottom center fixed;
	background: url(../images/bg01.png) no-repeat center fixed;*/
}
#container { 
	width: 925px;  
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background: url(../images/header01.png) no-repeat top center; 
	height: 227px;
} 
#headerNav  {
	float: right;
	margin-top: 170px;
	margin-right: 70px;
	height: 22px;
}

#headerNav ul {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerNav ul li  {
	display: inline;
	list-style-type: none;
	padding: 0 5px;

	}

#headerNav ul li a:link, #headerNav ul li a:visited {
	text-decoration: none;
	padding-bottom: 4px;
	color: #000;
  
}

#headerNav ul li a:hover {
	background: url(underline.gif) repeat-x 100% 100%;
	color: #999;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

#mainContentPages h2  {
	font-size:  14px;
	padding-left: 14px;
	padding-bottom:  14px;
}
#contentBdr  {
	background: url(../images/border_middle.png) repeat-y;
	/*width: 913px;
	margin: 0 auto;*/
	padding-bottom: 0px;
}
#content  {
	background: url(../images/mainbg01.jpg) top center repeat-y;
	/*width: 913px;
	margin: 0 auto;*/
}
#contentBdrBtm  {
	background: url(../images/border_btm.png) no-repeat;
	height: 70px;
}
#sidebarWrapper  {
	border: 1px solid #BBB39F;
	width: 262px;
	float: left; /* since this element is floated, a width must be given */
	margin-left: 63px;
}
#sidebar1 {
	background:url(../images/textbg01.png) repeat;
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 334px;
	margin: 2px auto;
}
#sidebar1 p {
	padding: 12px 17px;
}

#mainContent { 
	width: 510px;
	height: 334px;
	margin: 0 0 0 349px; /* 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. */
	border: 1px solid #BBB39F;
	padding: 2px;
}

	#slideshow img {display: none; padding: 0; margin: 0;}
	#slideshow img.first {display: block;}	

#mainContentBorder  {
	padding: 2px;
	margin: 0 60px;
	border: 1px solid #BBB39F;
}
	
#mainContentPages { 
	background: url(../images/textbg01.png) repeat;
	padding: 20px;
	padding-bottom: 10px;
}
#mainContentPages p  {
	padding: 14px;
	padding-top: 0px;
}
#footer { 
	height: 200px;
	text-align: center;
	padding: 10px;
	font-size: 11px;
} 
#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: 10px;
}
#footerNav ul {
	display: block;
}
#footerNav ul li  {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}

.picrt  {
	float: right;
	padding: 4px;
	border: 1px solid #666;
	margin: 0 0 15px 25px;
}

.piclft  {
	float: left;
	padding: 4px;
	border: 1px solid #666;
	margin: 0 25px 15px 0;
}
	
.picctr  {
	text-align: center;
}
.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: 0 25px 15px 14px;
}
.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;
}

.shows  {
	margin: 15px 0;
}

.shows img  {
	float: left;
	padding: 2px 30px 0 20px;
	margin-bottom: 15px;
}

.rightcol  {
	margin-left: 248px;
}

ul.attention  {
	text-align: center;
	font-size: 14px;
	display: block;
}

ul.attention li  {
	display: inline;
	list-style-image: url(../images/spiral.png);
	padding: 10px;
}

.bar  {
	background: url(../images/bar.png) center no-repeat;
	height: 2px;
	margin-bottom: 10px;
	clear: both;
}

h1  {
	display: none;
}

h2  {
	font-size: 14px;
	font-weight: bold;
}

.note  {
	font-size: 10px;
}
.tempGalleryMenuItem {
	width: 326px;
	height: 200px;
	padding: 2px;
	border: 1px solid #666;
}

.tempGalleryMenuItem:hover  {
	border: 1px solid #FFF;
}

.tempGalleryItemWrapper  {
	width: 332px;
	margin: 10px 10px;
	float: left;
	font-size: 14px;
}
.galleryMenuItem {
	width: 163px;
	height: 200px;
	padding: 2px;
	border: 1px solid #666;
}

.galleryMenuItem:hover  {
	border: 1px solid #FFF;
}

.galleryItemWrapper  {
	width: 169px;
	margin: 10px 10px;
	float: left;
	font-size: 14px;
}
.item  {
	width: 191px;
	height: 191px;
	float: left;
}

.item p  {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	text-align: center;
	line-height: 12px;
	margin-top: 5px;
}
	
.horiz  {
	width: 155px;
	height: 116px;
	padding: 2px;
	border: 1px solid #968063;
	float: left;
	margin: 33px 14px 39px 14px;
}

.vert  {
	width: 116px;
	height: 155px;
	padding: 2px;
	border: 1px solid #968063;
	float: left;
	margin: 14px 33px 19px 34px;
}
.item:hover  {
	border: 1px solid #FFF;
}
.itemlast  {
	width: 135px;
	height: 175px;
	border: 1px solid #968063;
	float: left;
	margin-right: 0px;
	margin-bottom: 25px;
}

ul.breadcrumb {
	display: block;
	margin: 10px;
	margin-left: 0px;
}
ul.breadcrumb li {
	list-style-type: none;
	display: inline;
	padding-right: 2px;
}

ul.breadcrumb li a:link   {
	text-decoration: none;
}

ul.breadcrumb li a:hover  {
		text-decoration: none;
}
	
#pagination-clean li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
/* savers #pagination-clean li,*/
#pagination-clean a           { border-right:solid 1px #DEDEDE; margin-right:2px; }
#pagination-clean .previous-off,
#pagination-clean .next-off   { color:#888888; font-weight: normal; display:block; float:left; padding:3px 4px; }	
#pagination-clean .next a     { border:none; }	
#pagination-clean .active     { color:#000000; display:block; float:left; padding:4px 6px; /* savers */ border-right:solid 1px #DEDEDE; }
#pagination-clean a:link,
#pagination-clean a:visited   { color:#7B6851; display:block; float:left; padding:3px 6px; text-decoration:underline; }
#pagination-clean a:hover     { text-decoration:none; }

.moon {
	position:absolute;
	z-index:1;
	top:112px;
	right:350px;
}

#sitemap ul li {
	margin-left: 15px;
	list-style-type: disc;
}


	
