body {
	margin:15px;
	margin-top: 6px;
	font-family: trebuchet ms, trebuchet, verdana, sans-serif;
	font-size: 12px;
	color: white;
}

body.mceContentBody {
	background-color:#458902;
	margin: 0px;
}

img,form,input,div {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #333 !important;
	text-decoration: none !important;
}

a:hover {
	color: black !important;
	text-decoration: underline !important;
}

input, textarea {
	background-color: #F2F2F2;
	border: 1px solid white;
	width: 200px;
	font-family: inherit;
	font-size: inherit;
	padding: 1px;
}

div#page {
	clear:both;
	margin: 0 auto;
	max-width: 990px;
	min-width: 750px;
	background: #458902 url(../images/background.jpg) bottom right no-repeat;
	padding-bottom:130px;
}

div#headerimages {
	height: 115px;
	overflow: hidden;
}

/* LOGO */
#logotop {
	clear:both;
	margin: 0 auto;
	max-width: 990px;
	min-width: 750px;
}

#logotop img {
	float:right;
	margin-right: 35px;
}

img#logobottom {
	float:right;
	margin-right: 35px;
}

div#navbar {
	clear:both; 
}

div#navbar div {
	height: 30px;
	margin-right: 35px;
	background: url(../images/navbarrightend.gif) top right no-repeat;
	background-color: #A2C481;
	padding-left: 15px;
}


/* NAVIGATION */
#navigation, #navigation ul {
	position:absolute;
	z-index:10;
	padding: 0; 
	margin: 0; 
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#navigation a {
	text-decoration: none;
	color: white !important;
}

#navigation li.firstlevel {
	padding-top: 7px;
	padding-right: 10px;
	height: 23px;
	display: block;
	float: left;
	color: white;
}

#navigation li.firstlevel div {
	clear: both;
	display: none;
	position: relative;
	top: 7px;
	padding: 0;
	background: none;
}

#navigation li.firstlevel ul {
	border: 1px solid gray;
	background-color: #C8DCB4;
}

#navigation li ul li {
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid gray;
	display: block;
	font-size: 90%;
	width: 150px;
}

#navigation li ul li.first {
	border:0;
}

#navigation li ul a {
	color: #444 !important;
	font-size: 90% !important;
}

#navigation li:hover.firstlevel, #navigation li.hover {
	background-image: url(../images/menutriangle.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

#navigation li:hover div, #navigation li.hover div, #navigation li ul.hover {
	display: block;	
}


/* YOU ARE HERE */
#youarehere {
	position: relative;	
	z-index:1;
	top: 51px;
	left: 55px;
	background: url(../images/eaglesmall.jpg) top left no-repeat;
	height: 15px;
	padding-left: 33px;
	padding-top: 15px;
	font-size: 11px;
	color: black;
}


/* SERVICEMENU */
#servicemenu {
	float:right;
	width: 165px;
	background-color: #AABE96;
	border: 1px solid #AABE96;
	margin-right:30px;
	margin-top: 30px;
}

#servicemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#servicemenu ul li {
	padding-top: 2px;
}

#servicemenu ul li:first-child {
	padding-top: 0;
}

#servicemenu a {
	color:#222 !important;
}

/* CONTENT */
div#content {
	margin-right: 230px;
	margin-top: 30px;
	margin-left: 30px;
	min-height: 450px;
	padding: 25px;
	padding-top: 30px;
	background: url(../images/opaque.png);
}

#searchForm {
	display:inline;
}

#searchForm button.submit {
	width: 8px;
	padding: 0;
	margin: 0;
	height: 16px;
	margin-left: 5px;
	border: 0;
	vertical-align: top;
	background: url(../images/searchtriangle.jpg) bottom left no-repeat;
}

#searchForm input {
	width: 128px;
	margin-bottom: 5px;
}