@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	background-color: #000;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
}
#header {
	background-color:#000;
	height: 118px;
	position: relative;
}
#header h1 {
	background-image: url(../images/title.gif);
	height: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	text-indent: -9999px;
	background-position: center;
}

#nav {
	height: 54px;
	list-style-type: none;
	width: 926px;
	padding-top: 10px;
	background-color: #FFF;
}
#nav li {
	float: left;
	text-indent: -9999px;
}
#nav a {
	height: 44px;
	width: 147px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
#nav .sightings {
	background-image: url(../images/btn_sightings.gif);
	margin-left: 73px;
}
#nav .photos {
	background-image: url(../images/btn_photos.gif);
}
#nav .trips {
	background-image: url(../images/btn_trips.gif);
}
#nav .listing {
	background-image: url(../images/btn_listing.gif);
}
#nav .general {
	background-image: url(../images/btn_general.gif);
}

#nav .sightings,
#nav .photos,
#nav .trips,
#nav .listing,
#nav .general {
	background-repeat: no-repeat;
	background-position: left top;
}

#nav .sightings:hover,
#nav .photos:hover,
#nav .trips:hover,
#nav .listing:hover,
#nav .general:hover {
	background-position: right top;
}
#pic {
	height: 312px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/pic.jpg);
}
#content {
	min-height: 251px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#content #mainContent {
	float: left;
	width: 521px;
	padding-top: 20px;
	padding-right: 30px;
}
#content #mainContent h2 {
	height: 41px;
	width: 497px;
	margin-bottom: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 140%;
	line-height: 40px;
	color: #FFF;
	padding-left: 30px;
	background-color: #000;
}
#content #mainContent p {
	margin-bottom: 12px;
	margin-left: 30px;
}

#content #subContent {
	width: 335px;
	float: right;
	padding: 20px;
}
#content #subContent ul {
	list-style-position: inside;
}
#content hr {
	clear: both;
	width: 100%;
}
/*start slideshow styles*/
#slideshow {
	height: 312px;
	width: 926px;
	position:relative;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
/*end slideshow styles*/

