@charset "UTF-8";
/* CSS Document */


/** background color, fonts **/
body {
	background-color: #5E5E5E;
	margin: 20px;
	text-align: center;
	color: #000000;
	font-family: "Book Antiqua", Georgia, "Times New Roman", sans-serif;
	font-size: 12px;
}

/** main page container - text and navigation**/
#page {
	width: 715px;
	background-color: #82A6C9;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	height: 100%;
}

#header {
	height: 250px;
}

/** nav styles **/

li {
	list-style-type: none;
	line-height: 20px;
	position: relative;
	font-weight: bold;
	color: #333333;
}
li a {
	color: #000000;
	display: block;
	padding-right: 5px;
}

#nav li a:hover {
	color: #FFFFFF;
	background-color: #3A5628;
	list-style-type: disc;
}

li.emph {
	font-style: italic;
	font-weight: bold;
}

li.img {
	position: static;
	height: 173px;
	width: 135px;
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: both;
	bottom: 0px;	
}

/** link styles **/
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #003399;
}

a.brownLink {
	color: #99CCFF;
	text-decoration: none;
}

/** center element**/
#centerPage {
	margin-right: 1%;
	margin-left: 1%;
}

/** bkg color container **/ 
#text {
	text-align: left;
	width: 715px;
	margin-right: auto;
	background-color: #000000;
	margin-left: auto;
	background-image: url(../img/forest.jpg);
	padding: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
/** color and position of nav **/	
#nav {
	width: 185px;
	float: left;
	font-size: 11px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #6F90B0;
	text-align: right;
	padding-right: 8px;
}

/**main page text**/

#copy {
	width: 490px;
	float: right;
	background-color: #6B9F44;
	position: relative;
	color: #000000;
	height: 100%;
	min-height: 400px;
	padding-left: 17px;
	padding-right: 15px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	padding-bottom: 15px;
	padding-top: 16px;
}

/** border of copy text **/
#outline {
	position: relative;
	background-color: #81C052;
	border: 15px solid #81C052;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 460px;
}

/** accordion style gallery container **/
#mapContainer {
	position: relative;
	width: 490px;
}

/** site owned by notice **/
#copyRight {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	width: 705px;
	margin-right: 1px;
	text-transform: capitalize;
	font-weight: bolder;
	height: 15px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #301C05;
}

/** style for on page emphasis **/

.emph {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}


/**style insets ul lists of links **/
.linkInset {
	
}

/**style provides caps lettering for alt style **/
.emph2 {
	font-variant: small-caps;
	font-weight: bold;
}
.navTag {
	position: relative;
	height: 173px;
	width: 135px;
	display: block;
	padding-left: 35px;
	padding-top: 75px;
}

.imgLink {
	border: none;
}
.homeHead {
	font-size: 130%;
	color: #003366;
}
