
/*CSS Document*/
/*Try to group the overrides together using commas as much as possible.... Every single line of code should have a variable in it. If it is not a variable based style it should go in the publication stylesheet*/
/*______________________font colors that change___________________________*/   

h1 {
	color: #42b97f;
}
h2 {
	color: #42b97f;
}
#centre-holder-dms{
	border: 2px solid #42b97f;
}
a, a:visited{
	color: #42b97f;
}
#centre-holder a, #centre-holder a:visited{
		color: #42b97f;
}
#header-search {
	color: #42b97f;
}
/*______________________backgrounds images that change___________________________*/ 
body{
	background-image: url(/img/i-frame-bg-green.jpg);

}
#logo {
background-image:url(/img/i-logo-green.jpg);
float:left;
height:210px;
width:338px;
}

/*______________________backgrounds colors that change___________________________*/  

.navigation {
	background-color: #42b97f;
}
.navigation2 {
	color: #41ba80;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42b97f;
}
.navigation2 a, .navigation2 a:visited, .navigation2 a:hover{
	color: #42b97f;
}
.left-box-nav, .left-holder-box{
	background-color: #42b97f;
}
div#thedmsBrowseGrid .BrowseCell h2{
	background-color: #42b97f;
}
form h2 {
	background-color: #41ba80;
	border: 1px solid #42b97f;
}
.button {
	background-color: #42b97f
}
/*______________________border colors that change___________________________*/  



.centre-this-week-image{
	border: 1px solid #41ba80;
}
hotspot-map-holder {
	border:1px solid #41ba80;
}
/*______________________Other Variables____________________________________*/  



