body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #b1ba9b;
	background-image: url(../images/bg_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #990000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	text-align: center;
	display: block;
	clear: both;
	width: 50em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftcol {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
img {
	border: 0px none;
}
.boldit {
	font-weight: bold;
}
#content {
	color: #000000;
	text-align: center;
	clear: both;
	width: 49.65em;
	border: 3px double #336633;
	margin: 1em auto .5em;
	background: #FFFFFF;
	padding-bottom: 1em;
}
#header {
	clear: both;
	width: 100%;
}

#header img {
	float: left;
}

h1 {
	color: #990000;
	font: italic bold 2.5em Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	padding-top: 40px;
}
h2 {
	color: #990000;
	font: italic bold 1.75em/1.25em Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 .5em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: .5em;
}

.clearfloat {
	clear: both;
	height: 0px;
}

.abn {
	font-size: 75%;
	padding-bottom: 5px;
}
.address {
	font-size: 90%;
}
.hons {
	font-size: 75%;
	display: inline;
}
.civil {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	letter-spacing: .4em;
	text-transform: uppercase;
}

#copy {
	padding-left: 16em;
	font: 90% Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-right: 3em;
}
#copy p, li {
	margin-bottom: 1em;
	line-height: 1.75em;
}
.intro {
	font: italic bold 120%/125% Georgia, "Times New Roman", Times, serif;
}
.firstword{
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	display: inline;
	color: #990000;
}
.services {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	letter-spacing: 1px;
}
ul {
	margin-bottom: 1.5em;
	margin-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
}
li {
	margin-bottom: 0.3em;
	list-style-position: outside;
	list-style-type: disc;
}
.italit {
	font-style: italic;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display: block;
	width: 100%;
	padding-top: 0.5em;
	height: 2em;
}
/****************Form Styles **********************/
form.ab-form fieldset {
	margin: 1.5em 0 0 0;
	padding: 0 0 7px 0;
	border: #000000 solid 1px;
	font-size: 90%;
}
form.ab-form legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	font-size: 127%;
}
form.ab-form fieldset ul {
	padding: 1em 1em 0 1em;  
	list-style: none;
	margin: 0;
}
form.ab-form fieldset li {
	padding-bottom: 0.5em;
		list-style: none;
}
form.ab-form fieldset.submit {
	border-style: none;
}
form.ab-form fieldset img {
	margin: 0 2px;
}
form.ab-form label {
	display: block;
	font-weight: bold;
}
form.ab-form label.specify {
	font-weight:bold;
	margin-left: 3px;
}
form.ab-form input.text {
	width: 20em;
}
form.ab-form label.right {
	display: inline;
	font-weight: normal;
}
form.ab-form label.specify {
	display: block;
	display: none;
}
form.ab-form label span {
	margin-left: 5px;
}
form.ab-form input.specify {
	display: none;
	margin-left: 4px;
}
form.ab-form textarea {
	width: 30em;
	height: 15em;
}

form.ab-form .error, form.ab-form .warning {
	font-weight: normal;
	font-size: 13px;
	padding-left: 18px;
}
form.ab-form .error {
	background: #FFFFFF url(../images/error.gif) scroll no-repeat top left;
}

form.ab-form .warning {
	background: #FFFFFF url(../images/warning.gif) top left no-repeat scroll;
}

form.ab-form input.text {
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-bottom: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}

form.ab-form input.postcode, form.ab-form input.state {
	width: 6em;
}

form.ab-form input.phone {
	width: 12em;
}

form.ab-form input.he_number {
	width: 8em;
}

form.ab-form p.error-box { 
	width: 70%;
	padding: 20px;
	background-color:#FFFFCC;
	color:#9B0D2E;
	border: 1px solid #9B0D2E;
}
form.ab-form fieldset fieldset {
	border: none;
	margin-top: 0.4em;
}

form.ab-form fieldset fieldset legend {
	font-size: 112%;
}
.imgmain {
	float: right;
	margin-right: -3em;
}
.afcc {
	margin: 1em 0 0;
	padding: 0;
}
blockquote {
	margin: 1em 1em 1em 2em;
	font-style: italic;
	line-height: 1.75em;
}
