/*
** Layout styles
*/

body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background-color: #fff;
}

a {
	font-weight: bold;
}
a:link, a:visited {
	color: #f78f1e;
	text-decoration: none;
}
a:hover {
	color: #d77c1a;
	text-decoration: none;
}

img {
	border: 0px;
}

h1, h2 {
	font-weight: normal;
	/*text-transform: lowercase;*/
}

h1 {
	font-size: 22px;
	color: #f78f1e;
}

h2 {
	font-size: 18px;
	color: #666;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 17px;
	text-align: left;
}

.spacer {
	clear: both;
}

.first {
	margin-left: 0px !important;
	padding-left: 0px !important;
	background-image: none !important;
}

.orange {
	color: #f78f1e;
}

.hidden {
	display: none;
}

.containerOut, .containerIn {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.containerOut {
	width: 800px;
}

.containerIn {
	width: 762px;
}

#navigation {
	position: relative;
	padding-top: 53px;
}

#logo {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: -54px;
	display: block;
	width: 77px;
	height: 188px;
}

#header {
	border-top: solid 5px #efede8;
	background-color: #f8f7f4;
	height: 246px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#header .containerOut {
	position: relative;
	top: -5px;
}

#header .containerOut #headerStripe {
	width: 758px;
	height: 5px;
	margin-left: 42px;
	background-color: #f78f1e;
	overflow: hidden;
}

#specialtiesIE {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 432px;
	height: 75px;
}

#locations {
	min-height: 60px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 10px;
	background: url(../images/design/queensland.png) center left no-repeat;
}

#locations .location {
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fabc78;
}

#footer {
	margin-bottom: 50px;
	padding: 5px 0px;
	font-size: 9px;
	color: #999;
	background-color: #efefe8;
}

#footer a {
	font-weight: normal;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}

#byline {
	float: right;
}

/*
** Navigation styles
*/

#menu {
	float: right;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	padding: 4px 10px 0px 10px;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../images/design/separator-nav.png) top left no-repeat;
}
#menu a:link, #menu a:visited {
	color: #000;
}
#menu a.current:link, #menu a.current:visited, #menu a:hover {
	color: #f78f1e;
}

/*
** Content styles
*/

#content .column {
	float: left;
	width: 226px;
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/design/separator-column.png) top left no-repeat;
}

#content .column .position, #content .column .location {
	margin-top: -12px;
	text-transform: uppercase;
}

/*
** Contact form styles
*/

#formContainer {
	text-align: center;
}

#ContactForm, #formTips {
	width: 420px;
	margin: 0px auto;
	text-align: left;
}

#formTips {
	margin-top: 10px;
}

#ContactForm td {
	padding-bottom: 6px;
}

#ContactForm td.label {
	width: 80px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}

#ContactForm td.input input, #ContactForm td.input textarea {
	width: 240px;
	padding: 5px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background-color: #efede8;
}

#ContactForm td.buttons {
	padding-left: 93px;
}

#ContactForm td.buttons input {
	width: 70px;
	height: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	background-image: url(../images/design/submit-button.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#ContactForm td.buttons input:hover {
	background-position: bottom left;
}