@charset "utf-8";
/* CSS Document */
/*
content font: verdana 12pt.
colors: physio light blue #67BEE7
		physio dark blue #004886
        border grey #333333
*/
@import url(reset.css);

body{
	
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 910px;
  height: 504px;
  margin-left: -455px;  /***  width / 2   ***/
  position: absolute;
  top: -252px;          /***  height / 2   ***/
  left: 50%;
}

#wrapper {
	height: 502px;
	width: 900px;
	border: 1px solid #666;;
	background-image:url(/images/physioroom_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	overflow:hidden;
}

.copyWidth{width:472px; margin-right:30px}

.contactImageMargin{margin-top:20px}

.lightBlue{color:#67BEE7;}

h2{ font-weight: normal; color:#67BEE7; font-size: 14px; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:5px;}

.rightPos{
	height:25px;
	position: absolute;
	top: 440px;
	left: 430px;
	white-space:nowrap;
}

.rightPosLess{
	height:25px;
	position: absolute;
	top: 425px;
	left: 368px;
	white-space:nowrap;
}

.topMargin{marigin-top:22px}

.clearDiv{clear:both;}

#headerDiv{margin-top: 17px;}

#leftHeaderDiv{float:left;}

#rightHeaderDiv{float:right;}

#contentWrapper{margin-top: 50px;}

.selectedNav{color:#004886;}
.nonSelectedNav{color: #FFFFFF;}

#navDiv{
	float:left;
	margin-right:70px;
}

#navDiv ul{font-size:16px;}
#navDiv ul li{margin-bottom: 23px;}

#navDiv ul li a{text-decoration:none;}
#navDiv ul li a:hover{color:#004886;}

#contentDiv{
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
}

#contentDivText{
	float:left;
}

.contentTitle{color: #67BEE7; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; margin-bottom: 10px;}
.sIFR-active .contentTitle
{
	visibility: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;			
	line-height: 1em;					
}

.purposeP{
	color:#67BEE7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-style: italic;
	display: inline;
	width:auto;
}

#contentDiv p, #contentDiv table{font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#666; line-height:17px; margin-bottom: 5px;}

#contentImageDiv{
	border: 1px solid #666;;
} 

#contentImageDiv{float:left;}
#contentDiv ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	/*list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/images/dot.gif);*/
}

#contentDiv ul li{
	margin-bottom: 4px;
	padding-left: 10px;
	background-image: url(/images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#mapDiv{
	float: left;
	margin-right: 20px;
}
#mapText{
	float: left;
	width: 320px;
	position: absolute;
	top: 208px;
	left: 560px;
}

#footerDiv{font-family:Verdana, Geneva, sans-serif; font-size:10px; width: 920px; color: #999; margin-top: 10px; margin-left:auto; margin-right:auto;}

#footerDiv a{color: #999; text-decoration:none;}
#footerDiv a:hover{color: #C4161C;}

table tr td a {
	color:#666;
	text-decoration: none;
}

table tr td a:hover {
	color: #004886;
	text-decoration: none;
}
