/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	background-image:url(images/gen/bkgrnd-repeat.jpg);
	margin: 0px; 
	}
p { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 10px;
	text-align: justify;
	color:#000000;
	}
p2 {margin-left:180px;}
h3 { 
	font: normal 16pt Arial, Helvetica, sans-serif; 
	margin-bottom: 0px; 
	color: #9a282a;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0B3B25;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0B3B25;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0B3B25;
	}

span.p2 { font-size:11.5px; color: #9a282a}	
span.s1 {font: 19.0px Arial, Helvetica, sans-serif; color: #0B3B25}
span.shuttlesched {font:900 12px arial; color: #ffffff}
span.shuttlesched2 {font: 11.5px arial; color: #0b3b25;}
.directions {border: 1px solid #0b3b25; background-color:#f3f0d5;}
.fees { margin-left:15px; line-height: 16px;}

/* specific divs */

#container {
	border: 1px solid #0B3B25;
	left:50%;
	position:absolute;
	width:750px;
	padding-bottom: 45px;
	margin:10px 0 20px -385px;
	background:transparent url(images/gen/footer.jpg) no-repeat left bottom;
	background-color:#FFFFFF;
	}
#intro {
	background: url(images/gen/Header.jpg) no-repeat top left;
	background-color:#FFFFFF;
	}
#nav {
	clear:both; 
	margin: 132px 7px 0px 10px; 
	width: 160px; 
	float: left;
	position: absolute; 
	}
#preamble {
	clear: right; 
	padding: 130px 165px 0px 180px;
	min-height:360px;
	}
#preamble h3{
	margin:0;
	width: 400px;
}
#linkList {
	position: absolute; 
	top: 0px; 
	width:150px;
	bottom:70px;
	left:600px
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background:transparent url(images/gen/weather.gif) right top no-repeat;
	padding: 10px; 
	margin-top: 130px;
	padding-top: 35px;	
	width: 130px; height:330px;
	}
#linkList h3.select { 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}
#linkList ul {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #0B3B25;
	text-decoration:none;
	}
#linkList li a:visited {
	color: #B3AE94;
	}
#imageright {
  float:right;
  margin-left:7px;
  margin-bottom:7px;
  }   
#imageleft {
  float:left;
  margin-right:7px;
  margin-bottom:7px;
  } 
/* List Items */

ul {
	list-style-type: disc;
	list-style-image: url(images/gen/diamond-black.gif);
	}
#base {
	margin-left:0;
	padding-left:0;
	}
#base p { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}