@charset "utf-8";
/* CSS Document */
#wrapper
{
	margin:32px auto;
	padding:0;
	background:#fff;
	width:750px;
}

.clearfloats
{
	clear:both;
	margin:0;
	padding:0;
}

#main_logo
{
	display:none;
	padding:0;
	margin:0;
}

#navbar, #navbar li
{
	display:none;
	margin:0;
	padding:0;
}

#navbar li
{
	float:left;
	list-style:none;
}

#nav_1
{
	background:url(../resources/images/header_05.jpg) no-repeat;
}

#nav_1:hover
{
	background:url(../resources/images/header_over_05.jpg) no-repeat;
}

#nav_1 a img
{
	width:67px;
	height:29px;
	border:0;
}

#nav_2
{
	background:url(../resources/images/header_06.jpg) no-repeat;
}

#nav_2:hover
{
	background:url(../resources/images/header_over_06.jpg) no-repeat;
}

#nav_2 a img
{
	width:87px;
	height:29px;
	border:0;
}

#nav_3
{
	background:url(../resources/images/header_07.jpg) no-repeat;
}

#nav_3:hover
{
	background:url(../resources/images/header_over_07.jpg) no-repeat;
}

#nav_3 a img
{
	width:88px;
	height:29px;
	border:0;
}

#nav_4
{
	background:url(../resources/images/header_08.jpg) no-repeat;
}

#nav_4:hover
{
	background:url(../resources/images/header_over_08.jpg) no-repeat;
}

#nav_4 a img
{
	width:70px;
	height:29px;
	border:0;
}


#nav_5
{
	background:url(../resources/images/header_09.jpg) no-repeat;
}

#nav_5:hover
{
	background:url(../resources/images/header_over_09.jpg) no-repeat;
}

#nav_5 a img
{
	width:87px;
	height:29px;
	border:0;
}

#nav_6
{
	background:url(../resources/images/header_10.jpg) no-repeat;
}

#nav_6:hover
{
	background:url(../resources/images/header_over_10.jpg) no-repeat;
}

#nav_6 a img
{
	width:99px;
	height:29px;
	border:0;
}

#leftnav, #searchbox
{
	display:none;
	background-color:#ebe7e4;
}

#leftnav
{	
	float:left;
	width:180px;
	margin:0;
	padding:0px 24px 200px 8px;
	background:url(../images/bg_main_cropped.jpg) no-repeat;
	background-position:0 0;
}

#mainbody
{
	float:left;
	width:600px;
	margin:0;
	padding:8px 8px 8px 16px;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#mainbody  a:link {
	color: #0000FF;
	text-decoration: none;
}

#mainbody  a:visited {
	color: #0000FF;
	text-decoration: none;
}

#mainbody  a:hover {
	color: #993300;
	text-decoration: underline;
}

#footer
{	
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear:both;
	margin:0;
	padding:16px 8px;
	width:734px;
	background:#6D525a;
	color:#ccc;
	position:relative;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer_contact, #footer_menu
{
	float:left;
}

#footer_contact
{
	width:215px;
}

#footer_menu
{
	padding-left:48px;
}

#searchbox
{
	width:194px;
	margin:0;
	padding:8px 8px;
	position:absolute;
	left:0; bottom:100%
}

.sectionheading {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6E525A;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E9E7E4;
	padding-right: 10px;
	text-align:right;
}

.staffbox
{
	width:100%;
	margin:0 auto 16px auto;
	border:1px #e9e7e4 solid;
	line-height:normal;
	font-size:12px;
}

.staffbox h1
{
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin:0;
	padding:1px 4px 1px 4px;
	line-height:normal;
	background-color:#E9E7E4;
}

.staffbox h2
{
	font-size:12px;
	font-style:italic;
	margin:0;
	color:#777;
	padding:1px 4px 1px 4px;
}

.staffbox a
{
	color:#777 !important;
	text-decoration:none;
}

.staffbox p
{
	font-size:inherit;
	font-style:normal;
	color:#000;
	margin:4px 0;
	padding:0 4px;
}

.stafftitle
{
	margin:0 0 8px 0;
	padding:0 0 4px 0;
	background-color:#E9E7E4;
	width:100%;
}

.stafftitleleft
{
	float:left;
}

.stafftitleright
{
	float:right;
	text-align:right;
}