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

body {
	background-image:url(/images/bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #a6bda7;
	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: #a6bda7;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
}

h1	{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

p	{
	margin-bottom: 10px;
}

ul	{
	margin: 20px;
	list-style-type:disc;
}
li	{
}

a:link, a:visited	{
	color: #fff;
}
a:hover	{
	color: #a6bda7;
}

#bodyWrapper	{
	width: 800px;
	margin: 0 auto;
	margin-top: 70px;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #30492e;
	margin: 70px auto 0px auto; /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header	{
	position:absolute;
	top: 0px
	height: 100px;
	margin-top: -70px;
	margin-left: 3px;
}
#logobar	{
	height: 50px;
	background-color: #30492e;
}
#tagline	{
	float: right;
	margin-top: 5px;
	position:absolute;
	margin-left: 320px;
}
#navigation	{
	background-color: #6d816c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:right;
	line-height: 25px;
	padding-right: 5px;
}
#navigation a:link, #navigation a:visited {
	color: #fff;
}
#mainContent	{
	padding-top: 20px;
	margin-bottom: 20px;
	/*height: 600px;*/
}
#coverpgheader	{
	text-transform:uppercase;
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}
#pgheader	{
	text-transform:uppercase;
	margin: 20px 0;
	font-size: 20px;
	color: #fff;
}
#cover_image	{
	border-bottom: 1px solid #fff;
}
#leftbanner	{
	float: left;
}

#leftbanner img 	{
	border: 1px solid #fff;
}

#rightcontent	{
	margin-left: 320px;
	min-height: 420px;
}
.navitem	{
	width: 100px;
	padding: 5px;
	display:inline;
}
#footer	{
	color: #fff;
}
#footerleft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	width: 400px;
	float: left;
	color: #000;
}
#footerright	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	width: 400px;
	float: left;
	color: #000;
}
#footerright a:link, #footerright a:visited{
	color: #000;
}
#footerright a:hover	{
	color: #ffffff;
}

/* Gallery Specific DIVs */
#largeview	{
	width: 600px;
	min-height: 500px;
	/*float: left;*/
}
#largeview img	{
	border: 1px solid #fff;
}
#thumbnails	{
	float: right;
	height: 500px;
	width: 120px;
	overflow:auto;
	text-align:center;
}
#thumbnails img 	{
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#loading	{
	float: left;
	width: 600px;
	text-align: center;
	display: none;
}
#gallerycontainer	{
	width: 760px;
	/*height: 500px;*/
}
#covertext	{
	padding: 0px 20px 20px 20px;
	width: 500px;
}
#coverspecials	{
	border: 1px solid #a6bda7;
	padding: 10px;
	float: right;
	width: 175px;
	margin-top: -40px;
}
#wwd_menu	{
	position:absolute;
	margin-left: 385px;
	margin-top: 75px;
	width: 130px;
	z-index:100;
}
#slideshow	{
	display: none;
	width: 730px;
	position:absolute;
	border: 2px #000 solid;
	background-color:#6d826c;
	top: 350px;
	margin-left: -300px;
	text-align:center;
}
#slides	{
	padding: 10px;
}
#slides p	{
	color: #000;
}
#slidenav ul	{
	list-style-type:none;
	margin: 0px;
	padding-bottom: 5px;
}
#slidenav ul li	{
	padding-left: 3px;
	padding-right: 3px;
	display:inline;
}

#winbar	{
	background-color: #30492e;
	padding: 3px;
}
#winclose	{
	text-align: right;
}
#ssloading	{
	position: absolute;
	z-index: 100;
	margin-left: 200px;
	margin-top: -70px;
	text-align: center;
	display: none;
}

.boldtext	{
	font-weight: bold;
	color: #fff;
}
.coverspecials	{
	color: #fff;
}
