/***********************************************/
/* style.css                             */
/* Use with with_sidebar.htm AND nosidebar.htm*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #205f7A;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #58879C;
	border-bottom: dotted 1px #333333;

}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	 font-size: 130%;
	 color: #DEE7EB;
}

h2 {
	 font-size: 115%;
	 color: #205f7A;
}

h3 {
	 font-size: 110%;
	 color: #7c1300;
}

h4 {
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
}

h5 {
	 font-size: 100%;
	 color: #334d55;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 900px;
	border: 1px solid #ccc;
	background-color:#fff;
}

#masthead {
	margin: 0;
	padding: 5px 0px 0px 0px;
	background-color: #000000;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

#masthead h1{
	color:#ffffff;
	padding: 0px 0px 5px 15px;
}

#sideBar {
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #f4f2d9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content {
    float:right;
	width: 75%;
	margin: 0;
	padding: 5px 5px 0px 0px;

}
#content img {
	float: right;
	padding: 0px 5px 0px 2px;
	margin: 0px 5px 5px 2px;
}
#content p{
	font-size: 90%;
}


/************* #globalNav styles **************/

#globalNav {
	color: #d4d79f;
	padding: 0px 0px 0px 15px;
	background-color: #46502b;
	white-space: nowrap;
	border-top: 1px solid white;
	border-bottom: 2px solid #996600;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img {
	display: block;
}

#globalNav a {
	color: #FFFFFF;
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:hover {
	color:#d4d79f;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}




/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	/*background-color: #b9dae8;*/
	border-top: 1px solid #ccc;
	font-size: 75%;
	text-align: right;	
	color: #205f7a;
	padding: 5px 10px 10px 5px;
	margin-top: -1px;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align: center;	
}
#evergreenLogo {
	text-align: left;
	padding: 4px 15px;
	background-color: #46502b;
	font-size: .8em;
	color:#ccc;

}

#evergreenLogo a {
	font-size: .8em;
	color:#ccc;
	}


/*********** #sideBar link styles ***********/
#sideBar ul a:link, #sideBar ul a:visited {
	display: block;
}

#sideBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sideBar li {
	border-bottom: 1px solid #EEE;
	padding:4px 0px;
}

/* fix for browsers that don't need the hack */
html>body #sideBar li {
	border-bottom: none;
}

/*********** #sectionLinks styles ***********/
#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link {
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #ccc;
	width: 100%;
}

#sectionLinks a:visited {
	border-top: 1px solid #ccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover {
	border-top: 1px solid #ccc;
	background-color: #ddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/
.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}
