/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #3e372f;
	background: #f6f7f3 url(../gfx/bgRepeat.gif) repeat-x;
}


h1{	
	font: 22px Arial, Helvetica, sans-serif;
	color: #d59d07;
}
h2{	
	font: 20px Arial, Helvetica, sans-serif;
	color: #3e372f;
}
h3{	
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #d59d07;
}
h4{	
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3e372f;
}
h5{	
	font: 12px Arial, Helvetica, sans-serif;
	color: #d59d07;
}

.clear{	clear: both; }

.left{ float: left; }

.right{ float: right; }

.gold{ color: #d59d07; }

p, h1, h2, h3, h4, h5{ margin: 0; padding: 0 0 10px 0;}

th{ text-align: right; }

a{
	color: #d59d07;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #d59d07;
}

img{ border: none; }

input, select, textarea{
	border: #d1d0cc 1px solid; 
	width: 220px;
}
input#submit, input#updates{
	border: none;
	width: auto;
}

.box{
	width: 950px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	z-index: 0;
}

#header{
	height: 64px;
}

#logo{
	position: absolute;
	top: 1px;
	left: 30px;
}

#headerTelephone{
	position: absolute;
	top: 1px;
	right: 30px;
}


/* NAVIGATION START */

#nav{
	font: 16px Arial, Helvetica, sans-serif;
	height: 40px;
}

#nav ul{
	padding-top: 8px;
	margin-top: 0;
}

#nav ul li{
	float: left;
	list-style: none;
}

#nav ul li a{
	height: 26px;
	padding: 0 10px;
	color: #ffffff;
	float: left;
	line-height: 26px;
	position: relative;
	margin-right: 10px;
}

#nav ul li a:hover{
	background: url(../gfx/navOverLeft.gif) left top no-repeat;
	text-decoration: none;
}

#nav ul li a span{
	height: 26px;
	width: 8px;
	position: absolute;
	top: 0;
	right: -1px;
}

#nav ul li a:hover span{
	background: url(../gfx/navOverRight.gif) right top no-repeat;
}

/* CURRENT PAGE HIGHLIGHT */
#on a{
	background: url(../gfx/navOverLeft.gif) left top no-repeat;
	text-decoration: none;
}
#on a span{
	background: url(../gfx/navOverRight.gif) right top no-repeat;
}

/* NAVIGATION END */

#banner{
	height: 229px;
	width: 990px;
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

#bannerImage{
	position: absolute;
	left: -200px;
	top: 0;
	z-index: 10;
}

#starBanner{
	position:absolute;z-index:-1000;
	left: -200px;
	top: 0;}

#bannerBox{
	padding: 60px 0 0 470px;
	margin: 0 auto;
	width: 520px;
	position: relative;
	z-index: 100;
}

#bannerText{
	color: #c1c0bb;
}

.button a{
	color: #3e372f;
}

.button{
	position: absolute;
	top: 0px;
	right: 0;
	margin: 0;
	padding: 0;
}

.button li{
	background: url(../gfx/buttonGreyLeft.gif) left center no-repeat;
	line-height: 28px;
	height: 28px;
	float: left;
	list-style: none;
	margin-right: 2px;
	font-weight: bold;
}

.button li span{
	background: url(../gfx/buttonGreyRight.gif) right center no-repeat;
	line-height: 28px;
	display: block;
	padding: 0 15px;
}

/* CALL TO ACTIONS */
.cta{ 
	background: #5a5954;
	width: 204px;
	position: relative;
	padding: 10px 10px;
	float: left;
	margin-left: 15px;
	color: #c1c0bb;
}

cta2{ 
	background: #5a5954;
	width: 325px;
	position: relative;
	padding: 10px 10px;
	float: left;
	margin-left: 15px;
	color: #c1c0bb;
}

.border{ border: 1px solid #8e8d8b; }

.tl, .tr, .bl, .br{
	position: absolute;
	height: 9px;
	width: 9px;
	overflow: hidden;
	display: block;
}

.tl{
	background: url(../gfx/cta/tl.gif) no-repeat;
	top: 0;
	left: 0;
}
.tr{
	background: url(../gfx/cta/tr.gif) no-repeat;
	top: 0;
	right: 0;
}
.bl{
	background: url(../gfx/cta/bl.gif) no-repeat;
	bottom: 0;
	left: 0;
}
.br{
	background: url(../gfx/cta/br.gif) no-repeat;
	bottom: 0;
	right: 0;
}
/* END OF CALL TO ACTIONS */

#content{
	background: #d6d5cf url(../gfx/bgContentRepeat.gif) bottom repeat-x;
}

#enquiryTab{
	background: url(../gfx/tabEnquiries.gif) 35px bottom no-repeat;
	padding-top: 15px;
	padding-bottom: 45px;
	margin: 0 auto;
	width: 990px;
}

#emergency-contact{
	padding-top: 15px;
	padding-bottom: 45px;
	margin: 0 auto;
	width: 990px;
}

#enquiry{
	background: #e4e3de;
	padding: 20px 0;
}

#emerenquiry{
	padding: 20px 0;
}

#address{
	width: 300px;
	float: right;
	position: relative;
	top: 30px
}

#enquirycol1{
	width: 470px;
	float: left;
}
#enquirycol2{
	width: 230px;
	float: left;
	margin-left: 10px;
}

#emerenquirycol2{
	width: 200px;
	float: left;
	margin-left: 10px;
}

#emerenquirycol1{
	width: 400px;
	float: right;
	margin-left: 10px;
	position: absolute; 
	right: 130px;
}

#enquirycol3{
	width: 230px;
	float: right;
	margin-left: 10px;
}



#footer{
	background: #f6f7f3;
	padding: 20px 0;
	overflow: hidden;
}

#footer a{ color: #3e372f; }

#footer ul{
	float: left;
	width: 211px;
	margin: 5px 10px;
	padding: 0;
}

#footer ul li{
	background: url(../gfx/bgList.gif) left bottom no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	list-style: none;
	margin-top: 5px;
}

#copyright{ margin: 15px 0; font-size: 11px; float:left; width: 200px; }

#logos{ margin: 20px 0; text-align:right; float: right;}


