body {
	font:8.5pt/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background: #656a6d url(bg.jpg) repeat-x top right;
	margin: 0 0 0 0; 
	padding: 0;
	color: #fff;
}
.img-right {float:right;margin-left:20px;margin-bottom:20px;padding:5px;border:1px solid #48678c;;}
h4 {
	color: #ccc;
	line-height: 22px;
}

#splash {
	position:absolute;
	top:0px;
	left:15%;
	width:1200px;height:600px;
	z-index:-99;
	/*background:url(bga.png) no-repeat top;*/
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: none;
}

ul  li{
	line-height: 20px;
	list-style:square;
}

#center {
	margin-left: -500px;
	position: absolute;
	left: 50%;
}

#container {
	width:1000px;
	margin-bottom:40px;
	background:#656a6d;
}

#header {
	width:1000px;
	height:210px;
}

#menu {
	font:11px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	text-align:left;
	background:#4e7644;
	height: 5px;
	line-height: 5px;
	border-bottom:1px solid #fff;
}

#menu a {
	float: left;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:9px;
	margin-left:20px;
}

#menu a:hover {
	color: #ccc;
}

#menu a.sub {
	display: none;
}

h1 {
	font:16pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	padding-left:25px;
	height: 55px;
	line-height:55px;
	background:#656a6d;
	border-bottom:1px solid #fff;
	margin-top:0px;
color: #fff;
}

#content { 
	padding-bottom:20px;
}

#text { 
	background:#656a6d;
	width: 730px;
	margin-left:25px;
float:right;
}

#submenu { 
	float:left; 
	background: #656a6d url(menu.jpg) no-repeat 0px -200px;
	width:220px;
	padding:5px;
	padding-top:10px;
	min-height:280px;
	border-right: 1px solid #fff;
}

#submenu a {
	font:9pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	line-height: 18px;
	margin-bottom: 10px;
	border-bottom: #ccc;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	text-align: left;
	display: block;
	width:200px;
	padding-left:5px;
	font-weight: bold;
}

#submenu a:hover {
	background:#7f8588;
}


#submenu a.sub {
	display: block;
	text-decoration: underline;
	margin-left: 18px;
}
#submenu a.sub:hover {
	text-decoration: none;
}

#bottom {
	border-top:1px solid #bc2024;
	border-bottom:1px solid #bc2024;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	background:#f8fafb;
}

#bottom #box{
	float:left;
	margin-left:23px;
	width:220px;
}

#bottom p{
	padding-left:5px;
}

#footer {
	font:10px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background:none;
	height: 35px;
	line-height:35px;
	text-align:center;
	color:#000;
	border-top: 5px solid #bc2024;
}

#footer a{
	color:#fff;
	text-decoration: none;
}

#slideshow {
    position:relative;
    height:210px;
    width:1000px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}