/* environment awards styles */

#banner, #banner img {
	background-color: #00853F;
}

#relatedcontent h1 {
	/* not used for environment awards */
	/*border-bottom: solid 1px #c0d39b;*/
}

img {
	border-color:#B6D5BE;
}

/* Generic link styles */
a:link {
	color: #00853F;
}
a:visited {
	color: #43673c;
}
a:active, a:hover, a:focus {
	color: #505052;
}

/* Generic Heading Styles */

h1 {
  color: #515153;
}
h2 {
  color: #515153;
}
h3 {
  color: #515153;
}
h4 {
  color: #515153;
}
h5 {
  color: #515153;
}
h6 {
  color: #515153;
}

#main {
	background: url(../images/keyline_tile_ea.gif) repeat-y 22.0% 0%;
}
#insidemain {
	background: url(../images/keyline_tile_ea.gif) repeat-y 74.0% 0%;
}

/* ************************************** */
/* TOOLBAR */
#toolbar {
	font-family: arial, sans-serif;
	font-weight:normal;
	text-align:right;
	width:100%;
	margin: 0px 0px 8px 0px;
	padding:2px 0px 2px 0px;
	background-color: 515153;
	border-bottom: 1px solid #D3D4D6;
	color: #FFFFFF;
	overflow: hidden;
	/*border: 1px solid red;*/
}
#toolbar ul {
	margin: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
}
#toolbar ul li{
	display:inline;
	font-family: arial, sans-serif;
}
#toolbar a {
	padding: 0px 8px 0px 8px;
	font-family: arial, sans-serif;
}
#toolbar a:link, div#toolbar a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
#toolbar a:active, div#toolbar a:hover, div#toolbar a:focus {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}
#toolbar a.on:link, #toolbar a.on:visited,
 #toolbar a.on:active, #toolbar a.on:hover, #toolbar a.on:focus {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}
#toolbar span.on {
	font-family: arial, sans-serif;
	padding: 0px 8px 0px 8px;
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

/* PRIMARY NAVIGATION */
#navigation a.nav1link:link, #navigation a.nav1link:visited {
	color:#414142;
	background:#FFFFFF url(../images/nav_arrow1_ea.gif) 5% 0.35em no-repeat;
}

#navigation a.nav1link:active, #navigation a.nav1link:hover, #navigation a.nav1link:focus {
	color:#000000;
	background:#B6D5BE url(../images/nav_arrow1_black.gif) 5% 0.35em no-repeat;
}

#navigation ul.nav1list li.nav1on div.nav1on {
	background: #B6D5BE url(../images/nav_arrow1_black.gif) 5% 0.35em no-repeat;
}

#toolbar {
	background-color: #515153;
	border-top: #D3D4D6 solid 1px;
	border-bottom: #D3D4D6 solid 1px;
}

#footer {
	background-color: #515153;
	border-top: #D3D4D6 solid 1px;
}

#returnhome a.returnlink:link, #returnhome a.returnlink:visited {
	background:#006534;
}
#returnhome a.returnlink:active, #returnhome a.returnlink:hover, #returnhome a.returnlink:focus {
	background:#00853F;
}

/* SECONDARY NAVIGATION */
#nav2 ul li.nav2on div.nav2on {
	background: #B6D5BE url(../images/nav_arrow2_black.gif) 5% 0.4em no-repeat;
}
#nav2 a.nav2link:link, #nav2 a.nav2link:visited {
	color:#414142;
	background:#FFFFFF url(../images/nav_arrow2_ea.gif) 5% 0.4em no-repeat;
}
#nav2 a.nav2link:active, #nav2 a.nav2link:hover, #nav2 a.nav2link:focus {
	color:#000000;
	background:#B6D5BE url(../images/nav_arrow2_black.gif) 5% 0.4em no-repeat;
}

/* TERTIARY NAVIGATION */
#nav3 ul.nav3list li.nav3on div.nav3on {
	background: #B6D5BE url(../images/nav_arrow2_black.gif) 11% 0.4em no-repeat;
}
#nav3 a.nav3link:link, #nav3 a.nav3link:visited {
	color:#414142;
	background:#FFFFFF url(../images/nav_arrow2_ea.gif) 11% 0.4em no-repeat;
}
#nav3 a.nav3link:active, #nav3 a.nav3link:hover, #nav3 a.nav3link:focus {
	color:#000000;
	background:#B6D5BE url(../images/nav_arrow2_black.gif) 11% 0.4em no-repeat;
}

/* CONTENT */
a.compoundanchor {
	line-height: 1.3em;
}


a.compoundanchor:link {
	background-color: transparent;
	color: #00853F;
	text-decoration: underline;
}
a.compoundanchor:visited {
	background-color: transparent;
	color: #505052;
	text-decoration: underline;
}
a.compoundanchor:active, a.compoundanchor:hover, a.compoundanchor:focus {
	background-color: transparent;
	color: #505052;
	text-decoration: underline;
}

/* BREADCRUMBS */
#breadcrumb {
	background-color: #FFFFFF;
	color: #00853F;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
	width:95%;
}
#breadcrumb a:link, #breadcrumb a:visited {
	background-color: transparent;
	color: #00853F;
	text-decoration: underline;
}
#breadcrumb a:active, #breadcrumb a:hover, #breadcrumb a:focus {
	background-color: transparent;
	color: #505052;
	text-decoration: underline;
}
#breadcrumb span.on {
	padding: 0px 0px 0px 4px;
	color: #00853F;
	font-weight:bold;
}

/* FOOTER */
#footer {
	font-family: arial, sans-serif;
	font-weight:normal;
	width:100%;
	margin: 6px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	background-color: #515153;
	border-top: 1px solid #D3D4D6;
	color: #FFFFFF;
	clear:both;
	text-align:right;
	overflow: hidden;
}
#footer ul {
	font-family: arial, sans-serif;
	margin: 0px 0px 0px 0px;
}
#footer ul li {
	font-family: arial, sans-serif;
	display:inline;
	padding:0px;
	margin:0px;
}
#footer a {
	font-family: arial, sans-serif;
	padding: 0px 8px 0px 8px;
}
#footer a:link, div#footer a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active, div#footer a:hover, div#footer a:focus {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a.on:link, #footer a.on:visited,
 #footer a.on:active, #footer a.on:hover, #footer a.on:focus {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer span.on {
	font-family: arial, sans-serif;
	padding: 0px 8px 0px 8px;
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Keyword Search and Other forms */
.keywordbutton {
	background-color:#b2b2b2;
}

#banner #search #keywordsearchlabel {
	color: #ffffff;
}

#banner #search a {
	color: #ffffff;
}

.searchinput {
	border: 1px solid #b2b2b2;
}

/* ****************** CUSTOM FORMATTING *************** */
.button {
	color: #000000;
	background-color: #b2b2b2;
}


