body{
	background-color: #fcfffa;
	text-align: left;
	margin:0;
	padding:0;
	font-size: 70%;
	color: #020203;
}

.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
.h{visibility: hidden;}
.b{border:1px solid #000000;}

#outer{
	margin-top: 20px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#searchBar{
	float:right;
	margin-top: 10px;
	font-size:11px;
}
.searchInput{
	border: 1px solid #324d24;
	height: 16px;
	margin-right:3px;
}
#menuBar{
	background-color:#8ebb6f;
	color: #fbfbfb;
}


#nav { 
	background-image:url(/images/navbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fbfbfb;
	z-index: 1;
	padding: 0;
	height:30px;
	font-size: 11px;
}

#nav ul { 
	/*display: table;*/
	margin: 0; padding: 0;
	list-style-type: none;
	line-height: 14px;
	width: 625px;
	height:30px;
}


#nav li { 
	/*display: table-cell;*/
	float: left;
	position: relative;
	z-index: 1; 
	margin:0;
	padding:0;
	list-style-image: none;
	border-bottom:1px solid #FFF;
}

#nav li.sep a{
	padding: 7px 0px;
	border: 0; 
	line-height: 18px;
}
#nav li.sep a:hover{
	background-color: #8ebb6f;
	color: #FFFFFF;
}
#nav li.last { 
  list-style-image: none;
}

#nav a { 
	display: block;
	color: #FFFFFF;
	padding: 7px 10px;
	text-align: center;
  text-decoration: none;
  border: 1px solid #8ebb6f; 
} 

#nav li a:hover { 
	color: #698a52;
	background-color: #FFFFFE;
}

#nav li ul { 
	display: block;
	position: absolute; 
	width: 199px; 
	height: auto;
	left: -999em;
	margin-top: 1px;
	border: 1px solid #8ebb6f; 
	background-image: url(/images/submenu-bg.gif);
	
} 
#nav li:hover {
		
}
#nav li:hover ul { 
	left: auto; 
	list-style-image: none; 
}

#nav li li, #nav li li a { display: block; text-align: left; list-style-image: none; }
#nav li li{
	float: none;
  display: block;
  height: auto;
  list-style-image: none;
  border:0;
  margin:0;
  background-image: url(/images/submenu-hr.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

#nav li li a { 
  display: block;
  width: auto; 
  padding: 0 10px 13px 17px; 
  background-color: transparent;
  color: #000;
  text-decoration: none;
  font-weight: normal;
	border: 0px; 
	line-height:10px;
	margin: 0;
}
#nav li li a:hover {
  background-color: transparent;
  background-image: url(/images/submenu-bullet.gif);
  background-position: left ;
  background-repeat: no-repeat;

}
#nav a.butt1, #nav a.butt2, #nav a.butt3, #nav a.butt4{
  border: 0px;
	display: inline;
	padding: 0;
}
#nav a.butt1{
  width:24px; 
}
#nav a.butt2{
  width:23px; 
}
#nav a.butt3{
  width:21px; 
}
#nav a.butt4{
  width:28px; 
}
.submenuTop{
	background-image: url(/images/submenu-top.gif);
	background-repeat: no-repeat;
	width:199px;
	height:14px;
	
}
.submenuBottom{
	background-image: url(/images/submenu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:199px;
	height:14px;
	
}

#main{
	min-height: 400px;
}



#footer{
	border-top: 4px solid #5f5f5f;
	color: #000;
	padding-top: 7px;
	padding-bottom: 20px;
	font-size: 11px;
}

#homeContainer{
	width:520px;
	min-height: 400px;
	background-image: url(/images/homebg.gif);
	background-repeat: no-repeat;
	float:left;
	padding-top: 25px;
	font-size: 12px;
}
#homeContainer p{
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 18px;
}

#newsHomeContainer{
	padding-top: 24px;
	float: right;
	width: 200px;
	font-size: 10px;
}
#newsHomeContainer h2{
	font-family: Trebuchet MS;
	font-size: 20px;
	border-bottom: 2px solid #5f5f5f;
	padding-bottom: 3px;
	color: #5f5f5f;
}
.newsBoxItem{	
	background-image: url(/images/news-hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#newsHomeContainer .newsBoxItem img{
	float: right;
	border: 1px solid #704a3c;
	margin-left: 8px;
	width: 78px;
}
#newsHomeContainer a{
	text-decoration: underline;
}
#newsHomeContainer a:hover{
	text-decoration: none;
}
#newsHomeContainer a.more_news{
	color: #6ea547;
	font-weight: bold;
	text-decoration: none;
}
.newsDate{
	font-size:10px;
	font-weight: bold;
}
#mainContainer{
	
}
#newsHiddenContainer{
	display: none;
}

#path{
	margin-top: 8px;
	margin-bottom: 25px;
}

div.location{
	position:absolute;
	padding: 5px;
	background-image: url(/images/pix.gif);
}

div.location div.prCont { 
	display: block;
	position: absolute; 
	width: 300px; 
	left: -999em;
	margin-top: -2px;
	border: 1px solid #8ebb6f; 
	padding: 10px;
	background-color: #FFF;
	z-index: 10;
} 
div.location:hover{
	background-position: bottom right;
	background-image: url(/images/pix1.gif);
	background-repeat: no-repeat;
}

div.location:hover div.prCont { 
	left: auto;
}

div.location div.prCont ul, .projectList{
	margin: 3px 0 0 5px;
	font-size: 10px;
	color: #a1a1a1;
	z-index: 100;
}

.hilite{
	border: 1px solid #8ebb6f;
}
li.bla:hover{
	background-color: #000;
}

@media print {
	#collage, #nav, #searchBar, #footer, #newsHomeContainer{
		display: none;
	}
	.noprint{
		display: none;
	}
	body{
		background-color:#FFFFFF;
	}
	h1, h2, h3{
		color:#000000;
	}
	li{
		list-style-image: none;
	}
	#outer{
		width:100%;
	}
	ul li{
		list-style-image: none;
	}
	ul li li{
		list-style-image: none;
	}
}
