
/* CSS Document */

/*body css*/
body {
	background-color: #C0C0C0;
	font-family: "Trebuchet MS";
	font-size: medium;
	line-height: normal;
	color: #660000;
	margin-top: 0px;
	margin-left: 0px;
}

/*bulleted list*/
ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
/*------------------------*/

input{
	color: #660000;
	width: 90%;
	font: bold 84% "Trebuchet MS";
	border: 1px solid; 
	border-color: #696 #363 #363 #696;   
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffcc00',EndColorStr='#ffffcc'); 
}

a {
	color: #660000;
	width: auto;
	font-size:large;
}

a:hover {
	color: #660066;
	background-color: #C0C0C0;
}

a:visited {
	color: #663333;
	background-color: #C0C0C0;
}

hr {
	color:#660000;
	width: 100%;
	height: 2px;
}

/*------------------------*/

/*page div to hold all other divs*/
.pageContainer{
	position: relative;
	width: 1000px;
	height: 625px;
	border: 5px solid #660000;
	padding: 2px;
	margin: 0px;

}
/*nav panel*/
.navigationShell{
	position: relative;
	width: 250px;
	padding: 3px;
	margin: 0px;
	float: left;
}
/*------------------------*/
/*logo placeholder*/
.logo{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 0px;
	background: #000000;
}
/*------------------------*/
/*nav buttons*/
.navigation{
	position: relative;
	width: 100%;
	padding: 3px;
	margin: 0px;
	text-align: center;
}
/*------------------------*/
/*imageGallery Container*/
.imageGallery{
	position: relative;
	width: 700px;
	height: 600px;
	padding: 10px;
	border-left: 5px solid #660000;
	margin: 0px;
	float: right;
}
/*------------------------*/

/*imageGallery thumbnails display*/
.thumbGallery{
	position: relative;
	width: 235px;
	height: 595px;
	padding:0px;
	border: none;
	margin: 0px;
	overflow: auto;
	float: left;
}
/*------------------------*/

/*thumbnail image*/
.thumbnail img{
	border: 1px solid #663333;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px dashed #663333;
}
/*------------------------*/


/*Full-size image*/
.thumbnail span{ 
	position: absolute;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ 
	border-width: 0;
	padding: 2px;
}

.largeDisplay{
	position: relative;
	width:425px;
	height: 595px;
	padding:0px;
	border: none;
	margin: 0px;
	overflow: auto;
	float: right;
}

.largeDisplay span{
	position: absolute;
	background-color: #EBEBEB;
	padding: 5px;
	border: 1px dashed #666666;
	color: #990000;
	text-decoration: none;
}
/*------------------------*/
