/* CSS Document */

a:link, a:visited {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.pdf {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

a.back {
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

a.email {
	background-image: url(../images/email_link.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

#link-bar li {
	margin: 0;
}

#link-bar li a {
	text-align: center;
	font-weight: bold;
	height: 21px; /* 43 */
	padding: 12px 0 10px 0;		
}

#link-bar li a:link, #link-bar li a:visited {
	color: #222;
}
#link-bar li a:hover, #link-bar li a:active, #link-bar a.on {
	color: #FAFAFA;
	background-color: #292929;
	background-image: url(../images/link-bar-bgr3.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#link-bar a.on:link, #link-bar a.on:visited {
	color: #EEE;
}
#link-bar a.on:hover, #link-bar a.on:active {
	color: #FAFAFA;
}

.content a:link, .content a:visited {
	border-bottom: 1px dotted #999;
}
.content a:hover, .content a:active {
	border-bottom: 1px solid #999;
}

#fitness-link {
	color: #f69231;
}
#studio-link {
	color: #85a51c;
}
#sportscafe-link {
	color: #bd2c25;
}
#sportscentre-link {
	color: #004ca8;
}

.facility-link:hover, .facility-link:active {
	color: #222;
}

.content a.no_border:link, .content a.no_border:visited, .content a.no_border:hover, .content a.no_border:active {
	border: 0px solid #F00;
}