@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color:#e9e9e9;
}

#dropmenudiv{
	position:absolute;
	border-left:1px solid black;
	border-right:1px solid black;
	line-height:20px;
	z-index:100;
}

#largeimage {
	position:absolute;
	left:409px;
	top:125px;
	width:500px;
	height:360px;
	z-index:6;
}

.goldtextheader {
	color: #000000;
	font-weight: bold;
}

.leftmenu-text {
	border-top:1px solid;
	border-top-color:white;
	text-align:center;
	font-weight:500;
	font-size: 12px;
	padding-top:10px;
	padding-bottom:10px;
}

.leftmenu-text:first-child {
border-top:none;
}

#leftmenu {
	position:absolute;
	left:128px;
	top:128px;
	width:218px;
	height:auto;
	z-index:8;
	border:1px solid;
	border-color:#999999;
	color: #FFFFFF;
	font-weight:500;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight:700;
font-size:10px;
color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#f5bf32;
}

#thumbnails-left {
	position:absolute;
	text-align:right;
	left:56px;
	top:325px;
	width:292px;
	height:171px;
	z-index:7;
}

	#leftmenu a:link {color:white; text-decoration:none;}
  #leftmenu a:visited {color:#996666; text-decoration:none;}
  #leftmenu a:hover{color:#996666; text-decoration:underline;}
	



img { border: 0; }

input[type=submit] { 
	background-color: #FCFCFF; 
	border: 1px solid #66f; 
	margin: 2px; }
input[type=image] { 
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
}
input[type=image]:hover {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid yellow;
	background-color: yellow;
}
usertext p { text-indent: 0px; }

error { 
	font-weight: bold; 
	border: 1px solid orange; 
	background-color: #FFE8E8; 
	margin: 1em; 
	padding: 3px; 
	}
.instructions { 
	border: 1px solid #009900; 
	background-color:#FAFFFA; 
	margin: 1em; 
	padding: 1em; }
	
#topmenu {
	position:absolute;
	background-color:#E9E9E9;
}
	
	#topmenu a:link {color:black; text-decoration:none;}
  #topmenu a:visited {color:#996666; text-decoration:none;}
  #topmenu a:hover{color:black; text-decoration:underline;}

#thumbs {
	position:absolute;
	left:81px;
	top:458px;
	width:277px;
	height:168px;
	z-index:7;
}

#heading {
	position:absolute;
	left:7px;
	top:5px;
	width:1072px;
	height:125px;
	z-index:1;
	background-color: #EFEFEF;
}

#logo {
	position:absolute;
	left:11px;
	top:9px;
	width:262px;
	height:91px;
	z-index:4;
}
