body {
	background: #E2F0F2 url(/images/bg_grad_rev.jpg) repeat-x left top;
	color:#000000;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{font-size:14px;}

p{margin: 15px 0px;}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(/images/header.jpg);
	width:717px;
	height:171px;
	position:relative;
}
#header ul{
	width:711px;
	top:168px;
	position:absolute;
	padding:0px 0px 0px 0px;
}
#header_text {
	top:110px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}

#logo_map{
	top:3px;
	left:4px;
	width:289px;
	height:100px;
	position:absolute;
}

/********************** Content ***************************/
#content {
	background-image:url(/images/content_bg.jpg);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#6e7531;
	font-size:18px;
  border: 0px solid #c77e0c;
	padding-left:4px;
	padding-bottom:2px;
	margin: 20px 0px 10px 0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  }

h2{
	color:#85a157;
	font-size:16px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 25px 10px 20px 0px;
	display:inline;
}
#left a{color:#28556b;text-decoration:none;}
#left a:hover{color:#c77e0c;}

#right {
	float:right;
	width:210px;
	padding: 25px 20px 20px 20px;
	border-left: #FFF 2px solid;
}
#right a{color:#c77e0c;text-decoration:none;}
#right a:hover{color:#85a157;}

#full {
	float:left;
	width:677px;
	padding: 35px 20px 20px 20px;
	border-left: #FFF 2px solid;
}

#full ul{
	margin: 0px 0px 0px 25px;
	padding: 5px 0px 0px 0px;
}

#full a{color:#c77e0c;text-decoration:none;}
#full a:hover{color:#85a157;}

#home {
	float:left;
	width:678px;
	padding: 16px 0px 0px 20px;
	margin-bottom:-12px;
}

/********************** Footer ***************************/
#footerline {
  clear:both;
  background-image:url(/images/footer_bg.jpg);
  font-size:1px;
  height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
  font-size:9px;
  font-style:italic;
}

/********************** Menus ***************************/
#mu{
  float:left;
  width:717px;
  padding:0px 0px 0px 0px;
}
#mu ul{
  background-color: white;
  float:left;
  width:714px;
  padding:4px 0px 0px 0px;
}
#mu li{
  float:left;
  background:transparent url(/images/spr-menu.png) no-repeat right 0px;
  list-style:none;
  padding:0px;
  margin:0 0 0 5px;
}
#mu li a{
  float:left;
  background:transparent url(/images/spr-menu.png) no-repeat -242px -31px;
  padding:0px;
  font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size:12px;
  color:#63665d;
  cursor:pointer;
  text-decoration:none;
  border-bottom:#6e7531 solid 3px;
  text-transform:uppercase;
}
#mu li a img{border:none;}
#mu li a span{
  float:left;
  padding:9px 17px 4px 17px;
  height:15px;
}
#mu li a:hover,#mu li a.current:hover{
  float:left;
  padding:0px;
  font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
  color:#63665d;
  cursor:pointer;
  text-decoration:none;
  border-bottom:#c77e0c solid 3px;
}
#mu li a:hover span, a.current span{
  background:url(/images/menu_arrow.png) no-repeat bottom center;
  color:#b95a1c;
}
#mu li a.current{
  float:left;
  padding:0px;
  font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
  color:#63665d;
  cursor:pointer;
  text-decoration:none;
  border-bottom:#c77e0c solid 3px;
}

