body{
	background-color: #FFFFFF;
	text-align: left;
	margin:0;
	padding:0;
	font-size: 78%;
	color: #020203;
}
html, body {
	height: 100%;
}
.mainWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; 
}
#footer, .push {
	height: 61px; 
}
#footer{
  font-size: 11px;
  background-image:url(/images/footerbg.gif);
  color: #4b2311;
}

#bottomMenu{
  padding-top: 15px;
  margin-bottom: 4px;
  color: #ac6648;
}
#bottomMenu a{
  color: #FFF;
  text-decoration: none;
}
.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
.h{visibility: hidden;}
.b{border:1px solid #000000;}

#topLine{
  border:1px solid #000000;
  height: 43px;
  background-image: url(/images/topbg.gif);
}
.wrapper{
	width: 857px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#langs{
  float:left;
  padding-top: 13px;
  padding-left: 3px;
  color: #a8431b;
  font-size: 11px;
}
#siteOptions{
  float:right;
  padding-top: 13px;
  padding-right: 3px;
  color: #a8431b;
  font-size: 10px;
}
#langs a, 
#siteOptions a {text-decoration:none; color: #dd5828;}
#langs a:hover, 
#siteOptions a:hover {text-decoration:none}
#langs a.langs_on{color: #a8431b;}


#outer{
	margin-top: 20px;
	width: 857px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#searchBar{
	float:right;
	margin-top: 10px;
	margin-left: 20px;
	font-size:11px;
}
.searchInput{
	border: 1px solid #dd5828;
	background-color: #702601;
	height: 18px;
	width: 145px;
	padding-left: 5px;
	color: #d65522;
	margin-right:3px;
}
#menuBar{
	background-color:#8ebb6f;
	color: #fbfbfb;
}


#nav { 
	background-image:url(/images/navbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	position:relative;
	color: #fbfbfb;
	z-index: 1;
	padding-left: 7px;
	height:43px;
	font-size: 11px;
	
}
#navleft{
  left:0;
  position: absolute;
  width:7px;
  height:43px;
  background-image:url(/images/navleft.gif);
}
#navright{
  float:right;
  
  width:7px;
  height:43px;
  background-image:url(/images/navright.gif);
}
#nav ul { 
	/*display: table;*/
	margin: 0; padding: 0;
	padding-top: 4px;
	list-style-type: none;
	line-height: 14px;
	/*width: 625px;*/
	height:43px;
}


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

#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 { 
  font-size:11px;
	display: block;
	color: #dd5828;
	padding: 9px 10px;
	text-align: center;
  text-decoration: none;
  position: relative;
} 
#nav a .left, #nav a .right {
  visibility: hidden;
}
#nav a:hover .left, #nav a:hover .right, #nav li.Active a .left, #nav li.Active a .right {
  visibility: visible;
  width: 2px;
  height: 32px;
  position: absolute;
  top:0;
}
#nav a:hover .left, #nav li.Active a .left{
  background-image: url(/images/menuitembg-left.gif);
  left:0;
}
#nav a:hover .right, #nav li.Active a .right {
  background-image: url(/images/menuitembg-right.gif);
  right:-1px;
}
#nav li a:hover, #nav li.Active a { 
	color: #FFFFFF;
	background-image: url(/images/menuitembg.gif);
}

#nav li ul { 
	display: block;
	position: absolute; 
	width: 237px; 
	height: auto;
	left: -999em;
	margin-top: 1px;
	border-bottom: 1px solid #e2e2e2;
	border-top: 0px;
	/*border-top: 1px dotted #e3e3e3;*/
	background-color: #f8f8f8;
	
} 
#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;
  padding-top:10px;
  
  
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  /*border:1px solid #000;*/
  
  background-image: url(/images/submenuhr.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

#nav li li a, #nav li.Active li a { 
  font-size: 11px;
  display: block;
  width: auto; 
  padding: 0 10px 9px 10px; 
  background-color: transparent;
  color: #702601;
  text-decoration: none;
  font-weight: normal;
	border: 0px; 
	line-height:13px;
	margin: 0;

  background-image: url(/images/submenu-bullet.gif);
  background-position: left middle;
  background-repeat: no-repeat;
}
#nav li li a:hover, #nav li li.Active a {
  color: #dd5828;
  background-color: transparent;
  background-image: url(/images/submenu-bullet-on.gif);
  background-position: left middle;
  background-repeat: no-repeat;

}
#main{ 
	margin-bottom: 50px;
	padding: 0 3px;
}
#Container{
	padding-top: 11px;
	text-align: justify;
}
#innerContainer{
	padding-top: 11px;
	text-align: justify;
	width: 630px;
	overflow: hidden;
	float:left;
}

#path{
	margin-bottom: 1px;
	font-size: 10px;
}
#path a, #path a:hover {color: #0098c3; text-decoration: none;}
#path a:hover {color: #DD5828;}

#path a.black, #path a.black:hover {color: #d1d1d1; text-decoration: none;}

#newsHomeContainer{}
#newsHomeContainer #NewsBox{ float:left;  width: 414px;  overflow: hidden;  margin-right: 19px; }
#newsHomeContainer #NewsBox h2{ font-size: 16px; color: #923810; font-weight: normal; border-bottom: 1px solid #923810; padding-bottom:7px; line-height: 18px;  margin-bottom: 4px;}
#NewsBox .newsBoxItem{ padding-top: 10px; font-size: 11px; }
#innerContainer #NewsBox .newsBoxItem {font-size: 12px;}
#NewsBox .newsBoxItem img{ float:left; width: 85px; margin-right: 10px; }
#NewsBox .newsBoxItem a{ color: #0098c3; text-decoration: none; font-weight: bold; }
#NewsBox .newsBoxItem a:hover{ color: #DD5828; }

#NewsBox .newsBoxItem .date{ color: #919191; line-height: 12px; }
#NewsBox .newsBoxItem .desc{ padding-top: 11px; line-height: 12px; }

.newsimage{margin: 0 10px 10px 0; border: 1px solid #e1e1e1; }
	



#newsHomeContainer #AccentsBox{ float:left; width: 200px; overflow: hidden; line-height: 13px; font-size: 11px;}
#newsHomeContainer #AccentsBox p { line-height: 13px; font-size: 11px; margin-top: 12px;}
#newsHomeContainer #AccentsBox h2{ font-size: 16px; color: #006480; font-weight: normal; border-bottom: 1px solid #006480; padding-bottom:7px; line-height: 18px; margin-bottom: 1px;}
#newsHomeContainer #AccentsBox #AccentsContent{ background: url(/images/boxbg.gif) top repeat-x; border-top:2px solid #FFF; }


.PartnersBox{ float:right; width: 200px; overflow: hidden; line-height: 12px; font-size: 11px; margin-bottom: 10px;}
.PartnersBox .spacer {height: 10px;clear:both;}
.PartnersBox p { line-height: 12px; font-size: 11px; }
.PartnersBox h2{ font-size: 16px; color: #006480; font-weight: normal; border-bottom: 1px solid #006480; padding-bottom:7px; line-height: 18px; margin-bottom: 1px;}
.PartnersBox img {float: left; margin-right:5px}
.PartnersBox a {color: #0098c3; text-decoration: none; }
.PartnersBox a:hover {color: #DD5828; }

.PartnersBox .PartnersContent{ background: url(/images/boxbg.gif) top repeat-x; border-top:2px solid #FFF; padding-top:11px; }

#newsInnerContainer{ width: 200px; float:right}

a.bluePartnerLink, a.bluePartnerLink:hover{
  color: #0098c3;
  text-decoration: none;
  font-size: 10px;
  text-align: left;
}
a.bluePartnerLink:hover{ color: #DD5828; }
a.blueArrowLink, a.blueArrowLink:hover{
  background-image: url(/images/linkbulletblue.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 10px;
  color: #0098c3;
  text-decoration: none;
  font-size: 10px;
}
a.blueArrowLink:hover{ color: #DD5828; }
.persondesc{
  padding: 0 10px 10px 10px; 
  font-size: 11px;
}

a.back{
  background-image: url(/images/backbullet.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.dot{
  width: 6px;
  height: 6px;
  border: 1px solid #FFF;
  overflow:hidden;
}
.dotdescr{
  float:left;
  font-size: 10px;
}

div.location{
	position:absolute;
	width: 6px;
	height: 6px; 
	_width: 8px; 
	_height: 8px; 
	border: 1px solid #FFF;
	z-index: 10;
	/*overflow:hidden; */
}

div.location div.prCont { 
	display: block;
	position: absolute; 
	width: 170px;
	left: -999em;
	/*margin-top: -2px;*/
	border: 1px solid #0098c3; 
	padding: 10px;
	background-color: #FFF;
	z-index: 1000;
} 

div.location:hover{
	background-position: bottom right;
	background-image: url(/images/pix1.gif);
	background-repeat: no-repeat;
}

div.location:hover div.prCont { 
	left: -185px; 
}

.locname{
  color:#0098c3;
  font-size: 11px;
}
.loccity{
  color:#000000;
  font-size: 11px;
}
.locsite{
  margin-top: 5px;
}
.locsite a{
  color:#dd5828;
  font-size: 11px;
}

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




@media print {
	#topLine, #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;
	}
}


