@charset "UTF-8";
/* Copyright 2010 ANABLEPO */

@import "reset.css";


body {
	font: 1em "Trebuchet MS", Helvetica, Arial, sans-serif ;
	background: #5D482D url(wg_bgtexture.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* Structural Items */
.clearfloat {
	clear: both;
}
.oneColFixCtrHdr .container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topnav {
	line-height: 40px;
	height: 40px;
	background: url(wg_topnav_bkg.png);
}
#topnav .container {
}
#header {
}
#header .container {
	height: 130px;
	background: url(wg_headerlogo_bkg.png) no-repeat center;
	overflow: hidden;
}
#dropnav {
	background: url(wg_dropnavBreak_bkg.png) repeat-x bottom;
}
#dropnav .container {
	background: url(wg_dropnav_bkgs.png) no-repeat center top;
	height: 55px;
	line-height: 43px;
}
#body {
	background: #eae5d1 url(wg_body_bkg.png) repeat-x top;
}
#body .container {
	width: 900px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#body .container .content {
	width: 655px;
	float: left;
}
#body .container #navColumn {
	float: right;
	width: 220px;
	padding-left: 10px;
}
#footer {
	background: url(wg_footer_bkgcap.png) repeat-x top;
}
#footer .container {
	padding-top: 25px;
	width: 900px;
	padding-left: 10px;
	padding-right: 10px;
}
/* #Body Text Formatting*/
#body {
	font-size: .8em;
}
#body p {
	line-height: 1.6em;
}
#body ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 1.5em;
  list-style-position: outside;
}
#body ol {
	display: block;
	margin: 1em 0;
	padding-left: 1.5em;
	list-style: decimal;
}
#body ol ol {
	list-style: lower-alpha;
}
#body h1,
#body h2,
#body h3,
#body h4,
#body h5 {
	font-weight: normal;
}
#body h1 {
	font-size: 2em;
	font-weight: normal;
}
#body h2 {
	font-size: 1.5em;
}
#body h3 {
	text-transform: uppercase;
	color:#564226;
	font-weight: bold;
	letter-spacing: .25em;
}
#body h4 {
	text-transform: uppercase;
	color:#564226;
	letter-spacing: .25em;
}
#body h5 {
	color:#564226;
	font-weight: bold;
}

#body a:link {
	color:#275917;
}
#body a:visited {
	color:#172C0A;
}
#body a:hover {
	color:#751500;
}
#body a:active {
	color:#000;
}
#body img {
	padding: 5px;
}
#body blockquote {
	line-height: 1.6em;
	margin-left: 1em;
	padding-left: 0.3em;
	border-left: 12px solid #ADA06B;
	background: #D3C9A3;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#body .alert {
	padding: 5px;
	color: #900;
	border-left: 6px solid #900;
}
/* #footer def's */
#footer {
	color:#FFF;
	font-size: 70%;
}
#footer .addressBlock .logo {
	background: url(wg_footer_logo.png) no-repeat top;
	height: 50px;
	width: 315px;
}
.addressBlock a:link,
.addressBlock a:active,
.addressBlock a:visited {
	color: #FFF;
	text-decoration: underline;
}
.addressBlock a:hover {
	text-decoration: none;
}
.contentTitle {
	font-size: 36px;
	font-weight: bold;
	color: #751500;
}
#footer .addressBlock {
	width: 315px;
	padding-bottom: 25px;
	text-align: center;
	float: left;
}
#footer .navBlock {
	width: 300px;
	float: left;
	margin-left: 15px;
	padding-left: 25px;
	background: url(wg_dropnav_bkgs_seperator.png) repeat-y left top;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#footer .navBlock li {
	line-height: 20px;
}
#footer .navBlock a:link,
#footer .navBlock a:visited,
#footer .navBlock a:active {
	text-decoration: none;
	color: #FFF;
}

#footer .navBlock a:hover {
	text-decoration: underline;
}


.copyright {
	text-align: center;
	color:#2E2518;
	padding-top: 20px;
}

/*dropMenu - Suckerfish Menu */
#dropnav .homeLink {
	display: block;
	width: 62px;
	height: 54px;
	float: left;
	cursor: pointer;
}
#dropnav .homeLink a {
	width: 62px;
	display: block;
	height: 54px;
	text-decoration:none;
}
#dropnav .homeLink a:hover {
	background: url(wg_dropnav_bkgs.png) no-repeat left -60px;
}
#dropnav .homeLink a:active {
	background: url(wg_dropnav_bkgs.png) no-repeat left bottom;
}
#dropMenu, #dropMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 43px;
	padding-top: 11px;
	padding-left: 12px;
	text-align: center;
	z-index: 5;
}
#dropNav {
	z-index: 5;
}
#dropMenu li {
	background: url(wg_dropnav_bkgs_seperator.png) no-repeat right top;
}
#dropMenu li li {
	line-height: 1em;
	padding: 0px;
	width: 200px;
	text-align: left;
	border-bottom: 1px solid #2C271F;
	background: none;
}
#dropMenu a {
	display: block;
}
#dropMenu ul li a {
	padding: 10px;
}

#dropMenu li { /* all list items */
	float: left;
	width: 160px; /* width needed or else Opera goes nuts */
}

#dropMenu li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 0px;
	padding-top: 0px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
#dropMenu li ul li.last {
	padding-bottom: 7px;
	background: url(wg_dropMenu_endcap.png) no-repeat left bottom;
	border: none;
}
#dropMenu li ul li {
	background: #18140E;
}

#dropMenu li ul ul { /* third-and-above-level lists */
	margin: -43px 0 0 200px;
	padding-top: 7px;
	background: url(wg_dropMenu_endcap.png) no-repeat right top;

}

#dropMenu li:hover ul ul, #dropMenu li:hover ul ul ul, #dropMenu li.sfhover ul ul, #dropMenu li.sfhover ul ul ul {
	left: -999em;
}

#dropMenu li:hover ul, #dropMenu li li:hover ul, #dropMenu li li li:hover ul, #dropMenu li.sfhover ul, #dropMenu li li.sfhover ul, #dropMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#dropMenu a:link,
#dropMenu a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif, Arial;
	color: #FFF;
	text-decoration: none;
}
#dropMenu a:hover {
	background-color: #000;
}

#topnav .links li {
	list-style-type: none;
	background: url(wg_topNav.png) -585px -84px;
	height: 27px;
	line-height: 27px;
	display: block;
	float: left;
	padding-left: 15px;
	margin-top: 6px;
	margin-left: 5px;
}
#topnav .links {
	float: left;
}
#topnav .links li a {
	padding-right: 15px;
	background: url(wg_topNav.png) right 0px;
	line-height: 27px;
	display: block;
}
#topnav .links a:link,
#topnav .links a:visited,
#topnav .links a:hover,
#topnav .links a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#topnav .links li:hover {
	background: url(wg_topNav.png) -585px -112px;
}
#topnav .links li:hover a {
	background: url(wg_topNav.png) right -28px;
}
#topnav .links li:active {
	background: url(wg_topNav.png) -585px -140px;
	color:#000;
}
#topnav .links li:active a {
	background: url(wg_topNav.png) right -56px;
	color:#000;
}
#topnav .searchBox {
	height: 27px;
	padding-top: 3px;
	float: right;
}
#topnav .searchBox input {
	height: 32px;
	border-width: 0px;
	border-style: solid;
	background: #503E27 url(wg_topNav.png) left -166px;
	float: left;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	width: 150px;
	line-height: 32px;
}
#topnav .searchBox .searchButton {
	background: url(wg_topNav.png) -180px -166px;
	float: left;
	height: 32px;
	width: 34px;
	display: block;
	border-width: 0px;
	border-style: solid;
	margin: 0px;
	cursor: pointer;
}
/* navColumn in #body .container */
#navColumn ul {
	margin: 0;
	padding: 0px;
	border-left: 1px solid #CFC49B;
}
#navColumn ul li {
	font-size: 18px;
	list-style-type: none;
	font-weight: bold;
	margin: 15px;
	text-transform:uppercase;
}
#navColumn ul ul {
	padding-left: 15px;
	border-left: none;
}
#navColumn ul li li {
	font-size: 15px;
	margin: 3px;
	font-weight: normal;
	text-transform: none;
}
#navColumn ul ul li:Before {
	content: "- ";
}
#navColumn ul ul li.active:Before {
	content: "● ";
}
#navColumn ul li li li {
	font-size: 12px;
}
#navColumn ul ul ul li:Before {
	content: "› " ;
}
#navColumn a:link,
#navColumn a:visited,
#navColumn a:active {
	text-decoration: none;
	color:#5C482D;
	
}
#navColumn a:hover{
	text-decoration: underline;
	color: #600F00;
}
#navColumn li li.active a:link,
#navColumn li li.active a:visited,
#navColumn li li.active a:active {
	text-decoration: none;
	color:#000;
	
}
#navColumn li li.active a:hover {
	text-decoration: underline;
	color: #600F00;
}
/* Breadcrumbs */
.breadcrumb {
	line-height: 40px;
	display: block;
	height: 39px;
	margin-left: 50px;
	margin-bottom: 10px;
	background: url(wg_breadcrumb_bg.png) right bottom;
	position: relative;
	z-index: 1;
}

.breadcrumb .B_crumb,
.breadcrumb .B_lastCrumb {
	background: url(wg_breadcrumb_bg.png) no-repeat right top;
	height: 39px;
	position: relative;
	display:block;
	float: left;
	font-size: 14px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-right: 22px;
}
.breadcrumb_start {
	background: url(wg_breadcrumb_bg.png) left top;
	width: 55px;
	height: 39px;
	position: relative;
	display: block;
	float: left;
}

/* AjaxSearch */
#ajaxSearch_output input {
	position: relative;
	float:right;
	width: 200px;
	background-color:#ccc;
	line-height: 32px;
	font-size: 11px;
	padding: 15px;
	top: -30px;
}
#ajaxSearch_form {
	width: 200px;
}
#ajaxSearch_form img {
	position: relative;
	top: -10px;
}
a.ajaxSearch_resultLink {
	font-size: 1.3em;
}
.ajaxSearch_resultDescription {
	color: #000;
}
.ajaxSearch_resultExtract {
	color: #685d50;
}
.ajaxSearch_paging {
	margin-top: 1em;
	margin-bottom: 1em;
}

.content #ajaxSearch_input {
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ADA277;
	padding: 3px;
	width: 200px;
	font-size: 18px;
	color: #751500;
	float: left;
}
p.ajaxSearch_resultsInfo {
	padding-top: 1em;
	padding-bottom: 1em;
	color: #685d50;
}
#HP_Stage {
	background: url(wg_stageBkg.png) no-repeat;
	width: 900px;
	margin: 0px auto;
	padding: 10px;
}
#HP_News {
	float: left;
	width: 570px;
}
#HP_News .ditto_title {
	font-size: 18px;
	color: #681605;
	border-bottom: 1px solid #A1976F;
	margin-bottom: 3px;
}
#HP_News .ditto_readMore {
	text-align: right;
}
#HP_News .ditto_article p {
	line-height: 1.2em;
	font-family:Verdana, Trebuchet, sans-serif
}
#HP_News .ditto_article img {
	padding: 5px;
}
#HP_News h1 {
	font-size: 24px;
	color: #716A4E;
	margin-bottom: 10px;
	letter-spacing: .2em;
}
#HP_Stage #content {
	float: right;
	width: 277px;
	padding: 10px;
	color: #FFF;
	text-align: left;
	font-size: 14px;
}
#HP_Stage #content h1 {
	font-size: 25px;
	font-weight: bold;
}
#HP_Stage #content h2 {
	font-size: 18px;
	font-weight: bold;
}
#HP_Stage #content a:link,
#HP_Stage #content a:visited,
#HP_Stage #content a:active {
	text-decoration:underline;
	color: #fff;
}
#HP_Stage #content a:link {
	text-decoration: none;
}
.GoogleMap iframe {
	margin: 5px;
	background: #CFC49B;
	padding: 5px;
	border: 1px solid #A49A71;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#HP_Featured {
	float: right;
	width: 320px;
	overflow: hidden;
}
#HP_Featured .featured_item {
	background: #EFE9CE;
	padding: 7px;
	border: 1px solid #908559;
	margin-bottom: 3px;
}

#HP_Featured .featured_item_over {
	background: #D2C8A1;
	padding: 7px;
	border: 1px solid #716A4E;
	margin-bottom: 3px;

}
#HP_Featured .featured_item .title,
#HP_Featured .featured_item_over .title {
	font-size: 18px;
	font-weight: bold;
	color: #413321;
}
#body #contentInset {
	float: right;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 7px;
	border-top: 3px solid #2A4821;
	border-bottom: 3px solid #2A4821;
	background: url(wg_insetBkg.png) center top;
}
#contentInset h1 {
	font-size: 18px;
	font-weight: bold;
	color:#294821;
}
#contentInset h2 {
	font-size: 15px;
	font-weight: bold;
	color:#294821;
}
#contentInset h3 {
	font-size: 14px;
	font-weight: bold;
	color:#294821;
	letter-spacing: .1em;
}
.maxigallery_thumbTitle {
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
.formSubmittedMsg {
	color: #900;
	text-align: left;
	padding: 5px;
	border-left: 10px solid #900;
	border-top: 1px solid #900;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
}

/* Child Nav Links */
.content ul .ditto_ListChildren {
	padding-left: 0;
	margin: 0;
}

.ditto_ListChildren strong {
	font-weight: bold;
	font-size: 16px;
	color: #34592F;
} 
.ditto_ListChildren li {
	border: 1px solid #C9C4A7;
	list-style: none;
	padding: 5px;
	color: #65614A;
	margin-bottom: 2px;
	margin-right: 15px;
	margin-left: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ditto_ListChildren li:active,
.ditto_ListChildren li:visited,
.ditto_ListChildren li:active {
	border: 1px solid #E7E1C6;
}

.ditto_ListChildren li:hover {
	border: 1px solid #C6C0A1;
	background-color: #F6F3E8;
}
/* Event List Formatting */
ul#EventList li {
	list-style: none;
	padding: 0px;
	margin: 0;
}
ul#EventList ul {
	padding: 0px;
	margin: 0;
}
ul#EventList {
	padding: 0px;
	margin: 0;
}
ul#EventList li.event {
	border: 1px dashed #CFC49B;
	font-size: 14px;
	margin-bottom: 2px;
	padding: 5px;
	font-weight: bold;
}
ul#EventList li.event_on {
	border: 1px dashed #CFC49B;
	font-size: 14px;
	margin-bottom: 2px;
	padding: 5px;
	font-weight: bold;
	background: #E0DBC1;
}
ul#EventList li.event li,
ul#EventList li.event_on li {
	font-size: 80%;
	color: #A6A293;
	text-transform: uppercase;
	font-weight: normal;
}
ul#EventList a:link,
ul#EventList a:visited,
ul#EventList a:hover,
ul#EventList a:active {
	color: #751500;
	text-decoration: none;
}

/* SiteMap */
#siteMap ul {
	font-size: 1.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#siteMap ul li {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	list-style-type: none;
}
#siteMap ul ul{
	font-size: .8em;
}
#siteMap ul ul li {
	list-style-type: disc;
}
object {
	z-index: 0;
}