
/* Anchor Formatting */
A {color: White; text-decoration: none;}
A. {color: White; text-decoration: none;}
A: {color: White; text-decoration: none;}
A:visited  {color : #fdff78; text-decoration: none;}
A:active {color : #33cccc; text-decoration: none;}
A:Hover  {color : #66ccff; text-decoration: none; font-weight: bold;}





/* Main  Structure Elements */
.leftnavbar {
	position: absolute; 
	left: 0px; 
	top: 46px; 
	width: 180px; 
	height: 510px; 
	margin: 0px 0px 0px 0px; 
	background-color: black; 
	color: white;
}

.header {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 831px; 
	height: 45px; 
	padding: 5px 5px 5px 5px; 
	margin: 2px 2px 2px 2px; 
	font-family: serif; 
	text-align: right; 
	color: white; 
	font-style: italic;
}

.mainfooter {
	position: absolute; 
	left: 181px; 
	top: 575px; 
	width: 700px; 
	height: 45px; 
	padding: 0px 0px 0px 0px; 
	margin: 2px 2px 2px 2px; 
	float: left; 
	text-align: center; 
	color: white; 
	font-style: italic; 
	font-size: .8em;
}

.displaybody {
	position: absolute; 
	left: 186px; 
	top: 46px; 
	width: 745px; 
	height: 465px; 
	background-color: #000000; 
	overflow: auto; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	font-family: sans-serif; 
	color: white;
}

/* Nav Menu Items */

.navlistcontainer {
	float: left; 
	width: 100%; 
	font-family: sans-serif; 
	font-color: white; 
	padding: 5px 5px 5px 5px;
}

ul.navlist {
	padding-left: 0px; 
	margin-left: 0px; 
	border-bottom: 1px solid gray; 
	width: 175px; float: left;
}

li.navlist {
	list-style: none; 
	margin: 0px; 
	padding: 0.25em; 
	border-top: 1px solid gray; 
	font-family: sans-serif; 
	font-size: .8em;
}





/* Note - URLS referenced in the CSS are relative to the CSS file itself - not the HTML file being viewed */
.logocontainer {
	float: left; 
	clear: left; 
	width: 180px; 
	height: 123px; 
	background-color: #000000;
	background-image: url("logo.gif");
}

.quotecontainer {
	float: left; 
	clear: left; 
	width: 90%; 
	border-top: 1px solid #444444; 
	border-bottom: 1px solid #444444; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	font-family: serif; 
	font-size: .8em; 
	font-style: italic; 
	margin-top: 25px; 
	color: #aaaaaa;
}

.faqcontainer {
	float: left; 
	clear: left; 
	width: 90%; 
	border-top: 1px solid #444444; 
	border-bottom: 1px solid #444444; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	font-family: serif; 
	font-size: .8em; 
	font-style: italic; 
	margin-top: 25px; 
	color: #aaaaaa;
}

.thumbfootercontainer {
	position: absolute;
	left: 181px;
}

.thumbfooter {
	width: 630px; 
	height: 45px;
	position: absolute; 
	left: 0x; 
	top: 515px; 
	border-top: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
	background-color: #000000; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	margin-left: 5px;
	font-family: sans-serif; 
	font-size: .8em; 
	color: white; 
	text-align: center; 
	overflow: hidden;
}





/* Gallery Formatting */

.thumbbox {
	float:left; 
	width: 210px; 
	height: 200px; 
	border-style: solid;
	border-color: #222222; 
	border-width: 0px; 
	margin: 0px 0px 0px 0px; 
	background-color: #444444;
}

.thumbimage {
	border-type: solid; 
	border-color: #343434; 
	border-weight: 1px; 
	margin: 8px 8px 8px 8px;
}

.thumbname {
	position: relative; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	height: 15px; 
	font-color: white; 
	font-weight: bold; 
	font-size: .6em; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	text-align: center;
}

.thumbnavbutton {
	display: block; 
	position: absolute;
	left: 10px;
	top: 10px;
	width: 135px; 
	height: 17px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	padding: 3px 3px 3px 3px; 
	margin: 0px 0px 0px 0px; 
	background-color: #777777;
}

.thumbnavnextbutton {
	display: block; 
	position: absolute;
	left: 465px;
	top: 10px;
	width: 135px; 
	height: 17px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	padding: 3px 3px 3px 3px; 
	margin: 0px 0px 0px 0px; 
	background-color: #777777;
}

.thumbnavprevbutton {
	display: block; 
	position: absolute;
	left: 320px;
	top: 10px;
	width: 135px; 
	height: 17px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	padding: 3px 3px 3px 3px; 
	margin: 0px 0px 0px 0px; 
	background-color: #777777;
}

.viewimagebox {
	position: relative; 
	left: 0px; 
	width: 630px; 
	height: 465px; 
	border-type: solid; 
	border-color: #777777; 
	border-width: 1px; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	background-color: #444444; 
	color: white; 
	overflow: hidden;
}

.viewimage {
	border-style: solid; 
	border-color: black; 
	border-width: 1px;
}

.viewimagetable {
	position: absolute;
	top: 10px;
}

.viewimagename {
	position: relative; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	height: 15px; 
	font-color: white; 
	font-weight: bold; 
	font-size: .9em; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	text-align: center;
}

.viewimagetext {
	font-size: .9em; 
	font-weight: bold; 
	font-family: sans-serif; 
	color: #ffffff;
}





/* Index Formatting */
.indextitle {
	text-align: center; 
	color: white; 
	font-family: serif; 
	font-size: 2em; 
	font-style: italic; 
	border-bottom: 1px solid white; 
	padding-bottom: 10px;
}

ul.sortlist {
	padding-left: 20px;
}

li.sortlist {
	list-style: none; margin: 0; padding: 0.1em; font-size: .8em;
}


/* Note - URLS referenced in the CSS are relative to the CSS file itself - not the HTML file being viewed */
