@charset "utf-8";

/* CSS Document */



body {

	background-image:url(images/body_bg.jpg);

	background-repeat:repeat-x;

	margin:0;

	padding:0;

	background-color: #c4bebe;

}

.alignright {

	float: right;

}

.alignleft {

	float: left;

}

img.alignright {

	padding: 5px 0 5px 5px;

}

img.alignleft {

	float: left;

	padding: 5px 5px 5px 0;

}

#wrapper {

	width: 960px;

	margin-left:auto;

	margin-right:auto;

}



#banner {

	background-image:url(images/main_banner.jpg);

	height: 140px;

	width: 960px;

	display:block;

	

}

.search { 

	float: right;

	width: 16em;

	clear: right;

	margin: 8px 10px 0 0;

}

.search .screen-reader-text {

	display:none;

}

#homebutton {

	/* background-color:#F00; */

	position:relative;

	z-index:10;

	top: 0;

	left: 50px;

	width: 400px;

	height: 100px;

	float:left;

}

#searchsubmit {

	background-image:url(images/search_bg.gif);

	background-repeat:no-repeat;

	display:block;

	width:71px;

	height: 31px;

	line-height:25px;	

	color: #fff;

	font-weight: bold;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:13px;

	text-align:center;

	background-color:transparent;

	border:0;

	cursor:pointer;

	position: relative;

	top: -25px;

	left: 150px;

	margin: -5px 5px 5px 1em;

	

}



.contact a, .contact a:visited {

	float: right;

	

	display:block;

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#fff;

	font-size:1.0em;

	font-weight: bold;

	text-decoration:none;

	margin: 20px 10px 10px 0; 

}

.contact a:hover {

	color: #a9e096;

}

#topnav {

	background-image:url(images/topnav_bg.jpg);

	height:3.75em;

	width: 960px;

	background-repeat:repeat-x;

	float:left;

	position:relative;

	top: 6px;

	background-color: #517a53;

}

#topnav ul {

	list-style-type:none;

	margin:0;

	padding:0;

}

#topnav ul li {

	float: left;

	padding: 7px;

	width: 6em;

	text-align:center;

	

	



}

#topnav ul li a, #topnav ul li a:visited {

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#fff;

	font-size:1.2em;

	text-decoration:none;

	height: 44px;

	display:table-cell;

	vertical-align:middle;

}

#topnav ul li a:hover {

	color:#a9e096;

}

#mainpic {

	width: 960px;

	height: 20.5em;

	background-image:url(images/homepage_mainpic_bg.jpg);

	background-repeat:no-repeat;

	margin-top: 3.7em;

}

.clear{

	width: 960px;

	margin-top: 3.7em;

}

#mainpictext {

	width: 430px;

	height: 21em;

	position: relative;

	left: 500px;

	top: 10px;

	font-family:Verdana, Geneva, sans-serif;

	color:#FFF;

	line-height:1.4em;

	font-size:0.8em;

	padding: 10px;

	clear:both;

	overflow:auto;

}

h1.titletext {

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#f4ddad;

	font-size:1.5em;

	line-height: 1.2em;

	padding:0;

	margin:0;

	font-weight:normal;

	

}



#hpcontent {

	background-color: #799275;

	width: 950px;

	float:left;

	padding-bottom: 10px;

	clear: both;
	padding-left: 10px;





}



#ipcontent {

	background-color: #799275;

	width: 960px;

	float:left;

	padding-bottom: 10px;

	clear: both;

	

	

	





}

.hpteaser {

	width: 458px;

	min-height: 150px;
	
	height: 150px;

	border: 1px solid #333;

	background-image:url(images/content_bg_short.jpg);

	background-repeat:repeat-x;

	background-color:#e0f4b3;

	float: left;

	margin: 10px 0 0 10px;

	font-family:Verdana, Geneva, sans-serif;

	font-size:0.8em;

	color: #4c6747;
	
	overflow: hidden;
	padding-right: 5px;

	

}

.hpteaser img {
    margin-right: 10px; 
	float: left;
	width: 220px;
	height: 150px;
}
.hpteaser p {
	margin-left:10px;

}
h2.titletext {

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#291f0d;

	font-size:1.3em;

	line-height: 1.2em;

	padding:0;

	margin:10px 0 5px 10px;

	font-weight:normal;



	

}

h2.titletext a, h2.titletext a:visited {

	text-decoration: none;	

	color:#291f0d;

}

h2.titletext a:hover {

	text-decoration: none;	

	color: #3C6;

}

#lhnav {

	width: 188px;

	background-image:url(images/content_bg_medium.jpg);

	background-repeat:repeat-x;

	background-position:bottom;

	background-color: #f5fde8;

	border: 1px solid #333;

	padding: 10px;

	float: left;

	margin: 10px 0 10px 10px;

	font-family:Verdana, Geneva, sans-serif;

	font-size:0.8em;

	color: #4c6747;

}

#lhnav ul {

	margin: 0 0 0 0px;

	padding: 10px 0 0 10px;

	list-style-type: none;

}

#lhnav li {

	list-style-position: outside;

	list-style-image: none;

	padding-bottom: 5px;	

	margin-bottom: 5px;

	border-bottom: 1px solid #060;

	font-weight: bold;

}

#lhnav ul li ul {

	margin-left: 10px;

}

#lhnav ul li ul li {

	border-bottom: 1px dotted #060;

	list-style-image: url(images/li.gif);

	list-style-position: outside;

}

#lhnav ul li ul li a{ 

    	

	color: #4c6747;

	text-decoration:none;

}

#lhnav ul li ul li ul li {

	border-bottom: none;

	font-weight: normal;

	font-style: italic;

}

.textbox {

	width: 918px;

	margin: 10px;

	padding: 10px;

	margin-bottom: 0px;
	margin-left: 0;

	border: 1px solid #333;

	background-image:url(images/content_bg_medium.jpg);

	background-repeat:repeat-x;

	background-color:#e0f4b3;

	float: left;

	font-family:Verdana, Geneva, sans-serif;

	font-size:0.8em;

	color: #4c6747;

}

.leftcolumn {

	width: 450px;

	float:left;	

	

}

.rightcolumn {

	width: 230px;

	float: left;

}



.textbox_inner {

	width: 698px;

	margin: 10px;

	padding: 10px;

	min-height:400px;

	padding-bottom: 150px;

	margin-bottom: 0px;

	border: 1px solid #333;

	background-image:url(images/content_bg_watermarked.jpg);

	background-repeat:no-repeat;

	background-position:bottom;

	background-color:#fafcf5;

	float: left;

	font-family:Verdana, Geneva, sans-serif;

	font-size:0.8em;

	color: #4c6747;

}

div.textbox_inner div.column {

	width: 300px;

	float:left;	

}

div.textbox div.column {

	width: 450px;

	float:left;	

}

.mrlef {

	margin-left:15px;

}

h3.textboxtitle {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:1.6em;

	padding: 0 0 10px 0;

	margin: 10px 0 0 0;

	border-bottom: 1px solid #333;

	font-weight:normal;

}

h3.textboxtitle a {

	text-decoration:none;

	color:#291f0d;

}



h3.textboxtitle a:hover {

	color: #3C6;

}

div.textbox div.column li {

	list-style-position: outside;

	list-style-image: url(images/li_signpost.gif);

	margin: 10px 0 0 0;

	

}

div.textbox div.column li a {

	

	text-decoration:none;

	font-size:1em;

	color: #4c6747;

	

}

div.textbox div.column li a:hover {

	

	text-decoration:underline;	

}

#footer {

	background-image:url(images/footer_bg.jpg);

	min-height: 190px;

	width: 920px;

	background-repeat:repeat-x;

	background-color:#1e3c10;

	float:left;

	padding:20px;

	padding-top: 10px;

	font-family:Verdana, Geneva, sans-serif;

	font-size:0.7em;

	color: #fff;

	

}



#footer ul li {

	list-style-type:none;

	width: 160px;

}

#footer ul  {

	background-image:url(images/footer_separator.jpg);

	background-repeat:no-repeat;

	background-position:right;

	margin: 0 20px 0 0;

	padding: 0 20px 0 0;

	float:left;

	min-height: 160px;

	width: 150px;

}

#footer ul.sub-menu {

	display: none;



}

#footer ul.menu {

	background-image:none;



}

#footer li {

	padding: 5px;

}



.footertitle {

	color:#e1f5b6;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 1.5em;

	font-weight: bold;

}

#footer li a, #footer li a:visited {

	color: #fff;

	text-decoration:none;

	font-family:Verdana, Geneva, sans-serif;

}

#footer li a:hover {

	color: #a9e096;

	text-decoration:underline;

}

#logos { 

	width: 320px;

	float:right;

}

#logos img {

	float:left;

	padding-top: 70px;

}

.minheight {

	width: 1px;

	height: 150px;

} 

img { border: 0; }





/* slider */

.hpteaser.ie6 {
	margin-left: 0;
}
#hpcontent #featured_slider {
float: left;

padding: 0;
position: relative;
/* background-color: #<?php // $bg = get_option('feat_bg'); if(!empty($bg)) {echo $bg;} else {echo "FFF";}?>; */
/* border: 1px solid #<?php // $border = get_option('feat_border'); if(!empty($border)) {echo $border;} else {echo "CCC";}?>;*/
width: 475px;
height: 160px;
width: 458px;

	min-height: 150px;
	
	height: 150px;

	border: 1px solid #333;

	background-image:url(images/content_bg_short.jpg);

	background-repeat:repeat-x;

	background-color:#e0f4b3;

	float: left;

	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	
	

	font-family:Verdana, Geneva, sans-serif;

	font-size:0.8em;

	color: #4c6747;
	
	overflow: hidden;
	padding-right: 5px;
}

#hpcontent #featured_slider ul, #featured_slider ul li {
list-style: none !important;
border: none !important;
float: left;
margin: 0px;
padding: 0;
height: 162px;
width: 475px;
}

#hpcontent #featured_slider .img_right {

}

#hpcontent #featured_slider .img_right img {

}



#hpcontent #featured_slider .content_left {
float: left;

width: 450px;
height: 150px;

}

#hpcontent #featured_slider .content_left p {
/* line-height: 22px !important; */

}

#hpcontent #featured_slider .content_left h2 {

margin-bottom: 20px;
    color: #291F0D;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
	margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.2em;
    
    padding: 0;
}
#hpcontent #featured_slider .content_left h2 a{
	color: #291F0D;
    text-decoration: none;
	font-size: 0.9em;
	
}
#hpcontent #featured_slider ul, #hpcontent #featured_slider ul li {
	margin:0;
	padding: 10px;
}
#hpcontent #featured_slider .feat_prev {

background-position: 0px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 420px;
cursor: pointer;
bottom: 10px;
float: left;
}

#hpcontent #featured_slider .feat_prev:hover {
background-position: 0px -16px;
}

#hpcontent #featured_slider .feat_next {

background-position: -17px 0px;
width: 17px;
z-index: 10;
height: 16px;
position: absolute;
left: 440px;
bottom: 10px;
cursor: pointer;
}

#hpcontent #featured_slider .feat_next:hover {
background-position: -18px -16px;
}

#hpcontent .feat_link {
float: right;
position: relative;
top: -5px;
}

#hpcontent .feat_link a {
float: left;
font-size: 9px;
color: #CCC;
}
.copy_wrap {
	position: absolute;
	left: -9999px;
}
.lidar-map-box .textbox_inner {
	width: 920px;
	background-image: none;
	min-height: 603px;
}
#lidar-map {
	position: absolute;
	
	z-index:1;
}
.marker {
	position: absolute;

	z-index: 10;
}
.marker a {
	display: block;
	width: 51px;
	height: 57px;
	background-image:url(images/lidar-marker-sprite.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.marker a:hover {
	width: 57px;
	height: 60px;
	background-position: -51px 0;
	margin-left: -5px;
}
a .marker-link {
	width: 51px;
	height: 57px;
}
a:hover .marker-link {
	width: 57px;
	height: 60px;
}
.r609161 {	
	left: 340px;
	top: 163px;
}
.r610161 {	
	left: 380px;
	top: 174px;
}
.r611160 {
	left: 421px;
	top: 237px;
}
.r611161 {
	left: 425px;
	top: 207px;
}
.r611162 {
	left:434px;
	top: 138px;
}
.r612161 {
	left: 505px;
	top: 187px;
}
.r612162 {
	left: 505px;
	top: 127px;	
	z-index: 11;
}
.r612163 {
	left: 505px;
	top: 80px;	
}
.r614163 {
	left: 585px;
	top: 77px;	
	z-index:11;
}
.r616164 {
	left: 665px;
	top: 47px;	
}
.r617164 {
	left: 765px;
	top: 47px;
}
.r617163 {
	left: 755px;
	top: 77px;	
}
.r616163 {
	left: 665px;
	top: 87px;	
}
.r616162 {
	left: 665px;
	top: 127px;	
}
.r614162 {
	left: 585px;
	top: 127px;
}
.r614161 {
	left: 595px;
	top: 187px;
}
.r612160 {
	left: 495px;
	top: 227px;
}
.r612159 {
	left: 505px;
	top: 287px;
}
.r611159 {
	left: 415px;
	top: 287px;
}
.r611158 {
	left: 425px;
	top: 335px;
}
.r611157 {
	left: 445px;
	top: 405px;
}
.r610158 {
	left: 385px;
	top: 355px;
}
.r610157 {
	left: 360px;
	top: 385px;
}
.r609156 {
	left: 330px;
	top: 445px;
}
.r608157 {
	left: 280px;
	top: 390px;
}
.r608156 {
	left: 220px;
	top: 450px;
}
.r607158 {
	left: 225px;
	top: 350px;
}
.r607157 {
	left: 185px;
	top: 400px;
}
.r606156 {
	left: 165px;
	top: 440px;
}
.r609158 {
	left: 330px;
	top: 340px;
}
.r609159 {
	left: 340px;
	top: 300px;
}
.r608159 {
	left: 255px;
	top: 285px;
}
.r608160 {
	left: 280px;
	top: 250px;
}
.r610160 {
	left: 380px;
	top: 240px;
}
.r609163 {
	left: 325px;
	top: 103px; 
}
.r612164 {
	left: 495px;
	top: 40px;	
	z-index:9;
}
.r614164 {
	left: 585px;
	top: 30px;
}
.r614165 {
	left: 600px;
	top: 20px;
	z-index:9;
}
.r616165 {
	left: 690px;
	top: 20px;
	z-index:9;
}
.r618165 {
	left: 780px;
	top: 25px;
	z-index:9;
}
.r619165 {
	left: 820px;
	top: 25px;	
	z-index:9;
}
.r619164 {
	left: 830px;
	top: 35px;
}
.r619163 {
	left: 820px;
	top: 65px;
}
.r617162 {
	left: 750px;
	top: 115px;
}
.r616161 {
	left: 670px;
	top: 180px;
}
.r615160 {
	left: 640px;
	top: 220px;
}
.r614160 {
	left: 570px;
	top: 230px;
}
.r614159 {
	left: 540px;
	top: 285px;
}
.r612158 {
	left: 490px;
	top: 335px;
}
.r612187 {
	left: 475px;
	top: 390px;
	z-index:9;
}
.r610155 {
	left: 370px;
	top: 470px;
	z-index:9;
}
.r609155 {
	left: 315px;
	top: 460px;
	z-index:11;
}
.r607155 {
	left: 220px;
	top: 500px;
}
.r606155 {
	left: 140px;
	top: 500px;
}
.r604155 {
	left: 60px;
	top: 500px;
}
.r604156 {
	left: 80px;
	top: 440px;
}
.r605157 {
	left: 120px;
	top: 390px;
}
.r606159 {
	left: 180px;
	top: 300px;
}
.r606160 {
	left: 205px;
	top: 240px;
}
.r607161 {
	left: 240px;
	top: 190px;
}
.r608162 {
	left: 290px;
	top: 135px;
}
.events-list {
	
	list-style-type:none;
	padding:0;
	margin:0;
}
.events-list img {
	float: left;
}

.events-list li {
	clear:both;
	padding: 10px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 95%;
}
.events-list li:hover {
	background-color: #f5f5cc;
}
.events-list a {
	color: #333;
	text-decoration:none;
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}
.events-list a:hover {
	color:#039;
	text-decoration:underline;
}
.events-list div {
	
	float: right;
	width: 720px;
}
[title="label"] {
	font-size: 1.4em;
}

.www_slider {
	display:none!important;	
}