@charset "UTF-8";
/* CSS Document */


/* ********** START Global ********** */

body, html {
	height:100%; /* needed for container min-height */
	font-family: Georgia, Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/media/global/bkg-01.jpg);
	background-repeat: repeat;
	text-align: center;
	background-attachment: fixed;
}
#pageContainer {
	width:900px;
	/* height:auto !important; */ /* real browsers */
	/* height:100%; */ /* IE6: treated as min-height*/
	overflow:hidden;
	position: relative;
	padding: 0px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003876;
	border-bottom-color: #003876;
	border-left-color: #003876;
	text-align: left;
	margin: 0 auto 30px;
}
.hidden {
	display: none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

a img, a:hover img {
	border:none;
}
/* ********** END Global ********** */


/* ********** START Header ********** */

#header {
	width:900px;
	height:150px;
	z-index:1000;
	padding: 0px;
	display: block;
	margin: 0px;
	position: relative;
	background-attachment: scroll;
	background-image: url(../media/global/masthead-visit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pgRent #header {
	background-image: url(../media/global/masthead-rent.jpg);
}
#pgVolunteer #header {
	background-image: url(../media/global/masthead-volunteer.jpg);
}
#pgThings #header {
	background-image: url(../media/global/masthead-things.jpg);
}
#pgStore #header {
	background-image: url(../media/global/masthead-store.jpg);
}
#pgLearn #header {
	background-image: url(../media/global/masthead-learn.jpg);
}
#header.history {
	background-image: url(../media/global/masthead-wcc.jpg);
}
#header.vintage {
	background-image: url(../media/global/masthead-vintage.jpg);
}
#pgEvents #header {
	background-image: url(../media/global/masthead-events.jpg);
}
#header h1 {
	display: block;
	padding: 0px;
	height: 125px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 600px;
	position: relative;
	float: left;
}
#header h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 300px;
}
#header #nav {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	height: 25px;
}
#header #nav ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#header #nav ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#header #nav ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	line-height:25px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header #nav ul li a:hover {
	background:#369;
	color:#fff;
}
#header #nav ul li a.active, #header #nav ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:normal;
}

/* #################### Nav Specific #################### */

#pgVisit #header #nav li.navVisit a, #pgVisit #header #nav li.navVisit a:hover {
	background:#939;
	color:#fff;	
	pointer-events: none;
	cursor: default;
}
#pgEvents #header #nav li.navEvents a, #pgEvents #header #nav li.navEvents a:hover {
	background:#939;
	color:#fff;	
	pointer-events: none;
	cursor: default;
}
#pgVolunteer #header #nav li.navVolunteer a, #pgVolunteer #header #nav li.navVolunteer a:hover {
	background:#939;
	color:#fff;	
	pointer-events: none;
	cursor: default;
}
#pgThings #header #nav li.navThings a, #pgThings #header #nav li.navThings a:hover {
	background:#939;
	color:#fff;	
	pointer-events: none;
	cursor: default;
}
#pgRent #header #nav li.navRent a, #pgRent #header #nav li.navRent a:hover {
	background:#939;
	color:#fff;	
	pointer-events: none;
	cursor: default;
}
#pgStore #header #nav li.navStore a, #pgStore #header #nav li.navStore a:hover {
	background:#939;
	color:#fff;
	pointer-events: none;
	cursor: default;
}
#pgLearn #header #nav li.navLearn a, #pgLearn #header #nav li.navLearn a:hover {
	background:#939;
	color:#fff;	
	pointer-events: none;
	cursor: default;
}


/* ********** END Header ********** */


/* ********** START Main Content ********** */

#mainContent {
	background-color: #FFF;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
}
#mainContent ul, #mainContent li {
	margin: 0px;
	padding: 0px;
}
#mainContent a, mainContent a:hover {
	text-decoration: none;
}
#mainContent2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden; /* column 2 background colour */
	background-image: url(../media/global/right-column-bkg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
}
#mainContent1 {
	float:left;
	width:900px;
	position:relative;
	right:300px; /* column 1 background colour */
	background-color: #ffffff;
}
#col1 {
	float:left;
	width:600px;
	position:relative;
	left:300px;
	overflow:hidden;
	min-height:400px;
	padding-bottom: 10px;
}
#pgLearn #col1, #pgMap #col1 {
	float:left;
	width:900px;
	position:relative;
	left:0px;
	overflow:hidden;
	min-height:400px;
	padding-bottom: 10px;
}
#pgMap #col1 iframe {
	margin: 15px 30px;
	padding: 0px;
	border: 1px solid #9CC;
}
#col1 img.mainPhoto {
	display: block;
	padding: 0px;
	width: 540px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#col1 img.alignRight {
	display: block;
	float: right;
	padding: 0px;
	clear: left;
	width: 240px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#col1 h2 {
	color: #06C;
	font-weight: normal;
	font-size: 30px;
	line-height: normal;
	font-style: normal;
	text-align: left;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #9CC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#col1 h3 {
	color: #606;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#col1 h3 a  {
	color: #06C;
}
#col1 h3 a:hover {
}
#col1 h4 {
	color: #666;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#col1 h5 {
	color: #06C;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#col1 ul {
	list-style-type: disc;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 45px;
	list-style-position: outside;
	padding: 0px;
}
#col1 li {
	color: #939;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#col1 li p {
	color: #000;
	padding: 0px;
	margin: 0px;
}
#col1 p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#col1 a {
	color: #939;
	text-decoration: none;
}
#col1 a:hover {
	color: #F63;
	text-decoration: none;
}
#col2 {
	float:left;
	width:300px;
	position:relative;
	left:300px;
	overflow:hidden;
	min-height:400px;
	padding-bottom: 10px;
}
#col2Header {
	background-image: url(../media/global/right-column-header.jpg);
	display: block;
	padding: 0px;
	height: 100px;
	width: 300px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col2 img {
	display: block;
	padding: 0px;
	width: 240px;
	margin: 30px auto 0px;
}
#col2 p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#col2 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-type: none;
}
#col2 ul.left {
	float: left;
	padding: 0px;
	display: block;
	width: 115px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	clear: right;
}
#col2 ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	display: block;
}
#col2 ul li.float {
	display: inline;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
#col2 ul p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 16px;
}

#col2 h2 {
	color: #933;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	font-style: normal;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#col2 h3 {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#col2 a {
	color: #933;
	text-decoration: none;
}
#col2 a:hover {
	color: #06C;
	text-decoration: none;
}

/* ********** END  Main Content ********** */


/* ********** START Events List ********** */
#col1 #eventsList   {
	padding: 0px;
	list-style-type: none;
	width: 540px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#col1 #eventsList h2 {
	color: #06c;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#col1 #eventsList h2 em {
	color: #939;
	font-style: italic;
}
#col1 #eventsList h3, #col1 #eventsList h4, #col1 #eventsList h5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#col1 #eventsList li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col1 #eventsList li.BackTop {
	text-align: right;
	display: block;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #99CCCC;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#col1 #eventsList li.BackTop a {
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	text-transform: uppercase;
	color: #399;
	line-height: normal;
	text-decoration: none;
}
#col1 #eventsList li.BackTop a:hover {
	color: #939;
	text-decoration: none;
}
#col1 #eventsList li.last  {
	border: none;
}
#col1 #eventsList li ul  {
	list-style-type: disc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	color: #939;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#col1 #eventsList ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#col1 #eventsList p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#col1 #eventsList li #dateBox{
	display: block;
	float: left;
	width: 6em;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #666;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col1 #eventsList li #dateBox p.month {
	background-color: #939;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	display: block;
	margin: 0px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#col1 #eventsList li #dateBox p.day {
	font-size: 4em;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#col1 #eventsList li #dateBox p.text {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#col1 #eventsList li #dateBox p.weekday {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#col1 #eventsList li img.floatLeft {
	padding: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: right;
}
#col1 #eventsList li img.floatRight {
	padding: 0px;
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	clear: left;
}


/* ********** END  Events List ********** */

#col1 #addthis {
	display: block;
	margin: 50px 30px 0px 0px;
	padding: 0px;
	float: right;
}

/* ********** START Links List ********** */

#col2 #linksList {
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-type: none;
	text-align: center;
	display: block;
	width: 240px;
}
#col2 #linksList li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#col2 #linksList li.last  {
	border: none;
}
#col2 #linksList a {
	color: #666;
	text-decoration: none;
}
#col2 #linksList a:hover {
	color: #933;
	text-decoration: none;
}

/* ********** END Links List ********** */



/* ********** START Footer ********** */
#footer {
	clear:both;
	width:900px;
	height:auto;
	background-color: #d4effc;
	display: block;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
}
#footer p, #footer address {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#footer address {
	float: left;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #939;
}
#footer a:hover {
	color: #036;
}

#footerContent2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background-color: #9ddcf9;
	height: 100%;
}
#footerContent1 {
	float:left;
	width:900px;
	position:relative;
	right:300px; /* column 1 background colour */
	background-color: #d4effc;
}
#footerCol1 {
	float:left;
	width:540px;
	position:relative;
	left:330px;
	overflow:hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footerCol1 address span.left  {
	width: 255px;
	float: left;
	padding: 0px;
	margin: 0px;
	display: block;
}
#footerCol1 address span.right  {
	width: 255px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: block;
}
#footerCol2 {
	float:left;
	width:240px;
	position:relative;
	left:390px;
	overflow:hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footerCol2 #legal {
	width: 255px;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* ********** END Footer ********** */
