@charset "UTF-8";
/* CSS Document */
body {
	background:#bba87d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:100%;
	text-align:left;
	color:#473b28;
	margin:0;
	padding:0;
}
div, h1, h2, h3, h4, h5, h6, p, ul, li, em, strong, pre, code, input, option, textarea {
	margin:0;
	padding:0;
}
img {
	border:0;
	margin:0;
	padding:0;
}
p {
	padding:0 0 20px 0;
	font-size:0.75em;
	line-height:1.35em;
}
a {
	color: #473b28;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
}
/* Wrapper */
#wrapper {
	margin: 0 auto;
	width: 785px;
}

/* Header */
#header {
	width: 785px;
	height: 262px;
	position: relative;
}
#header h1 strong {
	display:none;
}
#header h1.logo {
	background:url(/400/images/backgrounds/header.jpg) top left no-repeat;
	display: block;
	width: 785px;
	height: 262px;
}
/*Home Navi */
#mainNavi {
	height: 17px;
	position:absolute;
	top: 70px;
	left: 55px;
	width: 250px;
}
#mainNavi li {
	font-size: 11px;
	color: #ffffff;
	display:block;
	list-style-type:none;
	vertical-align:top;
	float:left;
	font-weight: bold;
}
#mainNavi li.line {
	width:13px;
	text-align: center;
}
#mainNavi li a {
	display:block;
	color: #ffffff;
	text-decoration: none;
}
#mainNavi li a:hover, #mainNavi li a.active {
	color:#6D5F48;
}

/* Home Button */
#homeBtn {
	width:155px;
	height: 124px;
	position:absolute;
	top: 109px;
	left: 55px;
}
#homeBtn a {
	display:block;
	width:154px;
	height: 124px;
}	
/* Content Wrapper */
#contentWrapper {
	background: url(/400/images/backgrounds/content-bg.gif) repeat-y;
	width: 761px;
	float: left;
	padding: 32px 12px 0 12px;
	position: relative;
}
/* Left Col */
#leftCol {
float:left;
margin: 0 0 0 60px;
width: 405px;
padding: 0 56px 0 0;
display: inline;
}
#leftCol h1.title {
	font-size:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 10px 0;
}
#leftCol p.intro {
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftCol p img.left {
	float:left;
	margin: 0 10px 10px 0;
}
#leftCol p img.right {
	float:right;
	margin: 0 0 10px 10px;
}
/* Form Styles */
#leftCol fieldset {
	width:405px;
	border:0;
	padding:0;
	margin:0;
}
#leftCol fieldset legend {
	margin:0;
}
#leftCol fieldset p {
	margin:0;
	padding:0;
}
#leftCol label {
	padding:0;
	margin:0 0 6px 0;
	display:block;
	width:405px;
}
#leftCol .textbox {
	width:250px;
	margin:0 0 15px 0;
	border:1px solid #6D5F48;
	padding:3px;
}
#leftCol .textarea {
	width:405px;
	margin:5px 0 20px 0;
	border: 1px solid #6D5F48;
	padding:2px 3px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#leftCol #codewrapper {
	margin:0 0 15px 0;
	width: 405px;
	clear: both;
	float: left;
}
#leftCol #codewrapper p {
	padding: 0 0 10px 0;
}
#leftCol #codewrapper p img {
	padding: 0;
	float:left;
}
#leftCol .code-box {
	border: 1px solid #6D5F48;
	width: 50px;
	padding: 1px 2px;
	margin-top: 11px;
	float: left;
}
#leftCol .error {
	display: block;
	color: #cc0000;
	margin: 0;
	background: url(/400/images/error.png) top left no-repeat;
	padding: 5px 0 0 20px;
	width: 405px;
	float: left;
	height: 20px;
	clear: both;
}
#leftCol .button {
	background: #6D5F48;
	color: #ede4d0;
	border: 1px solid #6D5F48;
	font-size: 12px;
	clear: both;
	float: left;
}
#leftCol .gallery {
	width:415px;
	float: left;
	margin: 0 0 15px 0;
}
#leftCol .gallery p {
	float: left;
	margin: 0 10px 0 0;
	display: block;
	padding: 0;
	text-align: center;
	width: 124px;
}
#leftCol .gallery p a {
	text-decoration: none;
}
#leftCol .gallery p a:hover img {
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;
}
#leftCol .gallery p a:hover {
	color: #7e7568;
}
#leftCol .gallery p img{
	margin: 0 0 5px 0;
	border: 2px solid #473b28;
}
#leftCol .gallery div.hr {
	height: 30px;
	background: url(/400/images/hr.gif) repeat-x center center;
	width: 390px;
	float: left;
	margin: 0 15px 0 0;
}
#leftCol .gallery div.hr hr {
	display: none;
}
/* right Col */
#rightCol {
	float:left;
	margin: 0 0 40px 22px;
	width: 193px;
	display: inline;
}
#rightCol h1.title {
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 0 0 8px 0;
	display: block;
	width: 193px;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 10px 0;
}
#rightCol p {
	color: #ede4d0;
	padding: 0;
	line-height: 1em;
}
#rightCol p a {
	color: #ede4d0;
	text-decoration:none;
	display: block;
}
#rightCol p a:hover {
	color: #473b28;
}
#rightCol div.hr {
	height: 20px;
	background: url(/400/images/hr.gif) no-repeat center center;
	width: 193px;
}
#rightCol div.hr hr {
	display: none;
}
/*Footer */
#footer {
	background: url(/400/images/backgrounds/footer.gif) top left no-repeat;
	width: 785px;
	padding:20px 0 20px 0;
	color: #ffffff;
	float: left;
}
#footer p {
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-align: center;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a.active {
	color: #6D5F48;
}
/* PrettyPhoto LiteBox */
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
	background: #000000;
}
div.light_square .pp_expand {
	background: url(/400/images/prettyPhoto/light_square/sprite.gif) -31px -26px no-repeat;
	cursor: pointer;
} /* Expand button */
div.light_square .pp_expand:hover {
	background: url(/400/images/prettyPhoto/light_square/sprite.gif) -31px -47px no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.light_square .pp_contract {
	background: url(/400/images/prettyPhoto/light_square/sprite.gif) 0 -26px no-repeat;
	cursor: pointer;
} /* Contract button */
div.light_square .pp_contract:hover {
	background: url(/400/images/prettyPhoto/light_square/sprite.gif) 0 -47px no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.light_square .pp_close {
	margin: 10px 0 0 0;
	width: 22px;
	height: 22px;
	background: url(/400/images/prettyPhoto/light_square/sprite.gif) -1px -1px no-repeat;
	cursor: pointer;
} /* Close button */
div.light_square .pp_arrow_previous {
	background: url(/400/images/prettyPhoto/light_square/sprite.gif) 0 -71px no-repeat;
} /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_square .pp_arrow_next {
	background: url(/400/images/prettyPhoto/light_square/sprite.gif) -22px -71px no-repeat;
} /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_rounded .pp_top .pp_left {
	background: url(/400/images/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_middle {
	background: url(/400/images/contentPattern.png) top left repeat;
}
div.light_rounded .pp_top .pp_right {
	background: url(/400/images/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_content {
	background: url(/400/images/contentPattern.png) top left repeat;
}
div.light_rounded .pp_next:hover {
	background: url(/400/images/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_previous:hover {
	background: url(/400/images/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_expand {
	background: url(/400/images/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_expand:hover {
	background: url(/400/images/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_contract {
	background: url(/400/images/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_contract:hover {
	background: url(/400/images/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_close {
	margin: 10px 0 0 0;
	width: 22px;
	height: 22px;
	background: url(/400/images/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_arrow_previous {
	background: url(/400/images/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_rounded .pp_arrow_next {
	background: url(/400/images/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_rounded .pp_bottom .pp_left {
	background: url(/400/images/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_middle {
	background: url(/400/images/contentPattern.png) top left repeat;
}
div.light_rounded .pp_bottom .pp_right {
	background: url(/400/images/sprite.png) -110px -80px no-repeat;
}
div.light_rounded .pp_loaderIcon {
	background: url(/400/images/loader.gif) center center no-repeat;
}
div.pp_pic_holder a:focus {
	outline:none;
}
div.pp_overlay {
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_top {
	height: 40px;
	position: relative;
}
* html .pp_top {
	padding: 0 20px;
}
.pp_top .pp_left {
	height: 40px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle {
	height: 40px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right {
	height: 40px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_content {
	height: 40px;
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_content .pp_details {
	display: none;
	margin: 10px 15px 2px 20px;
}
p.pp_description {
	color: #fff;
	font-size: 0.7em;
}
.pp_description {
	display: none;
	float: left;
	margin: 0;
}
.pp_pic_holder light_rounded .pp_content .pp_details clearfix .pp_description p {
	color:#fff;
}
.pp_nav {
	float: right;
	margin: 3px 0 0 0;
}
.pp_nav p {
	float: left;
	margin: 2px 4px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.pp_nav a.pp_arrow_previous, .pp_nav a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
a.pp_next {
	background: url(/400/images/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_previous {
	background: url(/400/images/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	display: block;
	float: right;
	text-indent: -10000px;
}
.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_bottom {
	padding: 0 20px;
}
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_loaderIcon {
	display: none;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
#pp_full_res {
	display: none;
	line-height: 1 !important;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
div.light_square .pp_next:hover {
	background: url(/400/images/prettyPhoto/light_square/btnNext.gif) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.light_square .pp_previous:hover {
	background: url(/400/images/prettyPhoto/light_square/btnPrevious.gif) center left no-repeat;
	cursor: pointer;
} /* Previous button */
/* Hides from IE-mac \*/
	* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Pagination Styles */
#pagination {
	height:50px;
	margin-top:3px;
}
#pagination .count {
	float:left;
	padding:5px;
}
#pagination .pages {
	float:right;
	padding:5px;
}
.pagination {
	font-size: 11px;
	padding: 3px 0;
	margin: 0 0 15px 0;
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #473b28;
	text-decoration: none;
	color: #473b28;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #473b28;
	background: #473b28;
	color: #ffffff;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #473b28;
	background: #473b28;
	color: #ffffff;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px 2px 2px 0;
	border: 1px solid #999999;
	color: #999999;
}
/* Validation Styles */
.formError {
	position:absolute;
	top:300px;
	left:300px;
	width:150px;
	padding-bottom:15px;
	display:block;
	z-index:5000;
}
.formError .formErrorContent {
	width:100%;
	background:#FF0000;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formError .formErrorArrow {
	position:absolute;
	bottom:0;
	left:20px;
	width:15px;
	height:15px;
}
.formError .formErrorArrow div {
	box-shadow: 1px 4px 5px #000;
	-moz-box-shadow: 1px 4px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	font-size:0px;
}
.formError .formErrorArrow .line10 {
	width:15px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	font-size:0px;
	display:block;
}
.formError .formErrorArrow .line9 {
	width:13px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line8 {
	width:11px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line7 {
	width:9px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line6 {
	width:7px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line5 {
	width:5px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line4 {
	width:3px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line3 {
	width:1px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	display:block;
}

#events p {
	padding:0 0 20px 0;
	font-size:0.75em;
	line-height:1.35em;
}
#events p img {
	float: left;
	padding: 0 10px 5px 0;
}
#events h1.title {
	font-size:1em;
	line-height:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
}
#events h2.date {
	font-size: 0.8em;
	margin: 3px 0 10px 0;
	color: #666666;
	font-weight: normal;
	display: block;
	width: 355px;
}
#events ul {
	font-size: 0.775em;
	padding: 0 0 0 40px;
	margin: -10px 0 20px 0;
}
#events a.addthis_button_expanded, #story a.addthis_button_expanded {
	color: #666666;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
