@charset "UTF-8";
/* CSS Document */

/* 	Copyright Express Services Ltd 2009
	StyleSheet for created by Born Dreaming

	Site wide colours
		Text DK Blue	: #00162E
		Text MD Blue	: #0B2943
		Text LT Blue	: #00B8D1
*/
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	height:100%;
	background: #95B1DF url(../images/water-background.jpg) repeat-x center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#00162E;
}
.container{
	margin:0 auto 0 auto;
	width:960px;
}
/* Head */
.masthead{
	background:url(../images/head-bg.png) bottom center no-repeat;
	height:93px;
	text-align:center;
}
.title{
	width:460px;
	margin:0 0 0 80px;
	float:left;
}
.masthead h1{
	font-size:1.2em;
	font-weight:normal;
	color:#00B8D1;
}
.masthead h1 em{
	font-style:normal;
	font-weight:bold;
	color:#00162E;
}
.masthead h2{
	font-size:1.8em;
}
.masthead h2 em{
	font-style:normal;
	font-weight:normal;
}
.masthead h3{
	font-size:1em;
	font-weight:normal;
}

/* Page */
.page{
	float:left;
	background:url(../images/page-bg.png) center repeat-y;
	width:960px;
	padding:0 0 20px 0;
	
}
.page-holder{
	float:left;
	width:860px;
}
.main{
	width:524px;
	float:left;
	margin:0 0 0 14px;
}
.main-full{
	width:830px;
	float:left;
	margin:0 0 0 14px;
}
.topper{
	background:url(../images/topper.gif) top center no-repeat;
	color:#FFFFFF;
	line-height:33px;
	text-align:center;
	margin:0;
}
.main .panel{
	background:url(../images/panel-523.gif) top center no-repeat;
	padding:0 12px 0 8px;
}
.main-full .panel{
	background:url(../images/panel-830.gif) top center no-repeat;
	padding:0 12px 0 8px;
}
.right{
	width:292px;
	float:left;
	margin:0 0 0 14px;
}
.right .panel{
	background:url(../images/panel-291.gif) top center no-repeat;
	padding:0 4px 0 4px;
	margin:0 0 2em 0;
}
.feature{
	text-align:center;
	clear:both;
	margin:12px 0 0 0;
}
/* Left Column */
.left-col{
	float:left;
	width:100px;
}
/* Navigation */
.left-col ul{
	list-style-type:none;
	width:100px;
	margin:0;
}
.left-col li{
	width:100px;
}
.left-col li a{
	color:#0B2943;
	text-decoration:none;
	line-height:36px;
	height:36px;
	display:block;
	background:url(../images/tab-off.png);
	text-indent:14px;
}
.left-col li a:hover{
	text-decoration:underline;
	background:url(../images/tab-on.png);
}
/* Selected */
#home #nav-home a,
#about #nav-about a,
#serv #nav-serv a,
#faq #nav-faq a,
#gall #nav-gall a,
#cont #nav-cont a{
	background:url(../images/tab-on.png);
	color:#000;
}

.accreditations{
	background:url(../images/sidebar-top.png) no-repeat;
	text-align:right;
	padding:24px 0 12px 0;
	margin:12px 0 0 0;
}
.accreditations-bottom{
	background:url(../images/sidebar-bot.png) no-repeat;
	height:12px;
}
/* Footer */
.footer{
	float:left;
	width:960px;
	height:50px;
	background:url(../images/footer-bg.png) top center no-repeat;
	font-size:0.7em;
}
.foot p{
	padding:4px 0 0 0;
	text-align:center;
}
.foot{
	width:856px;
	margin: 0 0 0 100px;
	background:url(../images/foot-bg.gif) top center no-repeat;
}
.credit{
	text-align:right;
	color:#FFFFFF;
	margin:6px 24px 0 124px;
}
.credit a{
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.credit a:hover{
	text-decoration:underline;
}
.credit-left{float:left;}
.credit-right{float:right;}

/* Text Formatting */

h4{
	margin:0 0 0.5em 0;
	font-size:1.6em;
}
h5{
	margin:0 0 0.5em 0;
	font-size:1.1em;
}
.highlight{
	background:#000;
	color:#FFFFFF;
	padding:0 0.2em 0 0.2em;
}
h6{
	font-size:1.7em;
	color:#00B8D1;
}
p{
	margin:0 0 0.75em 0;
}
ul{
	margin:0 0 0 2em;
}
.question{
	margin:0;
	color:#00B8D1;
	font-weight:bold;
}
.answer{
	margin:0 0 0.75em 0;
}
.phone{
	text-align:justify;
	font-weight:bold;
	font-size:2.2em;
	margin:0;
	padding:0;
}
/* gallery */
.gallery-thumbs{
	float:left;
	width:auto;
	margin:0 8px 12px 0;
	background:#ccc;
	padding:6px 6px 6px 11px;
}
.gallery-thumbs img{
	margin:0 5px 0 0;
}
/* misc */
label {
	width:150px;
	display:inline-block;
	text-align:right;
}
.thanks{
	width:auto;
	border:1px solid #000066;
	text-align:center;
	padding:24px;
	margin-bottom:24px;
	font-weight:bold;
}

