@charset "utf-8";
/* CSS Document */

a:link {
	color: #FCEE21;
}
a:visited {
	 color:  #FCEE21;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FCEE21;
}
.wrapper {
	width:1000px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px none #CCCCCC;
	top: 0px;
	background-attachment: scroll;
	float: none;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-color: #BAE0F4;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}

.header {
	width:1000px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px none #CCCCCC;
	top: 0px;
	background-attachment: scroll;
	float: none;
	height: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav {
	height: 39px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/woodheader2.jpg);
}
.logo {
	text-align: center;
}
.content {
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro";
	font-size: 24px;
	font-weight: normal;
	color: #4ba2dc;
	height: 500px;
	background-color: #48A0DB;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0099FF;
	font-weight: normal;
}
.contentleft {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #FFFFFF;
	width: 450px;
	font-weight: normal;
	padding-bottom: 10px;
	text-indent: 10px;
	float: left;
	background-color: #48A0DB;
	margin: 0px;
	padding-left: 20px;
}
.title {
	font-family: "Myriad Pro";
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.footer {
	margin-top: 5px;
	background-image: url(../images/woodfooter.jpg);
	height: 150px;
	font-family: "Myriad Pro";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding: 5px;
	clear: both;
}
.contentright {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #FFFFFF;
	width: 475px;
	margin-left: 10px;
	font-weight: normal;
	margin-bottom: 0px;
	text-indent: 10px;
	clear: none;
	float: right;
	background-color: #48A0DB;
	background-position: center center;
	text-align: center;
	height: auto;
	padding-top: 50px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.flash {
	z-index: 0;
}
.picgallery {
	padding: 10px;
	margin: 0px;
	word-spacing: 0em;
}

.emphasis {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

