/* Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	line-height: 170%;
}

A {
	color: #009CDC;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 170%;
	outline: none;
}
A:hover 
{
	color: #009CDC;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 170%;
}
#content A, #content2 A 
{
	color: #009CDC;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #009CDC;
	font-size: 11px;
	line-height: 170%;
}
#content A:hover, #content2 A:hover
{
	color: #009CDC;
	text-decoration: none;
	border-bottom: 1px solid #009CDC;
	background-color: #FFFFFF;
	line-height: 170%;
}
#content A img, #content2 A img, #content A:visited img, #content2 A:hover img, A img.noborder
{
	border: 0;
	border: none;
}

H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 20px 0px 5px 0px;
	color: #009CDC;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	clear: both;
}
H1 span
{
	color: #009CDC;
}
H1 span.seo
{
	color: #fff;
}	
H2, H3, H4, H5, H6
{
	font-size: 16px;
}
H3 
{
	color: #00853E;
}
	
.bodytext {
	color: #888888;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 170%;
	background-color: #FFFFFF;
}

.address {
	color: #B1B1B1;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
	background-color: #FFFFFF;
}



.error
{
	color: #FF0000;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px dashed #ccc;
	background-color: #fff;
}
.success
{
	color: #00aa00;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px dashed #ccc;
	background-color: #fff;
}

/* Form styling */

form
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 0px solid red;
}
fieldset
{
	border: 1px dotted #00853E;
	padding: 10px;
	margin: 0px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
legend
{
	font-size: 0.95em;
	color: #333;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	text-align: left;
	background-color: #fff;
}
label
{
	color: #00853E;
	width: auto;
	display: block;
	text-align: right;
	margin-right: 10px;
}
input, textarea, select
{
	border: 1px solid #ccc;
	width: 85%;
	color: #666;
	background-color: #fff;
	padding: 3px;
	margin: 0px 10px 0px 0px;
}
select
{
	width: 200px;
	padding: 1px;
}
input:focus, textarea:focus, select:focus
{
	border: 1px solid #00853E;
}
input:hover, textarea:hover, select:focus
{
	border: 1px solid #00853E;
}
form .submit, form .clear
{
	width: auto;
	padding: 2px;
	color: #fff;
	background-color: #00853E;
}
form table, form tr, form td
{
	border: 0px solid red;
	border-collapse:separate;
	vertical-align: top;
}
form td
{
	padding: 10px 3px 0px 0px;
	text-align: left;
}
.narrow input
{
	width: 30%;
}
form .error
{
	color: #FF0000;
}
form .floatLeft
{
	float: left;
	width: 60px;
}
input.radio, .checkboxes input
{
	width: auto;
	border: 0px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float:left;
	display: inline;
}
.checkboxes label
{
	display: inline;
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #888;
}
td.smallerfont input.radio
{
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
form .instruction
{
	text-align: left;
	font-size: 0.8em;
	margin: 2px 0px 0px 0px;
}
form .smallerfont
{
	font-size: 80%;
}

/* ------------- New HR styling added by Giant Peach 2008 ---------------------- */
.OutputMessage
{
	color:#ff0000;
	font-size:12pt;
	border: 1px dotted #3366cc;
	padding: 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f2ebe3;
}
.HumanResources
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.HumanResources#login
{
	width: 50%;
}
.HumanResources H1, .HumanResources H2, .HumanResources H3, .HumanResources H4
{
	font-weight: normal;
	text-indent: 0px;
	background: none;
	width: auto;
}
.HumanResources H1
{
	font-size: 16px;	
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	color: #00853E;
}
.HumanResources H2
{
	color: #009CDC;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-size: 14px;
	text-align: right;
}
.HumanResources H3
{
	color: #009CDC;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}
.HumanResources H4
{
	color: #666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.HumanResources A
{
	color: #009CDC;
	background-color: transparent;
}
.HumanResources DIV.job
{
	clear: both;
	padding: 6px 0px 14px 0px;
	margin: 0px;
	border-top: 1px dashed #00853E;
}
#JobDetails DIV.job
{
	border: 0px;
}
.HumanResources .JobTitle A
{
	font-size:12px;
	color: #009CDC;
	text-decoration: underline;
	clear: both;
}
.HumanResources .JobTitle A:hover, .HumanResources .DetailsBar A:hover
{
	color: #00853E;
	text-decoration: underline;
}
.HumanResources dl
{
	font-size: 11px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
.HumanResources dd, .HumanResources dt
{
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.HumanResources .label
{
	font-weight: bold;
}
.HumanResources .DetailsBar
{
	padding: 0px;
	margin: 0px;
	clear: both;
	background-color: #f5f5f5;
}
.HumanResources #JobDetails .DetailsBar
{
	margin: 20px 0px 20px 0px;
	border: 0px;
}
.HumanResources .DetailsBar A
{
	font-weight: bold;
	color: #00853E;
	text-decoration: none;	
	text-align: right;	
	background-color: transparent;
}
.HumanResources DIV.JobListDetail
{
	width: 32%;
	float: left;
	padding-left: 5px;
}
.HumanResources .cleaner
{
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
.HumanResources .textRight
{
	text-align: right;
}
.HumanResources .textCenter
{
	text-align: center;
}
.HumanResources DIV#disclosure
{
	margin: 20px 0px 10px 0px;
}
.HumanResources DIV#disclosure P
{
	padding: 0px;
	margin: 0px;
	line-height: normal;
}


.footertext {
	color: #CACACA;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #00853E;
}

.footertextbrain {
	color: #CACACA;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #009CDC;
}

.footertextelderly {
	color: #CACACA;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #FFB703;
}

.footertextcopyright {
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #00853E;
}

.footertextcopyrightbrain {
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #009CDC;
}

.footertextcopyrightelderly {
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: #FFB703;
}



/* Links */

.bodylinks A:link {
          color : #287204;
          font-family : verdana, arial, helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
		  background-color : #FFFFFF;
      }
     .bodylinks A:visited {
          color : #287204;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #FFFFFF;
		  
      }
     .bodylinks A:active {
          color : #287204;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #FFFFFF;
      }
     .bodylinks A:hover {
          color : #287204;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : underline;
		  background-color : #FFFFFF;
      }
	  
	  
.footerlinks A:link {
          color : #CACACA;
          font-family : verdana, arial, helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
		  background-color : #00853E;
      }
     .footerlinks A:visited {
          color : #CACACA;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #00853E;
		  
      }
     .footerlinks A:active {
          color : #CACACA;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #00853E;
      }
     .footerlinks A:hover {
          color : #ffffff;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #00853E;
      }
	  
	  
.footerlinksbrain A:link {
          color : #CACACA;
          font-family : verdana, arial, helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
		  background-color : #009CDC;
      }
     .footerlinksbrain A:visited {
          color : #CACACA;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #009CDC;
		  
      }
     .footerlinksbrain A:active {
          color : #CACACA;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #009CDC;
      }
     .footerlinksbrain A:hover {
          color : #ffffff;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #009CDC;
      }
	  

.footerlinkselderly A:link {
          color : #fff;
          font-family : verdana, arial, helvetica, sans-serif;
          font-size : 11px;
          text-decoration : none;
		  background-color : #FFB703;
      }
     .footerlinkselderly A:visited {
          color : #fff;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #FFB703;
		  
      }
     .footerlinkselderly A:active {
          color : #fff;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #FFB703;
      }
     .footerlinkselderly A:hover {
          color : #666666;
          font-family : verdana, sans-serif;
          font-size : 11px;
		  text-decoration : none;
		  background-color : #FFB703;
      }
	  
	  
#topnav span
{
	padding: 0px 4px 0px 0px;
	margin: 0;
}  

.subnav1 A, .subnav1 A:visited, .subnav1 A:active
{
	color : #00853E;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
	background-color : #FFFFFF;
}
.subnav1 A:hover 
{
	
	text-decoration : underline;
}

  
	  
#content2 .elderlylinks A 
{
	color : #00853E;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	background-color : none;
	border-bottom: 1px dotted #00853E;
}
#content2 .elderlylinks A:hover 
{
	color : #00853E;
	border-bottom: 1px solid #00853E;
} 

.elderlylinksnav A:link {
color : #FFB703;
font-family : verdana, arial, helvetica, sans-serif;
font-size : 11px;
text-decoration : underline;
background-color : none;
}
.elderlylinksnav A:visited {
color : #FFB703;
font-family : verdana, sans-serif;
font-size : 11px;
text-decoration : underline;
background-color : none;

}
.elderlylinksnav A:active {
color : #FFB703;
font-family : verdana, sans-serif;
font-size : 11px;
text-decoration : underline;
background-color : none;
}
.elderlylinksnav A:hover {
color : #FFB703;
font-family : verdana, sans-serif;
font-size : 11px;
text-decoration : none;
background-color : none;
}
	

#content img
{
	flaot: right;
	padding: 1px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #dcdcdc;
}
#content img.noborder, .noborder
{
	border: none;
	border: 0;
	padding: 0;
	margin: 0;
}

img.rightalign {
	float: right;
	position: relative;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 3px;
	}
	  
.border {
	border-style: solid;
	border-width: 1px;
	border-color: #E2E2E2;
	color : #666666;
	font-family : verdana, sans-serif;
	font-size : 11px;
	line-height : 130%;
	background-color : #FFFFFF;
}


/* --------------------- Peach CMS styling ----------------------------- */

#content #gallery A
{
	border: 0;
}
	
#thumb1 a, #thumb2 a, #thumb3 a, #thumb4 a, #thumb5 a, #thumb6 a, #thumb7 a, #thumb8 a, #thumb9 a, #thumb10 a, #thumb11 a, #thumb12 a, #thumb13 a, #thumb14 a, #thumb3 a, #thumb15 a, #thumb16 a, #thumb17 a, #thumb18 a, #thumb19 a {
	text-indent: -1000em;
	background: url(../images/gal_thumb01.jpg) no-repeat left top;
	width: 110px;
	height: 110px;
	display: block;
	padding-right:0px;
}

#thumb2 a {
	background: url(../images/gal_thumb02.jpg) no-repeat left top;
}

#thumb3 a {
	background: url(../images/gal_thumb03.jpg) no-repeat left top;
}

#thumb4 a {
	background: url(../images/gal_thumb04.jpg) no-repeat left top;
}

#thumb5 a {
	background: url(../images/gal_thumb05.jpg) no-repeat left top;
}

#thumb6 a {
	background: url(../images/gal_thumb06.jpg) no-repeat left top;
}

#thumb7 a {
	background: url(../images/gal_thumb07.jpg) no-repeat left top;
}

#thumb8 a {
	background: url(../images/gal_thumb08.jpg) no-repeat left top;
}

#thumb9 a {
	background: url(../images/gal_thumb09.jpg) no-repeat left top;
}

#thumb10 a {
	background: url(../images/gal_thumb10.jpg) no-repeat left top;
}

#thumb11 a {
	background: url(../images/gal_thumb11.jpg) no-repeat left top;
}

#thumb12 a {
	background: url(../images/gal_thumb12.jpg) no-repeat left top;
}

#thumb13 a {
	background: url(../images/gal_thumb13.jpg) no-repeat left top;
}

#thumb14 a {
	background: url(../images/gal_thumb14.jpg) no-repeat left top;
}

#thumb15 a {
	background: url(../images/gal_thumb15.jpg) no-repeat left top;
}

#thumb16 a {
	background: url(../images/gal_thumb16.jpg) no-repeat left top;
}

#thumb17 a {
	background: url(../images/gal_thumb17.jpg) no-repeat left top;
}

#thumb18 a {
	background: url(../images/gal_thumb18.jpg) no-repeat left top;
}

#thumb19 a {
	background: url(../images/gal_thumb19.jpg) no-repeat left top;
}
	

#thumb1 a:hover, #thumb2 a:hover, #thumb3 a:hover, #thumb4 a:hover, #thumb5 a:hover, #thumb6 a:hover, #thumb7 a:hover, #thumb8 a:hover, #thumb9 a:hover, #thumb10 a:hover, #thumb11 a:hover, #thumb12 a:hover, #thumb13 a:hover, #thumb14 a:hover, #thumb15 a:hover, #thumb16 a:hover, #thumb17 a:hover, #thumb18 a:hover, #thumb19 a:hover {
	background-position: 0px -110px;
}

/* --------------------- Peach CMS styling ----------------------------- */

#runner
{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border:1px solid red;
	background-color: #F8981D;
	color: #000;
	width: 845px;
	margin: 0 auto;
	border: 5px solid #000;
	position: asbolute;
	top: 0px;
	z-index: 1000;
	padding: 20px;
	font-size: 1.2em;	
	line-height: 1em;
	z-index: 100;
	overflow: auto;
	clear: both;
}
#runner P
{
	display: inline;
	font-size: 20px;
	padding: 0px 20px 0px 0px;
	color: #F6C418;
	margin: 0;
	background: none;
}
#runner A
{
	border:1px solid yellow;
	color: #fff;
	border: 1px solid #e78200;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 5px 0px;
	font-weight: bold;
	background-color: #fda32f;
}
#runner A:hover
{
	color: #000;
	text-decoration: none;
	background-color: #f6c418;
}
#runner A.currentstate
{
	background-color: #f6c418;
}
#runner DIV.logout
{
	float: right;
}
#runner DIV
{
	float: left;
	padding: 5px 0px 15px 0px;
}
#runner span
{
	margin-right: 20px;
}
#runner span A
{
	margin-right: 2px;	
}
#runner_fck
{
	clear: both;
	position: relative;
	margin-top: 20px;
	z-index: 200;

}

/* **********************************************************************************************************************
*************************************************************************************************************************

NEW LAYOUT STYLING - HEADER NAV STRAP

*************************************************************************************************************************
********************************************************************************************************************** */ 

/* Primary Navigation */
#nav {
	height: 37px;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	margin: 10px 0px 15px 0px; 
	padding: 0px 0px;
}

ul#jsddm {
	list-style-type: none;
	padding: 0px 0px;
	margin: 0px 0px;
}

ul#jsddm li {

	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
}

ul#jsddm li a {
	text-indent: -1000em;
	display: block;
	overflow: hidden;
	height: 37px; 
	padding: 0px 0px;
	margin: 0px 7px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#jsddm li a:hover, ul#jsddm li a.active  {
	background-position: 0px -37px;
}

li#about a {
	background-image: url(../images/nav/about.jpg);
	width: 63px;	
}

li#neuroRehab a {
	background-image: url(../images/nav/neuroRehab.jpg);
	width: 81px;	
}

li#neuroBehav a {
	background-image: url(../images/nav/neuroBehav.jpg);
	width: 106px;	
}

li#complexCare a {
	background-image: url(../images/nav/complexCare.jpg);
	width: 86px;	
}

li#team a {
	background-image: url(../images/nav/team.jpg);
	margin-right: 0px;
	width: 71px;	
}

li#news a {
	background-image: url(../images/nav/news.jpg);
	width: 88px;	
}

li#jobs a {
	background-image: url(../images/nav/jobs.jpg);
	width: 84px;	
}

li#contact a {
	background-image: url(../images/nav/contact.jpg);
	margin-right: 0px;
	width: 71px;	
}

ul#jsddm li#contact a {
	margin-right: 0px;	
}


ul#jsddm ul {
	background: #00853e;
	border: 1px solid #00853e;
	margin-top: 4px;
	visibility: hidden;
	padding: 0px 3px;
	position: absolute;
	-moz-border-radius: 6px; -webkit-border-bottom-left: 6px;
}

ul#jsddm ul li {
	background: #00853e;
	clear: both;
	margin: 0px 0px;
	padding: 0px;
	width: auto;
	min-width: 100px;
}

ul#jsddm ul li A {
	background: transparent;
	color: #fff;
	font-size: 11px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px;
	text-decoration: none;
	text-indent: 0;
	width: auto;
	
}

ul#jsddm li#contact ul li a {
	min-width: 100px;	
}

ul#jsddm ul li A:hover {	
	text-decoration: underline;
}

ul#jsddm li:hover ul, ul#jsddm A:hover ul {
	visibility: visible;
}

/* End Primary Navigation */

#logo a{
	background: transparent;
	margin: 0px 0px;
	display: block;
	height: 68px;
	text-indent: -9999px;
	padding: 0px 0px;
}


#strap {
	float: right;
	margin: 23px 0px 0px 0px;
	text-align: right;
	width: 430px;
}

#strap h1 {
	color: #00853E;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}