﻿@charset "utf-8";
/* CSS Document */


h1 { padding: 0px 0 0px 0px; font-size: 1.21em; font-family: Arial, Helvetica, sans-serif; background-image:url('../images/title.jpg'); text-align: right; color: #D1E9BD; padding-right: 30px;}


body{
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #3E8009;
}

#wrapper{
	background-color: #D1E9BD;
	margin: 0 auto;
	width: 780px;
	overflow: auto;
}
#header{
	margin: 0 auto;
	width: 780px;
	height: 120px;
	background-image:url('../images/header.jpg');
}

#content{
	width: 580px;
	margin: 0px;
	float: left;
}
div#nav {
	float: left; 
	width: 165px;
}

.address {
	text-align: center;
	font-size: 0.8em;
	margin-right: 10px;
	padding-top: 10px;
}

#footer{
	width: 770px;
	text-align: right;
	padding: 5px;
	font-size: 0.8em;
	float: left;
        background-image:url('../images/footer.jpg');
	color: #fff;
}



/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 5px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #3e7f07;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #D1E9BD;
	text-decoration: none;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #555;
}
.li-nav a:hover {
	background-color:  #D1E9BD;
	color: #3e7f07;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #D1E9BD;
	border-right: 1px solid #D1E9BD;
	border-bottom: 1px solid #D1E9BD;
	border-top: 1px solid #D1E9BD;
	z-index: 99;
}

a.hassubmenu {
	background-image: url('../images/more.gif');
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/
