@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border 0 none;
}

body {
	background-color: #646464;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 19px;
}

.clear {
	clear: both;	
}

a {
	color: #000;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
}



h1 {
	font-size: 17px;
	color: #08340c;
	padding: 0px 0px 20px 0px;	
}

h2 {
	font-size: 15px;
	color: #000;
	padding: 25px 0px 10px 0px;
}

#text ul {
	margin: 10px 0px;
	padding: 5px 0px 10px 30px;
	background-color: #f8f8f8;
	border: 1px solid #d5deff;
}

#text ol {
	margin: 10px 0px;
	padding: 5px 0px 10px 40px;
	background-color: #f8f8f8;
	border: 1px solid #d5deff;
}

#text li {
	padding: 3px 0px;	
}


#box {
	width: 985px;
	position: relative;
	margin: 25px auto;
	background-color: #fff;
	box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow: 0px 0px 3px #000;
}

#box2 {
	padding: 3px;
}

#top {
	height: 48px;	
}

#title {
	width: 289px;
	height: 48px;
	padding: 0px 0px 0px 55px;
	margin: 0px 0px 0px 0px;
	font-size: 30px;
	background-color: #08340c;
	color: #fff;
	line-height: 48px;
	float: left;
}

#title a {
	color: #fff;
	text-decoration: none;	
}

#nav {
	float: right;
		background-image: url('../img/navbg.jpg');
	background-repeat: repeat-x;
}

#nav ul {

	list-style: none;	
}

#nav li {
	float: left;
	width: 127px;
	text-align: center;
}

#nav li a {
	border-left: 1px solid #add198;
	border-right: 1px solid #add198;	
	text-decoration: none;
	display: block;
	line-height: 48px;
	font-size: 18px;
}

#nav li.active a {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
	background-color: #08340c;
	color: #fff;
}

#nav li.menu1 a {
	border-left: 1px solid #fff;
}

#nav li.menu5 a {
	border-right: 0px none;
}

#nav li.last a:hover {
	border-right: 0px none;
}

#nav li a:hover {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #08340c;
	color: #fff;
}

#head {
	position: relative;	
	height: 146px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}


#head #green {
	position:absolute;	
	width: 345px;
	height: 98px;
	top: 0px;
	left: 0px;
	background-image: url("../img/green.png");
	background-position:right top;
	background-repeat: no-repeat;
	z-index: 10;
}

#head #green #greentext {
	color: #fff;
	font-size: 13px;	
	padding: 10px 0px 0px 90px;
}

#placeholder {
	width: 246px;
	height: 146px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #08340c;
}

#mininav {
	padding-top: 98px;
	line-height: 48px;	
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#mininav a {
	color: #fff;
}

#mininav a.active {
	color: #fff;
	text-decoration: none;
}

#mininav a:hover {
		
}

#image {
	background-color: green;
	float: right;
	width: 732px;
	height: 145px;	
	margin: 1px 0px 0px 1px;
	background-image: url("../img/head.jpg");
}

#content {
	background-color: #fff;
	background-image:url("../img/textbg.jpg");
	background-repeat:repeat-y;
}


#left {
	width: 246px;	
	float: left;
	background-color: #d5deff;
	background-image:url("../img/textbg.jpg");
	background-repeat:repeat-y;
}

.leftbox {
	padding: 18px 0px 0px 0px;
}

.leftboxhead {
	background-color: #c1ceff;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 15px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.leftboxhead a {
	text-decoration: none;	
}



.leftboxtext {
	padding: 10px 15px;
}


.leftboxtext ol {
	margin: 0px 25px;
	padding: 10px 0px;	
}

.leftboxtext li {
	padding: 3px 0px;	
}

.leftboxtext li a {	
	display: block;
	line-height: 25px;
}

.leftboxtext li.active a {	
	background-color: #c1ceff;
	text-decoration: none;
}

.leftboxtext li a:hover {	
	background-color: #c1ceff;
}

.leftboxtext ul {
		list-style: circle;
		margin: 0px 20px;
}




#right {
	width: 733px;
	float: right;
	background-color: #fff;
	min-height: 400px;
}

#text {
	padding: 20px 30px 40px 30px;	
}



#box #logo {
	position: absolute;
	top: -10px;
	left: -65px;
	width: 130px;
	height: 98px;
	background-image:url("../img/logo.png");
	z-index: 40;}

#box #logo a {
	text-decoration: none;
	display: block;
	line-height: 98px;	
}



.name {
	display: none;	
}

.mail, .ola {
	width: 150px;
	padding: 2px;
	margin: 1px 0px;
	border: 1px solid #C1CEFF;
}

.submit {
	width: 100%;
	padding: 4px;
	margin: 5px 0px;
}


.nl {
	margin: 0px;
	padding: 10px 0px 0px 0px;	
	width: 100%;
	border: 0 none;
}

.nl td {
	padding: 0px;
	margin: 0px;	
}

.left {
	text-align: left;	
}

.right {
	text-align: right;
}

.middle {
	text-align: center;
}


.error input {
	border: 1px solid red !important;	
}

.errorfont {
	font-size: 11px;
	color: red;	
	padding-left: 5px;
}

.email, .olas {
	width: 200px;
	padding: 4px 2px;
	margin: 2px 0px 2px 10px;
	border: 1px solid #C1CEFF;
}

.nletter {
	
	
}

#ads {
    padding: 27px 0px 10px 0px;
    text-align: center;
}

#ads2 {
    padding: 0px;
    text-align: center;
}


