body {
	font-family:  arial, helvetica, sans-serif;		
	font-size: 76%;
	color: #333;
	background-color: white;
	margin: 0;
	padding: 0;
	background-color: #EBEDE7;
	background-image: url("images/side-grad.gif");
	background-repeat: repeat-x;
	text-align: center;
}

html body {
	background: #D5DCBF;
}

	div#main img {
	border: 0;
	}

	div#main a,
	div#main a:link,
	div#main a:visited {
		text-decoration: none;
	}

	div#main a:hover {
		text-decoration: underline;
	}

	div#pczoom a,
	div#pczoom a:link,
	div#pczoom a:visited {
		text-decoration: none;
	}

	div#pczoom a:hover {
		text-decoration: none;
	}

	
	
	h1 {
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.2em;
		
		margin: 0 0 0.5em 0;
		padding: 0;
		
		color: #365847;
		background-color: transparent;
	}
	h2 {
		font-size: 1.4em; /*1.8*/
		font-weight: bold;
		line-height: 1.4em;
		
		margin: 0 0 0.25em 0;
		padding: 0;
		
		color: #365847;
		background-color: transparent;
	}
	h3 {
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.4em;
		
		margin: 15px 0 0.25em 0;
		padding: 0;
		
		color: #365847;
		background-color: transparent;
	}

	
	p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 0 0 1.5em 0;
	}
	
	hr {
		display: none;
	}

/* clearing */
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
/* end clearing */

/* FORM ELEMENTS */
		form {
			margin:0;
			padding:0;
		}
		form input {
			font-size:1em; 
			font-weight: bold;
			color:#333;
			vertical-align:middle;
			margin: 0;
			padding: 1px;
		}
		form select {
			font-size:1em; 
			font-weight: bold;
			color:#333;
			background-color:white;
			vertical-align:middle;
			margin: 0;
			padding: 1px;
		}
/* END FORM ELEMENTS */

/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
        /* hide from ie/mac \*/
     	position: absolute;
     	top: -999em;
     	left: -999em;
     	/* end hide */
     }
     * html .accessibility {
        display: none;
     }
/* end accessibility */

/* Print Head*/
	p.printhead {
		display: none;
}
/* end Print Head */

/* PAGE */
	div#pgeotr {
		background: url("images/shadow.png") center top repeat-y;
	}
	* html div#pgeotr {
		background: url("images/shadow-ie2.png") center top repeat-y;
	}
	div#page {
	/* was 760 wide */
		width: 984px;
		margin: 0 auto;
		
		text-align:left;
		background-color: white;
	}
/* END PAGE */


/* HEADER */
	div#header {
		padding: 9px 0 4px 15px;
		
		background-image: url("images/head_def.jpg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-color: #36584A;
	}
	html div#header {
		padding-bottom: 1px;
		height: 1%;

	}
	div#header {
		text-transform: lowercase;
	}
	div#header div.headtr {
		margin-top: 10px;
		/* was 600 wide */
		width: 824px;
		float: right;
	}
	
	/* logotl */
		div#header div#logotl {
			float: left;
			width: 132px;
			cursor : pointer;
		}
		div#logotl img {
			/* display: block;
			visibility: hidden; */
			display: block;
		}
	/* END logotl */
	
	
	div#header ul {
		margin: 0;
		padding: 0;
		line-height: 1em;
	}
	div#header li {
		display: inline;
		padding: 0;
		margin: 0;
		background: none;
		line-height: 1em;
	}
	div#header li a {
		padding: 0 0 0 15px;
		margin:0;
		background: url("images/nav-div.gif") left center no-repeat;
	}
	html div#header li a {  
		height: 1%;		
	}

	div#header a,
	div#header a:link,
	div#header a:visited {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}

	div#header a:hover {
		text-decoration: underline;
	}
	
	/* NAV MAIN */
		div#navhdr {
			margin: 40px 20px 0 0;
		}
		html div#navhdr {   	
			height: 1%;	       
		}
	/* END navhdr */
	
	/* LH nav links in header */
		div#header ul#lhnavhdr { 
			width: 400px;
			float: left;
			text-align: left;
		}
	/* END lhnavhdr */
	
	/* RH nav links in header */
		div#header ul#rhnavhdr {
			width: 400px;
			float: right;
			text-align: right;
		}
	/* END rhnavhdr */
	
	/* SEARCH */
		div#header form#search {
			text-align: right;
			margin: 0 20px 0 0;
		}
		/* END SEARCH */
	
/* END HEADER */


/* CONTENT */
	div#content {
		margin-top: 1px;
		border-top: 2px solid #595836;
		
		background: url("images/lh-col.gif") repeat-y;
	}
	
	/* BREADCRUMB */
		div#breadcrumb {
			padding: 2px 0 8px 0;
			font-size: 0.9em;
		}
		div#breadcrumb a:link,
		div#breadcrumb a:visited {
			text-decoration: none;
			font-weight: normal;
			color: #333;
		}
		div#breadcrumb a:hover {
			text-decoration: underline;
			font-weight: normal;
			color: #333;
		}
		div#breadcrumb a:active {
			text-decoration: none;
			font-weight: normal;
			color: #333;
		}

		
	/* END BREADCRUMB */
	
	
		/* MAIN */
			div#content div#main {
			/* was 420 wide */
				width: 644px;
				float: right;
				
				padding: 10px 50px 40px 0;
			}
			 html div#content div#main {
				/* was 419 */
				width: 643px;

			}

			div#content div#main .box {
				border: solid 2px #395554;
				padding : 1em;
			}

div#content div#main img.sidebar {
  float : right;
  width: auto;
  padding-left : 1em;
  padding-bottom : 1em;
}

/* Factfile tables */
table.factfile {
	border-width: 3px;
	border-spacing: 0;
	border-style: solid;
	border-color: #359155;
	border-collapse: separate;
	background-color: #ececfe;
}
table.factfile th {
	border-width: 3px;
	padding: 3px;
	border-style: none;
	border-color: #ececfe;
	background-color: #ececfe;
}
table.factfile td {
	border-width: 3px;
	padding: 3px;
	border-style: none;
	border-color: #ececfe;
	background-color: #ececfe;
}
table.route td {
	vertical-align: top;
}	
	
/* END MAIN */

/* PLAIN PAGES - SITEMAP, ROUTES */
	div#plain {
	margin: 5px 50px 5px 50px;
	}		
	div#plain ul {
		margin: 5px;
		padding: 5px;
		line-height: 0.8em;
	}
	div#plain li {
		padding: 5px;
		margin: 5px;
		line-height: 0.6em;
	}

/* END PLAIN */
	
/* PLAIN PAGES - SITEMAP, ROUTES */
	div#plain-g {
	margin: 5px 50px 5px 50px;
	}		

/* END PLAIN */



/* lhnav */
	div#content div#lhnav {
		width: 250px;
		min-height: 520px;
		float: left;				
		padding-top: 46px;
		padding-left: 10px;
		background: url("images/snav-shad.gif") no-repeat transparent;
	}
	html div#content div#lhnav {
		height: 520px;
	}
	div#lhnav ul {
	width: 75%;
	margin: 0;
  	padding: 0;
	margin-top: 10px;
  	list-style: none;
  	}
	div#lhnav ul li {
	margin: 2px 0 6px 0; 
  	padding: 0;
	line-height: 17px;
  	}
	div#lhnav ul li a {
	display:block;
	text-align: right;
	color: #333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
  	padding-right: 17px; /* width of icon + whitespace */
	padding-top: 2px;
	padding-bottom: 1px;
  	}
	ul#docnav a, ul#docnav a:link {background: url("images/docmnt.gif") no-repeat right; height: 17px;}
	ul#docnav a:visited {background: url("images/docmnt-vis.gif") no-repeat right; height: 17px;}
	ul#docnav a:hover {background: url("images/docmnt-hov.gif") no-repeat right; height: 17px; text-decoration:underline;}
	ul#fldrnav a, ul#fldrnav a:link {background: url("images/fldr.gif") no-repeat right; height: 17px;}
	ul#fldrnav a:visited {background: url("images/fldr-vis.gif") no-repeat right; height: 17px;}
	ul#fldrnav a:hover {background: url("images/fldr-hov.gif") no-repeat right; height: 17px; text-decoration:underline;}
	
	div#lhnav h4#navbar {
		position:absolute;
		top:-10em;
		left:-10em;
	}			

/* END lhnav */
		
/* END CONTENT */

/* FINE PRINT */
	div#fineprint {
	font-size: 0.9em;
	}

/* FOOTER */
	div#footer {
		font-size: 0.9em;
		padding: 20px 20px 20px 20px;
		/*margin: 40px 0 0 0;*/
		text-align: right;
		background-color: #333;
		color: white;
	}
	html div#footer {
		
		height: 1%;
		
	}
	div#footer a,
	div#footer a:link,
	div#footer a:active,
	div#footer a:visited  {
		color: white;
		background: none;
		text-decoration: none;
		padding:0;
		height: auto;
		border: none;
	}
	div#footer a:hover {
		color: white;
		background: none;
		text-decoration: underline;
		border: none;
	}
	div#footer p {
		margin:0;
		line-height: 1.8em;
	}
	div#footer p.up {
		margin : 0;
		padding : 0 20px 0 0;
		border : 0;
		float : left;
		background: url("images/top.gif") right no-repeat;            
	}
	div#footer p.up a {
		/*padding-right : 20px; */
	}

/* END FOOTER */


div.image {
	margin: 0 0 15px 0;
	text-align: center;
}
div.image img {
	border: 1px solid #aaa;
	padding: 2px;
}

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }
  

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif ;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap,
.noCap a:hover .PZ31cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */

