/* CSS Document */
html {
	height: 100%;
}

body {
	background-color:#62AEBE;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url("background_images/page.jpg");
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	border-bottom: 1px solid white;
	background-image:url("background_images/logo.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	height:125px;
	background-color:black;
}

#footer {
	border-top: 1px solid white;
	background-image:url("background_images/footer.jpg");
	background-position: top left;
	background-repeat:repeat-x;
	height: auto;
	background-color:#171717;
	padding:5px;
}

a {
	color:#62AEBE;
	text-decoration:none;
}

#mainContent {
	width: 80%;
	min-width: 760px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	height:98%;
	margin-top:20px;
	border:1px solid #222222;
	background-color:black;
}

.navigationButton {
	background-image: url("background_images/nav_normal.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 2px solid black;
	float:right;
	height: 124px;
	padding-top: 100px;
	max-height:24px;
	text-align:center;
	padding-left:13px;
	padding-right:13px;
	cursor:pointer;
	width:20%
	display:inline;
	min-width: 50px;
}

.navigationButton a {
	text-decoration: none;
	color: white;
}

#pageContent {
	height:82%;
	background-repeat:no-repeat;
	background-position:top center;
	min-height:450px;
	background-color:black;
}

.navigationButtonHigh {
	background-image: url("background_images/nav_over.jpg");
}

#footer {
	position:relative;
	clear:both;
	top:0px;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}

#footer table {
	width: 100%;
	margin:4px;
}

#footer td {
	color:#666666;
	font-size:11px;
}

#thumbPanel {
	background-image:url("background_images/left_panel.jpg");
	background-position:bottom left;
	height:95%;
	width: 264px;
	float:left;
	padding:20px;
	max-width:224px;
	color: #949494;
	font-size: 11px;
	background-repeat:no-repeat;
	min-height:350px;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-transform:uppercase;
}

.thumbImage {
	width: 50px;
	height:50px;
	border:2px solid black;
	margin:3px;
	cursor: pointer;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
}

.imageHigh {
	border: 2px solid #62AEBE;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;

}

.hidden {
	display:none;
}

#imagePanel {
	width: 496px;
	height:422px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
}

#imagePanel div {
	width:auto;
	height:16px;
	color:white;
	text-align:left;
	padding:4px;
	background-color:black;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border-bottom:1px solid white;
}

label {
	width: 200px;
	float:left;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#thumbNav {
	text-align:center;
	width: 174px;
	background-color:black;
	border:1px solid #62AEBE;
	padding:2px;
}