@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 88%;
	background-color: #FFFFFF;
	background-image: url(IMAGES/NVHbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.5em;
	font-weight: normal;
}
#container  {
	background: #FFFFFF;
	text-align: left;
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
#header  {
	background-image: url(IMAGES/headerBG.jpg);
	background-position: left top;
	position: relative;
	height: 138px;
	background-repeat: no-repeat;
}
#headerTitle1 {
	text-align: right;
	position: relative;
	padding-top: 6px;
	padding-right: 10px;
}
#headerSearch {
	float: right;
	top: 10px;
	position: relative;
	width: 700px;
	text-align: right;
	right: 10px;
}
#headerSearch li {
	display: inline;
	color: #FFFFFF;
	padding-left: 0.5em;
}
#headerSearch a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	}
#headerSearch a:hover, #headerSearch a:focus, #headerSearch a:active {
	color: #FFFFFF;
	background-color: #F58026;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.smalltype {
	font-size: 70%;
}
#headerAddress {
	position: absolute;
	top: 110px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	font-size: .95em;
}
#headerAddress ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}
#headerAddress li {
	display: inline;
	color: #FFFFFF;
	padding-left: 0.5em;
}
#headerAddress a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	}
#headerAddress a:hover, #headerAddress a:focus, #headerAddress a:active {
	color: #FFFFFF;
	background-color: #FF3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar1 {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 138px;
	height: 539px;
}
#sidebar1  h3,.t    {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1   ul {
	background-color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sidebar1  li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#sidebar1  a {
	color: #CC6600;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sidebar1  a:hover, #sidebar1  a:active, #sidebar1  a:focus {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58026;
	color: #FF3333;
}
#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 240px;
	margin-top: 0px;
} 
#indexPic {
	margin-bottom: 20px;
	margin-top: 20px;
}
#indexStatement {
	background-color: #E8E8E8;
	padding: 6px;
	margin-bottom: 400px;
	margin-right: 20px;
}
#indexStatement p {
	text-align: justify;
}
#indexStatement em {
	color: #000;
}
#mainContent p {
	text-align: justify;
}
#mainContent  a {
	color: #CC6600;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
}
#mainContent  a:hover, #mainContent  a:active, #mainContent  a:focus {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58026;
	color: #FF3300;
}
#ConsultantsPanel {
	width: 700px;
}
#ConsultantsPanel img {
	float: left;
	margin-right: 20px;
}
#ConsultantsPanel table   {
	width: auto;
	border-collapse: collapse;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 80px;
	}
#ConsultantsPanel ul {
	list-style-type: none;
	padding: 0px;
}
#ConsultantsPanel td  {
	width: 50%;
	padding-top: 4px;
	padding-bottom: 4px;
}
#ConsultantsClinic {
	float: left;
}
#ConsultantsClinic img {
	float: left;
}
#mainContent table {
	border-collapse: collapse;
	width: auto;
}
#mainContent td {
	width: 50%;
	text-align: left;
}
.ConsultantstdBG {
	background-color: #FFF;
}
td, th {
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	border: 1px solid #0283A9;
	vertical-align: top;
	text-align: left;
	width: 50%;
}
#indexText {
	width: 549px;
}
#indexText table {
	margin-bottom: 1.3em;
	border-collapse: collapse;
	width: 549px;
}
#indexText td {
	vertical-align: bottom;
	text-align: center;
}
#indexText ul {
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 0px;
}
#indexText li {
	line-height: 1.4em;
	list-style-type: none;
	text-align: left;
}
#indexTextFPS {
	width: 549px;
}
#indexTextFPS table {
	margin-bottom: 1.3em;
	border-collapse: collapse;
	width: 549px;
}
#indexTextFPS td {
	vertical-align: bottom;
	text-align: center;
}
#indexTextFPS ul {
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 20px;
}
#indexTextFPS li {
	line-height: 1.4em;
	list-style-type: disc;
}
#FPStable table {
	margin-bottom: 1.3em;
	border-collapse: collapse;
	width: 549px;
	text-align: left;
}
#FPStable td, th {
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	border: 1px solid #0B3D91;
	width: auto;
}
#FPStable  th {
	border: 1px solid #000000;
	text-align: left;
}
#FPStable td {
	text-align: left;
}
#FPStable ul li {
	margin-left: 15px;
}
#FPStable li {
	list-style-type: disc;
}
#Chefstable table {
	margin-bottom: 1.3em;
	border-collapse: collapse;
	width: 549px;
}
#Chefstable td, th {
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
}
.td325 {
	width: 325px;
}
#sidebarRight {
	float: right;
	width: 210px;
}
#sidebarRight p {
	text-align: left;
}
#sidebarRight table, th, tr, td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	width: 100%;
}
#sidebarRight td {
	text-align: center;
}
#sidebarRight img {
}
#sidebarRight ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#sidebarRight li {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
}
#sidebarRight  a {
	color: #CC6600;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 4px;
	display: block;
}
#sidebarRight  a:hover, #sidebarRight  a:active, #sidebarRight  a:focus {
	background-color: #F0F0F0;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58026;
	color: #FF3300;
}
#box5 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#box4 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#box0 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#box1 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#box1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#box2 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#box3 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#box6 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#box7 {
	background-image: url(IMAGES/box_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F58026;
	border-bottom-color: #0B3D91;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
}
#indexBanner {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F68026;
	border-bottom-color: #F68026;
}
#box3Image {
	float: right;
	padding-left: 8px;
	width: 60px;
}
#box3Image img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer  {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0b3d91;
	width: 770px;
	float: right;
}
#footerMenu {
	float: right;
	width: 700px;
	text-align: right;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}
#footer a {
	display: block;
	color: #173298;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 80%;
	text-align: right;
}
#footerValidation {
	float: right;
}
#footer a:hover, #footer a:focus, #footer a:active {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58026;
}
#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 */
}
#footerValidation img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4, h5, h6, h7 , p{
	margin-top: 0px;
}
h1 {
	font-size: 150%;
	color: #FFFFFF;
	margin-bottom: 0px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #0B3D91;
	margin-bottom: 1em;
	line-height: 1.2;
	margin-top: .5em;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #0b3d91;
	margin-bottom: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B3D91;
	padding-bottom: 0.1em;
}
h4 {
	color: #f58025;
	margin-bottom: 0px;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}
h6 {
	font-size: 80%;
	color: #333333;
	padding-top: .2em;
	line-height: 80%;
}
.offLeft {
	margin-left: -9000px;
	position: absolute;
}
em {
	color: #999999;
}
.textOrange {
	color: #F68026;
}
#BedroomPic {
	margin-bottom: 20px;
}
#UltrsoundPic {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#MRIPic {
	float: left;
	margin-right: 20px;
}
#NursePatientPic {
	margin-bottom: 20px;
}
#Imaging1pic {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#Imaging2pic {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#Imaging3pic {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#FootAnkle {
	margin-bottom: 20px;
	text-align: center;
}
#physioRoom {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#PhysioAbstract {
	float: right;
	width: 300px;
	margin-left: 20px;
}
#PhysioTreatments {
	margin-bottom: 20px;
}
#PhysioSign {
	float: right;
	margin-left: 20px;
}
#Map1 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#Map2 {
}
#OrthoWeb {
	float: right;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #E8E8E8;
}
#OrthoWeb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#FetalWeb {
	float: right;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #E8E8E8;
}
#FetalWeb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#CosmeticWeb {
	float: right;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #E8E8E8;
}
#CosmeticWeb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Form Starts Here*/
fieldset {
	padding: 0px;
	margin: 0px;
}
legend {
	font-weight: bold;
	margin-left: 1em;
	color: #0B3D91;
}
fieldset ol {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
}
fieldset li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
fieldset ul {
	display: inline;
	padding-right: 1em;
}
label {
	text-align: right;
	float: left;
	width: 10em;
	padding-right: .5em;
}
.options label {
	text-align: left;
	float: none;
	width: auto;
}
#formSubmit {
	float: left;
}
#formReset {
	float: right;
	margin-right: 1em;
} /*End of Form */
.tdRight {
	text-align: right;
}
#HistoryPic {
	margin-bottom: 20px;
}
.SearchBtn {
	text-align: right;
}
#OrthoSkyscraper1 {
	margin-top: 20px;
	border: 1px solid #0B3D91;
	height: 600px;
	width: 120px;
}
#NewsPic {
	float: right;
	width: 250px;
	margin-left: 20px;
}
#AZText {
}
#AZText table {
	margin-bottom: 1.3em;
	border-collapse: collapse;
	width: 700px;
}
#AZText td {
	vertical-align: top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #133E91;
}
#AZText ul {
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 0px;
}
#AZText li {
	line-height: 1.4em;
	list-style-type: none;
}
#AZText  a {
	color: #CC6600;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: left;
}
#AZText  a:hover, #AZText  a:active, #AZText  a:focus {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58026;
	color: #FF3300;
}
#flueText {
	margin-right: 40px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-left: 20px;
} 
#flueText ul {
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 20px;
}
#flueText li {
	line-height: 1.4em;
	list-style-type: disc;
}
#AdministrationLogo {
	float: left;
	position: relative;
	left: -2px;
	top: -138px;
}
