/* @override 
	http://itckids.com/css/styles-v1.css
	http://www.itckids.com/css/styles-v1.css
*/

/* 
    AUTHOR: Jason Clewell
            jclewell@getconcentric.com
*/


/* @group Resets */
* { margin: 0; padding: 0; }
body { font-family: Helvetica, sans-serif; background: #badeff url(/images/global/body-background.gif) repeat-x left top; }
ul { list-style: none inside; }
a { outline: none; color: #053894; }
a img { border: none; }
table { border-spacing: 0; border-collapse: collapse;}
/* @end */

/* @group Utility */
.left { float: left; display: inline; }
.right { float: right; display: inline; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
#page-wrap {width: 890px; margin: 0 auto; background: url(/images/global/header-background.jpg) no-repeat center top; padding-left: 7px; position: relative;}
.indent {text-indent: -1000em; }
.hidden {display: none; }
/* @end */

/* @group = Base */

	/* @group -Typography */
	p, ul {color: #686154; font-size: 14px; line-height: 21px; }
	h1 {font-family: Georgia, "Times New Roman", Times, serif; color: #053894; font-weight: normal; font-size: 30px; padding: 0 0 4px 10px; }
	h2 {font-family: Georgia, "Times New Roman", Times, serif; color: #053894; font-weight: normal; font-size: 22px; border-bottom: 1px solid #dad9d7; padding-bottom: 3px; margin-bottom: 10px;}

	/* @end */

	/* @group -Header */
#home-button {text-indent: -1000em; position: absolute; width: 200px; height: 200px; top: 12px; left: 8px; }	
.main-nav {float: left; display: inline; margin: 107px 0 50px 255px; }
.main-nav li {float: left; text-indent: -1000em; margin: 0 5px;}
.main-nav li a {display: block; width: 122px; height: 56px; }
.ot-nav {width: 122px; height: 56px; background: url(/images/global/ot-tab.gif) center bottom; }
.ot-nav:hover, .on .ot-nav {width: 122px; height: 56px; background: url(/images/global/ot-tab.gif) center top; }
.sensory-nav {width: 122px; height: 56px; background: url(/images/global/sensory-tab.gif) center bottom; }
.sensory-nav:hover, .on .sensory-nav {width: 122px; height: 56px; background: url(/images/global/sensory-tab.gif) center top; }
.pt-nav {width: 122px; height: 56px; background: url(/images/global/pt-tab.gif) center bottom; }
.pt-nav:hover, .on .pt-nav {width: 122px; height: 56px; background: url(/images/global/pt-tab.gif) center top; }
.st-nav {width: 122px; height: 56px; background: url(/images/global/st-tab.gif) center bottom; }
.st-nav:hover, .on .st-nav {width: 122px; height: 56px; background: url(/images/global/st-tab.gif) center top; }
	/* @end */
	
	/* @group -Layout */
.main-content {margin: 0 5px 0 24px; background: white url(/images/global/main-background.gif) repeat-y; padding: 0 20px;}
.feature {border-top: 4px solid #dad9d7; border-bottom: 4px solid #dad9d7; background: #e4e7e6 url(/images/global/feature-gradient.gif) repeat-x; }
.feature p {width: 350px; line-height: 30px; margin: 25px 0 0 15px; font-size: 16px;}
.intro {border-top: 3px solid #dad9d7; background: url(/images/services/gradient1.gif) repeat-x; padding: 0 0 0 15px; }
.intro p {padding-top: 10px; }
.intro ul, .evaluation ul {list-style-type: disc; list-style-position: inside; padding: 10px 0 0 20px; }
.intro .left {width: 378px; padding-right: 30px; }
#home #shuffle {display: inline; padding-left: 58px; }
#shuffle {float: left; }
.container-6col-left {width: 400px; margin: 20px 10px 20px 0; float: left; }
.container-6col-right {width: 400px; margin: 20px 0 20px 10px; float: right; }
#map {width: 105px; text-align: center;}
#map a {display: block; font-size: 12px; color: #686154; margin-top: 5px; }
#map a:hover {color: #053894; }
.address {color: #686154; font-size: 14px; margin-right: 20px;}
.hours {padding-top: 10px; }

	/* @end */	
	
	/* @group -Footer */
.footer {background: url(/images/global/footer-background.gif) no-repeat center bottom; margin: 0 0 20px 20px; }
.footer p {padding: 20px 0 30px 0; text-align: center; }
.footer span {color: #053894; }
.hiring-icon {margin: 0 0 20px 0200px; display: inline; }
.hiring {padding: 5px 0; border-top: 1px solid #dad9d7; border-bottom: 1px solid #dad9d7; margin: 5px 0 0 10px;}
.hiring a {color: red; }
	/* @end */	

	/* @group -Form Elements */

	/* @end */	

/* @end */

/* @group =Pages */

/* @group Sensory */
.sensory .intro h2 {font-family: Georgia, "Times New Roman", Times, serif; color: #686154; font-weight: normal; font-size: 20px;border: none; padding: 10px 0 0 0; margin-bottom: 0px;}
.sensory .seven-col {width: 470px; padding-right: 15px; margin-bottom: 20px; }
.sensory p em {font-style: normal; font-weight: bold; color: #053894; }
.sensory p a {text-decoration: none; position: relative;}
.sensory a span {position: absolute; color: white; background: #686154; width: 250px; font-size: 12px; padding: 8px; border: 1px solid #464646; top: 4px; left: 14px; display: none;}
.sensory a:hover span {display: block; z-index: 100; }
.definition {width: 290px; float: left; background: white; padding: 12px; border: 1px solid #c4bbca; display: inline; margin-top: 12px;}
.sensory .definition h2 {padding: 10px 0 10px 32px; background: url(/images/services/dictionary.gif) no-repeat left center; font-weight: bold; color: #053894; }
.definition p {font-size: 12px; line-height: normal; }
/* @end */
	

/* @end */

