/* Color choices:	#779987 is a sage shade, color-picked from the mountain photo
						#a5b399 is a lighter sage
					#4f4b4a is a charcoal brown
					#7eba25 is a light green also from the mt photo
					#e9c68e is a sand shade, color-picked from a cut log photo
					#988f8a is a warm gray, color-picked from a board photo and used in background strip solid top image and footer
*/ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #fff url(images/headerStrip2.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
p, blockquote, ul {
	margin-bottom: 10px;
	line-height: 1.6em;
}

a {
	text-decoration: underline;
	color: #7eba25; 
}
a:hover {
	text-decoration: none;
	color: #7eba25; 
}


/* Header = for top clear space and company name, above menu*/

#header {
	width: 880px;
	height: 105px;
	margin: 0 auto;
}

/* Company name inside header and above horizontal nav menu*/

#coName {
	float: left;
	width: 700px;
	height: 105px;
	margin: 0px;
}

#coName h1 {
	padding: 70px 0 0;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#coName h1 a {
	text-decoration: none;
	color: #fff;
}
#coName h1 a:hover {
	text-decoration: underline;
	color: #fff;
}



/* Horizontal Navigation Menu */

#menu {
	width: 940px;
	height: 47px;
	margin: 0 auto;
	background: url(images/nav.jpg) repeat-x left top;
}

#menu ul {
	margin: 0 0 15px 30px;
	padding: 0;
	list-style: none;
	line-height: 1.7em;
}

#menu li {
	display: block;
	float:left;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 10px;
	padding:10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #a5b399; 
}

#menu a:hover {color: #fff;}
#menu .active a {color: #e9c68e;}
#menu .active a:hover {color: #fff;}

.dropdown {
	position:relative;
}

.dropdown:after {
	font-size:.5em;
	display:block;
	position:absolute;
}

.drop-nav{
	position:absolute;
	display:none;
}
.drop-nav li {
	background: url(images/nav.jpg) repeat-x left top;
	height: 47px;
	width: 400px;
	border-bottom: 1px solid #fff;
}
.dropdown:hover > .drop-nav {
	display:block;
	top: 47px;
	left: 20px;
}



/*Banner Photo Containing Logo*/
#bwl {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 255px;
	background: url(images/headerBannerwLogo940x255.jpg) repeat-x left top;	
	background-color: #4f4b4a;
}


/* Container is   Left Sidebar plus Center Content*/

#container {
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: white;
}

/* Left Sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px 30px 10px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#sidebar ul li  {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1em;
}
#sidebar h1 {
	font-size: 1em;
	font-weight:bold;
}
#sidebar ul li.spc {
	border-bottom: 1px solid #cbd1ce;
	margin-bottom: 20px;
}
#sidebar a {
	border: none;
	color: #779987;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #4e6c5c;
}




/* Center Main Content */

#content {
	float: right;
	width: 640px;
	margin: 0;
}
#content a {
	border: none;
	text-decoration: underline;
	color: #779987;
}

#content a:hover {
	color: #4e6c5c;
}

#content .title {
	width:100%;
	margin: 0 0 10px;
	padding: 5px 0;
	color: #fff;
	background: #779987;/*teal from photo*/ 
	text-align:center;
	font-variant:small-caps;
}
#content h1 {
	font-size: 1.1em;
	color: #779987;
}
#content h2 {
	font-size: 1em;
	color: #779987;
}
#content h1.pr {
	font-size: 1.3em;
	color: #779987;
	border-top: 2px solid #779987;
	padding:8px 0;
	
}
#content blockquote {
	margin: 0 auto;
	width: 75%;
	font-size: .9em;
	font-style:italic;
	
}

#content hr {margin: 5px; color:#a5b399;}
#content ul.address {float:left; padding-right:15px; border-right:1px solid #cbd1ce; font-size:.9em;}

#content .locations a {
	border: none;
	text-decoration: underline;
	color: #000;
}

#content .locations a:hover {
	color: #4e6c5c;
}

table {
    border-collapse: collapse;
	width:100%; 
	margin:0 0 20px; 
	padding:0;

}
table, th, td {
    border: 1px solid #779987;
	font-size: .9em;
}
table, th, td {padding: 5px;}
table td.st  {font-weight:bold;}
table a {
	color:#779987; 
	text-decoration:underline;
}
table a:hover {
	color:#4e6c5c;
	text-decoration:underline;
}


/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px;
	background: #988f8a;
	color: #fff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: .8em;
}
