﻿body
{
	margin:0;padding:0
	}
html
{
	margin:0;padding:0
	}
body
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 0.78em;
	text-align:center;
	background-color: #f3f2f3;
	color: #323232;
	}
a
{
	color: #323232;
	}
textarea
{
	font-family: Tahoma, Arial, Verdana;
	color: #323232;
	}
input
{
	font-family: Tahoma, Arial, Verdana;
	color: #323232;
	}
ul
{
	list-style-image: url('/img/bullet.gif');
	}
div#header
{
	margin-top: 24px;
	}
div#header h6
{
	}
div#header h1 span
{
	display: none;
	}	
a
{
	}
div#container
{
	text-align:left
	}
div#wrapper
{
	}
div#navigation
{
	background-image: url('/img/backleft.png');
	height: 122px;
	width: 487px;
	float: left;
	padding: 32px 0px 24px 36px;
	}
div#navigation
{
	color: #ffffff;
	}
div#navigation h2
{
	margin-top: 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.3em;
	}

/* LIGHTBOX */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

div#footer
{
	}
div#footer p
{
	color: #717171;
	margin: 0;
	padding-top: 12px;
	text-align: center;
	font-size: 0.9em;
	}

div#container
{
	width:792px;
	margin:0 auto
	}
div#content
{
	background-image: url('/img/backright.png');
	height: 146px;
	float:right;
	width:213px;
	padding: 32px 36px 0 20px;
	}
div#extra
{
	float:left;
	clear:left;
	width:200px
	}
div#footer
{
	clear:both;
	width:100%
	}
.picframe
{
	border: 1px solid black;
	}
ul#menu
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 792px;
	background-image: url('/img/menuback.png');
	height: 35px;
	border-bottom: 2px solid #434c4d;
	}
ul#menu li
{
	float: left;
	margin: 0;
	padding: 0px;
	width: 130px;
	height: 35px;
	border-left: solid 1px #cbcdce;
	border-right: solid 1px #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	}
ul#menu li a
{
	display: block;
	width: 130px;
	height: 35px;
	color: #717171;
	text-decoration: none;
	line-height: 35px;
	}
ul#menu li a:hover
{
	display: block;
	width: 130px;
	height: 35px;
	color: #717171;
	text-decoration: none;
	line-height: 35px;
	}
li.activemenu
{
	background-image: url('/img/menuback_a.png');
	}
ul#menu li.activemenu ul li a
{
	color: #000;
	}
ul#menu li.activemenu a
{
	color: #ffffff;
	}
div.separator
{
	background-image: url('/img/sepback.png');
	height: 10px;
	width: 792px;
	border-top: 1px solid #ffffff;
	}
h2
{
	color: #9e967d;
	font-weight: bold;
	font-size: 1.3em;
	}
h3
{
	font-size: 1em;
	font-weight: bold;
	color: #5b6565;
	}
blockquote
{
	border-left: 2px solid #5b6565;
	padding-left: 4px;
	}
td
{
	vertical-align: top;
	}
div#news
{
	background-image: url('/img/frontpic.jpg');
	width: 792px;
	height: 212px;
	margin: 1px 0 1px 0;
	}
div#news div
{
	padding: 36px 40px 0px 546px ;
	}
div#news div h2
{
	margin: 0;
	padding: 0;
	color: #586566;
	font-weight: normal;
	font-size: 1.3em;
	}
div#news div p
{
	margin-top: 8px;
	}

/* MENU */
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#menu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #ffffff;
}
#menu li ul
{
	background-color: #d1d4d4;
	border-top: 2px solid #9f987d;
	margin-right: 50px;
	margin: 0px;
	padding: 0;
	left: 0px;
	}
#menu li ul li:hover
{
	background-color: #e5e6e7;
	}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li.over ul { /* lists nested under hovered list items */
	display: block;
}

li:hover ul { /* lists nested under hovered list items */
	display: block;
}
