/* CSS Document */
/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000099;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }


body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fff9da url(../images/body-bg5.gif) repeat-x fixed;
	margin: 1.5em auto;
}
#wrapper {						/* Adds margin and border to page */
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 881px;
	background: #FFFFFF;
	border: 2px solid #a86b01;
}
#skipnav {					/* hides the skip nav link */
	margin-left: -999em;
}


/* Start header */
#header {
	position: relative;
	background: #fffbc0;		/* moves the header up to compensate for the skip nav link being hidden */
	font-size: 70%;
	text-align: right;
	padding: 4px 1em 4px 4px;
	font-weight: bold;
	height: 110px;
}
#header p {
	margin-top: 1.5em;
	line-height: 140%;
}
#header p span {
	font-weight: normal;
}

#header a:link, #header a:visited {
	color: #003399;
}
#header a:hover, #header a:active {
	color: #6e642e;
}
#header #azlogo {
	float: left;
}
#headimgs {						/* moves the header images up to compensate for the skip nav link being hidden */
	clear: left;
	margin-top: 2px;
}
#headimgs #hdimg1 {
	margin-left: 2px;
}
#headimgs #hdimg2 {
	margin-right: 2px;
	margin-left: 3px;
}
#headimgs #hdimg3 {
	margin-left: 1px;
}
/* End header */

/* Start left navigation */
#leftnav {
	float: left;				/* floats left of the main content */
	width: 180px;
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
	background: #A86B01;
	margin-left: 2px;
	padding-bottom: 1em;
	position: absolute;
	top: 328px;
}
#leftnav li {
	margin-top: 1.25em;
	margin-left: 1em;
}
#leftnav a:link, #leftnav a:visited {
	color: #FFFFFF;
}
#leftnav a:hover, #leftnav a:active {
	color: #fff4b5;
}
#homepage #leftnav #homelink, #treatmentspage #leftnav #treatmlink {
	color: #fff4b5;
}

/* Start main content */
#content {
	border-left: 180px solid #a86b01;
	margin-left: 2px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: -0.72em;
	padding-bottom: 1em;
	position: relative;
}
#content h1 {
	color: #642E6E;
	padding-top: 1em;
	clear: left;
}
#content h1 span {
	font-size: 70%;
	font-weight: bold;
}
#content .prices {
	float: right;
}


#content h2 {
	clear: left;
	font-size: 90%;
	color: #642E6E;
	margin-bottom: 1em;
}
#content h3 {
	font-size: 80%;
	color: #642E6E;
	clear: left;
}
#content ul+h3 {
	margin-top: 1em;
}
#content h4 {
	font-size: 90%;
	margin-top: 1em;
}


#content p {
	font-size: 80%;
	line-height: 140%;
	margin-left: 0.5em;
	margin-top: .75em;
	margin-bottom: 1em;
}
#content li {
	font-size: 80%;
	list-style: disc;
	margin-left: 2em;
	line-height: 140%;
}
#content dl {
	font-size: 80%;
	margin-top: 1em;
	margin-left: 1em;
	line-height: 140%;
}
#content dt {
	font-weight: bold;
	color: #A25922;
	font-size: 100%;
}
#content dd {
	margin-left: 1em;
	margin-bottom: .5em;
}
quote {
	color: #A86B01;
	font-weight: bold;
}
cite {
	font-style: italic;
}



#content a:link, #content a:visited {
	color: #003399;
}
#content a:hover, #content a:active {
	color: #A25922;
}


#content .highlight {
	font-weight: bold;
	color: #A25922;
	margin-right: 2em;
	margin-left: 2em;
	text-align: justify;
}
#content #strap {	/* Main strapline */
	text-align: center;
	font-size: 90%;
	color: #A25922;
	font-weight: bold;
	margin-top: 1em;
	clear: both;
}
#content .top {
	background: #FFF9DA;
	padding-top: .15em;
	padding-right: .5em;
	padding-bottom: .15em;
	text-align: right;
	font-size: 65%;
}
#content .submenu {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 1em;
}
#content .submenu li {
	margin-bottom: 0.25em;
	list-style: none;
	margin-left: 0.5em;
	font-size: 80%;
}
#content ul.floatleft {
	float: left;
	margin-right: 3em;
	margin-bottom: 1em;
}
#content #specials {
	font-size: 110%;
	text-align: center;
	padding: 2em;
	background-color: #FFFBC0;
	background-image: url(../images/specials_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #642E6E;
}
#content #specials h2 {
	color: #FFFFFF;
	font-size: 110%;
}
#content #specials h3 {
	font-size: 110%;
	color: #FFFFFF;
}

#content #pricelist { /* formats the Price list table */
	font-size: 70%;
	width: 100%;
	border: 1px solid #642E6E;
}
#content #pricelist caption {
	font-weight: bold;
	text-align: center;
	padding-bottom: .15em;
}
#content #pricelist th {
	padding: 2px;
	background: #642E6E;
	border: 1px solid #642E6E;
	color: #FFFFFF;
	text-align: left;
}
#content #pricelist td {
	padding: 2px;
	vertical-align: top;
	border: 1px solid #642E6E;
	text-align: left;
}
#content #linkslist li {
	margin-bottom: 1em;
	list-style: none;
}
#content #linkslistsub {
	list-style-type: none;
	font-size: 130%;
	margin-left: 1em;
	margin-top: .5em;
}
#content #linkslistsub li {
	margin-bottom: 1.25em;
}

#content #linkslist h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.5em;
	font-size: 100%;
	margin-left: 3em;
}
#content #therapists li {
	list-style: none;
	margin-bottom: 1em;
}
#content #subtherapists {	/* Therapists sub menus - on therapists pages */
	margin-top: 1.5em;
}
#content #subtherapists li {	/* Therapists sub menus - on therapists pages */
	list-style: none;
	float: left;
	margin-bottom: 0.5em;
	margin-right: 2em;
}
#content #news {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
	border: 1px solid #F09802;
	background: #FFFBC0 url(../images/boxout-bg.gif) repeat-x;
	font-size: 110%;
	padding-top: 0.5em;
	width: 240px;
	text-align: center;
	padding-bottom: .5em;
}
#content #news h3 {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: .25em;
}
#content #news h3.dark {
	color: #663300;
	margin-top: 2em;
}
#content #news h3+p {
	color: #660033;
	font-weight: bold;
}
#content #news p {
	margin-bottom: 1em;
}
#content .boxright {
	float: right;
	width: 240px;
	border: 1px solid #F5BB45;
}
#content .boxright p {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 70%;
}


#content address {
	font-style: normal;
	font-size: 70%;
	font-weight: bold;
	line-height: 120%;
	margin-left: .5em;
}
#content iframe {
	height: 300px;
	width: 425px;
	margin-top: 5.5em;
}
#content .floatright {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: center;
}

/* Starts the Request a callback form on the contact page */
#content #contactform {
	width: 302px;
	border: 1px solid #88827e;
	position: absolute;
	top: 18px;
	right: 8px;
	background-image: url(../images/form-bg.gif);
	background-repeat: repeat-x;
}
#content #contactform h3 {
	font-size: 90%;
	font-weight: bold;
	color: #88827e;
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 6px;
}
#content #contactform p {
	text-align: left;
	margin-left: 10px;
	font-size: 70%;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content #contactform label {
	margin-top: 0px;
	width: 37%;
	float: left;
}
#content #contactform input {
	width: 160px;
	height: 15px;
	background: url(../images/input_bg.gif) no-repeat;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
#content #contactform #address {
	width: 160px;
	background: url(../images/textarea_bg.gif) no-repeat;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
#content #contactform textarea {
	width: 150px;
}
#content #contactform #submit2 {
	height: 24px;
	width: 57px;
	margin-top: 4px;
	margin-left: 130px;
	margin-bottom: 3px;
	color: #FFFFFF;
	background-image: url(../images/submit-bg.gif);
	background-repeat: no-repeat;
	line-height: 70%;
}
#content #contactform #privacy {
	width: 16px;
	margin-left: .5em;
}
#content #contactform #secode {
	width: 60px;
}
#content #contactform .widelabel {
	width: 70%;
}
#content #contactform .req {
	color: #CC3300;
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}
#content #contactform .req2 {
	font-weight: bold;
	color: #CC3300;
	font-size: 120%;
}
/* Ends the Request a callback form on the home page */

/* Footer styles */
#footer {
	font-size: 70%;
	text-align: center;
	color: #A25922;
	padding-top: 0.5em;
	border-top: 1px solid #A25922;
	padding-bottom: 0.5em;
}
#footer ul {
	margin-top: .5em;
}
#footer a:link, #footer a:visited {
	color: #003399;
	padding-right: .5em;
	padding-left: 0.15em;
	border-right: 1px solid #A25922;
}
#footer a:hover, #footer a:active {
	color: #A25922;
}
#footer a.alt:link, #footer a.alt:visited {
	border-style: none;
}
#footer li {
	display: inline;
}

/* Other styling */
.clearleft {
	clear: left;
}
#content h3+ul {
	margin-top: 1em;
}
#content {
	padding-bottom: 4em;
}

