body {
font-family:Georgia,Times,serif;
font-size:1em;
line-height:1.3em;
text-align:center;
background-color:#FBA81C;
margin:0;
color:#fff;
}

/* --- nav --- */

#nav {
width:100%;
background:#EA6C22;
margin:0;
padding:12px 0;
color:#006633;
text-align:center;
}

#nav a:link, #nav a:visited {
color:#FFCD7F;
font-size:1.2em;
margin: 0 20px;
text-decoration:none;
border:0;
background:none;
}

#nav a:hover {
color:#fff;
}

/* --- header --- */

#header {
margin:0px auto;
width:760px;
height:190px;
padding: 0 0 0 0;
/*background-image:url(images/03-logo-purple.gif);
background-position:right;
background-repeat:no-repeat; */
text-align:center;
}

/* --- wrapper --- */

#wrapper {
width:760px;
margin-right:auto;
margin-left:auto;
margin-bottom:20px;
padding:0;
text-align:left;

/*background-image: url(images/03-content-bg-purple.gif);
background-repeat:repeat-y;*/
min-height:500px;
}

/* --- left --- */

#left {
width:760px;
padding:0 0 0 0;
float:left;
}

#leftheader {
height:11px;
/* bg colour for these header divs needs to match the main r or l bg colour because of strange ie wrapping */
background-color:#7A0660;
background-image: url('images/03-onecolheader-purple.gif');
background-repeat:no-repeat;
padding:0;
}

#leftcontent {
padding:20px 60px 10px 45px;
background:#F48920 url('images/09-wrapper-bg.gif') left repeat-y;
}

/* --- right --- */

#right {
background:#7A0660;
width:200px;
padding:0;
float:right;
}

#rightheader {
height:11px;
/* bg colour for these header divs needs to match the main r or l bg colour because of strange ie wrapping */
background-color:#7A0660;
background-image: url(images/03-rightheader-purple.gif);
background-repeat:no-repeat;
padding:0;
}

#rightcontent {
padding:25px 20px 10px 25px;
}

#right p {
padding-top:0;
margin-top:0;
}

#right h3 {
margin-bottom:.3em;
}

/* --- footer --- */

#footer09 {
font-size:12px;
padding:5px 10px;
}

#footer {
border-bottom:4px solid #3E0F4B;
background:#B1A8C4;
padding:10px;
font-size:11px;
color:#7A0660;
}

#footer a:link, #footer a:visited {
color:#7A0660;
}

#footerinner {
width: 740px;
margin: 0 auto;
text-align:left;
}

#siteby {
float:right;
text-transform:none;
}

#siteby a:link, #siteby a:visited {
color:#FFF3DF;
background:none;
}

/* --- text --- */

h1, h2, h3, h4 {
margin-top:0;
color:#fff;
font-weight:normal;
line-height:110%
}

h1 {
font-size:1.8em;
}

h2 {
font-size:1.4em;
margin-bottom:8px;
}

h3 {
font-size:1.2em;
}

p {
text-align:justify;
padding:0px;
}

a:link, a:visited {
color:#fff;
text-decoration:none;
background:#EA6C22;
padding:3px 4px;
}

a:hover {
color:#fff;
background:#CF5D19;
}

pre {
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:14px;
line-height:1.3em;
}

img.home {
background-color:#fff;
padding:5px;
border:1px solid #EA6C22;
}

p.bask {
text-align:center;
margin:0 0 20px 0;
padding:0;
}

p.bask img {
margin-left:25px;
}

/* --- specifics --- */
/* images in main body text */
img.inparleft {
margin-right:20px;
display:block;
background-color:#fff;
padding:5px;
border:1px solid #EA6C22;
float:left;
}

img.inparright {
margin-left:20px;
display:block;
background-color:#fff;
padding:5px;
border:1px solid #EA6C22;
float:right;
}

/* style for practioners and services layout */

#service-links a:link, #service-links a:visited {
color: #FFCD7F;
border:0;
}

#service-links a:hover {
color:#fff;
background:none;
}

#service-links {
font-size:14px;
text-align:center;
background:#EA6C22;
padding:12px 0;
color: #FFCD7F;
}

.left-align {
width: 160px;
float:left;
margin: 0;
padding:0;
margin-bottom:20px;
}

.right-align {
padding:0 0 20px 180px;
padding-top:0;
}

.right-align p {
margin-top:0;
padding-top:0;
}

/* style for Formmailer.php  */

.mailwrapper {
	text-align: left;
}

.ddfmwrap {
	/*margin: 0 auto 0 auto;*/
	text-align: left;
	width: 365px;
	margin-left: 100px;
}

.ddfmwrap form {
	text-align: left;
}

.ddfmwrap label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.ddfmwrap .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left;
}

.ddfmwrap a {
	color: #005ABE;
}

.ddfmwrap h2 {
	color: #fff;
	font-size: 120%;
}

.ddfmwrap input {
	margin-bottom: 10px;
	width: 225px;
	background:#fff;
	border: 1px solid #EA6C22;
}

.ddfmwrap textarea {
	margin-bottom: 10px;
	background:#fff;
	border: 1px solid #EA6C22;
}

.ddfmwrap input.fm_verify {
	width: 60px;
	float:left;
	height:22px;
}

.ddfmwrap select {
	margin-bottom: 10px;
}

.ddfmwrap textarea {
	margin-bottom: 10px;
}

.ddfmwrap .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #EA6C22;
}

.ddfmwrap fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
	border: 0px;
}

.ddfmwrap .legendspacing {
	height: 10px;
}

.ddfmwrap .fmcredits {
	float: left;
	font-size: 90%;
}

.ddfmwrap .submit {
	float: left;
}

.ddfmwrap .submit input {
	margin:0px 0px 10px 126px;
	background:#fff;
	width:75px;
	color:#000;
	font-weight:bold;
	border: 1px solid #EA6C22;
	padding:2px;
	font-size:1em;
	cursor:pointer;
}

/*.ddfmwrap input {
	background:#B1A8C4;
	border: 1px solid #3E0F4B;
}*/


.fmtextarea {
	background:#B1A8C4;
	border: 1px solid #3E0F4B;
}

.ddfmwrap .fmrequired {
	color: #fff;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

.ddfmwrap .fmspacer {
	height: 0px;
}

.ddfmwrap .fminfofull {
	padding: 0 10px 0 10px;
	color: #fff;
	margin-bottom: 15px;
	margin-left: 95px;
	font-size:12px;
}

.ddfmwrap .fminfohalf {
	padding: 0 10px 0 10px;
	color: #005ABE;
	margin-left: 110px;
	margin-bottom: 15px;
}

.ddfmwrap .fmerrorbox {
	text-align: left;
}

.ddfmwrap li {
	margin: 0 0 4px 0;
}

.ddfmwrap .ddfmerrors {
	color: #FF0000;
	font-size: 120%;
}


/* ------------------------------------------------- */


form.ddfm h1,
form.ddfm h2 {
	color: #ffffff;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #ffffff;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #000000;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: normal;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 450px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 10px;
	width: 430px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
	color:#fff;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
}

form.ddfm .submit {
	text-align: left;
	clear: both; 
	width: 97%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}



