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

body {
	background-color: #e4d468;
	background-image:url(../images/bodyBackground3.jpg);
	background-attachment: fixed;
	font: .8em Helvetica, Verdana, Arial, sans-serif;
	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;
	background-position: center;
}


.oneColElsCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding-left: 0em;
	width: 55em;
	height: 100%;
}


.oneColElsCtr #mainContent {
	text-align: left;
	background-image: url(../images/contentBackground.gif);
	background-repeat: repeat-y;
	background-position:top;
	padding-left: 7em;
	padding-right: 5em;
	height: 140%;
	padding-bottom: 10em;
	padding-top: 2em;
}


h2 {
	font: 1.6em Georgia, Georgia, "Times New Roman", Times, serif;
}


h4 {
	font: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0.5em;
	font-style:italic;
	color:#666666;
	font-weight: lighter;
}


p {
	margin-left: 1em;
	margin-right: 2.5em;
	line-height: 1.5em;
	color:#444444;
}




/* jQuery slideshow */

#slideshow {
    position:relative;
    height:340px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* end slideshow */



/* @begin thumbnails style */

#thumbnails {
	padding:0;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	border: none;
}


#thumbnails li {
	display:inline;
}


#thumbnails li a img {
	text-decoration:none;
	border:0px;
}

#thumbnails li a:visited img {
	border:none;
}


#thumbnails li a:hover img {
	border:1px #999999;
} 

/* @end thumbnails style */



a {
	text-decoration:none;
	color:#006600;
}

a:hover {
	text-decoration:none;
	color:#999999;
}

#byline {
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	text-align:center;
	}


