body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	text-align: center;
	background: #4D3E33 url(gfx/body.png) top repeat-x;
}

#wrote {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 144px;
	text-align: left;
	background: url(gfx/header.jpg) top center no-repeat;
	border: 1px solid #4B4A45;
}
	#logo {
		text-indent: -9999px;
	}

#wrap {
	margin: 0;
	padding: 0;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background: #FFFFFF;
	clear: both;
	border-left: 1px solid #4B4A45;
	border-right: 1px solid #4B4A45;
	border-bottom: 1px solid #4B4A45;
}
	div#menu {
		margin: 0;
		padding: 0;
		width: 780px;
		height: 30px;
		background: #BDAD8C;
		border-bottom: 1px solid #4B4A45;
	}
		#menu ul {
			margin: 0;
			padding: 0;
			width: 780px;
			height: 30px;
			list-style: none;
			text-align: left;
		}

		#menu a {
			display: block;
			padding: 7px 12px 7px 12px;
			text-decoration: none;
			color: #000000;
			font-family: "Verdana", "Tahoma";
			font-size: 13px;
		}
		#menu a:hover {
			color: #FFFFFF;
			background: #762305;
		}
		#menu a.first, #menu a#first {
			border: 0;
		}

		#menu li {
			float: left;
			padding: 0;
			background: url(gfx/menu-right.png) top right no-repeat;
		}

		#menu li ul {
			position: absolute;
			left: -999em;
			height: auto;
			margin: 0;
			padding: 0;
			width: 200px;
			border-top: 1px solid #4B4A45;
			border-left: 1px solid #4B4A45;
			border-right: 1px solid #4B4A45;
		}

		#menu li li {
			width: 200px;
			border-bottom: 1px solid #4B4A45;
		}

		#menu li ul a {
			padding: 5px;
			border: 0;
			background: #BDAD8C;
			color: #000000;
		}
		#menu li ul a:hover {
			background: #762305;
			color: #FFFFFF;
		}

		#menu li ul ul {
			margin: -22px 0 0 180px;
		}

		#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
			left: -999em;
		}

		#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
			left: auto;
		}

		#menu li:hover, #menu li.sfhover {
			background: #CAB999;
		}

		#menu li:hover, #menu li.hover {
			position: static;
		}


#left {
	margin: 0;
	padding: 20px 0;
	width: 190px;
	float: left;
}
	#left #title {
		margin: 0;
		padding: 0 8px 10px 15px;
		font-size: 16px;
		font-family: arial;
		font-weight: bold;
	}
	#left .margin {
		margin: 5px 15px;
	}
	#left ul {
		margin: 0 0 0 25px;
		padding: 0 15px;
	}

#text {
	/*margin: 0 200px 0 0;*/
	margin: 0;
	padding: 15px 17px 15px 15px;
	text-align: left;
	background: transparent;
}
	p {
		margin: 0 0 15px 0;
		padding: 0;
	}

#footer {
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
	text-align: center;
	font-size: 10px;
	background: #231F20;
	border-top: 2px solid #0092DA;
}
#subfooter {
	margin: 10px 0 5px 0;
	font-size: 11px;
	color: #2F251D;
	text-align: center;
}
#subfooter a:link, #subfooter a:visited {
	color: #1F140C;
	text-decoration: none;
}
#subfooter a:hover {
	color: #BDAD8C;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: underline;
	color: #760505;
}
a:hover {
	text-decoration: underline;
	color: #776542;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-family: arial;
	color: #776542;
	font-weight: normal;
	font-style: italic;
}

h1 a, h1 a:link, h1 a:visited {
	text-decoration:none;
}
h1 a:hover {
	color: #1C62A7;
	text-decoration:none;
}
h2 {
	margin: 5px 0 13px 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	font-family: "arial";
	color: #000000;
}
h2 a,
h2 a:link,
h2 a:visited,
a h2,
a:link h2,
a:visited h2 {
	margin: 5px 0 10px 0;
	text-decoration: underline;
	color: #000000;
	display:block;
}
h2 a:hover, a:hover h2 {
	color: #760505;
	text-decoration: none;
}
h3 {
	margin: 10px 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #762305;
}
form {
	margin: 0;
	padding: 0;
}

table, th, td, p, input, textarea {
	font-family: "Verdana", "Tahoma";
	font-size: 13px;
	color: #000000;
}
table th {
	font-weight: bold;
}

blockquote {
	margin: 15px;
	padding: 15px 5px 0px 55px;
	background: #EFEFEF url(gfx/quote.png) top left no-repeat;
	border: 1px solid #E0E0E0;
	border-left: 4px solid #762305;
	font-style: italic;
	color: #000000;
}
	blockquote.testimonial {
		margin-bottom: 30px;
		font-style: normal;
	}
	blockquote p {
		padding-right: 20px;
	}
	blockquote p.person {
		text-align: right;
		font-weight: bold;
	}

#gallery li,
ul.space li {
	margin-bottom: 13px;
}
div.image {
	margin: 10px 12px;
	float: left;
	text-align: center;
	width: 152px;
}
	div.image a {
		margin: 0;
		display: block;
		width: 150px;
		height: 95px;
		overflow: hidden;
		background: #000000;
		border: 1px solid #000000;
	}
	div.image a img {
		margin: 0;
		border: 0;
	}

dl.clinic {
	margin: 2em 0;
	padding: 0;
}
	.clinic dt {
		position: relative;
		z-index: 1;
		left: 0;
		top: 1.1em;
		width: 150px;
		font-weight: bold;
	}
	.clinic dd {
		margin: 0 0 0 155px;
		padding: 0 0 .5em .5em;
	}

div.clinic_forms {
	float: right;
	margin: 5px 5px 5px 15px;
	padding: 5px;
	border: 2px solid #776542;
	background: #BDAD8C;
}

table.clinic,
table.clinic tr,
table.clinic th,
table.clinic td {
	border: 1px solid #BDAD8C;
}
table.clinic.previous,
table.clinic.previous tr,
table.clinic.previous th,
table.clinic.previous td {
	border: 1px solid #BDAD8C;
}
	table.clinic th {
		color: #FFFFFF;
		background: #762305;
	}
		table.clinic.previous th {
			color: #000000;
			background: #BDAD8C;
		}
	tr.odd {
		background: #FFFFFF;
	}
	tr.even {
		background: #EFE5D1;
	}


div.newsletter_stories {
	margin: 5px 5px 15px 15px;
	padding: 10px 15px;
	width: 150px;
	border: 2px solid #776542;
	background: #BDAD8C;
}
div.newsletter_stories ul {
	margin-left: 20px;
	padding-left: 0px;
}

div.newsletter_stories a:hover,
div.clinic_forms a:hover {
	color: #000000;
}

#right_wrap {
	float: right;
}
#stories {
	margin-right: 220px;
}

#newsletter_index a {
	text-decoration: none;
}
#newsletter_index li h2 {
	display: inline;
}
#newsletter_index li p {
	margin: 10px 0;
}
#newsletter_index li {
	margin-bottom: 20px;
	clear: left;
	list-style: none;
}
#newsletter_index li .n_img {
	float: left;
	margin: 5px 10px 15px 0;
	border: 1px solid #000000;
}
#newsletter_index li a:hover img.n_img {
	border-color: #760505;
}


form.style {
	margin: 0;
	padding: 0;
}
	form.style p {
		margin: 0 0 5px 0;
		font-size: 10px;
	}
		form.style p.legend {
			margin: 10px 0 15px 0;
			font-size: 13px;
		}
		form.style p.center {
			text-align: center;
		}
		form.style p span {
			font-size: 13px;
		}
	form.style input {
		cursor: text;
	}
	form.style 	select,
	form.style label {
		cursor: pointer;
	}
	form.style fieldset {
		margin: 0 0 10px 0;
		padding: 0 15px 20px 15px;
		border: 2px solid #762305;
	}
	form.style legend {
		margin: 0;
		padding: 1px 8px;
		font-weight: normal;
		font-size: 18px;
	}
	form.style label {
		font-size: 14px;
		float:left;
		margin-left: 20px;
		width: 120px;
		font-weight: bold;
		padding-top: 3px;
	}
		form.style label.check {
			float: none;
			margin: 0;
			width: auto;
			font-weight: normal;
		}
		form.style input.checkbox {
			margin: 0 5px 0 140px;
			vertical-align: middle;
		}
		
	form.style div.checkboxes {
		margin: 5px 0;
	}
		form.style div.checkboxes label {
			margin-bottom: 5px;
		}
	form.style input.submit {
		margin: 0 0 0 140px;
		cursor: pointer;
	}
		form.style input.submit.center {
			margin: 0;
			cursor: pointer;
		}
	span.required {
		color: #FF0000;
		font-weight: bold;
	}
	
	form.style p.error {
		margin: 0 0 16px 140px;
		padding: 0 0 0 20px;
		color: #FF0000;
		font-weight: bold;
		font-size: 13px;
		background: url(gfx/form_error.png) 0px 1px no-repeat;
	}
		form.style p.error.no_margin {
			margin: 10px 0 16px 5px;
			font-size: 13px;
		}
		div.error p {
			margin: 0 0 8px 0;
		}
		li.error,
		li.ok {
			list-style: none;
			background-position: 0px 0px;
		}

	.ok {
		margin: 0 0 16px 140px;
		padding: 0 0 0 20px;
		color: #338F11;
		font-weight: bold;
		font-size: 13px;
		background: url(gfx/form_ok.png) 0px 2px no-repeat;
	}
p#success, #success {
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #338F11;
	background: url(gfx/form_ok.png) 0px 4px no-repeat;
}
p#fail, #fail {
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	background: url(gfx/form_error.png) 0px 4px no-repeat;
}

table.style th {
	background: #AC0226;
	color: #FFFFFF;
}
a.subright {
	margin: 10px 10px 0 0;
	float: right;
	/*clear: both;*/
}

.suggest_link {
	background-color: #BDAD8C;
	color: #000000;
	padding: 2px 6px;
	font-size: 13px;
}
.suggest_link_over {
	background-color: #762305;
	color: #FFFFFF;
	padding: 2px 6px;
	font-size: 13px;
	cursor: pointer;
}
#suburb_suggest {
	position: absolute;
	z-index: 1;
	margin: -5px 0 0 140px;
	background-color: #BDAD8C; 
	text-align: left; 
	border: 1px solid #000000;
	width: 300px;
	height: 100px;
	overflow: auto;
	visibility: hidden;
}