@charset "utf-8";
body {
	background-color: #e7e6e2;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	padding: 0;
	font-size: small;
	text-align: justify;

}
object.floatright {
	float: right;
	margin-left: 20px;
}

html {
	height: 100%;
}

/* CSS Document */

#header-bg {
	height: 170px;
	width: 100%;
	margin-top: 0px;
	background-color: #29166F;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 1000px;
	background-position: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#nav-bg {
	height: 50px;
	width: 100%;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: center;
}

#nav {
	background-repeat: repeat-x;
	background-position: right;
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
}
#content {
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
img.testimonial {
	margin-top: -30px;
	margin-left: 100px;
}

img.banner {
	margin: 20px;

}

#footer-bg {
	width: 100%;
	background-repeat: repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #29166F;
	background-color: #5B5E9A;
	font-size: 11px;
	height: 50px;
	bottom: -4px;
	position: absolute;
	left: 1px;
}
#footer-bg a {
	color: #CCCCCC;
	text-decoration: none;
}
.footer-left {
	text-align: left;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
.footer-right {
	text-align: right;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
#left {
	width: 200px;
	font-size: small;
	float: left;
}
img.float-right {
	float: right;
	margin-left: 15px;
}




#right {
	width: 200px;
	text-align: justify;
	font-size: small;
	float: right;
}
#middle {
	width: 200px;
	text-align: justify;
	font-size: small;
	margin-left: 200px;
}
#top   {
	background-image: url(images/box-top1.png);
	height: 28px;
	width: 200px;
}

#mid    {
	background-image: url(images/box-bg1.png);
	width: 200px;
	background-repeat: repeat-y;
	display: inline-block;
	z-index: 100;
	min-height: 250px;
}
#btm  {
	height: 20px;
	width: 200px;
	background-image: url(images/box-btm1.png);
}
#mid img {
	margin-left: 25px;
}
#mid img.btn {
	margin-left: 40px;
}

#message {
	width: 360px;
	float: left;
	margin-left: 20px;
}

#boxes {
	float: right;
	width: 600px;
	margin-right: 20px;
	min-height: 290px;
}
img.float-left {
	float: left;
	margin-right: 15px;
}
#left-200 {
	float: left;
	width: 200px;
	text-align: left;
}

.box {
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
}
h2.box {
	text-align: center;
	font-size: medium;
	color: #333333;
}
.message {
	margin-right: 25px;
	margin-top: 15px;
}
#footer-bg a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#right-200 {
	float: right;
	width: 200px;
	text-align: right;
}
#mid-600 {
	width: 600px;
	margin-left: 200px;
}
#mid-800 {
	width: 800px;
	margin-left: 200px;
}

img.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #29166F;
}
#left-300 {
	float: left;
	width: 300px;
	text-align: left;
}
#mid-600-contact {
	width: 600px;
	margin-left: 300px;
}
h3 {
	font-size: small;
	color: #C6690D;
	text-transform: uppercase;
	margin-bottom: -10px;
}
#left-170 {
	float: left;
	width: 170px;
	text-align: left;
}
#content a {
	color: #29166F;
}
#mid-700 {
	width: 700px;
}
#right-250 {
	width: 250px;
	float: right;
}
#right-250 img {
	margin-bottom: 90px;
}
#map_canvas {
	padding-top: 30px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 10px;
}
.GMapEZ {
	margin-right: auto;
	margin-left: auto;

}
.letter{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	cursor:pointer;
	margin:10px;
}

.letter_selected,.letter:hover {
	color:#FFA500;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	margin:10px;
}

.suburb {
	float:left;
	margin:10px;
	clear:both;
	width:100%;
}

.suburb_name {
	font-size:16px;
	font-weight:bold;
	color:#C6690D;
	float:left;
	clear:both;
	padding:2px 5px;
	border-bottom: 2px solid #C6690D;
	margin-bottom:10px;
}

.locations {
	width:100%;

}
.locations ul{
	padding-left:0px;
	display: inline;
	
}

.locations .location{
	font-size:14px;
	padding:10px;
	float:left;
	width:230px;
	display:inline;
}

.locations .location:hover {
	cursor:pointer;
	color:#C6690D;
}