/* Style 3 - Round */

/* global settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	padding: 0px; 
	behavior: url(csshover.htc);
}
a {
	text-decoration: none;
}
ul {
	margin: 0px; 
	padding: 0px;
}
li {
	margin: 0px; 
	padding: 0px;
}
form {
	margin: 5px 0px; 
	padding: 0px;
}
img {
	margin: 10px;
	padding: 0px;
}
input {
	padding: 0px; 
	margin: 0px 0px 4px 0px;
}
p {
	padding: 0px; 
	margin: 0px 10px 10px 0px; 
}


/* CONTAINER - Page container settings */
#container { 
	background-image: url(../uploaded/images/styles/background.png); 
 background-repeat: no-repeat;
	border: 2px solid #3c6930;
	height: 603px;
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 838px;
}

/* DIV HEAD settings */
#divhead {
	background-image: url(../uploaded/images/styles/logo.png); 
	background-position: 183px 20px;
 background-repeat: no-repeat;
	height: 100px;
	margin: 0px; 
	padding: 0px; 
}
#divhead h1 {
	color: #003300; 
	font-size: 2.2em; 
	font-weight: bold;
	margin: 0px; 
	padding: 3px 15px 0px 0px; 
	text-align: right; 
}
#divhead h1 a {
	color: #000000; 
	text-decoration: none;
}

/* CONTENT - Main content area of page - contains page heading */
#divcontent {

	height: 450px;
	margin: 0px 0px 0px 130px;
	padding: 0px;
	text-align: left; 
	width: 708px; 
}
#divcontent h1 {
	border-bottom: 2px solid #003300; 
	color: #003300; 
	font-size: 1.4em; 
	font-weight: bold;
	height: 40px;
	letter-spacing: 2px; 
	line-height: 25px; 
	margin: 0px 70px;
	padding: 5px 0px 0px 0px; 
	text-align: right; 

}
#divcontent ul {
	margin-left: 30px; 
	margin-bottom: 5px;
}
#divcontent a {
	color: #000000;
}

/* MAIN - Page content (from spaw editor) */
#divmain {

	font-size: 1.0em;
	height: 380px;
	margin: 10px 70px;
	padding: 0px 10px 0px 0px;
	overflow:auto;
}
#divmain a {
	text-decoration:underline;
}
#divmain h1 {
	color: #003300;
	font-size: 1.4em;
	font-weight: bold;
}
#divmain h2 {
	color: #003300;
	font-size: 1.2em;
	font-weight: bold;
}
#divmain h3 {
	color: #003300;
	font-size: 1.0em;
	font-style: italic;
}
#divmain hr {
	border: 1px solid #003300;
}
img { 
	padding: 1px; 
}
div#divmain p { 
	font-size: 1.0em; 
	line-height: 1.5; 
}
#divmain table {
	border-collapse: collapse;
	font-size: 1.0em;
	margin: 10px 0px;
}
div#divmain ul { 
	font-size: 1.0em; 
	line-height: 1.5; 
}
div#divmain ul ul { 
	font-size: 1.0em; 
	line-height: 1.5; 
}

/* CONTACT FORM settings  */
label {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
div.address {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 120px;
}

/* DIV FOOTER settings */
#divfooter {
	color: #003300; 
	font-size: 0.8em; 
	height: 30px; 
	line-height: 1.5; 
	margin: 0px 0px 0px 130px;
	padding: 0px 0px 0px 0px;
	text-align: right; 
	width: 700px;
	clear: both;
}
div#divfooter a { 
	text-decoration:none; 
	color:#003300; 
}


/* DIV MENU - left side menu for navigation menu and news flash (if included) */
#divmenu { 
	color: #003300;
	height: 335px;
	margin: 0px; 
	padding: 0px;
	position: absolute; 
	top: 100px; 
	width: 130px;
	
		font-size: 1.1em; 
	font-weight: bold;
}

/*  DIV NAV settings - navigation menu */
div#divnav {
	font-size: 1.0em; 
	text-align: center; 
	
	width: 130px;
	z-index: 9999;
}
div#divnav a { 
	margin: 0px 5px 0px 0px; 
}

div#divnav ul {

	margin: 80px 0px -1px 0px; 
	padding: 0px; 
}
div#divnav li {

	height: auto;
	list-style: none; 
	margin: 8px 0px; 
	padding: 0px; 
	position: relative; 
	width: 130px; 
}
div#divnav li:hover {
	background: #bede8a; 
	color: #000000;
}
div#divnav li.submenu {

	margin: 0px;
	padding: 0px; 
}
div#divnav li.submenu:hover {
	background: #bede8a;
		color: #ffffff;
}
div#divnav li a {
	display: block; 
	padding: 0.25em 0em 0.25em 0.5em; 
	text-decoration: none; 
	color: #003300;
}
div#divnav li a:hover {
		color: #ffffff;
		}
div#divnav>ul a {
	width: auto;
}
div#divnav ul ul {
	position: absolute; 
	left: 130px; 
	top: 0px; 
	display: none;
}
div#divnav ul.level1 li.submenu:hover ul.level2, 
div#divnav ul.level2 li.submenu:hover ul.level3 {
	display: block; 
	margin: 0px; 
	padding: 0px;
	background:#bede8a;
	color: #ffffff;
}