*{
	font-size: 10pt;
	font-family: sans-serif;
}

body{
	margin: 0 0 0 0;
}

img{
	border:none;
}

div.nav-box{
	position: absolute;
	left: 78px;
	top: 100px;
	height: 246px;
	width: 246px;
	color: #FFF;
}

div.nav-box div,
div.nav-box a{
	float: left;
	height: 82px;
	width: 82px;
	background: transparent url(img/box-nav.png);
	text-decoration: none;
	color: #FFF;
	text-align: center;
}

div.nav-box a span img{
	border : none;
}

div.nav-box a span{
	position: relative;
	top: 28px;
	left: -5px;
	color: #FFF;
}

div.nav-box div{
	background: transparent url(img/box-nav-inactive.png);
}

div.nav-box img{
	position: relative;
	top: -24px;
	left: 2px;
}

div.nav-box a:hover{
	background: transparent url(img/box-nav-hover.png);
}

#container{
	margin: 20px auto;
	position: relative;
	top: 0px;
	left: 0px;
	width: 961px;
	height: 630px;
	overflow: auto;
}

.box-1x1{
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid #F2F2F3;
	margin: 3px;
}


.box-header{
	width: 466px;
	height: 150px;
	float: left;
	border: 1px solid #F2F2F3;
	margin: 3px;
	background: #DBDDDD url(img/logo.png) repeat-y;
}

.box-header a{
	float: left;
	width: 77px;
	line-height: 22px;
	text-align: center;
	margin-top: 127px;
	border-top: 1px solid #FFF;
	text-decoration: none;
	background-color: #007960;
	color: #FFF;
	font-size: 9pt;
}

.box-header a:hover{
	background-color: #1E977E;
}

#footer{
	width: 940px;
	height: 150px;
	background-image: url(img/footer-back.png);
	border: 1px solid #F2F2F3;
	margin: 3px 0 0 3px;
}
		
#content,
#content-small,
#content-light{
	width: 395px;
	height: 466px;
	background-image: url(img/content-back.png);
	position: absolute;
	left: 344px;
	top: 162px;
	overflow: auto;
	z-index: 3;
}

#content{
	background-image: url(img/content-back-light.png);
}

#content-small{
	left: 325px;
	background-image: none;
	width: 300px;
}

#content-light form small{
	font-size: 8pt;
}

#content p,
#content-small p,
#content-light p{
	margin: 8px;
}

#content h1,
#content-small h1,
#content-light h1{
	font-size: 12pt;
	margin: 16px 0 16px 8px;
}

#content h2,
#content-small h2,
#content-light h2{
	font-size: 11pt;
	margin: 16px 0 8px 8px;
	color: #007960;
}

#content-light a,
#content a{
	color: #000;
}

.bar{
	width: 160px;
	width: 180px!important;
	background-image: url(img/bar-back.png);
	border-top: 3px solid #007960;
	margin-left: 8px;
	float: left;
}

.bar p, .bar h3{
	margin: 5px 0 5px 0;
}

#content ul li,
#content-light ul li,
.bar ul li{
	margin: 5px 0 0 0;
	padding-left:0;
	list-style: square;
}

#widescreen{
	width: 948px;
	height: 316px;
	position: absolute;
	left: 0px;
	top: 158px;
	overflow: hidden;
}

#content-right,
#nav-sub{
	width: 152px;
	height: 468px;
	background-image: url(img/nav-sub-back.png);
	position: absolute;
	left: 793px;
	top: 161px;
}

#content-right .grey{
	background: transparent;
}

#nav-sub h1{
	background-color: #007960;
	color: #FFF;
	margin: 0 0 20px 0;
	padding: 3px;
	padding-left: 7px;
	font-weight: normal;
}

#nav-sub a{
	display: block;
	border-bottom: 1px solid #FFF;
	height: 30px;
	text-decoration: none;
	color: #000;
}

#nav-sub a:hover{
	background-color: #B7CBC8;
}

#nav-sub a span{
	background: transparent url(img/nav-arrow.png) no-repeat 0px 3px;
	position: relative;
	left: -15px;
	top: 12px;
	padding-left: 18px;
}

#nav-sub a:hover span{
	background: transparent url(img/nav-arrow-hover.png) no-repeat 0px 3px;
}

.grey{
	background-color: #DBDDDD;
}

#invisible,
.invisible{
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

#address{
	position: relative;
	display: block;
	background-color: #0E755D;
	top: 135px;
	height: 15px;
	font-size: 11px;
	color: #FFF;
	padding-left: 5px;
	z-index: 0;
}
