@charset "UTF-8";

/*** Structural Elements ***/

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	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 */
}
.container_12 {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	background-color:#399;	
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:40px;
}
#footer p {
	color:#FFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.9em;
	text-align:center;
}


/*** Common Elements ***/

a, a:visited {
	text-decoration:none;
	color:#099;
}
a:hover {
	text-decoration: underline;
	color:#F30;
}
em {
	font-style:italic;
}

h1, h2, h3, h4, h5, p {
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	color:#399;
	font-size: 2.4em;
	font-weight:bold;
}
h2 {
	color:#399;
	font-size: 2.4em;
}
h3 {
	color:#399;
	font-size: 2.0em;
}
h4 {
	color:#399;
	font-size: 1.6em;
}
h5 {
	color:#399;
	font-style:italic;
	font-size: 1.2em;
}
p {
	font-size: 1.2em;
	line-height:1.4em;
	padding-bottom: 10px;
}
ol, ul {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 10px 30px;
}
ul ul {
	font-size:1.0em;
	line-height:1.6em;
	margin:0 0 0 20px;
}
td, td.p {
	font:1.2em Arial, Helvetica, sans-serif;	
}
.spaceAbove {
	padding-top: 10px;	
}
.spaceLeft {
	padding-left: 10px;	
}
.multiLineHeight {
	line-height:1.1em;	
}

/*** Header Top Navigation Menu ***/
#headerNavigation ul#headerTopNavigation {
	margin:0 0 20px 0;
	padding:0;
}
#headerNavigation {
	background-color: #099;
	padding: 7px 0;
	text-align: left;
}
#headerTopNavigation li {
	display: inline;
	list-style-type: none;
}
#headerTopNavigation a {
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	font: 1.0em Arial, Helvetica, sans-serif;
}
#headerTopNavigation a:hover {
	color: #FFFFB7;
	text-decoration: underline;
}

/*** Header Bottom Navigation Menu ***/

#headerNavigation ul#headerBottomNavigation {
	margin:0;
	padding:5px 0 0 0;
}
#headerBottomNavigation {
	border-top: 1px solid #FFF;	
}
#headerBottomNavigation li {
	display: inline;
	list-style-type: none;
}
#headerBottomNavigation a {
padding: 0px 10px 10px 20px;
color: #FFF;
text-decoration: none;
font: 1.0em Arial, Helvetica, sans-serif;
}
#headerBottomNavigation a:hover {
color: #FFFFB7;
text-decoration:none;;
}

/*** Side Navigation Menu ***/

#sideNavigation {
	margin:10px 10px 0 0;	
}
#sideNavigation li {
	display: block;
	list-style-type:none;
	text-align:right;
	padding:2px 0;
	border-bottom: 1px dotted #CCC;
}
#sideNavigation li a:hover {
	text-decoration:none;
}
/*** Teaser Boxes on Index ***/

.teaserBox {
	background-color:#f4e6be;
	padding: 10px 10px 5px 10px;
	border-bottom: 2px solid #960;	
}
/*** the following slideshow settings are placed within each document to accommodate for various differences between slideshows on different pages
DIV settings
NAV settings
slideshowContent settings ***/

/*** Testimonials ***/

.testimonials {
	border:1px solid #00B1B0;
	border-radius:1em; padding:10px;
	-moz-border-radius:1em;
}
/*** Contact Us ***/

td {
	font-size:1.2em;	
}
.contactTable {
	font: 1.2em Arial, Helvetica, sans-serif;	
}

/*** Find a Clinic ***/
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin:20px 0;
	padding:20px 0;
}

.listclinics-results {
	font-size:0.9em;
	vertical-align:top;
}
.listclinics-results p {
	margin:0px;
	padding:0px;
}

p.results-name {
	font-weight:bold;	
}

/* press clippings starts*/

.bottomline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
  }

table#press td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;	
  }

table#press span {

    font-style:italic;

  }

table#press div {

    font-style:italic;
	font-size:10px;

  }

table#press a, table#press a:visited{
    font-weight:bold;
	color:#00B1B0;
    text-decoration:none;
  }



table#press a:hover {
	font-weight:bold;
	color:#00B1B0;
    text-decoration:underline;
  }
