/***********************************************/
/* 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;
	/*border-bottom-width: inherit;*/
	width:1024px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	 font-size: 120%;
	 color: #334d55;
}

h2 {
	 font-size: 114%;
	 color: #006699;
}

h3 {
	 font-size: 100%;
	 color: #334d55;
}

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: auto;
	width: 856px;
	/*border: 1px solid #cccccc;*/
	background-color:#FFFFFF;
	background-image: url('images/Mw_eye_header.jpg');
	background-repeat: no-repeat;
}

#masthead {
	margin: 0;
	height: 213px;
	background-color: #000000;
	border-bottom: 1px solid #cccccc;
	/*width: auto;*/
	}

#masthead h1{
	color:#666666;
	padding: 50px 0px 5px 50px;
	
}

#sideBar {
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #f4f2d9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content {
    float:center;
	width: 80%;
	margin: 0;
	padding: 5px 5px 0px 20px;
	text-align:justify;

}
#content img {
	float: left;
	padding: 0px 10px 0px 0px;
	padding-left: 5%;
	margin: 0px 5px 5px 0px;
}
#content p{
	font-size: 95%;
}

#Layer1 {
	position:absolute;
	width:585px;
	height:40px;
	z-index:1;
	left: 102px;
	top: 155px;
	/*overflow: hidden;*/
	font-size: 150%;
}


/************* #globalNav styles **************/

#globalNav {
	color: #9CAF1D;
	padding: 5px 0px 5px 10px;
	background-color: #46502B;
	width:812px;
	height: auto;
	align: center;
}
/* '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: 105%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:hover {
	color:#d4d79f;
	}




/************* #siteInfo styles ***************/

#siteInfo {
	color: #FFFFFF;
	padding: 5px 0px 5px 50px;
	background-color: #46502B;
	width:812px;
	height: auto;
	align: center;
	font-size: 85%;
}

#siteInfo a {
	color: #FFFFFF;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align: center;	
}
#evergreenLogo {
	text-align: right;
	/*padding: 1px 5px;*/
	background-color: #46502b;
	font-size: .8em;
	color:#CCCCCC;
}

#evergreenLogo a {
	font-size: .8em;
	color:#CCCCCC;
	}

