@charset "utf-8";
/* CSS Document */

body{
	margin:0 0 0 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:666666;
	background-color:#f6f6f6;
	background-image:url(../Images/bodybg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	}

#wrapper{
	margin:0 0 0 0;
	width:100%;
	height:100%;
	text-align:center;
	}
	
#header{
	width:940px;
	height:116px;
	background-color:#c9e8e0;
	background-image:url(../Images/headerLogo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

#navBar{
	width:940px;
	height:37px;
	text-align:center;
	background-image:url(../Images/navBG.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	}
.innerNavSpan{
	padding-top:9px;
	height:30px;
	}

#flashBanner{
	width:940px;
	height:244px;
	margin-left:auto;
	margin-right:auto;
	}

/* BEGIN MAIN CONTENT (HOME PAGE) */
#mainContent{
	width:940px;
	background-color:#FFFFFF;
	background-image:url(../Images/bannerGrad.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

#mainContentInner{
	width:920px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
/* 3 Overview Columns */
#ovCol1{
	position:relative;
	width:300px;
	float:left;
	}

#ovCol2{
	position:relative;
	width:300px;
	float:left;
	margin-left:17px;
	}

#ovCol3{
	position:relative;
	width:300px;
	float:right;
	}
.ovHeader{
	position:relative;
	height:35px;
	background-image:url(../Images/greenCross.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
.ovHeaderTitle{
	color:#2c91c4;
	margin-left:40px;
	font-size:1.3em;
	padding-top:10px;
	}
.ovImage1{
	width:300px;
	height:160px;
	background-image:url(../Images/treatmentsImg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
.ovImage2{
	width:300px;
	height:160px;
	background-image:url(../Images/caseStudiesImg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
.ovImage3{
	width:300px;
	height:160px;
	background-image:url(../Images/sessionsImg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
.ovCopy{
	width:300px;
	background-image:url(../Images/ovCopyGrad.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
P.ovCopyText{
	margin:0px 0px 0px 0px;
	padding-top:15px;
	padding-left:0px;
	padding-right:0px;
	font-size:0.75em;
	}
/* END MAIN CONTENT (HOMEPAGE) */	
	
#footer{
	width:940px;
	height:129px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../Images/footerBGGrad.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
.footerRight{
	height:80px;
	padding:5px 15px 15px 15px;
	width:400px;
	float:right;
	text-align:right;
	}
P.footerP{
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#FFFFFF;
	}

/*  CLASSES */
table, tr, td, ul, li{
	color:#666666;
	}
P{
	padding:10px;
	color:#666666;
	}
P.intro{
	padding:10px;
	padding-top:30px;
	font-weight:bold;
	}
P.introsub{
	padding:10px;
	padding-top:10px;
	font-weight:bold;
	}
IMG.headerLogo{
	margin-top:15px;
	margin-left:10px;
	border:none;
	}
img.subImg{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}
h1, h2, h3, h4, h5, h6{
	color:#2c91c4;
	}
strong{
	color:#666666;
	}
strong.heading{
	color:#2c91c4;
	}

a.mainNav:link{text-decoration:none; color:#404c6b; font-size:1.0em; font-weight:bold;}
a.mainNav:visited{text-decoration:none; color:#404c6b; font-size:1.0em; font-weight:bold;}
a.mainNav:hover{ text-decoration:none; font-size:1.0em; font-weight:bold; color:#ffffff;}
a.mainNav:active{text-decoration:none; color:#404c6b; font-size:1.0em; font-weight:bold;}


a.readMore:link{text-decoration:none; color:#0000ff; font-weight:bold;}
a.readMore:visited{text-decoration:none; color:#0000ff; font-weight:bold;}
a.readMore:hover{ text-decoration:none; font-weight:bold; color:#ff0000;}
a.readMore:active{text-decoration:none; color:#0000ff; font-weight:bold;}



