@charset "utf-8";
/* CSS Document */

html, body {
 height:100.5%; 
}
body, div, img, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
margin:0;
padding:0;
border:0 none;
}
.clearme {
height:0%;
clear:both;
}
body {
	text-align: center;
	font-size:100.5%;
	font-family: Verdana, "Lucida Sans", Helvetica, Arial, Sans-serif;
}
#wrapper {
	position:relative;
	margin: 0px auto;
	font-size:.625em;
	padding-bottom:20px;
	background-image: url(sharedimages/shadowdown40.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
img#fleft {
	position:absolute;
	width:100px;
	height:105px;
	z-index:2;
	left:0;
	top:0;
}
img#fright {
	position:absolute;
	width:100px;
	height:105px;
	z-index:2;
	right:0;
	top:0;
}
#masthead {
	height: 105px;
	width: 100%;
	background-image: url(sharedimages/logo3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:10px 0;	/* border-bottom: 1px solid #CCC; */
}
#masthead img {
	margin:0 auto;
}
#footer {
	clear:both;
	width:550px;
	padding-top:2em;
	margin:0 auto;
	color:#999;
}

/* RULES APPLIED TO SLIDESHOW GALLERY */

 #slidebox {
	position:relative;
	width:820px;
	min-height:445px;
	margin:0 auto;
	padding-top:9px!important;
} 

.borderbar {
	background-image: url(sharedimages/shadowup40.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;/* 	border-top: 1px solid #CCC; */ 
	height:9px;
}



/* RULES FOR TABBED PANELS */

div#tabcontent {
	position:relative;
	width:550px;
	margin:0 auto;
	min-height:180px;
}
div#tabcontent p {
	display:block;
	margin-bottom:1em;
}
#nav {
	width:540px;
	margin:0 auto;
	font-size:1.2em;
}
#nav a, #nav a:active, #nav a:visited {
	display:block;
	float:left;
	padding:5px 8px;
	background:#fff;
	color:#666;
	margin-right:10px;
	text-decoration:none;
	outline:none;
}
#nav a:hover {
	color:#000;
}
#nav a.selected, #nav a.selected:active, #nav a.selected:visited {
	background:#fff;
	color:#000;
	text-decoration:none;
	outline:none;
	text-transform:uppercase;
}
div.hiddencontent a.tabshifter {

}
.hiddencontent {
	padding:12px;
	background:#fff;
	display:none;
	text-align:left;
 	min-height:100px; 
	font-size:1.2em;
}
.clear {
	clear:both;
}
h1 {
	color:#009900;
	padding:20px 0;
}
h2 {
	color:#999999;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 10px 0;
}

.graphicslist {
	text-align: left;
	padding: 2em 0px 1em;
	list-style: none;
	float: left;
	width: 40%;
}

.graphicslist li {
	padding-bottom: 1.5em;
	clear: both;
}

.graphicslist li img {
	padding: 1px;
	border: 1px solid #333;
	margin: 0 10px 5px 0px;
	float: left;
}

.graphicslist li h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
