/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: left;
	font-size: 0.75em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background: #dbe6f6 url(../../images/mainBg.jpg) repeat-x top;
	margin-top: 0px;
}

a:link, a:visited {
	color: #000;
	text-decoration:none
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 1.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.4em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.1em;
	color: #333;
	text-align: center;
}

/* Layout Styles
--------------------------------------------------------------- */

#firefoxWidthFix {
	position:absolute;
	top:0;
	height:100%;
	padding:0 0 1px;
}

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 1px solid #333;
	border-top: none;
}

#header {
	font-size: 1px;
	height: 89px;
	width: 740px;
	background: url(../../images/headerBg.gif) #fff;
}

#banner {
	background: url(../../images/bannerBg.jpg) no-repeat #3399CC;
	height: 65px;
	width: 740px;
	position: relative;
}

#banner2 {
	background: url(../../images/banner2Bg.jpg) no-repeat #3399CC;
	height: 24px;
	padding-top: 2px;
	width: 740px;
}

#flashText {
	width: 480px;
	height: 23px;
}

	#flashText p{
		padding:0px;
		padding-top:2px;
		padding-left:10px;
		margin:0px;
		color:#fff;
	}

#navHolder {
}

#contentContainer {
	width: 740px;
	float: right;
	background: #fff;
	padding-bottom: 20px;
}

#contentLeft {
	float: left;
	width: 440px;
}

#contentLeft_text {
	padding: 20px;
}

#contentLeft_text img {
	border: none;
}

#contentRight {
	float: right;
	width: 277px;
}

#contentRight-top {
	background: url(../../images/contentRight-top.jpg);
	height: 23px;
	width: 250px;
	margin: 10px 0px 0px 2px;
	float: left;
}

#contentRight_text {
	margin: 0px 0px 0px 2px;
	background: url(../../images/contentRight-mid.jpg) repeat-y;
	padding: 0px 15px 0px 15px;
	width: 220px;
	float: left;
	font-size: 1.2em;
}

#contentRight_text p {
	margin: 0px;
	padding-bottom: 4px;
}

#contentRight-bottom {
	background: url(../../images/contentRight-bottom.jpg);
	height: 29px;
	width: 250px;
	margin-left: 2px;
	float: left;
}

#footer {
	clear: both;
	width: 720px;
	padding: 10px;
	color: #fff;
	background: #444;
	font-size: 0.9em;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
}

#footer p {
	margin: 0px;
}

#footer img {
	float: right;
	border: none;
}

#indexList {
	text-align: center;
	padding: 0px;
}

#indexList li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#indexList ul {
	padding: 0px;
	margin: 0px;
}

#indexList a {
	background: url(../../images/indexBoxesBg.jpg) no-repeat center;
	padding: 10px 10px 10px 10px;
	height: 14px;
	display: block;
	margin: 0px;
	color: #fff;
	text-align: center;
}

#indexList a:hover {
	background: url(../../images/indexBoxesBg-hover.jpg) no-repeat center;
	text-decoration: none;
}

/* Navigation Styles
--------------------------------------------------------------- */

body#home #home-a,
body#services #services-a,
body#testimonials #testimonials-a,
body#book-online #book-online-a,
body#areas #areas-a,
body#faqs #faqs-a,
body#vacancies #vacancies-a,
body#contact #contact-a {
	background: #fff;
	color: #207698;
}

#navigation {

}

#navigation ul {
	margin: 0px;
	display: inline;
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0px;
}
	  
#navigation a {
	float:left;
	color: #fff;
    text-decoration:none;
	padding: 2px 4px 2px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	border-right: 1px solid #fff;
	text-transform: lowercase;
}

#navigation a:hover {
	background: #000;
}

#navigation .noBorder {
	border: none;
}

#subnav {
	z-index: 1;
	position: absolute;
	left: 44px;
	top: 23px;
	margin: 0px;
	visibility: hidden;
	padding: 0px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
}

#subnav li {
	list-style: circle;
	display: inline;
}

#subnav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #ccc;
	text-transform: lowercase;
	padding: 1px 5px;
	border-left: 4px solid #ccc;
}

#subnav a:hover {
	border-left: 4px solid #eee;
	text-decoration: none;
	color: #eee;
}

/* Class Styles
--------------------------------------------------------------- */

.strong {
	font-weight: bold;
}

.blue {
	color: #0d086f;
}

#alignCentre {
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #eee;
}

#advert {
	margin-top: 7px;
	float: left;
}

#advert img {
	border: none;
}

.italic {
	font-style: italic;
}

.red{
	color:red;
}

.blue{
	color:blue;
}

.green{
	color:green;
}

#contentLeft_text img.right{
	float:right;
	border:1px solid #335AA5;
}

p.areasCovered{
	font-weight:bold;
	text-transform:uppercase;
	font-size:2.6em;
	text-align:center;
	margin:0;
	color:#311792;
}

p.largeBold{
	font-size:2em;
	font-weight:bold;
	margin:0;
	padding:0;
}

#botBuster {
	display: none;
}