body, p, form, ul, li, input, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image:url(../images/bgBody.jpg);
	background-repeat:repeat-x;
	background-color:#e0f7fd;
	color:#68a9d7;
	color:#639bc3;
}
div#container {
	width:976px;
	margin: 0 auto;
	background-image:url(../images/bgContainer.jpg);
	background-repeat:no-repeat;
	padding:30px 0 0 34px;
	position: relative;
	text-align: left;
}
a {
	font-weight:normal;
	margin: 0;
	padding: 0;
	color:#6d6f72;
	text-decoration:underline;
}
a:hover {
	color:#609cc1;
	background-color:#CCC;
	text-decoration:none;
}
a:active {
	color:#FFF;
	background-color:#999;
	text-decoration:underline;
}
img, swf, object {
	padding:0;
	margin:0;
	display:block;
	border:0;
}
/* ie6 png fix */
img, div {
	behavior: url(includes/iepngfix.htc)
}
/* end fix */

/*Header  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		
div#header {
	width:942px;
	height:136px;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
	position: relative;
}
div#logo img {
	position:absolute;
	top:25px;
	left:35px;
	z-index:5;
}
ul#nav {
	border-top-color:#68a9d7;
	border-top-style:solid;
	border-top-width:1px;
	position:absolute;
	top:85px;
	right:35px;
	z-index:5;
}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	display:inline;
}
ul#nav a {
	padding:5px 12px;
	display:block;
	color:#68a9d7;
	text-decoration:none;
}
ul#nav a:hover {
	color:#FFF;
	background-color:#999;
}
body#home a#navhome, body#about a#navabout, body#therapeutic a#navtherapeutic, body#news a#navnews, body#contact a#navcontact {
	color:#FFF;
	background-color:#999;
}
/*Branding Block  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		
div#branding {
	width:942px;
	position: relative;
}
/*CONTENT BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
div#content {
	width:942px;
	position:relative;
	background-image:url(../images/bgContent.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
}
#content h2 {
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
	padding:5px 10px;
	background-color:#94c5d1;
	display:inline;
}
#content h3 {
	font-size:13px;
	font-weight:normal;
	margin-bottom:-10px;
	color:#666;
	color:#da9031;
}
#content .subHeadImage {
	margin:20px 0;
}
div#content h4 {
	clear:both;
	padding-bottom:25px;
}
#content p, #content li {
	margin:15px 0 0 0;
	line-height:20px;
}
/*HOME PAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
div#homeLeft {
	width:326px;
	margin:0;
	padding:50px 25px 0 75px;
	background-image:url(../images/bkg-homeLeft.jpg);
	background-repeat: no-repeat;
	position: relative;
	float:left;
}
#homeLeft ul#news, #subLeft ul#news {
	list-style-type:none;
	font-size:12px;
}
#homeLeft ul#news span, #subLeft ul#news span {
	font-size:14px;
	font-weight:normal;
	color:#f2b742;
	color:#da9031;
}
div#homeRight {
	width:425px;
	height:270px; /* !!!!!!! ADJUSTED TO MATCH NEWS COLUMN !!!!!!!!!!!*/	
	margin-top:25px;
	padding:25px 60px 0 30px;
	background-image:url(../images/bkg-homeRight.jpg);
	background-repeat: no-repeat;
	border-left-color:#68a9d7;
	border-left-style:solid;
	border-left-width:1px;
	position: relative;
	float:left;
}
/*SUB PAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
div#subLeft {
	width:230px;
	margin:0;
	padding:50px 25px 0 65px;
	background-image:url(../images/bkg-homeLeft.jpg);
	background-repeat: no-repeat;
	position: relative;
	float:left;
}
#subLeft ul#subNav {
	margin-left:15px;
}
div#subRight {
	width:521px;
	margin-top:25px;
	padding:25px 70px 0 30px;
	background-image:url(../images/bkg-homeRight.jpg);
	background-repeat: no-repeat;
	border-left-color:#68a9d7;
	border-left-style:solid;
	border-left-width:1px;
	position: relative;
	float:left;
}
#subRight .rule {
	margin:20px 0 0 0;
	border-top-color:#68a9d7;
	border-top-style:solid;
	border-top-width:1px;
	display:block;
}
#subRight .headshot {
	margin:0 10px 10px 0;
	border-color:#68a9d7;
	border-style:solid;
	border-width:1px;
	float:left;
}
/*FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		
div#footer {
	width:902px;
	height:64px;
	padding:20px;
	background-color:#94c5d1;
	position:relative;
	margin-top:50px;
}
#footer p {
	margin:8px;
	color:#666;
	display:block;
}
ul#navFooter ul {
	display:block;
}
ul#navFooter li {
	color:#FFF;
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	display:inline;
}
ul#navFooter a {
	padding:2px 8px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/navFooterRule.gif);
	background-position:right;
	background-repeat:no-repeat;
}
ul#navFooter a:hover {
	color:#FFF;
	background-color:#75a4b0;
}
