/* Structure */

html,body
{
	margin:0px;
	padding:0px;
}

body.default
{
	background:url('/images/background.jpg');
	background-repeat:repeat-x;
	background-color:#e4f6f9;
}

html,body,td,th
{
   font-family:'Helvetica Neue','Arial','Helvetica',sans-serif;
	font-size:10pt;
}

form
{
	margin:0px;
}

input.monospace,textarea.monospace
{
	font-family:monospace;
	font-size:9pt;
	padding:3px;
	border:1px solid #ccdfe1;
	background-color:white;
}

.formLabel,.formControl,.formSubLabel,.formSubControl,.formSubLabelCheckbox
{
	font-size:9pt;
}

.formLabel,.formSubLabel,.formSubLabelCheckbox
{
	white-space:nowrap;
}

.formLabel
{
	padding:0px 5px 10px 0px;
	text-align:right;
}

.formControl
{
	padding-bottom:10px;
}

.formSubLabel,.formSubControl
{
	padding-right:10px;
}

.formSubLabel,.formSubControl
{
	padding-right:10px;
}

.formSubLabelCheckbox
{
	padding-right:2px;
}

.formError
{
	padding:0px 0px 10px 0px;
}

.formSubmit
{
	padding-top:5px;
}

/* Header */

#loginPanel
{
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	padding:7px 7px 7px 10px;
	background:url('/images/login/background.png');
	_background:url('/images/login/background_solid.png');
	border-bottom:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}

.loginMessage
{
	color:red;
	font-weight:bold;
}

#header
{
	width:958px;
	height:168px;
	margin:0px auto;
	background:url('/images/header/background.jpg');
	background-repeat:no-repeat;
}

/* Navigation */

#navigation
{
	position:absolute;
	top:116px;
	margin-left:120px;
	height:52px;
	font-size:11pt;
}

#navigation ul,#navigation ul li
{
	margin:0px;
	padding:0px;
}
	
#navigation ul li
{
	float:left;
	list-style:none;
}

#navigation ul li.inactive,#navigation ul li.active
{
	height:52px;
	overflow:hidden;
}

#navigation ul li.divider
{
	width:2px;
	height:52px;
	background:url('/images/header/divider.jpg');
	background-repeat:no-repeat;
}

#navigation ul li a.menu
{
	padding-right:14px;
	background:url('/images/header/arrow.gif');
	background-position:right center;
	background-repeat:no-repeat;
}

#navigation ul li a
{
	display:block;
	float:left;
	text-decoration:none;
	white-space:nowrap;
	padding:18px 16px 17px 17px;
}

#navigation ul li a:hover,#navigation ul li ul li a:hover
{
	text-decoration:underline;
}

#navigation ul li ul
{
	position:absolute;
	padding-bottom:7px;
	background-color:#edf4f4;
	border:1px solid #ccdfe1;
	font-size:9pt;
}

#navigation ul li ul li
{
	float:none;
	display:inline;
}

#navigation ul li ul li a,#navigation ul li.active ul li a
{
	font-weight:normal;
	text-decoration:none;
	margin-right:0px;
	padding:7px 10px 0px 10px;
}

#navigation ul li.active a,#navigation ul li ul li.active a,#navigation ul li.active ul li.active a
{
	font-weight:bold;
}

/* Body */

#bodyContainer
{
	width:958px;
	margin:0px auto;
	background-image:url('/images/body/outer.jpg');
	background-position:center top;
	background-repeat:repeat-y;
}

#body
{
	background-image:url('/images/body/inner.jpg');
	background-repeat:no-repeat;
	padding:0px 29px;
}

#body #content
{
	padding:20px 25px 15px 25px;
}

#body #content,#body #content h1,#body #content h2,#body #content h3,#body #content h4,#body #content h5,#body #content h6
{
	color:#444444;
}

#body #photos
{
	float:right;
	width:350px;
	margin:0px 0px 0px 25px;
	overflow:hidden;
}

#body #photos img
{
	margin:0px 0px 1px 1px;
}

#body #home
{
	width:900px;
	margin:0px auto;
	background-image:url('/images/body/home/background.jpg');
	background-position:right top;
	background-repeat:repeat-y;
}

#body #home #introduction
{
	padding:25px 25px 0px 25px;
	height:140px;
	overflow:hidden;
	background-image:url('/images/body/home/overlay.jpg');
	background-repeat:no-repeat;
	background-color:#241917;
}

#body #home #introduction,#body #home #introduction a,#body #home #introduction a:hover
{
	color:#ffffff;
}

#body #content h1 a,#body #content h2 a,#body #content h3 a,#body #home #introduction a,#body #home #awards a,#body #home #blogLatest a
{
	text-decoration:none;
}

#body #content h1 a:hover,#body #content h2 a:hover,#body #content h3 a:hover,#body #home #introduction a:hover,#body #home #awards a:hover,#body #home #blogLatest a:hover
{
	text-decoration:underline;
}

#body #home #content
{
	width:349px;
}

#body #home #awards
{
	float:right;
	width:250px;
	padding:20px 25px 15px 25px;
}

#body #home #blogLatest
{
	float:right;
	width:150px;
	padding:20px 25px 15px 25px;
}

#body #blog
{
	background-image:url('/images/body/blog/background.jpg');
	background-position:right top;
	background-repeat:repeat-y;
}

#body #contact
{
	background-image:url('/images/body/contact/background.jpg');
	background-position:right top;
	background-repeat:repeat-y;
}

#body #contact #enquiryForm
{
	float:right;
	width:330px;
	padding:20px;
}

#body #contact #content
{
	width:468px;
}

#body #contact #contactMap
{
	margin:25px 0px 15px 0px;
	width:468px;
	height:390px;
}

/* Blog */

#blogControls
{
	float:right;
	width:190px;
	padding-bottom:15px;
}

#blogControls a
{
	text-decoration:none;
}

#blogControls a:hover
{
	text-decoration:underline;
}

.blogContent
{
	margin-right:250px;
}

.blogEntry
{
	overflow:auto;
	margin:25px 0px 15px 0px;
}

.blogSubContent
{
	float:right;
	margin-left:25px;
}

/* Footer */

#footer
{
	width:902px;
	margin:0px auto;
	padding:15px 0px 25px 0px;
	background:url('/images/footer/background.jpg');
	background-repeat:no-repeat;
}

#footer #login
{
	float:right;
	text-align:right;
}

#footer #login,#footer #login a
{
	text-decoration:none;
}

#footer #login a:hover
{
	text-decoration:underline;
}

/* Content */

p,ul,ol,h1,h2,h3,h4,h5,h6
{
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

p,ul,ol
{
	margin-bottom:15px;
}

h1,h2,h3,h4,h5,h6
{
	margin-bottom:10px;
}

li
{
	margin-bottom:10px;
	list-style:square;
}

h1
{
	font-size:17pt;
}

h2
{
	font-size:13pt;
}

h3,h4,h5,h6
{
	font-size:11pt;
}

hr
{
	visibility:hidden;
}

img
{
	border:none;
}

.small,#footer
{
	font-size:8pt;
}

a.plain
{
	text-decoration:none;
}

a.plain:hover
{
	text-decoration:underline;
}

.rule
{
	height:1px;
	margin:20px -25px;
	border-top:1px dotted #ccdfe1;
	overflow:hidden;
}

.floatLeft
{
	float:left;
	margin:0px 15px 15px 0px;
}

.floatRight
{
	float:right;
	margin:0px 0px 15px 15px;
}

.error
{
	font-weight:bold;
}

.panel
{
	padding:10px 10px 0px 10px;
	border:1px solid #ccdfe1;
	background-color:#edf4f4;
}

.panel
{
	margin-bottom:25px;
	overflow:auto;
}

.panel p,.panel h2,.panel h3
{
	margin:0px;
	padding:0px 0px 10px 0px;
}

.panel .rule
{
	height:1px;
	margin:0px -10px;
	border-top:1px dotted #ccdfe1;
	padding-bottom:10px;
}

.panel h1
{
	font-size:16pt;
}

.panel h2
{
	font-size:12pt;
}

panel h3,.panel p
{
	font-size:10pt;
}

.panel a
{
	text-decoration:none;
}

.panel a:hover
{
	text-decoration:underline;
}

div.print
{
	display:none;
}

/* Colours */

#body #content,#body #photos,#body #home #awards,#body #home #blog,#body #contact #enquiryForm
{
	color:#444444;
}

a,#navigation ul li.active a,#navigation ul li ul li.active a,#navigation ul li.active ul li.active a,#navigation ul li a:hover,#navigation ul li ul li a:hover,#navigation ul li.active ul li a:hover
{
	color:#015d68;
}

a:hover,#navigation ul li a:hover,#navigation ul li ul li a:hover,#navigation ul li.active a:hover,#footer a:hover,#navigation ul li a,#navigation ul li ul li a,#navigation ul li.active ul li a
{
	color:#6b8c91;
}

.error
{
	color:#aa0000;
}

.lighter,#footer,#footer a,.stButton a
{
	color:#5b939b;
}