/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 130%;
}

/* PAGE SECTIONS */
#top_nav {
	clear: left;
	float: none;
}




#page_nav {}

#content {
	background-color: #E0E0E0;
	padding-left: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #838281;
	border-bottom-color: #838281;
	padding-right: 30px;
}

#content ul{
	list-style-type: square;
}


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-align: center;
	font-size: x-small;
	
}

/* PAGE_NAV LINKS */

.current_sec {
	font-size: small;
	color: #330000;
	font-weight: bold;
	background-image: url(../images/sq_down.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left center;
	margin-top: 10px;
	clear: both;
	float: none;
	margin-left: 100px;
	letter-spacing: 1px;
}
.current_sec a:link{
	text-decoration: none;
	color: #330000;
	border: 1px solid #D4D3D3;
	background-color: #E6E1DF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.current_sec a:visited{
	text-decoration: none;
	color: #330000;
	border: 1px solid #D4D3D3;
	background-color: #E6E1DF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.current_sec a:hover{
	text-decoration: none;
	color: #330000;
	border: 1px solid #D4D3D3;
	background-color: #E6E1DF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}




.other_sec {
	font-size: small;
	color: #846761;
	font-weight: bold;
	background-image: url(../images/sq_up.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left center;
	margin-top: 10px;s
	clear: both;
	float: none;
	margin-left: 100px;
	letter-spacing: 1px;
}

.other_sec  a:link{
	text-decoration: none;
	color: #846761;	
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;	
}

.other_sec  a:visited{
	text-decoration: none;
	color: #846761;	
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;	
}

.other_sec  a:hover{
	border: 1px solid #D4D3D3;
	background-color: #E6E1DF;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}


#timber_table {
	padding: 10px;
}

.timber_name {
	font-weight: bold;
	color: #550000;
	margin-left: 20px;
}
.timber_description {
	margin-left: 20px;
	line-height: 120%;
	color: #333333;
	margin-bottom: 10px;
}


.timber_img {
	padding: 4px;
	border: 1px solid #999999;
	background: #ffffff;
	margin: 5px;
}

.latin {
	font-style: italic;
	color: #666666;
}
.sub_heading {
	color: #550000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #846761;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	clear: both;
}

.sub_heading2 {
	color: #550000;
	font-weight: bold;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	clear: both;
}

.float_img {
	padding: 4px;
	border: 1px solid #999999;
	background: #ffffff;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.img_frame {
	padding: 4px;
	border: 1px solid #999999;
	background: #ffffff;
	margin: 5px;
}

.italic_grey {
	font-style: italic;
	color: #666666;
}

.harp_description {
	padding: 5px;
	margin-left: 20px;
}
.harp_subheading {
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;	
}
.cover_txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 130%;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin: 15px;
	padding-right: 20px;
	padding-left: 20px;
	width: 400px;
}

#content a:link{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#content a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	}
#content a:hover{
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
