/* Breed & Hutchinson Cascading Style Sheet
   (As an agent of The Waterexchange.com.au)
*/



/* Overall containers (limiting width) */
#container {
	width: 900px;
	margin: 0 0 0 0;
	}
#container_content {
	width: 100%;
	margin-left: 0;
	}
/* End overall container */



/* Padding & alignment section */
.padLeft20 {
	margin-left: 20px;
	}
.padRight20 {
	margin-right: 20px;
	}
.padTop20 {
	margin-top: 20px;
	}
.padBottom20 {
	margin-bottom: 20px;
	}
.pad20 {
	margin: 20 20 20 20;
	}
.padLeft10 {
	margin-left: 10px;
	}
.padSides30 {
	margin-left: 30px;
	margin-right: 30px;
	}
.alignRight {
	text-align: right;
	}
.alignLeft {
	text-align: left;
	}
.alignCenter {
	width: 100%;
	text-align: center;
	}
.alignTop{
	vertical-align: top;
	}
.alignMiddle{
	height: 100%;
	vertical-align: middle;
	}
.alignBottom {
	vertical-align: bottom;
	}
/* End padding section */



/* Start Title section */
#title {
	width: 900px;
	height: 147px;
	}
#title_logo {
	background: url(../images/logos/bnh_fade.gif) no-repeat;
	background-position: 37 5;
	width: 196px;
	}
#title_text {
	text-align: center;
	vertical-align: top;
	}
#title_text .th1 {
	font-family: arial black, arial, helvetica, sans, verdana;
	font-size: 22pt;
	color: #011689;
	}
#title_text .th2 {
	font-family: arial black, arial, helvetica, sans, verdana;
	font-size: 14pt;
	color: #011689;
	}
#title_text .th3 {
	font-family: arial black, arial, helvetica, sans, verdana;
	font-size: 8pt;
	color: #011689;
	}
/* End title section */



/* Main body definitions section */
body {
	margin: 15 0 15 0;
	}
body, p, td {
	font-family: arial, helvetica, sans, verdana;
	font-size: 8pt;
	color: #333333;
	}
.area {
	background: url(../images/water.jpg) no-repeat center center;
	width: 250px;
	height: 200px;
	vertical-align: top;
	}
.areaContainer {
	width: 200px;
	}
.areaHeading {
	font-family: arial, helvetica, sans, verdana;
	font-size: 12pt;
	font-weight: bold;
	width: 200;
	text-align: left;
	text-decoration: none; /* was underlined */
	color: #011689;
	}
.areaOptionContainer {
	width: 190px;
	}
.areaOption {
	border-left: solid 1px #011689;
	border-bottom: solid 1px #011689;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	}
.footer_address {
	font-size: 8pt;
	text-align: center;
	}
.footer_contact {
	font-size: 8pt;
	text-align: center;
	}
.footer_slogan {
	font-size: 12pt;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	color: #011689;
	}
/* End main body section */



/* Broker's links section */
#brokerLinks {
	color: #666666;
	}

#brokerLinks a {
	color: #666666;
	text-decoration: underline;
	}
#brokerLinks a:hover {
	color: #6666cc;
	text-decoration: none;
	}
/* End broker's links section */

