/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/* line-height: 18px; */
	color:#888888;
}
body{
	background-image: url(../images/HeaderTile.jpg);
}
h1 {
	font:1.4em Verdana, Geneva, sans-serif;
	margin:0.5em 0;
	color:#3d759b;
}

h2 {
	font:1.1em Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:0.5em 0;
	color:#3d759b;
}

h3 {
	font:1em Verdana, Geneva, sans-serif;
	margin:0.5em 0;
	color:#900;
}

p {
	line-height:1.1;
}



/* Text styles */
.blue {
	color:#3d759b;
}

.footerLabel {
	width: 50px;
	display: inline-block;
}

img{
	border:none;
}

/* DIV styles */
div#container {
	position:absolute; /* needed for footer positioning*/
	top:0;
	left:0;
	/*height:auto !important; real browsers */
	width:100%;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
html>body div#container { height : auto; }
div#sub-container {
	position: relative;
	width: 960px; /* change to suit width of content */
	height: auto;
	padding: 0 0 40px 0; /* change bottom padding to give space between footer and content */
	margin: 0 auto;
}

div#header {
	height: 270px;
	background-image: url(../images/headerHero.jpg);
	background-repeat: no-repeat;
	background-position: 312px;
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#menuContainer {
	padding-top:20px;
}

div#content {
	padding-bottom: 5em;
}

div#content p {
	text-align:justify;
}

div#columnDescription {
	text-align:justify;
	padding-bottom: 10px;
}

div#footerContainer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-image: url(../images/FooterTile.jpg);
	background-repeat: repeat-x;
	background-color:#25465d;
}

div#footer {
	width:940px;
	margin:0 auto;
	padding:1em;
	font-size:10px;
	color:#999999;
}

div#footer .white{
	color:#FFF;
}

div#logo {
	display:block;
	position:absolute;
	left:30px;
	top: 92px;
	/*padding-left: 30px;
	padding-top:15px;*/
}

div#pageBlurb{
	position:absolute;
	left:10px;
	top: 240px;
	color:#525151;
	font-size:28px;
}

/*       Page Elements             */
.continue {
	text-align:justify;
	text-align:right;
	size:10px;
	font-style: italic;
	background-image: url(../images/ContinueArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 23px;
	font-weight: bold;
	color:#8f8d8d;
	vertical-align: middle;
	height: 18px;
}

.continue a{
	color:#8f8d8d;
	text-decoration: none;
}

.continue a:hover{
	color:#3d759b;
}

.pageSection{
	padding-bottom:10px
}

.pageSection, .categoryTitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e2e2;
	padding-top: 10px;
}

.points {
	font-style:italic;
	padding-left:32px;
}

.points li{
	color:#76a6b8;
	margin-bottom:10px
}

ul.links {
	margin: 0;
	padding: 0;
}

.links li{
	list-style-type: none;
	font-weight:bold;
	
	padding-bottom:2px;
}

.links li a {
	text-decoration:none;
}

.links li a:hover {
	color:#76a6b8;
}

.categoryTitle {
	height: 20px;
	padding-bottom: 20px;
}

.categoryThumb {
	padding-bottom:20px;
}

.quote {
	font-style:italic;
	color:#6b6969;
	margin: 20px;
	margin-top:10px;
	margin-bottom:10px;
}

.quote p{
	color:#76a6b8;
	margin-bottom:10px;
}

.quote div{
	text-align:right;
}

.detailsLabel{
	vertical-align:top;
	color:#5b5a5a;
	font-weight:bold;
}

.detailsData, .detailsData a{
	vertical-align:top;
	color:#5b5a5a;
}

.clear { clear:both; height:0; line-height:0; }
/* projectsCompleted  */

table.projectsCompleted {
	
}

.projectsCompleted tr {
	
}

.projectsCompleted td {
	padding-bottom:5px;
}

.columnProject{
	color:#666;
	width:43%;
}

.columnSolution{
	color:#999;
	width:27%;
}

.columnConstruction{
	color:#999;
	font-style:italic;
	width:30%;
}
/* Faults page */
.fault {
	padding-left:10px;
}


.fault div {
	font-weight:normal;
	padding-bottom:20px;
}

/* Sub Menu (residential page)*/
.subNavigation{
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}

.subNavigation li{
	display:inline;
	padding-right:11px;
	font-weight:bold;
}

.subNavigation li a, .subNavigation li a:hover{
	text-decoration:none;
}

.subNavigation li a:hover{
	color:#76a6b8;
}

