@charset "UTF-8";
/* CSS Document */

body {  
	margin: 0;
	padding: 0;
	text-align: center; /* for IE */
	background-image: url(../images/backg.gif);
	background-repeat: repeat-x;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
}

#container {
	position: relative;
	width: 765px;
	top: 0px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

}

#logo { 
	position: relative; 
	float: left;
	left: 0px; 
	top: 0px; 
	width: 310px; 
	height: 60px;
} 

#nav {
	position: relative; 
	float: left;
	left: 0px; 
	top: 0px; 
	width: 765px; 
	height: 40px;
	overflow: hidden
}

#promo_txt {
	position: relative; 
	float: left;
	left: 0px; 
	top: 0px; 
	width: 395px;
}

#promo_img {
	position: relative; 
	float: left;
	left: 0px; 
	top: 0px; 
	width: 370px; 
}

#slideshow {
	position: relative; 
	float: left;
	left: 0px; 
	top: 0px; 
	width: 340px;
	height: 220px;
	margin-left: 30px;
	margin-top: 20px; 
}

#slideshow IMG {
	position:  absolute;
	top: 0;
	left: 0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow2 {
	position: relative;
	float: left; 
	left: 10px; 
	top: 20px; 
	width: 250px; 
	height: 170px;
	z-index: 2;
}
	
#slideshow2 IMG {
	position:  absolute;
	top: 0;
	left: 0;
	z-index:8;
	opacity:0.0;
	margin: 5px 10px 10px 10px;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}

#main_content {
	position: relative; 
	float: left;
	left: -5px; 
	top: 0px; 
	width: 775px; 
	background-image: url(../images/home-back2.gif);
	background-repeat: repeat-x;
	z-index: 1;
}

#main_content2 {
	position: relative; 
	float: left;
	left: -5px; 
	top: 0px; 
	width: 775px; 
	height: 700px;
	background-image: url(../images/back_main.gif);
	background-repeat: repeat-x;
	z-index: 1;
}

#bread_crumb {
	position: relative;
	float: left;
	height: 25px;
	width: 250px;
	top: 5px;
	margin-bottom: 0px;
}

#left_column {
	position: relative;
	float: left;
	width: 480px;
	top: 0px;
}

#right_column {
	position: relative;
	float: right;
	width: 250px;
	top: 0px;
	left: -25px;
}

/* Home page */

.team_img {
	position: relative;
	float: left; 
	left: 10px; 
	top: 20px; 
	width: 250px; 
	height: 170px;
	z-index: 2;
}

.team_title {
	position: relative;
	float: left; 
	left: 20px; 
	top: 20px; 
	width: 485px;
}

.team_txt_1 {
	position: absolute; 
	float: left; 
	left: 0px; 
	top: 35px; 
	width: 145px; 
	height: 130px;
	padding: 5px 0px 0px 0px;
}

.team_txt_2 {
	position: relative; 
	float: left; 
	left: 155px; 
	top: 5px; 
	width: 325px; 
	height: 130px;
	padding: 5px 10px 10px 5px;
}

.team_txt_3 {
	position: absolute; 
	float: left; 
	left: 0px; 
	top: 35px; 
	width: 235px; 
	height: 130px;
	padding: 5px 0px 0px 0px;
}

.team_txt_4 {
	position: relative; 
	float: left; 
	left: 245px; 
	top: 5px; 
	width: 235px; 
	height: 130px;
	padding: 5px 10px 10px 5px;
}

.img_pad {
	position: relative;
	float: left;
	margin: 5px 10px 10px 10px;
}

.img_pad2 {
	margin-left: 10px;
	margin-bottom: 5px;
	position: relative;
	float: right;
}

.team_img_pad {
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	float: left;
}

.team_img_pad2 {
	margin-right: 10px;
	margin-bottom: 15px;
	position: relative;
	float: left;
}

.line_pad {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.line_top {
	padding-bottom: 5px;
}

.line_box {
	padding-top: 10px;
}

.main_line {
	margin-bottom: 10px;
}

.head_icon {
	position: relative;
	float: left;
	margin: -3px 0px 0px -5px;
}

.head_icon2 {
	position: relative;
	float: left;
	margin: -3px 0px 0px 5px;
}

.box {
	position: relative; 
	float: left;
	left: 10px; 
	top: 10px; 
	width: 250px;
	height: 200px;
	background-image: url(../images/box1.1.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.boxfoot {
	position: relative; 
	float: left;
	left: 10px; 
	top: 10px; 
	width: 250px;
	height: 45px;
	background-image: url(../images/box-foot.gif);
	background-repeat: no-repeat;
	/*padding: 5px 0px 10px 20px;*/
	margin-bottom: 0px;
}

.box_polaroid {
	z-index: 5;
	position: relative;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-top: -60px;
	margin-bottom: -10px;
	top: 0px;
	left: 5px;
	height: 70px;
	z-index: 10px;
}

.box_img {
	z-index: 5;
	position: relative;
	float: right;
	padding: 10px 10px 0px 0px;
	top: 0px;
	left: 0px;
}

.box_img2 {
	margin-left: 20px;
	margin-top: 20px;
}

.box_img3 {
	margin-left: 20px;
}

.footer {
	position: relative;
	float: left; 
	left: 20px; 
	top: 10px; 
	width: 755px; 
	height: 85px;
	font-size: 10px;
}

/* NAVIGATION */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

li {
	float: left;
	position: relative;
}

li ul {
	display: none;
	position: absolute;
	width: 150px;
	left: 0;
}	

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { display: block; }
	
ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #102739;
	padding: 12px 5px 0px 5px;
	border-bottom: 0;
}

a.home {
	width: 55px;
	height: 35px;
	background-image: url(../images/home_off.gif);
}

a.home:hover {
	width: 55px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/home_on.gif);
}

a.team {
	width: 80px;
	height: 35px;
	background-image: url(../images/team_off.gif);
}

a.team:hover {
	width: 80px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/team_on.gif);
}

a.expect {
	width: 110px;
	height: 35px;
	background-image: url(../images/expect_off.gif);
}

a.expect:hover {
	width: 110px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/expect_on.gif);
}

a.pysio {
	width: 165px;
	height: 35px;
	background-image: url(../images/physio_off.gif);
}

a.pysio:hover {
	width: 165px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/physio_on.gif);
}

a.clients {
	width: 125px;
	height: 35px;
	background-image: url(../images/clients_off.gif);
}

a.clients:hover {
	width: 125px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/clients_on.gif);
}

a.contact {
	width: 86px;
	height: 35px;
	background-image: url(../images/contact_off.gif);
}

a.contact:hover {
	width: 86px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/contact_on.gif);
}

.home_select {
	width: 55px;
	height: 35px;
	color: #FFFFFF;
	background-image: url(../images/home_on.gif);
	text-decoration: none;
	text-align: center;
	padding: 12px 5px 0px 5px;
	border-bottom: 0;
	font-size: 12px;
}

.team_select {
	width: 80px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/team_on.gif);
	text-align: center;
	padding: 12px 5px 0px 5px;
	border-bottom: 0;
	font-size: 12px;
}

.expect_select {
	width: 110px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/expect_on.gif);
	text-align: center;
	padding: 12px 5px 0px 5px;
	border-bottom: 0;
	font-size: 12px;
}

.physio_select {
	width: 165px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/physio_on.gif);
	text-align: center;
	padding: 12px 5px 0px 5px;
	border-bottom: 0;
	font-size: 12px;
}

.comments_select {
	width: 125px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/clients_on.gif);
	text-align: center;
	padding: 12px 5px 0px 5px;
	border-bottom: 0;
	font-size: 12px;
}

.contact_select {
	width: 86px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/contact_on.gif);
	text-align: center;
	padding: 12px 5px 0px 5px;
	border-bottom: 0;
	font-size: 12px;
}

/* End Navigation */

/* Text sStyling */

h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	margin: 25px 0px 15px 0px;
	line-height: 24px;
}	 

h2 {
	font-size: 16px;
	color: #102739;
	font-weight: 100;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

h3 {
	font-size: 16px;
	color: #102739;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

p.main {
	margin-bottom: 15px;
	margin-top: 5px;
}

p.main2 {
	margin-bottom: 15px;
}

p.heading {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

p.quote {
	color: #102739;
	font-size: 12px;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

p.quote2 {
	color: #102739;
	font-size: 12px;
	margin: 0;
	padding: 0px 0px 5px 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

p.list {
	padding: 10px 0px 0px 5px;
	margin-left: 20px;
	width: 215px;
	display: block;
	z-index: 3;
}

.list_br {
	margin-left: 8px;
	width: 215px;
	display: block;
	z-index: 3;
}

.list_br2 {
	margin-left: 8px;
	display: block;
	z-index: 3;
}

p.list2 {
	margin: 0;
	padding: 0;
	padding: 0px 0px 10px 15px;
	display: block;
}

p.boxtxt {
	margin-left: 25px;
	padding: 5px 0px 5px 0px;
	width: 210px;
	float: left;
}

p.boxtxt2 {
	margin: 0;
	padding: 0;
	padding: 5px 0px 5px 0px;
	width: 210px;
	height: 110px;
	float: left;
}

p.info {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
}

p.info2 {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}
/* LIST STYLE */

#listbase {
	border: 1px solid #000;
	margin: 2em;
	width: 440px;
	padding: 5px;
}
	
expectlist.ul {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 10px;
}

expectlist.li {
	list-style-type:  disc;

}

/* LINKS */
a {
	color: #2b7997;
	text-decoration: none;
}

a:hover {
	color: #2b7997;
	text-decoration: underline;
}

a.inpage {
	font-weight: bold;
	line-height: 18px;
}


a.inpage:hover {
	font-weight: bold;
	line-height: 18px;
}

a.box_link {
	font-weight: bold;
	padding-right: 15px;
	font-size: 11px;
}

a.box_link:hover {
	font-weight: bold;
	padding-right: 15px;
	font-size: 11px;
}

a.dark {
	color: #102739;
	text-decoration: none;
}

a.dark:hover {
	color: #102739;
	text-decoration: underline;
}

p.white {
	color: #FFFFFF;
}

