html,
body {
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 11px;
	font-family: Verdana;
	background: #288606 url( '../img/background.png' ) top left repeat-x;
}
#container {
	position: relative;
	margin: 40px auto;
	width: 980px;
}
#header {
	clear: both;
	float: left;
	padding: 0 0 0 60px;
	width: 920px; /* 980px */
	height: 100px;
}
#main-content {
	clear: both;
	float: left;
	width: 980px;
}
#header .logo {
	float: left;
	margin: 0 60px 0 0;
	padding: 11px 0 0 0;
	width: 230px;
	height: 89px;
	/*background: #efeddf url( '../img/tab.png' ) top left repeat-x;*/
	text-align: center;
	background: #efeddf;
}
#header .tabs {
	float: left;
	margin: 70px 0 0 0;
}
#header .tabs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header .tabs ul li {
	display: block;
	width: 0;
	float: left;
}
#header .tabs ul>li {
	width: auto;
}
#header .tabs ul li a {
	display: block;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 0;
	height: 30px;
	width: auto;
	color: #333333;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	line-height: 30px;
	/*background: #efeddf url( '../img/tab.png' ) top left repeat-x;*/
	background: #efeddf;
}
#active {
	float: left;
	width: 30px;
}
#active .arrow {
	position: relative;
	width: 30px;
	height: 30px;
	background: url( '../img/menuarrow.png' ) top left no-repeat;
}
#content {
	float: left;
	padding: 30px;
	width: 710px; /* 770px */
	background-color: #efeddf;
}
#sidebar {
	border-top: 1px solid #22670a;
	border-right: 1px solid #22670a;
	border-bottom: 1px solid #22670a;
	float: left;
	margin-top: 30px;
	width: 139px; /* 180px */
	padding: 20px;
	background: #288606 url( '../img/header.png' ) 50% 50% repeat-x;
}
#sidebar h1 {
	color: #fff;
	width: 139px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
#sidebar img { margin-bottom: 20px; }
#menu {
	float: left;
	margin-right: 60px;
	width: 230px;
}
#menu ul,
#menu ul ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul ul {
	position: absolute;
	margin: -30px 0 0 240px;
}
#menu {
	margin-top: -10px;
}
#menu ul li a {
	display: block;
	padding-left: 10px;
	width: 220px; /* 230px */
	height: 30px;
	color: #eeeeee;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	line-height: 30px;
	background: #288606 url( '../img/menu.png' ) top left repeat-x;
}
#menu ul ul li a {
	display: block;
	padding-left: 35px;
	width: 195px; /* 230px */
	height: 30px;
	color: #555555;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	line-height: 30px;
	/*background: #ffffab;*/
	background: #e4e1cf;
}
#menu ul ul li a:hover {
	color: #eeeeee;
	background: #758d6c url( '../img/menuicon.png' ) 10px 10px no-repeat;
}
#page {
	float: left;
	width: 420px;
}
#footer {
	clear: both;
	float: left;
	padding: 20px 0 20px 60px;
	width: 920px; /* 980px */
	color: #ffffff;
}
p,
h1,
h2,
h3 {
	padding: 0;
	margin: 0 0 10px 0;
}
h1,
h2,
h3 {
	color: #288606;
}
a:link,
a:active,
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}
.menu-last {
	margin-top: 10px;
}




#line {
	
	border-bottom: 2px solid #ff3000;
	clear: both;
}
#line h1 {
	padding-right: 44px;
	text-align: right;
	font-size: 24.2px;
	color: #288606;
	font-weight: normal;
}

.contactImage {
	margin-top: 20px;
	float: right;
}



.corner-all { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.corner-top { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }
.corner-right { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }
.corner-bottom { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; }
.corner-left { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.corner-tl { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.corner-tr { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }
.corner-br { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }
.corner-bl { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; }

.small-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.small-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.small-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.small-corner-bottom { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.small-corner-left { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.small-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.small-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.small-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.small-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
