@charset "UTF-8";
/* CSS Document */

/* html elements */
body {
	background: url(images/headerArt-bg.jpg) repeat-x;
	background-color: #241f07;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a.skipNav {
	font-size:1px; 
	text-indent:-9999px; 
	float:left;
}
.clear {
	overflow:hidden; 
	height:1px; 
	font-size:1px; 
	text-indent:-9999px; 
	clear:both; 
}

/* main layout divs */
#container {
	width:897px;
	margin: 0 auto;
	position:relative;
}
#header { 
	height:200px; 
	width:897px; 
	overflow:hidden; 
}
#mainNav { 
	height:46px; 
	width:897px; 
	overflow:hidden; 
	background:url(images/mainNav-btn.jpg) no-repeat; 
}
#editorialWell { 
	width:897px; 
	overflow:hidden; 
	margin:0;
}
#footer { width:877px; height:30px; overflow:hidden; margin:0; background-color:#52514c; padding:10px; margin-top: 30px;}


/* header styles */
#header h1, 
#header h1 a { margin:0px; }
#header h1 {float:left;}

#header h1 a { 
	width:729px; 
	height:200px; 
	display:block; 
	background:url(images/michigantrees-org-header.jpg) no-repeat; 
	font-size:1px; 
	text-indent:-9999px; 
}

#header ul { float:right; margin:5px 5px 0 0; padding:0; list-style:none; }
#header li { display:inline; border-left: 2px #241f07; padding-left:5px; margin-left:5px; }
#header li a { color:#241f07; text-decoration:none; }
#header li a:hover { color:#241f07; text-decoration:underline; }
#header li.first { border:none; margin:0; padding:0; }

/* Main Nav */
#mainNav ul { list-style:none; margin:0 0 0 489px; padding:0; }
#mainNav li {display:inline; float:left;}
#mainNav a { font-size:1px; text-indent:-9999px; display:block; height:46px; width:58px; background:url(images/mainNav-btn.jpg) no-repeat; }

a#menu1 { width:58px; background-position:-489px 0; }
a#menu1:hover { background-position:-489px -46px; }
a#menu1.selected { background-position:-489px -46px; }

a#menu2 { width:201px; background-position:-547px 0; }
a#menu2:hover { background-position:-547px -46px; }
a#menu2.selected { background-position:-547px -46px; }

a#menu3 { width:148px; background-position:-748px 0; }
a#menu3:hover { background-position:-748px -46px; }
a#menu3.selected { background-position:-748px -46px; }

/* editorialWell styles */
.leftColumn { float:left; width:211px; overflow:hidden; background-image:url(images/linksTitle.jpg); background-repeat:no-repeat; padding:173px 0 0 45px; color:#ebeae1; }
.leftColumn a {color:#d65c02; text-decoration:none; font-weight:bold;}
.leftColumn a:hover {text-decoration:underline;}
.leftColumn h2 { font-size:14px; color:#9eb942; font-weight:bold; line-height:0; }
.leftColumn h2 a { color:#9eb942; font-weight:bold; text-decoration:none;}
.leftColumn h2 a:hover {text-decoration:underline;}

.rightColumnTop {float:right; margin:0; width:641px; height:48px; background-image:url(images/bodyTop.jpg); background-repeat:no-repeat;}

.rightColumn {
	float:right; 
	margin:0; 
	width:585px; 
	border:10px; 
	background-color:#ebeae1;
	border:solid #52514c 8px; 
	padding:20px; 
}
.rightColumn a {color:#d65c02; text-decoration:none;}
.rightColumn a:hover {text-decoration:underline;}
.rightColumn h3 {font-size:14px; font-weight:bold; margin-bottom:0;}
.rightColumn li {line-height:1.5em;}

.rightSidebar {
	float:right;
	width:190px;
	padding:5px;
	background-color:#FFF;
	margin-left:15px;
}

/* footer styles */
.footerleft { float:left; width:350px; overflow:hidden; font-size:11px; line-height:1.5em;}
.footerright {float:right; width:470px; overflow:hidden; text-align:right;}

#footer ul { list-style:none; margin:0; padding:0px; font-size:11px; line-height:1.5em; }
#footer li { display:inline; padding-left:5px; margin-left:5px; border-left:1px solid black; }
#footer li.first { border:none; margin:0px; padding:0; }
#footer a {color:black; text-decoration:none; }
#footer a:hover {color:#ebeae1; text-decoration:underline;}
#footer ul.bottom li {font-size:11px; border:none;}