@CHARSET "ISO-8859-1";

body
{
	background-color: #385666;
}

a.tablink
{
	COLOR: #ffffff;
	TEXT-DECORATION: NONE;
}

.main
{
	position: relative;
	width: 800px;
	padding-bottom: 50px;
	BORDER: 1px solid black;
	BACKGROUND-COLOR: #ACBEC8;
}

div.backgroundtop
{
	background-image: url("/images/diagfade.png");
}

div.logo
{
	text-align: center;
	font-size: 18pt;
}

div.tagline
{
	height: 100px;
	text-align: center;
	font-size: 9pt;
	font-family: Arial;
}

table.tabtable
{
	MARGIN-LEFT: 1%;
	MARGIN-RIGHT: 1%;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	font-family: arial;
	WIDTH: 98%;
	text-align: center;
}

td.tabstart
{
	BORDER-BOTTOM: 1px solid black;
	WIDTH: 50%;
	text-align: left;
	vertical-align: bottom;
}

td.tabend
{
	BORDER-BOTTOM: 1px solid black;
	WIDTH: 10px;
}

td.tabspace
{
	BORDER-BOTTOM: 1px solid black;
	WIDTH: 3px;
}

td.tab
{
	vertical-align: bottom;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #C87C51;
	BORDER-TOP: 1px solid black;
	BORDER-LEFT: 1px solid black;
	BORDER-RIGHT: 1px solid black;
	border-bottom: 1px solid black;
}

td.tab:hover
{
	BACKGROUND-COLOR: #C85616;
}

td.activetab
{
	vertical-align: bottom;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-TOP: 1px solid black;
	BORDER-LEFT: 1px solid black;
	BORDER-RIGHT: 1px solid black;
}

.content
{
	MARGIN-LEFT: 1%;
	MARGIN-RIGHT: 1%;
	FONT-SIZE: 12px;
	WIDTH: 98%;
	BACKGROUND-COLOR: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.woodgrain
{
	background-image: url("/images/wood2.jpg");
}

.slogan
{
	FONT-SIZE: 16pt;
	FONT-FAMILY: Arial;
	font-weight: bold;
	text-align: center;
}

.sample-left
{
	border-top: 1px solid #ACBEC8;
	border-left: 1px solid #ACBEC8;
	border-bottom: 1px solid #ACBEC8;
}

.sample-center
{
	border-top: 1px solid #ACBEC8;
	border-left: 1px solid #ACBEC8;
	border-right: 1px solid #ACBEC8;
	border-bottom: 1px solid #ACBEC8;
}

.sample-right
{
	border-top: 1px solid #ACBEC8;
	border-right: 1px solid #ACBEC8;
	border-bottom: 1px solid #ACBEC8;
}

.name
{
	font-family: Times New Roman;
	font-weight: bold;
	text-align: right;
}

.footer
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	left: 18%;
	bottom: 10px;
	text-align: center;
}

.staffdesc
{
	margin-left: 20px;
	font-family: Times New Roman;
	font-size: 11pt;
}

.blurb
{
	font-family: Times New Roman;
	font-size: 12pt;
}

.adminlist
{
	text-align: left;
	background-color: white;
	font-size: 12pt;
	font-family: Arial;
}

/* BEGIN DHTML GOODIES SLIDESHOW CLASSES */
	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */
		padding-left: 100px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
/* END DHTML GOODIES SLIDESHOW CLASSES */

