@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;} 
html, body { height: 100%; }
body { background:url(images/bg_body.gif) center top no-repeat #ebf5f8;}

a { color:#b23a2d; text-decoration:none; }
a:hover { color:#b23a2d;  }
/*div { outline: 1px dashed #C36;} */

#wrap { 
	width:965px; min-height: 100%;
	margin:0 auto; padding:0 10px;
	font-family:Verdana, Geneva, sans-serif; font-size:12px; 
	color:#717171; 
	background:url(images/bg_wrap.png) repeat-y; }
	

	
* html #wrap { height: 100%; }

#wrap h1 { 
	 padding:0 0 5px 0; 
	 color:#b23a2d; 
	 font-size: 22px; font-weight:normal; }


#topnav {
	width:965px; height:45px;
	margin:0 0 5px 0;
	background:#f6ebc1; }

#topnav ul {
	float:right; 
	height:45px;
	list-style:none; }

#topnav ul li {
	display:block; float:left;
	height:45px;
	text-align:center; text-transform:uppercase;
	list-style:inline;}
	
#topnav ul li a {
	display:block;
	height:29px; width:75px;  
	padding:16px 0 0 0; 
	color:#3e8c89; }
	
#topnav ul li a:hover {
	color: #fff;
	background:#3e8c89; }
	
#topnav .active {
	color: #fff;
	background:#3e8c89; }

#headimage {
	width:965px; height:67px;
	margin:0 0 5px 0;
	background:#f6ebc1; }
		
/******logo and main navigation******/
#header { 
	width:965px; height:152px; 
	margin:0 0 75px 0; }

#logo { 
	float:left; 
	width:296px; height:152px;
	padding:10px 0 0 0; }	 

#mainnav {
	float:right; 
	width: 595px; height:96px;
	margin:56px 0 0 0;
}

#mainnav ul {
	float:right; 
	height:96px;
	list-style:none;  z-index:99; }

#mainnav ul li {
	display:block; float:left;
	width:95px;height:45px;
	margin:0 23px 0 0;
	list-style:inline ;}
	
#mainnav ul li a {
	display:block;
	height:96px;  
	padding:0; 
	color:#3e8c89; }
	
#mainnav ul li a:hover { background-position: bottom left; }

.speech {width:95px; height:96px; background:url(images/nav_speech_therapy.gif) no-repeat;}

.physical { width:95px; height:96px; background:url(images/nav_physical_therapy.gif) no-repeat;}

.occupational { width:95px; height:96px; background:url(images/nav_occupational_therapy.gif) no-repeat;}

.special { width:95px; height:96px; background:url(images/nav_special_therapy.gif) no-repeat;}

.additional { width:95px; height:96px; background:url(images/nav_additional_services.gif) no-repeat;}

#mainnav  .active { background-position: bottom left;  }

/******main content******/
#main {
	overflow:auto; /*position:relative; z-index:999;*/
	width:875px;
	margin:0 auto; padding:0 0 145px 90px;
	clear:both;  }

#content {
	display:block; float:left; 
	width:455px;
	padding:0 0 250px 0;
	line-height:180%; }

#content p { padding:20px 0 0 0;}

#content ul {
	padding: 5px 0 5px 20px;  
	}
#content ul li {
	list-style:disc;
	padding: 0; 
	}
.textstyle{ font-style:italic;}
 /*#pageimg { 
	display:block; float:right;position:relative; z-index:999; 
	width:375px; height: 359px;;
	margin:0 auto;	}*/
	


/******footer style******/
#footer {
	position: relative; z-index:9;
	margin-top: -145px; 
	height: 145px;
	clear:both;  }
#footer a {
	color:#f6ebc1;
	text-decoration:none; }
	
#footer a:hover {
	color:#f6ebc1;
	text-decoration:none; }

#footer_content{
	width:775px; height: 125px;
	margin:0 auto; padding:20px 100px 0 90px;
	color:#fff;  line-height:150%;
	background: #3e8c89;
	font-family:Verdana, Geneva, sans-serif;  font-size:10px; }

#footer_content p{ 
	width:100%; padding:0; }

#footer_content ul {
	display:block; float:left; 
	width:100%;padding: 15px 0;
	list-style:none; }

#footer_content ul li { 
	display:block; float:left;
	padding:0 5px 0 0;
	list-style:inline; }

#pageimg { 
	display:block;/* z-index:9;*/
	width:375px; height: 359px; padding:0 0 0 590px; 
	margin:-504px auto 0 auto;  }

.homeimg { padding:270px 0 0 0; background:url(images/side_image_home.gif) bottom right no-repeat;}
.aboutimg { padding:270px 0 0 0; background:url(images/side_image_about.gif) bottom right no-repeat;}
.contactimg { padding:270px 0 0 0; background:url(images/side_image_contact.gif) bottom right no-repeat;}
.additionalimg { padding:270px 0 0 0; background:url(images/side_image_additional.gif) bottom right no-repeat;}
.occupationalimg { padding:270px 0 0 0; background:url(images/side_image_occupational.gif) bottom right no-repeat;}
.physicalimg { padding:270px 0 0 0; background:url(images/side_image_physical.gif) bottom right no-repeat;}
.specialimg { padding:270px 0 0 0; background:url(images/side_image_special.gif) bottom right no-repeat;}
.speechimg { padding:270px 0 0 0; background:url(images/side_image_speech.gif) bottom right no-repeat;}


/* Site Design Credit */
#credit { position:absolute; bottom:0; right:0; padding:0 7px 7px 0; float:right;height: 45px;}

/*Opera Fix
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}*/

