/* 
	COLOURS:
	Light Tan:		f1f3e8
	Dark Tan:		e7e8da
	Grey:			d5d7d6
	Dark Blue:		093979
	Rusty Red:		961515
	
*/

body {
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
	background-color: #e7e8da;
	color: #093979;
	margin: 0px 0px 0px 0px;
}

#container {
	width: 900px;
	margin: 20px auto;
	background-color: #f1f3e8;
	border: 1px solid #d5d7d6;
}

header {
	width: 900px;
	height: 190px;
	margin: 0px;
	overflow: hidden;
}

#homeheader {
	display: block;
	width: 900px;
	height: 190px;
	margin: 0px;
	overflow: hidden;
	background-image: url('images/logo-home.gif');
	background-position: 4px 0;
	background-repeat: no-repeat;
}

#airoller {
	position: absolute;
	width: 223px;
	height: 259px;
	background-image: url('images/airoller-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 37px 0px 0px 644px;
	padding: 86px 0px 0px 33px;
	font-size: 0.8em;
	font-weight: bold;
	z-index: 150;
}
#airoller a:link { color: #093979; text-decoration: none;}
#airoller a:visited { color: #093979; text-decoration: none;}
#airoller a:hover { color: #961515; text-decoration: none;}
#airoller a:active { color: #961515; text-decoration: none;}

#logo {
	display: block;
	float: left;
	width: 276px;
	height: 190px;
	background-image: url('images/logo.gif');
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}

header h1 {
	float: left;
	width: 434px;
	height: 35px;
	background-image: url('images/heading-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 121px 0px 0px 0px;
	font-size: 1.5em;
	padding: 12px 0px 0px 20px;
}

#content {
	width: 900px;
	margin: 0px auto;
}

aside {
	float: left;
	width: 246px;
}

nav {
	display: block;
	width: 200px;
	margin: 0px 0px 16px 34px;
	background-color: #e7e8da;
	border: 1px solid #d5d7d6;
	padding: 5px;
	overflow: hidden;
}

nav a {
	display: block;
	width: 186px;
	height: 29px;
	color: #093979;
	margin: 2px 0px;
	font-weight: bold;
	font-size: 1.1em;
	padding: 13px 0px 0px 13px;
	background-image: url('images/nav-off.gif');
}
nav a:link {text-decoration: none; color: #093979; background-image: url('images/nav-off.gif');}
nav a:visited {text-decoration: none; color: #093979; background-image: url('images/nav-off.gif');}
nav a:active {text-decoration: none; color: #961515; background-image: url('images/nav-on.gif');}
nav a:hover {text-decoration: none; color: #961515; background-image: url('images/nav-on.gif');}
nav a.active:link {text-decoration: none; color: #961515; background-image: url('images/nav-on.gif');}
nav a.active:visited {text-decoration: none; color: #961515; background-image: url('images/nav-on.gif');}

#subnav {
	width: 180px;
	margin: 0px auto;
	background-color: #f1f3e8;
	border: 1px solid #d5d7d6;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px;
}
#subnav a {
	width: 160px;
	height: auto;
	background-image: none;
	padding: 4px 10px 4px 0px;
}
#subnav a:link { color: #093979; text-decoration: none; background-image: none;}
#subnav a:visited { color: #093979; text-decoration: none; background-image: none;}
#subnav a:hover { color: #961515; text-decoration: none; background-image: none;}
#subnav a:active { color: #961515; text-decoration: none; background-image: none;}
#subnav a.active:link { color: #961515; text-decoration: none; background-image: none;}
#subnav a.active:visited { color: #961515; text-decoration: none; background-image: none;}

#phonebox {
	width: 185px;
	height: 52px;
	margin: 0px 0px 16px 34px;
	background-color: #e7e8da;
	background-image: url('images/phonebox-bg.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	border: 1px solid #d5d7d6;
	padding: 30px 5px 30px 20px;
	text-align: left;
	font-size: 1.2em;
	overflow: hidden;
}

article {
	float: left;
	width: 604px;
	border-top: 1px solid #d5d7d6;
	margin: 0px 20px 0px 30px;
	padding: 20px 0px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#home-intro {
	
	width: 349px;
	border-top: 1px solid #d5d7d6;
	margin: 0px 235px 0px 0px;
	padding: 10px 45px 10px 25px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#photobar {
	position: absolute;
	top: 403px;
	left: 50%;
	margin-left: -204px;
	display: block;
	width: 653px;
	height: 190px;
	background-image: url('images/photobar-bg.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	overflow: hidden;
	/*margin: 148px 0px 0px 246px;*/
	z-index: 50;
}

#footer {
	position: absolute;
	top: 593px;
	left: 50%;
	margin-left: -204px;
	display: block;
	width: 614px;
	height: 40px;
	background-image: url('images/footer-bg.gif');
	background-repeat: repeat-y;
	background-position: top right;
	border-top: 1px solid #d5d7d6;
	border-bottom: 1px solid #d5d7d6;
	padding: 36px 20px;
	font-size: 1.3em;
	overflow: hidden;
	z-index: 60;
}

#credits {width: 900px; margin: 0px auto; color: #999999; font-size: 0.8em; text-align: right; padding-bottom: 10px;}
#credits a:link {color: #999999; text-decoration: none; font-weight: normal;}
#credits a:visited {color: #999999; text-decoration: none; font-weight: normal;}
#credits a:hover {color: #ed861f; text-decoration: none; font-weight: normal;}
#credits a:active {color: #ed861f; text-decoration: none; font-weight: normal;}

table.contacttable {
	border: 0px;
	width: 260px;
}
table.contacttable td {
	padding: 2px 5px;
	border: 0px;
	vertical-align: top;
	font-size: 0.9em;
}

p.airoller-footer {
	display: block;
	width: 900px;
	margin: 20px auto 0px auto;
	padding: 20px 0px;
	text-align: center;
	font-size: 1.1em;
	border-top: 1px solid #d5d7d6;
}

.black {color: #000000;}

img {
	margin: 0px;
	border: 0px;
}

p {
	margin: 10px 0px;
}

h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 15px 0px;
	font-style: italic;
}

h3 {
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 15px 0px;
	color: #000000;
}

ul {
	margin: 15px 0px;
	padding: 0px;
}

ul li {
	margin: 2px 0px 2px 20px;
	padding: 0px;
	font-size: 0.9em;
}

a:link {color: #961515; text-decoration: underline;}
a:visited {color: #961515; text-decoration: underline;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

