#header { background-image:url(../recreation/images/banner_right.jpg)) !important;}

/* left side links */

#site_nav {
	width:147px;
	padding:0;
	float:left;
	line-height: 1em;
	font-size:12px;
	margin: 0;
	min-height:295px;
 	height:auto !important;
 	height:295px;

	}

#site_nav a.nava {
display: block;
padding: 4px 3px 4px 10px;
text-decoration: none;
border-bottom: 1px dotted #bbb;
color: #000;
}


#site_nav a.aselected { 
	background-color:#CC0033;
	color: #fff;
	display: block;
	padding: 4px 2px 4px 10px;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	} 
	
#site_nav a:hover{
	border-bottom: 1px dotted #bbb;
	margin: 0;
	background-color: #333;
	color: #fff;
	}

#site_nav a.navb {
	display: block;
	padding: 4px 3px 4px 25px;
	background-color:#ccc;
	text-decoration: none;
	background-image: url(../../../recreation new/recreation/images/sub-menu/lv2_bk.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	color: #000;
	border-bottom: 1px dotted #bbb;
	}

#site_nav a:hover.navb{ 
	background-color: #333 !important; 
	background-image: url(../images/sub-menu/lv2_hover.gif);
	}

#site_nav a.navc {
	display: block;
	padding: 4px 7px 4px 37px;
	background-color:#aaa;
	text-decoration: none;
	background-image: url(../../../recreation new/recreation/images/sub-menu/lv3_nav.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	color: #000;
	border-bottom: 1px dotted #bbb;
	}

#site_nav a:hover.navc{ 
	background-color: #333 !important; 
	background-image: url(../images/sub-menu/lv3_hover.gif);
	}
	

/*********** Medical Services / Health / Physio / Counselling table and buttons - from health.css***********/
/** General settings for the tables **/
#palette {
	margin-right:-41px;
	width: 560px;
	}
	
#palette td {
	border: 1px;
	border-color: #FFFFFF;
	width: 25%;
	padding: 5px 5px;
	}
/** The table header buttons **/
.rollover_button {
	color:#FFFFFF;
	font-weight:bold;
	}

.rollover_button a {
	letter-spacing: 0.5px;
	color: #FFFFFF;
	width:100%;
	height:100%;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.rollover_button a:hover {
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
	color:#FFFFFF;
	}
	
.rollover_button a:visited {
	color:#FFFFFF;
	}		
/** These are the individual colours **/
/* Health Clinic Rollover */
td#clinic_rollover {
	text-align: center;
	background-color: #c1552f; /* e09f86 
	background-color: #9e2c04; /* e09f86 */
	color: #FFFFFF;
	}
	
td#clinic_rollover:hover {
	background-color: #2E3192;
	}

/* Health Rollover */	
td#health_rollover {
	color: #FFFFFF;
	text-align:center;
	background-color: #6e9776;
	}
	
td#health_rollover:hover {
	background-color: #2E3192;
	}
	
/* Physotherapy Rollover */
td#physio_rollover {
	text-align:center;
	background-color: #b9ac6d;	
	color: #FFFFFF;
	}
	
td#physio_rollover:hover {
	background-color: #2E3192;
	}

/* Personal Counselling Rollover */	
td#counselling_rollover {
	text-align:center;
	color: #FFFFFF;
	background-color: #7a95ad;	
	}
	
td#counselling_rollover:hover {
	background-color: #2E3192;
	}

/* These are the lower cells with the content */
.news_spot td {
	height: 100px;
	vertical-align: text-top;
	}
	
	
/**************** Line art graphics, was removed for the time being - from health.css*********************/
/** These provide the background colours though **/
td#clinic_bg {
	background-color: #f7cfc0;/*
	background-image: url(../images/medical.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	}
	
td#health_bg {
	background-color: #bfcdc2;/*
	background-image: url(../images/health.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	}
	
td#physio_bg {
	background-color: #f8edb9;/*
	background-image: url(../images/physio.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	}
	
td#counselling_bg {
	background-color: #b7c4d1;/*
	background-image: url(../images/counselling.gif);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	}
	
	
	

/**************** Main picture, the news bos beside it and the captions - from health.css ****************/
#main_picture {
	margin-top: 0px;
	
	z-index: -1;
	float: left;
	}
	

	
.caption {
	padding-left: 20px;
	text-decoration:none;
	background-color: #fff;
	color: #000;
}	



/*************** banner_right ***************/

#banner_right
	{
	position: absolute;
	margin-left: 589px;
	width: 365px;
	height: 76px;
	background-image:url(../recreation/images/banner_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	}
