/* General */

/* General Container Styles */
/* These are styles that apply across the whole site and generally contain everything else within them or affect everything */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #555;
	position: relative;
	margin: 100px auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #8b9e4f;
	z-index: 0;
}
#holder {
	border: 3px solid #555;
	background-color: #ffffff;
}

/* General Tag Styles */
/* These are styles that apply across the whole site and are generally used within or in conjunction with General Layout and Content Area Styles */
h1 {
	background-image: url(../images/logo.png);
	position: absolute;
	top: -90px;
	left: 286px;
	width: 328px;
	height: 228px;
	z-index: 2;
	background-repeat: no-repeat;
	text-indent: -10000px;
	text-decoration: none;
}

p {
	font-size: 1.1em;
	margin: 0px 40px 10px 40px;
}
p.justified {
	font-size: 1.1em;
	text-align: justify;
	margin: 0px 80px 20px 80px;
}
p.directions {
	font-size: 1em;
	margin: 0px 40px 10px 40px;
}
p.directions2 {
	font-size: 0.9em;
	margin: -10px 70px 0px 0px;
	padding: 15px 0px 15px 20px;
	float: right;
	z-index: 2;
	
}
a {
	text-decoration: underline;
	color: #000080;
}
a:hover {
	text-decoration: underline;	
	color: #BF5E00;
}

/* specific elements*/
/* styles which have specific content uses on the site */
#illustration1 {
	position: relative;
	top: 10px;
	left: 75px;	
	border: 1px solid #555;
}
#page1text {
	background-color: #ffffff;
	position: absolute;
	top: 520px;
	left: 98px;
	z-index: 3;
	width: 700px;
	/*border: 1px solid #555;*/
	padding: 30px 0px 30px 0px;	
}
#page2text {
	background-color: #ffffff;
	position: absolute;
	top: 670px;
	left: 98px;
	z-index: 3;
	width: 700px;
	/*border: 1px solid #555;*/
	padding: 30px 0px 30px 0px;	
}
#page3text {
	background-color: #ffffff;
	position: absolute;
	top: 160px;
	left: 58px;
	z-index: 3;
	width: 300px;
	/*border: 1px solid #555;*/
	padding: 30px 0px 30px 0px;	
}
#map1 {
	position: absolute;
	top: 160px;	
	left: 360px;
	border: 1px solid #555;
}



/* Utility Styles */
/* Styles used for specific purposes such as browser work-arounds or readers */
.skipper {
	display: none;
}
div.clearboth {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: -1px;
}


/* General Layout */
/* Styles used to create the major sections of pages */
#header {
	background-color: #fff;
}
#content {
	clear: both;
	background: white bottom left no-repeat;
	padding: 30px 0px 0px 0px;
	overflow: hidden;	
	
}
#leftcol {
	float: left;
	width: 220px;
	margin-left: 20px;
	display: inline;
	z-index: 2;
}
#maincol {
	float: left;
	width: 550px; 
	margin-left: 305px;
	padding: 0px 0px 0px 0px;	
	display: inline;
	z-index: 0;	
}
#allcol {
	float: left;
	padding: 0px 20px;
	display: inline;
	z-index: 0;
}	
#footer {
	padding: 40px 0px 0px 0px;
	margin-bottom: 60px; 
	clear: both;
	font-size: .9em;
	text-align: center;
}



/* Site Navigation Menu, left column */
#nav {
	margin: -4px 30px 0px 20px;
	padding: 15px 0px 15px 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	background-color: #ffffff;	
}
#nav h2 {
	display: none;
}
#nav ul {
	margin-left: 10px;
	display: list-item;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
}
#nav li a {
	color: black;
	padding: 2px 8px 2px 8px;	
	text-decoration: none;	
}	
#nav li.basic {
	color: black;
	padding: 2px 8px 2px 8px;
	text-decoration: none;		
}
#nav li.sub {
	margin-left: 10px;
	display: list-item;
	list-style-type: none;
}
#nav li a:hover, #secondarynav li.active a {
	background-color: #FF9E40;	
}
#nav li.subactive a {
	margin-left: 10px;
	background-color: #FF9E40;	
}
#nav li strong {
	color: #BF5E00;
}






/* Content Area Styles */

/* standard ordered list with normal and bold text variations */
ol {
	margin: 0px 80px 10px 42px;
}
ol li {
	padding: 3px 0px;	
}
ol.boldtext {
	font-weight: bold;	
}
ol.boldtext li {
	margin-top: 5px;	
	margin-bottom: 0px;	
}

/* unordered list, spacing, no bullets */
ul.basic {
	list-style: none;
	margin-left: 0em;
	margin-bottom: 0em;	
	font-weight: normal;
}
ul.basic li {
	margin: 0px 30px 10px 42px;
	padding: 3px 0px;
}
ul.basic li.indentnospace {
	margin: 0px 30px 0px 72px;
	padding: 0px 0px;	
}
ul.basic a {
	text-decoration: underline;
	color: #000080;
	font-weight: bold;
}
ul.basic a:hover {
	color: #BF5E00;
	font-weight: bold;
}
ul.basic a.v2 {
	text-decoration: underline;
	color: #000080;
	font-weight: normal;
}
ul.basic a.v2:hover {
	color: #BF5E00;
	font-weight: normal;
}
/* variation on basic style */
ul.basic2 {
	list-style: none;
	margin-left: 0em;
	margin-bottom: 0em;	
}
ul.basic2 li {
	margin: 0px 30px 0px 42px;
	padding: 3px 0;
}


/* outline border for content sections */
div.outline {
	border: 1px solid #555;	
	margin: 0px -12px 0px 20px;
	padding: 20px 0px 30px 0px;
}
