
/* CSS Stylesheet for Environment Centre pages */

body {
	color: #003300;
	background-color: #A1D2FA;
	background-image: url(../environmentcentre/images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/***** Top bar for website links *****/

#sitelinks, #sectionMenu, #pageFooter p {
	background: #363;
}

/***** Links in Horizontal bars *****/

#sitelinks a:hover, #sectionMenu a:hover, #pageFooter p a:hover {
	color: #009900;
}

/***** Page Header Banner *****/

#pageHeader {
	background: #363 url("../images/banners/ecbanner.jpg") top left no-repeat;
	border-top: 1px solid #003300;
}

/***** Side Bar *****/ 	
 
#sidebar {
	background-color:#b4dc86;
}

#submenu {
}

#submenu h3 {
	color: #ffffff;
	background-color: #363; /* dark green */
}

#submenu a:link, #submenu a:visited {
	color:#003300; /* dark blue */
}

#submenu a:hover {
	color: #6699FF; /* lighter blue */
}

/***** Content of Page *****/

#supportingText #breadcrumbs {
	background-color: #EAEAFF; /* light blue */
}

#supportingText h2 {
	color: #003300;
}

#supportingText a:link {
	color: #009900;
}

#supportingText a:visited {
	color: #003300;
}

#supportingText a:hover {
	color: #ffffff;
	background: #003300;
}

#hilite {
	border: 1px solid #003300;
}

/***** Unique styles for Environment Education pages *****/

#supportingText h3.phrase {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: normal;
	color: #360;
	font-size: 24px;
	text-align: center;
}

#supportingText .quote {
	border: thin solid #033;
	padding: 10px;
	width: 75%;
	margin: auto;
	font-style: italic;
}
