@charset "utf-8";
/* CSS Document */

/* colours 

border brown - #B89B8D
medium brown - #DED1CB
very light brown - #EFEAE8
dark brown - #3E2E26
light cream - #F4F1EF
red - #983418

*/


body {
	margin:0;
	margin-top:25px;
	margin-bottom:25px;
	font-family:Calibri, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#3E2E26;
	background-color:#F4F1EF;
}
h1, h2, h3, h4 {
	color:#827763;
}
span {
	color:#983418;
}
a {
	color:#983418;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a img {
	border:none;
}

/* Border-Control */
#header, #main, #footer, fieldset, td, th, #main .right .right, hr {
	border:1px solid #B89B8D;
}
#header, #main, #footer {
	margin:auto;
}
#header, #main {
	width:950px;
}
#header {
	border-bottom:none;
	background-color:#DED1CB;
	background-image:url(images/header_gradient.jpg);
	background-repeat:repeat-x;
}
#main {
	background-color:#F4F1EF;
	background-image:url(images/bg_vertical_bars.jpg);
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
}
#main .right {
	width:680px;
	margin-right:30px;
}
#main .right .right { /* Currently controls the therapist image */
	width:auto;
	margin-right:0;
	margin-bottom:20px;
}
#footer .right {
}
.right {
	float:right;
}
.left {
	margin-right:740px;
}
.right .left { /*left col WITHIN right col */
	margin-right:350px;
}
.content_right {
	text-align:right;
}
#footer {
	border-top:none;
	background-color:#DED1CB;
	background-image:url(images/footer_gradient.jpg);
	background-repeat:repeat-x;
	width:910px;
	padding:20px;
	overflow:hidden;
}
li {
	padding-bottom:5px;
}
.nav, .nav li { margin:0; list-style-type:none; list-style:none; padding:0; display:block; margin-bottom:2px; }
.nav {
	margin-top:2px;
	margin-bottom:20px;
}
.nav a {
	display:block;
	padding:6px;
	background-image:url(images/button_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#DED1CB;
	border:solid 1px #666666;
	border-left:none;
	border-top:none;
	color:#3E2E26;
	font-weight:bold;
	text-decoration:none;
}
.nav a:link {
}
.nav a:visited {
}
.nav a:hover {
	color:#663300;
	border:solid 1px #666666;
	border-right:none;
	border-bottom:none;
}
.nav a:active {
}
.left .content {
	margin:10px;
}
.right .content {
	margin-top:25px;
	margin-bottom:25px;
}
fieldset {
	padding:15px;
	margin-bottom:20px;
}
fieldset legend {
	color:#983418;
}
.box_round {
	position:relative;
	padding:15px;
	margin-bottom:25px;
}
.tl, .tr, .bl, .br {
	position:absolute;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
.t, .b, .l, .r {
	background-color:#B89B8D;
}
.l, .r {
	position:absolute;
	width:1px;
	top:10px;
	bottom:10px;
}
.l {
	left:0;
}
.r {
	right:0;
}
.t, .b {
	position:absolute;
	height:1px;
	left:10px;
	right:10px;
}
.t {
	top:0;
}
.b {
	bottom:0;
}

.box_round .tl {
	background-image:url(images/corner_brown_tl.gif);
	top:0;
	left:0;
}
.box_round .tr {
	background-image:url(images/corner_brown_tr.gif);
	top:0;
	right:0;
}
.box_round .bl {
	background-image:url(images/corner_brown_bl.gif);
	bottom:0;
	left:0;
}
.box_round .br {
	background-image:url(images/corner_brown_br.gif);
	bottom:0;
	right:0;
}
.box_round h1, .box_round h2, .box_round h3, .box_round h4 {
	margin-top:0;
} 
table {
	margin-bottom:20px;
}
td {
	padding:10px;
	background-color:#F4F1EF;
}
th {
	background-color:#FFFFFF;
}
.stack {
	display:table-cell;
}
.stack table {
	margin:auto;
}
.stack h2, .fees td {
	text-align:center;
}
.appointments {
	width:35%;
}
.fees {
	width:65%;
}
.faq_selected {
	border:5px solid #C2CBB4;
	padding:10px;
	margin-top:10px;
}
.clear {
	overflow:hidden;
}
.error_msg {
	color:#FF0000;
	font-weight:bold;
}
.important {
	font-weight:bold;
	color:#990000;	
	border:#FF0000 1px solid;
}
.important legend {
	font-weight:bold;
	color:#990000;
}
.footer_s8design {
	margin:auto;
	margin-top:8px;
	text-align:right;
	width:910px;
}
.fee_discount {
	color:#009933;
	font-weight:bold;
}
.contact {
	background:#B89B8D;
	color:#FFFFFF;
	font-size:14px;
	margin:0 auto;
	padding:5px;
	text-align:right;
	width:942px;
}