@charset "utf-8";
body {
	font: 12pt Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #999;
	background-image: url(images/christmas_backgrounds_20.gif);
	background-repeat: repeat;
}
h3 {
	color: #002665;
	font-size: 24px;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#outershadow {
	background-image: url(images/shadow-bg.png);
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 20px;
}

.oneColFixCtrHdr #header {
	background: url(images/topshelf1_up_01.jpg) no-repeat top;
	padding: 0 0px;
	width: 960px;
	height: 180px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin: 10px;
}
.leftpanel {
	height: auto;
	width: 593px;
	float: left;
	padding: 5px 10px 10px;
	border: 1px solid #787878;
	background-image: url(images/gym1.jpg);
	background-repeat: no-repeat;
	background-position: 430px 10px;
	margin-top: 10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}#construction {
	background-image: url(images/underconstruction.jpg);
	height: 297px;
	background-repeat: no-repeat;
	background-position: center;
}
#banner {
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #300;
	margin-top: 10px;
	width: 920px;
}

.mainpanel {
	height: 200px;
	width: 285px;
	float: right;
	border: 1px solid #666;
	margin-left: 16px;
	margin-top: 10px;
	clear: right;
}
#navmenu {
	height: 39px;
	width: 100%;
	font-weight: bold;
	padding-top: 131px;
}

.outterinner {
	background-image: url(images/boxshadow.png);
	height: 166px;
	width: 154px;
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	margin-right: 10px;
}

.inner {
	height: 156px;
	width: 152px;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}
.rightinner {
	height: 200px;
	width: 252px;
	margin-right: auto;
	margin-left: auto;
}

.rightoutterinner {
	height: 212px;
	width: 254px;
	background-repeat: repeat-x;
	background-position: bottom;
	float: right;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.leftpanel2 {
	height: auto;
	width: 593px;
	float: left;
	padding: 0px 10px 10px;
	border: 1px solid #787878;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F4F4F4;
	background-image: url(images/therapy1.png);
	background-repeat: no-repeat;
	background-position: 300px center;
	clear: left;
}
.lpinner2 {
	width: 285px;
	float: left;
}

li {
	line-height: 24px;
}
.leftpanel .toppic {
	float: right;
	height: 175px;
	width: 175px;
	margin-left: 15px;
	margin-bottom: 10px;
}


.addressbox {
	float: left;
	width: 220px;
	padding: 5px;
	margin-top: 10px;
}
.addressbox2 {
	float: left;
	width: 250px;
	padding: 5px;
	margin-top: 10px;
}


.addresses {
	clear: both;
	height: 310px;
	width: 100%;
	margin-top: 20px;
	background-color: #99BFE4;
	border: 1px solid #333;
}
.bioleft {
	float: left;
	width: 433px;
	padding: 10px;
	border: 1px solid #002665;
	height: auto;
	background-image: url(images/greygradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bioright {
	width: 433px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #002665;
	float: left;
	height: auto;
	background-image: url(images/greygradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
.staff {
	width: 245px;
	padding: 20px 10px 10px;
	border: 1px solid #002665;
	float: left;
	height: auto;
	margin-left: 25px;
	background-image: url(images/greygradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
.staffinner {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	float: none;
	clear: both;
}

.staffoutterinner {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/boxshadow.png);
	width: 202px;
	height: 295px;
	margin-right: auto;
	margin-left: auto;
}
.videopanel {
	height: auto;
	width: 285px;
	border: 1px solid #787878;
	margin-left: 5px;
	margin-top: 10px;
	clear: right;
	background-color: #E1E1E1;
	float: right;
}
.videotext {
	padding: 5px 10px 0px;
}
.lpinner3 {
	width: 285px;
	float: left;
	margin-top: 10px;
	border: 1px solid #333;
	margin-left: 21px;
}
h4 {
	color: #F60;
	font-size: 20px;
}
.pformsimage {
	height: 250px;
	width: 300px;
	clear: left;
	float: right;
	padding: 5px;
	margin-left: 10px;
	background-color: #F5F5F5;
	border: 1px solid #B6B6B6;
}
legend {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #69F;
}
fieldset {
	float: left;
	padding: 5px 10px;
	margin: 5px;
	width: 95%;
}
.staffoutterinnerleft {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/boxshadow.png);
	width: 202px;
	height: 295px;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.staffinnerleft {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	float: none;
	clear: both;
}
.anyquestions {
	width: 98%;
	padding: 5px 20px 20px;
}

