﻿/*
---------------------------------------------------------------------------------------------------------
    CORE SITE STYLES  (basic site layout & structure)
---------------------------------------------------------------------------------------------------------
*/


/*  Core Font styles
* These should be the font-styles of most of the copy content on the site; any
* navigation or 'chrome' to the site should be overriden using style rules.
* Note: We set the TABLE elements at the same time so they take on the same root fonts
* without inheriting relative font sizes.
----------------------------------------------- */
html, body{
	margin:0;
	/*padding:0;*/
	height:100%;
	color:#036;
	font:100% arial,sans-serif;
	background:#bddaf2;
	min-width:1000px;
}

#container1 {
	min-height:100%;
	position:relative;
	width:100%;
}
	
img{
	border-style:none;
}
a{
	text-decoration:none;
	color:#113452;
}
a:hover{
	text-decoration:underline;
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

/*about-us start*/
.holder1{
	background: #ffffff url(images/bg1.gif) repeat;
	min-height:100%;
	position:relative;
	width:100%;

}
.holder2{
	background: #ffffff url(images/bg2.gif) repeat-x;
	width:100%;
	padding-bottom:41px;
}
/*about-us end*/
#page{
	margin:0;
	width: 100%;
	min-height:100%;
}
#header{
	width: 100%;
	background: url(images/header-bg.gif) repeat-x;
	position: relative;
	z-index: 100;
}
#header .header-box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header .header-txt{
	padding: 0 20px 0 226px;
}
.header-box .header{
	height: 141px;
	width: 183px;
	position: absolute;
	top: 0;
	left: 22px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}

.header-box .header a{
	display: block;
	height: 141px;
	width: 183px;
	position: relative;
	background: url(images/logo.png) no-repeat;
}
.header-box .header-form{
	overflow: hidden;
	height: 1%;
	padding: 9px 0 12px;
	position: relative;
}
.header-form ul{
	float: right;
	padding: 0 0 0 6px;
	margin: 0;
	list-style: none;
}
.header-form ul li{
	background: url(images/top-arrow.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
}
.header-form ul a{
	color: #193e5e;
	font: 0.56em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.header-form ul a:hover{
	text-decoration: none;
}
.header-form form fieldset{
	float: right;
	width: 415px;
	height: 30px;
	position: relative;
}
.header-form form label{
	float: left;
	width: 89px;
	height: 13px;
	background: url(images/member.png) no-repeat;
	text-indent: -9999px;
	margin: 9px 13px 9px 0;
}
.header-form form .input-holder{
	position: relative;
}
.header-form form .button{
	height: 29px;
	width: 33px;
	float: left;
}
.header-form form .button input{
	height: 29px;
	width: 33px;
	float: left;
	overflow: hidden;
}
.header-form form .txt-field input{
	font: bold 0.63em Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 21px;
	width: 114px;
	padding: 5px 10px 0 10px;
	border: none;
	color: #036;
	margin: 1px 0 1px 3px;
	background: none;
}
.header-form form .txt-field{
	float: left;
	background: url(images/txt-field.png) no-repeat;
}
#header .nav-holder{
	overflow: hidden;
	height: 32px;
}
#header #nav{
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 0 18px 0 0;
	list-style: none;
	float: left;
}
#header #nav li{
	float: left;
	padding-left: 19px;
}
#header #nav a{
	float: left;
	height: 32px;
	text-indent: -9999px;
}
#nav a:hover,
#nav li.active a {
	background-position:0 -32px;
}
#nav a.home{
	width: 41px;
	background-image: url(images/home.gif);
}
#nav .about{
	background: url(images/about.gif) no-repeat;
	width: 63px;
}
#nav .physical{
	width: 178px;
	background: url(images/physical.gif) no-repeat;
}
#nav .training{
	width: 111px;
	background: url(images/training.gif) no-repeat;
}
#nav .products{
	width: 67px;
	background: url(images/products.gif) no-repeat;
}
#nav .blog{
	width: 42px;
	background: url(images/bgol.gif) no-repeat;
}
#nav .contact{
	width: 78px;
	background: url(images/contact.gif) no-repeat;
}
#header .header-main{
	padding-left: 30px;
	overflow: hidden;
	height: 1%;
}
#header .header-main .header-slogan{
	margin: 34px 0 0;
	padding-bottom: 36px;
	background: url(images/header-title.gif) no-repeat;
	width: 515px;
	height: 75px;
	float: left;
	overflow: hidden;
}
#header .header-main .set-up{
	float: right;
	width: 200px;
	background: url(images/set-up.gif) repeat-y;
	margin: 19px 0;
}
.header-main .set-up .top-corner{
	background: url(images/top-corner.gif) no-repeat;
}
.header-main .set-up .bottom-corner{
	background: url(images/bottom-corner.gif) no-repeat 0 100%;
	padding: 16px 10px 11px 16px;
}
.header-main .set-up h3{
	margin: 0 0 4px;
	font: bold 0.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cd640f;
}
.header-main .set-up ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.header-main .set-up li{
	background: url(images/top-arrow.gif) no-repeat 0 5px;
	padding: 0 0 1px 14px;
	font: 0.63em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
/*home start*/
.hold1{
	width:100%;
	overflow:hidden;
	position:relative;
	min-height:100%;
	bottom:0;
}
.hold2{
	width:1054px;
	position:relative;
	float:left;
	left:50%;
	min-height:100%;
}
#container{
	width:1054px;
	position:relative;
	float:left;
	left:-50%;
	background: url(images/home-bg.gif) repeat-y;
}
.main-top{
	background: url(images/home-top.gif) no-repeat;
}
.main-bottom{
	background: url(images/home-bottom.gif) no-repeat 0 100%;
	padding:0 28px;
}
.main {
	width:1000px;
	position:relative;
	overflow:hidden;
}
#content .content-holder{
	padding-top: 282px;
	position: relative;
	border: 1px solid #dcebf8;
	border-width: 0 1px;
	/*padding-bottom:41px;*/
}
#content .content-holder-simple{
	padding:45px 10px 10px 10px;	
	position: relative;
	border: 1px solid #dcebf8;
	border-width: 0 1px;
}
.content-holder .upper-section{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 282px;
	width: 998px;
	background: #fff url(images/upper-section.gif) repeat-x;
}
.upper-section .txt-box{
	float: left;
	padding: 70px 21px 0 25px;
	width: 291px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.upper-section .txt-box p{
	color: #422913;
	margin: 0 0 14px;
	line-height: 14px;
}
.upper-section .txt-box a{
	color: #0084df;
	font-weight: bold;
	text-decoration: underline;
}
.upper-section .txt-box a:hover{
	text-decoration: none;
}
.upper-section img{
	float: left;
	margin-left: 4px;
}
.content-holder .middle-bar{
	border: 1px solid #8e7f71;
	border-width: 1px 0;
	background: #422913;
	overflow: hidden;
	height: 1%;
	padding: 14px 90px 7px 65px;
}
.middle-bar .question{
	float: left;
}
.middle-bar .question h2{
	text-indent: -9999px;
	margin: 0;
	width: 602px;
	height: 65px;
	background: url(images/question.gif) no-repeat;
}
.middle-bar ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.middle-bar ul li{
	padding-bottom: 6px;
}
.middle-bar ul a{
	display: block;
	width: 219px;
	height: 27px;
	text-indent: -9999px;
}
.middle-bar ul .viev{
	background: url(images/viev.gif) no-repeat;
}
.middle-bar ul .schedule{
	background: url(images/schedule.gif) no-repeat;
}
.content-holder .columns-content{
	background: url(images/columns-bg.gif) repeat-y;
	border-top: 3px solid #fff;
}
.content-holder .columns-content .columns-holder{
	overflow: hidden;
	height: 1%;
	background: url(images/columns-top.gif) repeat-x;
}
.columns-holder div{
	float: left;
	padding: 7px 35px 37px 13px;

}
.columns-holder h3{
	margin: 0;
	text-indent: -9999px;
	height: 46px;
}
.columns-holder h4{
	margin: 2px 0 3px 60px;
	color: #113452;
	font: bold 0.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.columns-holder .more{
	display: block;
	margin: 0 0 0 44px;
	background: url(images/more-button.gif) no-repeat;
	width: 80px;
	height: 18px;
	padding: 3px 0 0 10px;
	color: #0084df;
	text-decoration: underline;
	font-size:0.69em;
}
.columns-holder .more:hover{
	text-decoration: none;
}
.columns-holder .events{
	width: 297px;
}
.columns-holder .events h3{
	background: url(images/events.png) no-repeat;
}
.columns-holder .events p{
	margin: 0 0 16px 54px;
	width: 200px;
	color:#113452;
	line-height: 16px;
	font-size:0.69em;
}
.columns-holder .events h4{
	margin-left: 54px;
}
.columns-holder .articles{
	width: 310px;
	padding-right: 23px;
}
.columns-holder .articles h3{
	background: url(images/articles.png) no-repeat;
}
.columns-holder .articles ul{
	margin: 0 0 19px 61px;
	padding: 0;
	list-style: none;
}
.columns-holder .articles ul li{
	padding-bottom: 3px;
	font-size:0.69em;
	color:#113452;

}
.columns-holder .articles ul a{
	color: #0084df;
	text-decoration: underline;
}
.columns-holder .articles ul.blog a{
	color: #113452;
}
.columns-holder .articles ul a:hover{
	text-decoration: none;
}
.columns-holder .members{
	width: 258px;
}
.columns-holder .members h3{
	background: url(images/members.png) no-repeat;
}
.columns-holder .members ul{
	margin: 0 0 19px 61px;
	padding: 0;
	list-style: none;
}
.columns-holder .members ul li{
	padding-bottom: 3px;
	font-size:0.69em;
	color:#113452;

}

.columns-holder .members ul a{
	color: #0084df;
	text-decoration: underline;
}

/*home end*/
#content{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	min-height:530px;
}
#content .side-bar{
	float: left;
	width: 177px;
	padding: 0px 25px 50px 0px;
	margin: 0 0 0 25px;
}
.side-bar .holder{
	background: url(images/navHolder_Bg.gif) repeat-y;
}
.side-bar .bottom 
{
	background: url(images/navHolder_Bottom.gif) no-repeat 0 100%;
}

.side-bar h3.about-us{
	background: url(images/navHeader_AboutUs.gif) no-repeat;
	margin: 0;
	text-indent: -9999px;
	height:20px;
	width: 177px;
}

.side-bar h3.physical-therapy-services{
	background: url(images/navHeader_PhysicalTherapyServices.gif) no-repeat;
	margin: 0;
	text-indent: -9999px;
	height:36px;
	width: 177px;
}

.side-bar h3.training-events{
	background: url(images/navHeader_TrainingEvents.gif) no-repeat;
	margin: 0;
	text-indent: -9999px;
	height:20px;
	width: 177px;
}

.side-bar h3.contact-us{
	background: url(images/navHeader_ContactUs.gif) no-repeat;
	margin: 0;
	text-indent: -9999px;
	height:20px;
	width: 177px;
}
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/***********************TREEVIEW NAVIGATION **********************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/

.treeMenu
{
	margin:5px 2px -13px 1px;
}

div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.treeMenu ul li
{
    white-space: nowrap;
    padding: 5px 0 5px 0px; 
    font: 0.69em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #113452;
	line-height:14px;
}

.treeMenu ul ul
{
    margin: 3px 0 0px 0px;
}


.treeMenu ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.treeMenu li a
{
    text-decoration: none;
    color: #113452;
}

.treeMenu li a:hover
{
    text-decoration: none;
    color: #ff8400;
}

.treeMenu div.AspNet-TreeView
{
}

.treeMenu li.AspNet-TreeView-Root
{
	margin-left:0px;
	margin-top:5px;
	background-color:#e0e0e0;
	padding-top:6px;
	padding-bottom:10px;
	
}

.treeMenu li.Parent-With-Child-Selected
{
    background:#e0e0e0 url(images/marker.gif) no-repeat 3px 9px;
    cursor: pointer;
}

.treeMenu li.AspNet-TreeView-Root a
{
	color:#3064aa;
	font-weight:700;
	padding-left:15px;
}

.treeMenu li.AspNet-TreeView-Root ul
{
	margin-top:10px;
	
}

.treeMenu li.AspNet-TreeView-Leaf
{
    margin-left: 0px;
    background-color:#e0e0e0;

}

.treeMenu li.AspNet-TreeView-Leaf a
{
    color:#333333;
    font-weight:normal;
    
	font-size:1.30em;
}
.treeMenu li.AspNet-TreeView-Leaf-No-Child
{
    margin-left: 1px;
    background-color:#fff;
    font-weight:normal;
    padding-left:15px;
    margin-right:1px;
    padding-bottom:11px;

}

.treeMenu li.AspNet-TreeView-Leaf-No-Child a
{
    font-weight:normal;
	color: #113452;
}

.treeMenu li.Parent-With-No-Child-Selected
{
    background: url(images/marker.gif) no-repeat 3px 9px;
    cursor: pointer;

}

.treeMenu div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
	border-top:solid 1px #fff;
}


.treeMenu .AspNet-TreeView-Collapse
{
	background: url(images/marker.gif) no-repeat 0 5px;
    width: 15px;
    float:left;
    cursor: pointer;
}

.treeMenu .AspNet-TreeView-Expand
{
    background: url(images/marker.gif) no-repeat 0 4px;
    width: 15px;
    float:left;
    cursor: pointer;
}



.treeMenu li.AspNet-TreeView-Selected
{
    background: url(images/marker.gif) no-repeat 3px 9px;
    /*float:left;*/
    cursor: pointer;
    

}

.treeMenu li.AspNet-TreeView-Selected a
{
    color:#333333;
    font-weight:normal;
    font-style:italic;
	font-size:10px;

}

.treeMenu div.AspNet-TreeView li.AspNet-TreeView-Selected
{
	border-top:solid 1px #fff;
}

.treeMenu .AspNet-TreeView-Selected .AspNet-TreeView-ParentSelected,
.treeMenu .AspNet-TreeView-Selected .AspNet-TreeView-ParentSelected A
{
    color: #5d2e00;
}

/*.treeMenu .AspNet-TreeView-ChildSelected,
.treeMenu .AspNet-TreeView-ChildSelected A
{
    color: #ff8400;
}

.treeMenu .AspNet-TreeView-ChildSelected LI,
.treeMenu .AspNet-TreeView-ChildSelected LI A
{
    color: #5d2e00;
}

.treeMenu .AspNet-TreeView-ChildSelected .AspNet-TreeView-Selected,
.treeMenu .AspNet-TreeView-ChildSelected .AspNet-TreeView-Selected A
{
	text-decoration: underline;
}*/

.side-bar .secondary-box{
	border: 1px solid #3187af;
	border-width: 1px 0;
	margin-bottom: 10px;
	margin-top: 100px;
}
.secondary-box h3{
	font: bold 0.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3187af;
	margin: 12px 0 4px;
}
.secondary-box ul{
	margin: 0;
	padding: 0 0 14px;
	list-style: none;
}
.secondary-box ul li{
	background: url(images/top-arrow.gif) no-repeat 0 8px;
	padding: 0 0 2px 12px;
}
.secondary-box ul a{
	font: 0.69em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.main-content{
	float: left;
	width: 519px;
}

.main-content h1{
	font-size: 0.88em;
	color: #ea8b13;
	text-transform: uppercase;
	margin: 24px 0 15px;
}

.main-content h2{
	font-size: 0.88em;
	color: #ea8b13;
	text-transform: uppercase;
	margin: 24px 0 15px;
}
.main-content .overview h2{
	margin: 30px 0 21px;
}

.main-content p{
	margin: 0 0 0 26px;
	line-height: 15px;
	padding-bottom: 15px;
	color:#422913;
	font-size:0.69em;
}
.main-content h3{
	font-size: 0.75em;
	margin: 24px 0 1px 26px;
}


.main-content .first-name h3{
	margin-top: 0;
}

.main-content ul{
	margin: 0 0 19px 61px;
	padding: 0;
	list-style: disc;
}
.main-content ul li{
	padding-bottom: 3px;
	font-size:0.69em;
	color:#422913;

}

.main-content ul a{
	color: #0084df;
	text-decoration: underline;
}

#content .foto-column{
	float: right;
	width: 222px;
}

.bottomPic
{
	margin-top:170px
}

.foto-column .txt-box{
	background: #97cfea;
	padding-bottom: 20px;
}

.txt-box DIV 
{
	margin: 0 0 0 19px;
}

.txt-box DIV h3{
	margin: 18px 0 2px 0px;
	font-size: 0.75em;
}
.txt-box DIV .cite{
	margin: 0 0 0 0px;
	font: italic 11px "Times New Roman", Times, serif;
	line-height: 18px;
}
.txt-box DIV .cite-signature{
	font-size: 0.81em;
}
.foto-column .foto{
	border: 1px solid #8e8e8e;
	margin-top: 170px;
	width: 222px;
	background: #ccc;
}
.foto-column .foto img{
	border-bottom: 1px solid #8e8e8e;
}
.foto-column .foto DIV{
	font: italic 0.81em "Times New Roman", Times, serif;
	margin: 8px 22px 15px;
}
#footer
{
	position:absolute;
	bottom:0;
	height:41px;
	width: 100%;
	background: url(images/footer-bg.gif) repeat-x;
}
#footer .footer-holder{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 0 10px;
	height: 19px;
}
#footer .footer-holder .sing-up{
	float: left;
	margin: 3px 5px 0;
}
#footer .footer-holder .sing-up p{
	margin: 0;
	font-size: 0.63em;
	font-weight: bold;
}
#footer .footer-holder p a{
	text-decoration: underline;
}
#footer .footer-holder p a:hover{
	text-decoration: none;
}
#footer .footer-holder .form,
#footer .footer-holder input{
	float: left;
}
#footer .footer-holder .email input{
	width: 169px;
	height: 15px;
	padding: 2px 5px 0;
	position: relative;
	font-size: 0.63em;
	font-weight: bold;
	color: #7d7d7e;
}
#footer .footer-holder input{
	border: none;
	background: none;
}
#footer .footer-holder .email{
	float: left;
	background: url(images/email.png) no-repeat;
	margin-right: 1px;
}
.footer-holder ul{
	margin: -4px 0 0;
	padding: 0 10px 0 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
.footer-holder ul li{
	display: inline;
	padding: 0 9px 0 8px;
	background: url(images/separator.gif) no-repeat 0 8px;
	margin-left: -1px;
	text-align: right;
}
.footer-holder ul a{
	font-size: 0.56em;
}

#footer .footer-holder input.subscribeInput
{
	text-indent:-100000px;
	background: url(Images/button-email.gif) no-repeat;
	width:24px;
	cursor:pointer;
}

.FormNote-RequiredFields{
	font-size: 0.69em;
	color: red;
	margin: 24px 0 15px;
}

.ReqFld-Asterisk
{
	color:Red;
}

.FldTitle
{
	font-size: 0.69em;
	color: #003366;
}