/* 

*/

body {
	font: 11px/16px verdana, arial, helvetica, sans-serif; 
	color: #333;
	margin: 0;
	text-align: center;
	background-color: #EFEEE9;
 	background-image: url(art/background.gif);
}

.errorText {
	color: #F00;
}

/* Let's reset all styling n list elements, thanks Pooh */
ul,li
{
	margin: 0;
	padding: 0;
}
	
/* Universal styles */

#outerwrap {
	margin: auto;
	width: 750px;
	border: 2px solid #CCCbc1;
}

#container {
	width: 750px;
	background-color: #fff;
	margin: auto;
	color: #333;
	border: 1px solid #000;
	line-height: 130%;
}

/* Very top row */
#verytop
{
	margin: 0 0 0 0;
	padding: 0px 5px 0px 5px;
 	background-color: #fff;
}

/* Navigation Menu */

 #navcontainer
{
	line-height: 16px;
	clear: both;
	text-align: left;
	margin: 2px auto 5px auto; 
	height: 20px;
	width: 736px;
	background-color: #3D3D3B;
}

#navlist li
{
	display: inline;
	color: #CCCBC1;
	height: 20px;
	background-color: #3D3D3B;
}

#navlist a {
	padding-left: 10px;
	text-decoration: none;
	background-color: transparent;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: transparent;
}

#navlist a:hover a:active {
	color: #62BD19;
	background-color: transparent;
}

/* News area styles */

#hidenews, #shownews {
	text-align: left;
	border: 1px solid #000;
	padding: 0;
	margin: 0px auto 10px auto;
	width: 734px;
	background-color: #F7F6F1; 
 	background-image: url(art/newsbackground.gif);
}

#replace-shownews, #replace-shownews span {
	display: block;
	overflow: hidden;
	height: 15px;
	padding: 0 0 0 10px;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}

#replace-hide, #replace-hide a {
	padding: 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	height: 15px;
	font-size: 9px;
	background-image: url(art/newsbackground.gif);
	color: #000; 
}

#replace-show, #replace-show a {
	display: block;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	height: 15px;
	width: 736px;
	font-size: 9px;
	background-image: url(art/newsbackground.gif);
	color: #000; 
}

#newsheads {
	display: block;
	overflow: hidden;
 	background-image: url(art/newsbackground.gif); 
	background-color: #F7F6F1;
	width: 736px;
	margin: 0;
	font: 9px verdana, arial, helvetica, sans-serif; 	
	padding: 0;
}

#newsheads li {
	padding-left: 20px;
	font-size: 10px;
}

#newsheads a:link, #newsheads a:visited
{
	color: #333;
	text-decoration: none;
	text-align: left;
}

#newsheads a:hover, #newsheads a:active
{
	background-color: #EFEEE9;
	color: #000;
}

/* Left Column styles */

#leftcol {
	float: left;
	width: 150px;
	margin: 20px 0 0 0;
	padding: 2px 0 2px 5px;
}

#leftcol .document a:link, .document a:visited
{
	display: block;
	padding: 2px 5px;
	background-color: #fff;
	color: #333;
	border: 1px solid #999;
	font-size: 10px;
	width: 160px;
	text-decoration: none;
	text-align: left;
}

#leftcol .document a:hover, .document a:active
{
	background-color: #EFEEE9;
	color: #000;
}

#leftcol #sidebar
{
/*	display: block; */
	padding: 2px 5px;
	background-color: #fff;
	color: #333;
	border: 1px solid #999;
	font-size: 10px;
	width: 160px;
	text-decoration: none;
	text-align: left;
}

#leftcol #sidebar a:link, a:visited
{
	color: #333;
	text-align: left;
}

#leftcol #sidebar a:hover, a:active
{
	text-decoration: none;
	background-color: #EFEEE9;
	color: #000;
}

#leftcol #sidebar h2 {
	font: 10px verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
}

#leftcol #sidebar h3, h4, h5, h6, h7 {
	font: 10px verdana, arial, helvetica, sans-serif; 
	font-weight: bold;	
}


/* Content area styles */

#content {
	text-align: left;
	margin-left: 200px;
	padding: 2px 5px 0 0;
}

#content h1, h2 {
	font: 16px verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
}

#content h3, h4, h5, h6, h7 {
	font: 12px verdana, arial, helvetica, sans-serif; 
	font-weight: bold;	
}

#content td {
	font: 11px verdana, arial, helvetica, sans-serif; 
	height: 20px;	
}

#content a:link, #content a:visited
{
	color: #333;
	text-align: left;
}

#content a:hover, #content a:active
{
	text-decoration: none;
	background-color: #62BD19;
	color: #000;
}

/* Thumbnails for images */

#content .thumbnail
{
	float: left;
	width: 140px;
	border: 1px solid #999;
	margin: 0 15px 10px 0;
	padding: 10px;
	font: 10px verdana, arial, helvetica, sans-serif; 
	background-color: #F7F6F1;
}

#content .thumbnail a:hover
{
	display: block;
	background-color: #333;
}

.clearboth { clear: both; }

/* Staff Mugshots */

#content #mugshot
{
	float: right;
	position: relative;
	left: -595px;
	padding: 0;
	margin: 0;
	height: 120px;
	width: 120px;
	clear: both;
}


/* Footer styles */

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	font-size: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited
{
	color: #333;
}

#footer a:hover, #footer a:active
{
	text-decoration: none;
	background-color: #62BD19;
	color: #000;
}

/* Miscellaneous styles */

.floatright { 
	float: right; 
}

.icons {
	float: left;
	padding: 0 5px 0 0;
}

.floatleft {
	float: left;
}



