/**
 * Roughly based on the following colours (from a palette called muted india)
 *
 #df321a 207,44,68 red		changed to #df321a
 #8DD83D 141,216,61 green  trying #04daec,#0683c3,#1d2d46,#a14840,#df321a,#df321a
 #039FA6 3,159,166 blue
 #F6D023 246,208,35 yellow
 #F6650D 246,101,13 orange
 
 */ 
#page {
        background: #FFFFFF;
    }
#header  {
	background: url(../images/logo.png) center top no-repeat;
	background-position:center top;
	}	
#contact {margin:auto;
        color: #039FA6;
    }

#contact a, p a
    {
        border-bottom: #039FA6;
        color: #039FA6
    }
	
#quicklinks h2, #contact h2 {
	color:#fff;
	background:#039FA6;
	padding:2px;
	width:200px;}
	
#quicklinks a, #quicklinks a:visited {
	color:#039fa6;
}
			 
.link  {
	background-color:#039fa6;
}
.link a, .link a:visited {
		color:#fff;
}
/*
 menu - css
 */ 
#nav a
    {
        color: #fff;
        background: #039fac url(bottom_left.png) no-repeat left bottom;
    }
#nav a b
    {
        background: transparent url(bottom_right.png) no-repeat right bottom;
    }
#nav a:hover
    {
        background: #f6d023 url(bottom_left.png) no-repeat left bottom;
        color: #fff;
    }
#nav ul li a.current
    {
        background: #df321a url(bottom_left.png) no-repeat left bottom;
        color: #fff;
    }
#nav
    {
        background: #fff;
    }
#nav ul {
	margin-left:auto;
	margin-right:auto;}	

#leftside
    {
/*
        border-right: 2px solid #039FA6;

*/    }

		
.mainstatement, .caption
    {
        color: #039FA6;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
    }
.mainstatement b {color:#df321a;}
.mainstatement em {color:#df321a;
 font-style:normal;}	
.box 
    {
        color: #039fa6;
		border: 1px solid #df321a;
		background:  url("../images/tick.png") bottom right no-repeat; }
		

#header, .links {border-bottom: solid 2px #039fa6;
		}
/*  slideshow....*/
#slideshow {list-style:none; color:#fff}
#fullsize, #thumbnails {border:2px solid #df321a; background:#fff}
#information {background:#fff; color:#000;}
#slideleft {background:url(../images/scroll-left.gif) center center no-repeat; background-color:#fff}
#slideleft:hover {background-color:#df321a}
#slideright {background:url(../images/scroll-right.gif) center center no-repeat; background-color:#fff;}
#slideright:hover {background-color:#df321a}
#slidearea {background-color:#fff;}
/*
#slider img {border: 2px solid #df321a;}	
*/	 

/* for emphasised words */
#mainstatement p>b {
color:#df321a;
}

.mini_panel a {
		color:#ffffff;
		background-color:#039FA6;
}


#panels {

}
.links h2{margin-bottom:0;
		  color:#df321a;
		  }		
/*  for the google map in the footer */		  	 
#map { 
	padding:2px;
	border: 1px dashed #df321a;
	}		  
.fact {border-bottom:1px dashed #df321a;
		margin-left:20px;
		background: url(../images/tick.png) bottom right no-repeat;}
		
button {background: #df321a;}
