/* basics */

body { 
	font-size: 14px;
	color: #676767; 
	margin: 0px;
	padding: 0px;
	background: #fff;
}
	
/* text styles */
table { 
	margin-left: auto;
	margin-right: auto;
}

td {
	text-align: center;
	padding: 0 10px 0 10px;
}

th {
	text-align: center;
	padding: 0 10px 0 10px;
}

p { 
	margin-top: 0px;
	text-align: justify; }
	
acronym {
	font-weight: bold;
	color: #e18700;
	text-transform: uppercase; }
	
#sidePanel acronym {
	color: #ffff99;
	font-weight: bold; }
	
h3 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; }

h3.phone { 
	letter-spacing: 1px;
	margin-top: 30px;
}

a { 
	font-weight: bold; 
	color: #88a; }
		
#sidePanel a { 
	font-weight: bold; 
	text-decoration: none; 
	color: #88a; }

/* structure, specific texts */
#container { 
	padding: 10px 0px 0px 0px;  
	margin: 0px;
}

#pageHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 129px;
	background: #fff url(gradient1.png) repeat-x;
	border-bottom: 1px solid #999;
	z-index: 3; }
	
#pageHeader h1 {
	height:109px;
	margin: 20px 0px 0px 50px;
	background: transparent url(banner.png) no-repeat; 
}

#pageHeader h1 span {
	display: none;
}
	
#sidePanel {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 125px;
	line-height: 2;
	z-index: 3; }
	
#sidePanel p {
	color: #fff;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
#supportingText {
	
	position: relative;
	top: 0;
	margin: 0 0 0px 190px;
	padding: 0 10px 0 10px;
	background: #fff url(content_back.gif) repeat-x;
	z-index: 2; }

#supportingText img {
	margin-left: auto;
	margin-right: auto;
}

#supportingText ul {
	margin-left: 20px;
}

#supportingText h3 {
	margin-left: 20px;
}

#supportingText h4 {
	margin-left: 30px;
}

.embeddedMap {
	margin-left: 60px;
	margin-top: 10px; }

.embeddedMap iframe {
	border: 1px solid black; }

#explanation {
	background: transparent url(zengarden.gif) no-repeat top right;
	padding-top: 135px; }
	
#explanation p, #participation p, #benefits p, #requirements p {
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px; }
	
	 
#footer {
	margin-top: 100px;
	font-size: 90%;
	text-align: center;
	padding-bottom: 30px;
	background-color: #fff; }

#linkList {
	position: absolute; 
	top: 0px; 
	right: 0px;
	z-index: 1; }

#linkList2 {
	background: transparent url(pickup_top.gif) 10px 0 no-repeat;
	font: 18px verdana, sans-serif; 
	padding-top: 10px;
	width: 170px; }

#linkList ul {
	margin: 0px;
	padding: 0px; }
	
#linkList2 li {
	line-height: 1.1; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 5px; }
	
#lselect li {
	background: transparent url(link_dot.gif) 0 7px no-repeat; }
	
#larchives li, #lfavorites li {
	background: transparent url(link_dot2.gif) 0 7px no-repeat; }
	
#lresources li {
	background: transparent url(link_dot3.gif) 0 7px no-repeat; }
	
	
#linkList2 li a:hover, a:active { 

	text-decoration: underline;
	color: #222;
	/*
	background-color: #444;
	color: #fff; */
}


