/* Avoid left page shift in Firefox */

html { min-height: 100%; margin-bottom: 1px; }

/* Global Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4747;
	line-height: 22px;
	background: fixed url(../images/bgBody.jpg) no-repeat bottom;
}

p {
	padding: 5px 0;
}

a {
   color: #669900;
   text-decoration: none;
}	

a:hover {
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

/* Wrapper, Header, Menu */

#wrapper {
	margin: 0 auto;
	width: 850px;
	background-color: #FFFFFF;
}

#header {
	height: 100px;
	background-color: #490a51;
	padding: 0 20px 0 45px;
}

#pageTitle {
	padding-top: 38px;
	float: left;
}

#header h1 {
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 2px;
}

#header h2 {
	color: #CCC;
	font-size: 10px;
	font-weight: bold;
}

#menu {
	height: 62px;
	padding-top: 20px;
}

#menu ul {

}

#menu li {
	padding: 5px 0;
	float: right;
}

#menu a {
	color: #CCC;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 20px 15px;
	text-transform: capitalize;
	border: 1px solid #490a51;
	display: block;
	margin: 0 1px;
}

#menu a:hover{
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}

/* ContentIndex */

#contentIndex {
	color: #490a51;
	line-height: 22px;
	font-size: 17px;
	font-weight: normal;
	clear: left;
	height: auto;
}

#upperIndex {
	border: solid 4px #fff;
	background: #99cc01 url(../images/indexTrail.jpg) no-repeat right top;
}

.welcomeText {
	color: #fff;
	font-size: 70px;
	letter-spacing: -1px;
    padding: 140px 0 40px 50px;
}

#indexIntro {
	padding: 20px 50px 30px 50px;
	float: left;
	width: 430px;
	text-align: justify;
}

.fontsizeIndexContact {
	font-size: 13px;
	color: #669900;
	font-weight: bold;
    line-height: 18px;
	padding-top: 20px
}

.fontsizeIndexContact a {
	text-decoration: underline;
}

.fontsizeIndexContact a:hover {
	text-decoration: none;
}

#focusList {
	color: #669900;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	float: left;
	width: 300px;
	padding: 25px 0 0 15px;
}

.focusText {
	color: #490A51;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 25px;
}

#focusList ul {
	list-style-type: disc;
	margin-left: 10px;
}

#focusList ul li {
}

#focusList ul li ul li {
   list-style-type: none;
   font-weight: normal;
   line-height: normal;
}

.quoteIndex {
	clear: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 50px;
	margin: 0;
}

.quoteCredit {
	color: #669900;
	font-size: 11px;
	line-height: 0;
}

/* Content */

#content {
	padding: 0 45px;
}

#leftContent {
	float: left;
	width: 210px;
	padding-top: 20px;
}

/* Left Sidebar Vertical Menu */

#sidebarMenu {
	margin-bottom:25px;
	padding-top: 5px;
	width: 165px;
	border-bottom: double 4px #EDE6EE;
}

#sidebarMenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding: 0px;
}

#sidebarMenu li {
	display: inline;
}

#sidebarMenu a {
	display: block;
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	color: #76437B;
	border-top: solid 1px #EDE6EE;
	text-decoration: none;
}

#sidebarMenu a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #99CC00;
}

#sideContact {
    color: #fff;
    background-color: #99cc00;
	padding: 7px 0 7px 10px;
	margin-top: 20px;
	width: 155px;
}

#sideContact a {
	color: #fff;
	text-decoration: underline;
}

#sideContact a:hover {
	text-decoration: none;
}

#rightContent {
	float: left;
	width: 550px;
	padding: 25px 0;
}

#rightContent h1 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: double 4px #EDE6EE;
}

#rightContent h2 {
	color: #76437B;
	font-size: 20px;
	padding: 20px 0 10px 0;
}

#rightContent h3 {
	color: #76437B;
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 0 10px 0;
	border-top: solid 1px #EDE6EE;
}

#contactIntro .contactHeader {
	color: #76437B;
	font-size: 20px;
	padding: 10px 0 0 0;
}

#contactIntro .contactHeader2 {
    color: #76437B;
	padding-bottom: 10px;
}

address {
    font-style: normal;
    width: 50%;
	float: left;
}

#clear {
	clear: left;
}

#rightContent ul.bioPage {
	margin-bottom: 20px;
	margin-left: 20px;
}


/* Biography Page */

.bioImage {
    float: right;
    margin: 30px 0 10px 40px;
}

.bioImage img {
    border: solid 1px #490a51;
}

.caption {
    color: #76437B;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
}

#rightContent ul.bioPage li {
    color: #76437B;
	list-style-type: disc;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px double #EDE6EE;
}

#rightContent ul.bioPage li a {
    color: #76437B;
}

#rightContent ul.bioPage li a: hover {
   text-decoration: underline;
}

/* About Therapy Page */

#rightContent ul.aboutTherapy {
   margin-left: 50px
}

#rightContent ul.aboutTherapy li {
	color: #76437B;
	font-weight: bold;
	list-style-type: none;
	line-height: normal;
	padding-top: 5px;
}

#rightContent ul.aboutTherapy ul {
   margin-left: 35px
}

#rightContent ul.aboutTherapy li li {
	color: #4A4747;
	font-weight: normal;
	list-style-type: disc;
	margin: 0;
	line-height: normal;
}

/* About Therapy Page */

#rightContent ul.forms {
   margin-left: 50px
}

#rightContent ul.forms li {
    color: #76437B;
	list-style-type: disc;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

dt {
   font-weight: bold;
   line-height: normal;
   padding: 20px 0 5px 0;
}

dd {
   margin-left: 0px;
}

/* Resources Page */

.imgResources {
	float: left;
	padding: 0 20px 10px 0;
	display: block;
}

.resourceTitles {
	color: #76437B;
	font-size: 14px;
	font-weight: bold;
}

.clear {
	clear: both;
}

#rightContent ul.resourcesPage li {
	list-style-type: disc;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px double #EDE6EE;
}

#rightContent ul.resourcesPage li a {
    color: #76437B;
}

#rightContent ul.resourcesPage li a: hover {
   text-decoration: underline;
}


/* Contact Page */

fieldset {
   padding: 25px 0 10px 0; 
}

label.startAddress {
	display: block;
}

#saddr {
   width: 60%;
   margin: 4px 0;
}


/* Footer, Copyright*/

#footer {
	color: #666;
	height: 30px;
	padding: 0 45px;
	font-size: 11px;
	margin: 0 auto;
	clear: both;
	background-color: #eaebed;
}

#footer p {
    float: left;
}

#footer .copyright {
	float: right;
} 

#designCredits {
	padding-top: 10px;
	text-align: center;
	padding-right: 50px;
	font-size: 11px;
	color: #99CC01;
}

#designCredits a {
	color: #99CC01;
	text-decoration: none;
} 

#designCredits a:hover {
  text-decoration: underline;
}  

.clearer {
	clear: both;
}

/* Page ids */

#indexpage #indexlink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#biographypage #biographylink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
} 
#aboutTherapypage #aboutTherapylink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#formspage #formslink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#contactpage #contactlink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
