/* @group base styles */

body, div, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font: .875em/1.4 "helvetica neue", arial, helvetica, sans-serif;
	color: #191919;
	background: #fffafa;
	/* Block IOS Safari from resizing fonts */
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 1.8em;
	text-indent: -9999px;
	margin: 0;
}

h2, h4, h5, p, ul {
	padding: 0 3px;
}

h2 {
	font: bold 1.2em "helvetica neue", arial, helvetica, sans-serif;
	color: #fff;
	background: #607c1c url(../images/green_gradient01.jpg) repeat-x 0 0;
	margin: 0 0 10px -5px;
	padding: 4px 0 4px 8px;
	border: 1px solid #4c4c4c;
	border-width: 0 1px 1px 0;
}

h2 + img {
	margin-top: 3px;
}

h3 {
	font: 1.5em/1.4 "trebuchet MS", arial, helvetica, sans-serif;
	margin: 0 0 10px;
}

h4 {
	font: bold 1.2em/1.3 "trebuchet ms", arial, helvetica, sans-serif;
	margin: 0 0 5px;
}

h5 {
	font: 1.1em/1.2 "helvetica neue", arial, helvetica, sans-serif;
	margin: 0 0 10px;
}

p {
	margin: 0 0 1em;
}

ul {
	list-style: disc outside;
	margin: 0 0 1em 1.5em;
}

li {
	margin: 10px 0 0;
}

p + ul {
	margin-top: -.5em;
}

a, a:visited {
	color: #015;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

a:active {
	color: #b00;
	border-bottom: 1px solid;
	outline: none;
}

cite {
	font-style: italic;
}

img {
	border: none; /* kill border on img links */
}

.image-left {
	float: left;
	margin: 3px 15px 5px 0;
}

.image-right {
	width: 385px;
	float: right;
	margin: 3px 0 5px 15px;
}

.image-center {
	margin: 0 0 0 15px;
}

.cutline  {
	font-size: .9em;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px;
}

.dropcap {
	float: left;
	font: 3em/.8 georgia, "times new roman", times, serif;
	margin: 3px 3px 0 0;
}

.nowrap {
	white-space: nowrap;
}

.pdflink {
	padding-right: 19px;
	background: transparent url(../images/page_white_acrobat.png) no-repeat 100% 0;
}

/* default borders */
#top img, #middle img, #bottom img, .col3 img, #thumbs img, #lightbox img,
#highlight-box img, #highlight-box, #billboard {
	border: 1px solid #666;
}

/* @end */

/* @group divs */

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 165px;
	position: relative;
	background: #e4edea url(../images/museum03.png) no-repeat 0 0;
}

#skiplink {
	position: absolute;
	top: 0;
	left: -999px;
	z-index: 100;
}

#skiplink:active, #skiplink:focus, #skiplink:hover {
	top: 5px; left: 5px;
	color: #fff;
	background-image: url(../images/skiplink_overlay.png);
	padding: 8px;
	border: 1px solid #fff;
}

#logolink {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0; left: 0;
	z-index: 50;
	overflow: hidden;
	border: none;
	outline: none;
}

#content {
	width: 580px;
	margin: 1em 0;
	padding-right: 19px;
	border-right: 1px solid #bbb;
}

#footer {
	height: 25px;
	clear: both;
	font-size: .8em;
	text-indent: 10px;
	background: url(../images/green_gradient.jpg) repeat-x 0 0;
	padding-top: 20px;
	border-bottom: 2px solid #607c1c;
}

/* @end */

/* @group sidebar styles */

#sidebar {
	width: 185px;
	float: right;
	position: relative;
	margin: 1em 0;
	padding-left: 14px;
	/*border-left: 1px solid #bbb;*/
}

#sidebar.noborder {
	border: none;
}

#sidebar ul, #sidebar p {
	font-size: .9em;
	color: #333;
}

#sidebar li {
	margin: 2px 0;
}

.nav {
	list-style: none;
	line-height: 1.8;
	margin: 0 0 1.1em 3px;
}

.nav li {
	background: url(../images/right01.gif) no-repeat 0 .6em;
	padding-left: .8em;
}

.nav #facebook {
	background: url(../images/facebook.png) no-repeat 0 50%;
	margin-top: .5em;
	padding-left: 30px;
}

.contact:first-line {
	font-weight: bold;
}

#access {
    width: 100%;
    background: url(../images/access.gif) no-repeat 95% 50%;
    white-space: nowrap;
}

#donate {
	border: none;
}

#mmlogo {
	display: block;
	margin: -3px 0 5px -5px;
	border: none;
}

#eplogo {
	border: none;
}

#findoutmore {
	width: 110px;
	display: block;
	margin: 10px auto 10px 16%;
	border: none;
}

#findoutmore img {
	border: none;
}

#highlight-box {
	position: relative;
	background-color: #ff7;
	margin: 12px 0 1em;
	padding: 10px 8px 0;
}

#highlight-box p {
	color: #191919;
}

#highlight-box ul {
	/*list-style: disc inside;*/
	list-style: none;
	margin: -.5em 0 1em 0;
}

#highlight-box h3 {
	padding-left: 20px;	
	text-shadow: 0 1px 1px #666;
}

#highlight-box h3, #highlight-box h5 {
	text-align: center;
	color: #b00;
	text-shadow: 0 1px 2px #666;
}

#highlight-box img.picnic {
	position: absolute;
	top: -28px;
	left: -18px;
	z-index: 10;
	border: none;
}

#highlight-box img.fixed {
	margin: -5px 0 -10px 0;
}

/* @end */

/* @group content styles */

.row {
	width: 100%;
	overflow: hidden; /* clear contained floats */
	margin-bottom: 1em;
	padding: 0 0 1em 5px;
	border-bottom: 1px solid #bbb;
}

.col1 {
	width: 276px;
	float: left;
}

.col2 {
	width: 275px;
	float: right;
	padding-left: 14px;
	border-left: 1px solid #bbb;
}

.col3 {
	width: 350px;
	float: left;
}

.col4 {
	width: 210px;
	float: right;
}

#links {
	padding-left: 8px;
}

/* @end */

/* @group billboard styles */

#billboard {
	width: 585px;
	background: url(../images/gradient01.jpg) repeat-x 0 0;
	margin: 1em 0;
	padding: 10px 0 10px 10px;
}

#billboard .cutline {
	color: #191919;
	margin: 3px 20px 10px;
}

#billboard .cutline a {
	color: #081343;
}

#thumbs {
	width: 100%;
	clear: left;
	display: none; /* javascript toggles display */
	margin-bottom: 1em;
	padding-left: 5px;
}

#thumbs img {
	float: left;
	vertical-align: middle;
	margin: 0 10px 14px 0;
}

#button, #button:visited {
	width: 75px;
	clear: left;
	display: block;
	background: #607c1c url(../images/green_flip.jpg) repeat-x 0 0;
	font: bold 1.2em/1.6 "helvetica neue", arial, helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 5px auto;
	border: 1px solid #4c4c4c;
	border-width: 0 1px 1px 0;
}

#button:hover {
	background: #607c1c url(../images/green_gradient01.jpg) repeat-x 0 0;
	color: #fff;
	text-decoration: underline;
}

#button:active {
	text-decoration: none;
}

/* @end */

/* @group css3 styles */
/* for browsers that support css3 */

#header {
	border-radius: 0 0 5px 5px;
}

#billboard, .bg {
	border-radius: 5px;
}

#button, h2 {
	text-shadow: 1px 1px 1px #000;
}

#button, #highlight-box, h2 {
	border-radius: 3px;
}

.cols {
	clear: right;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-moz-column-rule: 1px solid #bbb;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-webkit-column-rule: 1px solid #bbb;
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px solid #bbb;	
}

/* @end */

img#xmas {
	position: absolute;
	height: 40px;
	top: 145px;
	left: 0;
	z-index: 50;
	border: none;
}

/* @group lightbox styles */

#lightbox {
	background-color: #fff;
	/*padding: 10px;*/
}

#lightbox a {
	border: none;  /* fix for ie7 */
}

#lightbox img {
	clear: both;
	vertical-align: middle;
}

#close {
	bottom: -50px;
	left: 20px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: underline;
	border: none;
}

#close:hover {
	text-decoration: none;
}

#overlay {
	background-image: url(../images/lightbox/overlay.png);
}

/* @end */
