@charset "utf-8";
body  {
	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: #F9FFF4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #3F453E;
}
.mainData #Calendar {
	margin-right: auto;
	border: medium solid #A3864D;
	height: 450px;
	width: 600px;
	float: none;
	clear: none;
	margin-left: auto;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #3F453E;
}

.imageFrame {
	border: medium solid #A3864D;
	background-color: #F9FFF4;
}


/* Miscellaneous classes for reuse */
.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;
}
#googleMap {
	float: none;
	text-align: center;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.mainData #footer {
	padding: 0 10px;
}
.mainData #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3b522f;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.mainData #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #3b522f;
	background-repeat: no-repeat;
}
.mainData #mainContent {
	background-color: #3B522F;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
}
.mainData #informationWithBackground {
	background-image: url(../images/Michigan_clipSmalTransparent.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-top: 320px;
}
.mainData#HeaderGraphic {
	background-image: url(../images/headerImage_01.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 850px;
	text-transform: none;
	text-indent: -9999px;
}
.slideShowHolder {
	/*border: medium solid #A3864D;*/
	clip: rect(auto,auto,auto,auto);
	padding-bottom: 50px;
}
.slideShowHolder #slideshow {
	list-style:none;
	color:#fff;
	background-repeat: no-repeat;
	background-position: left center;
}
.slideShowHolder #slideshow span {display:none}
.slideShowHolder #wrapper {
	width:606px;
	display:none;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.slideShowHolder #wrapper * {margin:0; padding:0}
.slideShowHolder #fullsize {position:relative; width:600px; height:338px; padding: 0px; border:medium solid #A3864D; background:#3F453E}
.slideShowHolder #fullsize_4x3 {position:relative; width:600px; height:450px; padding:0px; border:medium solid #A3864D; background:#3F453E}
.slideShowHolder #information {position:absolute; bottom:0; width:600px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
.slideShowHolder #information h3 {padding:4px 8px 3px; font-size:14px}
.slideShowHolder #information p {padding:0 8px 8px}
.slideShowHolder #image {
	width:600px
}
.slideShowHolder #image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
.slideShowHolder #imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
.slideShowHolder #imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
.slideShowHolder #imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}
.slideShowHolder #thumbnails {margin-top:15px}
.slideShowHolder #slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#222}
.slideShowHolder #slideleft:hover {background-color:#333}
.slideShowHolder #slideright {float:right; width:20px; height:81px; background:#222 url(../images/scroll-right.gif) center center no-repeat}
.slideShowHolder #slideright:hover {background-color:#333}
.slideShowHolder #slidearea {float:left; position:relative; width:560px; margin-left:5px; height:91px; overflow:hidden}
.slideShowHolder #slider {position:absolute; left:0; height:81px}
.slideShowHolder #slider img {cursor:pointer; border:1px solid #A3864D; padding:2px}

