
/* styles that chnage in colour Environmental */

h1 {
	color: #095C86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: lighter;
	display: block;
}

h2 {
	color: #095C86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	display: block;
}


h3 {
	color: #095C86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	display: block;
}

/* PAGE LINKS container and styles*/
#pagelinks {
	clear: both;
	width: 720px;
	background-color: #EBF2F5;
	font-weight: bold;
	color: #999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 10px;
	text-transform: uppercase;
}


/* PAGE LINKS BOTTOM container and styles for search results*/
#pagelinksbottom {
	clear: both;
	width: 720px;
	background-color: #EBF2F5;
	font-weight: bold;
	color: #999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 10px;
	text-transform: uppercase;
}


#Content a:link, #Content a:visited {
	color: #095C86;
	text-decoration: none;
}

#Content a:hover, #Content a:active {
	color: #0099CC;
	text-decoration: none;
}


#pagelinks a:link, #pagelinks a:visited {
	color: #095C86;
	text-decoration: none;
}

#pagelinks a:hover, #pagelinks a:active {
	color: #0099CC;
	text-decoration: none;
}





/* Media Zone parent container holds the image or flash and copy.
#Media {
	height: 250px;
	width: 750px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
	clear: right;
}

#MediaCopy {
	height: auto;
	width: 375px;
	position: absolute;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	bottom: 0px;
	padding: 15px;
	z-index: 1;
}


#MediaCopy h1 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}


#MediaCopy p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}



#MediaCopy a:link, #MediaCopy a:visited {
	color: #FFF;
	text-decoration: underline;
}

#MediaCopy a:hover, #MediaCopy a:active {
	color: #ED171F;
	text-decoration: none;
}


/*ovde


#MediaCopyRight {
	height: auto;
	width: 345px;
	position: absolute;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	bottom: 0px;
	padding: 15px;
	z-index: 1;
	left:375px;
}


#MediaCopyRight h1 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

#MediaCopyRight p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}

#MediaCopyRight a:link, #MediaCopyRight a:visited {
	color: #FFF;
	text-decoration: underline;
}

#MediaCopyRight a:hover, #MediaCopyRight a:active {
	color: #ED171F;
	text-decoration: none;
}
*/