* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eff0e8;
	color: #807f6e;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	color: #eff0e8;
	font-size: 28px;
}

h2 {
	color: #aaad87;
	font-size: 18px;
}

h3 {
	color: #aaad87;
	font-size: 18px;
}

a {
	color: #aaad87;
	text-decoration: underline;
	outline-style: none;
}

a:active {
	outline-style: none;
}

a:hover {
	text-decoration: none;
	outline-style: none;
}

p {
	line-height: 20px;
	text-align: justify;
}

img {
	border: none;
}

.right-content-text {
	color: #eff0e8;
}




#container {
	background-color: #d9ebcb;
	border-color: #97ad87;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin: 0px auto;
	padding: 28px 30px 28px 30px;
	width: 850px;
}




#header {
	background-color: #97ad87;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#logo {
	background-color: #97ad87;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
	float: left;
}




#topmenu {
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 0px 0px;
	float: right;
}

#topmenu ul {
	list-style-type: none;
}

#topmenu li {
	display: inline;
	width: 100px;
	font-size: 14px;
	/* font-weight: bold; */
	text-align: center;
}

#topmenu li a {
	color: #eff0e8;
	text-decoration: none;
}

#topmenu li a:hover {
	color: #eff0e8;
	border-bottom: 2px solid #eff0e8;
}

#topmenu li a.currenttab {
	color: #eff0e8;
	border-bottom: 2px solid #eff0e8;
}

#topmenu li a.currenttab:hover {
	color: #ffffff;
}




#header-image {
	background-color: #97ad87;
	/* border-color: #878787;
	border-style: solid;
	border-width: 1px 1px 0px 1px; */
	height: 195px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#map_canvas {
	height: 195px;
}

#header-bottom {
	background-color: #97ad87;
	background-image: url('../images/bg-gradient.png');
	background-repeat: repeat-y;
	height: 20px;
}




#content {
	margin: 0px 0px 0px 0px;
	padding: 30px 10px 30px 10px;
	width: 525px;
	float: left;
}

#content2 {
	margin: 0px 0px 0px 0px;
	padding: 30px 10px 30px 10px;
	text-align: left;
	float: left;
}

.left-block {
	margin: 0px 0px 0px 0px;
	padding: 30px 10px 30px 10px;
	text-align: left;
	width: 150px;
	float: left;
}

.right-block {
	margin: 0px 0px 0px 0px;
	padding: 30px 10px 30px 10px;
	text-align: left;
	width: 210px;
	float: left;
}

#right-content {
	background-color: #aaad87;
	padding: 30px 20px 30px 20px;
	float: right;
	margin: 75px 0px 0px 0px;
	width: 245px;

}

#right-content img {
	border: none;
	margin: 0px 0px 0px 0px;
}




.form-text {
	color: #807f6e;
}

.input, textarea {
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	color: #807f6e;
	font-size: 13px;
	padding: 4px 4px 4px 4px;
}

.form-button {
	background-color: #97ad87;
	background-image: url('../images/bg-button.png');
	background-repeat: repeat-x;
	border: 1px solid #aaad87;
	color: #ffffff;
	font-size: 13px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}




#footer {
	clear: both;
	background-color: #97ad87;
	background-image: url('../images/bg-gradient.png');
	background-repeat: repeat-y;
	height: 40px;
	padding: 15px 0px 15px 0px;
}

#footer a {
	color: #eff0e8;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #eff0e8;
	font-size: 12px;
	text-align: center;
}


a.tooltip,
a.tooltip:link,
a.tooltip:active,
a.tooltip:visited {
	/* color: #807f6e; */
	font-weight: bold;
	outline-style: none;
	/* text-decoration: none; */
}

a.tooltip span {
	display: none;
}

a.tooltip:hover {
	position: relative;
	z-index: 10000;
}

a.tooltip:hover span {
	background-color: #aaad87;
	border: 1px solid #eff0e8;
	color: #eff0e8;
	display: block;
	font-weight: normal;
	left: 1em;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: left;
	top: 2em;
	width: 14em;
}


