/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-x top;
	color: #000000;
	font: 14px Verdana,Arial,geneva,Helvetica,Sans-Serif;
}
a{
	color: #25477b;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:#999999;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 9px;
	width: 780px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) repeat-x top;
	height: 105px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 198px;
}
#header h1 a{
	display: block;
	height: 104px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font: 17px Georgia,"Times New Roman", Times, serif;
	height: 104px;
	overflow: hidden;
	width: 387px;
}
#nav1 ul{
	height: 106px;
}
#nav1 li{
	float: left;
	line-height: 52px;
	text-align: center;
}
#nav1 li a{
	background: url(../images/nav1-bgr.png);
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	color: #333333;
	display: block;
	float: left;
	height: 52px;
	width: 128px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav1-hover.png);
	text-decoration: none;
}
/*=== Title Pictures ===*/
#title-home{
	background: url(../images/title-home.jpg) no-repeat top;
	height: 305px;
}
#title-services{
	background: url(../images/title-services.jpg) no-repeat top;
	height: 305px;
}
#title-physio{
	background: url(../images/title-physio.jpg) no-repeat top;
	height: 305px;
}
#title-consult{
	background: url(../images/title-consult.jpg) no-repeat top;
	height: 305px;
}
#title-contact{
	background: url(../images/title-contact.jpg) no-repeat top;
	height: 305px;
}
#title-affiliate{
	background: url(../images/title-affiliate.jpg) no-repeat top;
	height: 305px;
}
/*=== All Columns ===*/
#columns-bg{
	background:url(../images/body-bg.gif) repeat-x top;
	padding: 15px 0 0;
	margin:0;
}
#columns{
	background: url(../images/columns-bgr.gif) repeat-y right;
	height: 1%;
	
	padding: 0 13px;
}
#columns h2, #columns h3{
	color: #333366;
	font: 16px Georgia,"Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0 0 10px;
}
#columns h3{
	font-size: 18px;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 510px;
}
#centercol a{
	text-decoration: underline;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	font-size: 11px;
	width: 212px;
}
#rightcol a{
	text-decoration:underline;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 15px;
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
}
.list1 li.small{
	font-size:11px;
	color:#666699;
}
.list1 li ul li{
	margin: 5px 0 0 15px;
	padding: 0 0 0 10px;
	font-size:13px;
}
.references{
	color:#999999;
	list-style-image:none;
}
.references li{
	padding-bottom:10px;
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.png) no-repeat top;
	clear: both;
	color: #999999;
	font-size: 10px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 20px 10px;
	width: 758px;
}
#footer a{
	color: #999999;
	text-decoration: underline;
}
#footer a:hover{
	color:#000000;
}
/*=== Form ===*/
#contact-form{
	
}
fieldset {
	padding:15px 0 5px 0;
	border:1px solid #333366;
	background:#F4F4FF;
  }
label {
  float:left;
  width:25%;
  margin-right:10px;
  text-align:right;
  font-weight:bold;
}
input{
	padding:3px;
	font-size:14px;
}
input#submit{
	color: #333366;
	width:150px;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
img.image-footer{
	margin-right:15px;
}
.button a{
	color:#FFFFFF;
	background-color: #333366;
	padding:5px;
	text-align:center;
	display:block;
}
.button a:hover{
	background-color: #FFFFFF;
	color:#333366;
}
table.team{
	
}
table.team p{
	font-size:12px;
}
table.team td{
	border-collapse:collapse;
	border-top:1px solid #CCCCCC;
}
table.team td.right{
	
}