/********* These are page adjustments for health alone. These page adjustments 
	are necessary for the coloured tables and the random photos. *********/
#header { background-image:url(../health/images/banner_right.jpg)!important;}
	
#centre {
	margin-left: 0px;
	width: 786px;
	}
	
#text {
	width: 552px;
	padding-bottom: 10px;
	}
	
#breadcrumb {
	margin-left:20px;
	}
	
h1 {
	margin-left:20px;
	}
	
.hcsbody {
	width: 524px;
	padding-left: 20px;
	float: left;
	padding-right: 8px;
	padding-bottom: 10px;
	line-height: 1.3em;
	}
	
	
	
	
	
/*********** Emergency / Nightline / Appointments buttons ***********/
/** These are for the health home page alone **/
#emergency_home {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 62px;	
	color: #FFFFFF;
	}

#emergency_home li {
	background-repeat: no-repeat;
	background-position: 10px 20%;
	background-image: url(../health/images/circle.jpg);
	padding-left: 30px;
	padding-bottom: 10px;
	}
	
#emergency_home li:hover {
	background-image: url(../health/images/hover_circle.jpg);
	}
	
#emergency_home li a:hover {
	text-decoration: none;
	}

/** These are for the services' main pages **/
#emergency {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 105px;	
	color: #FFFFFF;
	}

#emergency li {
	background-repeat: no-repeat;
	background-position: 10px 20%;
	background-image: url(../health/images/circle.jpg);
	padding-left: 30px;
	padding-bottom: 10px;
	}
	
#emergency li:hover {
	background-image: url(../health/images/hover_circle.jpg);	
	}
	
#emergency li a:hover {
	text-decoration: none;
	}
	
	
	
	
	

/*********** Medical Services / Health / Physio / Counselling table and buttons ***********/
/** General settings for the tables **/
#palette {
	margin-right:-41px;
	width: 592px;
	}
	
#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 *********************/
/** 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 ****************/
#main_picture {
	margin-top: 0px;
	margin-left: 0px;
	width: 412px;
	/*Picture width can be no more than 412*/
	z-index: -1;
	float: left;
	}
	
#news_box {
	width: 170px;
	margin-right: -40px;
	float: left;
	padding: 5px;
	height: 226px;
	background-color: #C7C8C3;
	z-index: 0;
	}
	
#news_box p {
	padding: 0px; 
	margin: 0px;
	}
	
.caption {
	padding-left: 14px;
	text-decoration:none;
	background-color: #fff;
	color: #000;
	margin-left:15px;
}	

/* This prevents Firefox from putting boxes around links */
a { outline: none; }

/* A to Z list on the resources page */
#azlist ul {
	margin-top:0em;
	padding-top:0px;
	}
