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

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	*position: relative;
	}
	
html #page {
	*position: absolute;
	*top: 50%;
	}

html #site {
	*position: relative;
	*top: -50%;
	}	

body {
	display: table;
	width: 100%;
	background-color:#2c3134;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11.5px;
	line-height:140%;
	color:#818c8e;
	}
		
#page{
	display: table-cell;
	vertical-align: middle;
	}

#site {
	width: 1000px;
	margin: 0 auto;
	}

#nav {
	position:absolute;
	width:1000px;
	padding:0;
	margin:0;
}

#nav a, #nav span {
	float:left;
	padding:0;
	margin:0;
}

#content {
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:500px;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:79px;
} 


/*******/

h1 {
	color:#FFFFFF;
	padding:45px 0px 0px 70px;
	margin-top:0px;
	font-size:23px;
	}
	
h2 {
	margin-top:10px;
	font-size:17px;
	}

p {
	margin-bottom:-4px;
	}

a {
	color:#818c8e;
	outline:none;
	}

a:hover {
	color:#2c3134;
	}

a img {
	border:0;
	}
	
table {
	width:100%;
	margin-top:20px;
	border-collapse:collapse;
	text-align:center;
	font-size:10px;
}

td, th {
	border:thin solid #fff;
	padding:2px 5px;
	width:50%;
}

td {
	background-color:#768687;
}

th {
	background-color:#5f6c6b;
	text-transform:uppercase;
	font-weight:bold;
}

form {
	margin:30px 0;
	}

form p {
	margin-bottom:-2px;
	*margin-bottom:-10px;
	}
	
label {
	width:80px;
	float:left;
	}

input, textarea {
	width:200px;
	}

textarea {
	height:80px;
	}

input.button {
	width:80px;
	margin-right:15px;
	*font-size:10px;
	}


/*******/

.text {
	padding:25px 25px 25px 70px;
	}

.col {
	width:330px;
	float:left;
	margin-right:25px;
	}

.bold {
	font-weight:bold;
	}

.italic {
	font-style:italic;
	}

img.ebook {
	float:left;
	padding-right:11px;
	}

h2.ebook {
	padding-top:10px;
	margin-bottom:-5px;
}

.aerial-map-thumb {
	position:relative;
	left:15px;
	top:310px;
}

/*******/

#home-page #content {
	background-image:url(../images/home_bg.jpg);
	color:#fff;
}

#home-page .text {
	width:386px;
	margin-left:515px;
}

#location-map-page #content {
	background-image:url(../images/location_map_bg.jpg);
}

#location-map-page #content .float {
	float:left;
	}

#location-map-page #content div.float {
	width:451px;
	}

#location-map-page #content a img { /* to stop extra white space under image in IE */
	display:block;
	margin:0;
	}

#image-gallery-page .text img {
	margin:20px 20px 0 0;
}


/* IE PNG Transparency Fix - Navigation */

.nav-left {
	width:50px;
	height:162px;
}
.home-button {
	width:75px;
	height:162px;
}
.precinct-button {
	width:197px;
	height:162px;
}
.location-button {
	width:129px;
	height:162px;
}
.image-button {
	width:138px;
	height:162px;
}
.enquire-button {
	width:90px;
	height:162px;
}
.nav-right {
	width:321px;
	height:162px;
}
* HTML .nav-left { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/nav_left.png',sizingMethod='scale');
}
* HTML .home-button { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/home_button.png',sizingMethod='scale');
}
* HTML .precinct-button { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/precinct_information_button.png',sizingMethod='scale');
}
* HTML .location-button { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/location_map_button.png',sizingMethod='scale');
}
* HTML .image-button { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/image_gallery_button.png',sizingMethod='scale');
}
* HTML .enquire-button { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/enquire_button.png',sizingMethod='scale');
}
* HTML .nav-right { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/nav_right.png',sizingMethod='scale');
}
* HTML .ie-hide{
    _display:none;
}
