
/*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: #6ac6c7;
}
h2 {
	color: #6ac6c7;
}
#centre-holder-dms{
	border: 2px solid #6ac6c7;
}
a, a:visited{
	color: #6ac6c7;
}
#centre-holder a, #centre-holder a:visited{
		color: #6ac6c7;
}
#header-search {
	color: #6ac6c7;
}
/*______________________backgrounds images that change___________________________*/ 
body{
	background-image: url(/img/i-frame-bg-turq.jpg);

}
#logo {
background-image:url(/img/i-logo-turq.jpg);
float:left;
height:210px;
width:338px;
}

/*______________________backgrounds colors that change___________________________*/  

.navigation {
	background-color: #6ac6c7;
}
.navigation2 {
	color: #b4e2e3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6ac6c7;
}
.navigation2 a, .navigation2 a:visited, .navigation2 a:hover{
	color: #6ac6c7;
}
.left-box-nav, .left-holder-box{
	background-color: #6ac6c7;
}
div#thedmsBrowseGrid .BrowseCell h2{
	background-color: #6ac6c7;
}
form h2 {
	background-color: #b4e2e3;
	border: 1px solid #6ac6c7;
}
.button {
	background-color: #6ac6c7
}
/*______________________border colors that change___________________________*/  



.centre-this-week-image{
	border: 1px solid #b4e2e3;
}
hotspot-map-holder {
	border:1px solid #b4e2e3;
}
/*______________________Other Variables____________________________________*/  



