/* CSS Document */
body { 
	background-color: #d08641;
	margin-left: 0px;
}
#logo {
	background-color: white;
	border-top: white 6px double;
	border-right: white 6px double;
	border-bottom: white 6px double;
	height: 133px;
	width: 260px;
	position: absolute;
	left: 0px;
	margin-top: 50px;
	padding: 15px 75px 15px 55px;
	z-index: 1;
}
#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC99;
	text-align:left;
	height: 17px;
	width: 260px;
	position: absolute;
	margin-top: 30px;
	margin-left: 73px;
	z-index: 3; 
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: right;
	line-height: 30px;
	height: 90px;
	width: 210px;
	position: absolute;
	margin-top: 300px;
	margin-left: 108px;
	z-index: 4; 
}
.activelink {
	text-decoration: none;
	color: black;
	background-color: #d08641;
}
.nav:link {
	text-decoration: none;
	color: white;
}
.nav:visited {
	text-decoration: none;
	color: white;
}
.nav:hover {
	text-decoration: none;
	color: black;
	background-color: #d08641;
}
.nav:active {
	text-decoration: none;
	color: black;
	background-color: #d08641;
}
#slidecontainer {
	height: 30px;
	width: 400px;
	position: absolute;
	margin-top: 80px;
	margin-left: 410px;
	z-index: 0;
}
#textwrapper {
	background-color: #FFCC99;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: left;
	line-height: 15px;
	height: 350px;
	width: 400px;
	border: #FFCC99 6px double;
	position: absolute;
	margin-top: 110px;
	margin-left: 350px;
	padding: 25px;
	z-index: 6; 
}
.textwrapperwho:link {
	text-decoration: none;
	color: black;
}
.textwrapperwho:visited {
	text-decoration: none;
	color: black;
}
.textwrapperwho:hover {
	text-decoration: none;
	color: #d08641;
}
.textwrapperwho:active {
	text-decoration: none;
	color: black;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	height: 17px;
	width: 350px;
	text-align: right;
	position: absolute;
	margin-top: 530px;
	margin-left: 460px;
	z-index: 5; 
}
.footer:link {
	text-decoration: none;
	color: white;
}
.footer:visited {
	text-decoration: none;
	color: white;
}
.footer:hover {
	text-decoration: none;
	color: #fc9;
}
.footer:active {
	text-decoration: none;
	color: white;
}
#subnav {
	background-color: white;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #d08641; 
	border: white 6px double;
	height: 65px;
	width: 280px;
	position: absolute;
	margin-top: 70px;
	margin-left: 490px;
	padding: 5px;
	z-index: 2;
}
.subnavactive {
	text-decoration: none;
	color: black;
}
.subnav:link {
	text-decoration: none;
	color: #d08641;
}
.subnav:visited {
	text-decoration: none;
	color: #d08641;
}
.subnav:hover {
	text-decoration: none;
	color: black;
}
.subnav:active {
	text-decoration: none;
	color: black;
}
#mouseover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	text-align: center;
	width: 210px;
	position: absolute;
	margin-top: 50px;
	margin-left: 535px;
	z-index: 3; 
}

/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
/* http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/ */

.gallerycontainer{
position: relative;
height: 300px;
width: 400px;
z-index: 500;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed #d08641;
visibility: hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* CSS for image viewer ends here*/


#linkcoverup { background-color:#ffcc99; width:100px; height:25px; position: absolute; top: 480px; left: 380px; z-index:300;}


