/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/page_bg.gif) top repeat-x #ccc;
	font: 100% Arial, Helvetica, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	color: #005295;
	padding: 0.5em 0.2em;
	font-size: 1.6em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 2em 0.5em 0.5em;
}

a {
	color: #005295;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.pdf img {
	border: none; 
	vertical-align: middle;
}

ul {
	font-size: 0.8em;
	margin: 0 3em;
	
}

ul li {
	padding: 0.5em 0;
}

dl {
	font-size: 0.8em;
	width: 100%;
	overflow: hidden;
	line-height: 1.7em;
	width: 98%;
}

	dt {
		float: left;
		display: block;
		width: 12em;
		font-weight: bold;
		clear: left;
		text-align: right;
	}
	
	dd {
		margin-left: 13em;
	}
	
img.left {
	float:left;
	margin:0 1em 2em 0;
}

/* Layout Divs */

#container {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

	#header {
		height: 350px;
		background: url(../images/header_bg_about.jpg);
		position: relative;
	}
	
	#title {
		width: 467px;
	}
	
		#title h1 {
			background: #7AC142;
			color: #fff;
			font-size: 1.2em;
			text-align: right;
			padding: 0 0.5em;
			height: 30px;
			line-height: 30px;
		}
		
	#container.home #title { 
		float:left;
	}
	
	#column {
		width: 228px;
		float: left;
		padding-top: 1em;
	}
	
		#column img {
			float: right;
			padding-top: 18px;
		}
	
	#content {
		margin-left: 240px;
	}
	
	#homeText {
		margin-left: 490px;

	}
	
/* Home Buttons */
div.separator {
	height: 19px;
	background: url(../images/diagBg.gif) repeat-x;	
	clear: both;
}

div.separator h2 {
	font-size: 0.8em;
	color: #333;
	margin: 0 1em;
	padding:0;
}

#homebuttons {
	overflow: hidden;
	margin: 0 0.2em 0.2em 0.2em;
}
	
	#homebuttons li {
		display: block;
		width: 150px;	
		float: left;	
	}

		#homebuttons li a {
			border: 1px solid #ccc;
			display: block;
			margin: 0 0.3em;
			height: 150px;
			background: #aaa;
			position: relative;
		}
		
			#homebuttons li a img {
				border: 0;
				margin: 0.5em;
				border: 1px solid #fff
			}
			
			#homebuttons li a span {
				display: block;
				position: absolute;
				width: 110px;
				bottom: 0;
				left:0;
				padding: 0.5em;
				margin: 0.2em;
				color:#FFF;
			}
		
		#homebuttons li a.about:hover {
			background: #7AC142;
			text-decoration: none;
		}
		
		#homebuttons li a.community:hover {
			background: #0084A9;
			text-decoration: none;
		}
		
		#homebuttons li a.environment:hover {
			background: #679049;
			text-decoration: none;
		}
		
		#homebuttons li a.design:hover {
			background: #E36F1E;
			text-decoration: none;
		}
		
		#homebuttons li a.news:hover {
			background: #AD9600;
			text-decoration: none;
		}
		
/* Feature Buttons */
#featurebuttons {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em 0;
	padding: 0 0 0 0.3em;
}
	
	#featurebuttons li {
		display: block;
		width: 150px;
		float: left;
		margin-top: 1em;
		
	}

		#featurebuttons li a {
			border: 1px solid #ccc;
			display: block;
			margin: 0 0.3em;
			height: 150px;
			background: #06579e;
			position: relative;
		}
		
		#featurebuttons li a:hover {
			background: #a3a3a3;
			text-decoration: none;
		}
		
			#featurebuttons li a img {
				border: 0;
				margin: 0.5em;
				border: 1px solid #fff
			}
			
			#featurebuttons li a span {
				display: block;
				position: absolute;
				bottom: 0;
				left:0;
				padding: 0.5em;
				margin: 0.2em;
				color:#FFF;
			}

/* Footer */
	
	#footer {
		background: url(../images/footer_about.gif);
		height: 54px;
		clear: both;
	}
	
	#footerInfo {
		background: #ccc;
		text-align: center;
		font-size: 0.7em;
		letter-spacing: 0.3em;
		padding: 0.5em;
	}
	
/* Coloured Sections */

/* Home - Contact - Media */
	#container.home #header, #container.home2 #header{
		background: url(../images/header_bg_home.jpg)
	}
	
	#container.home #title h1, #container.home2 #title h1 {
		background: #06579e;
	}
	
	#container.home #footer {
		height: 80px;
		background: url(../images/footer_home_logos.gif);
	}
	
	#container.home2 #footer{
		background: url(../images/footer_home.gif);
	}

/* About */

	#container.about #header{
		background: url(../images/header_bg_about.jpg)
	}
	
	#container.about #title h1 {
		background: #7AC142;
	}
	
	#container.about #footer{
		background: url(../images/footer_about.gif);
	}

/* Community */
	
	#container.community #header {
		background: url(../images/header_bg_community.jpg)
	}
	
	#container.community #title h1 {
		background: #0084A9;
	}
	
	#container.community #footer {
		background: url(../images/footer_community.gif);
	}
	
/* Environment */
	
	#container.environment #header {
		background: url(../images/header_bg_environment.jpg)
	}
	
	#container.environment #title h1 {
		background: #679049;
	}
	
	#container.environment #footer {
		background: url(../images/footer_environment.gif);
	}
	
/* Design */
	
	#container.design #header {
		background: url(../images/header_bg_design.jpg)
	}
	
	#container.design #title h1 {
		background: #E36F1E;
	}
	
	#container.design #footer {
		background: url(../images/footer_design.gif);
	}
	
/* News */
	
	#container.news #header {
		background: url(../images/header_bg_news.jpg)
	}
	
	#container.news #title h1 {
		background-color: #AD9600;
	}
	
	#container.news #footer {
		background: url(../images/footer_news.gif);
	}

/*	Form Stylin'	*/

		#contact_form {	
			padding: 0.5em;
			font-size: 0.8em;
		}
		
					
		#contact_form fieldset {
			padding: 1em;
			border: 1px solid #efefef;
			margin: 0.5em;
		}
		
		#contact_form fieldset legend {
			font-size: 1.2em;
			color: #747460;
		}
		
		#contact_form fieldset label {
			display: block;
			width: 10em;
			float: left;
			clear: left;
		}
		
		#contact_form fieldset input {
			float: left;
			margin: 0 0 0.5em 0;
			font:1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;
			color: #333;
		}
		
		#contact_form fieldset textarea {
			font:1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;	
			color: #333;		
		}
		
		#contact_form input.formBtn {
			font-size: 1.2em;
			color: #204896;
		}
		
/* Gallery */

p.gallery img {
	border: 1px solid #ccc;
	padding: 0.2em;
	margin: 0.2em;
}

ul.archive { /* all list items */
	position : relative;
	float : right;
	width: 100px;
	padding: 0;
}