@charset "utf-8";
body {
	font: 56.2% Verdana, Arial, Helvetica, sans-serif;
	background:#88A6C9 url(images/body_bg.png) repeat-x ;
	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:#636363;
	overflow:-moz-scrollbars-vertical;
}
img {
	border:none;
}
a { outline:none; color:#6d87a5;}
h1, h2, h3 {  margin:.5em auto;  }
h1 { font-size:1.5em;}
h2 { font-size:1.25em;}
h3 { font-size:1.1em;clear:both;}
.clear { clear:both; }
#header h1 {
	float:left;
}

#header h2 {
	float: right;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

 #container {
	  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	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 {
	height:109px;
	margin:30px auto 0;
	overflow:hidden;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
width:942px;}
#header h1 span, #dds, #tagline {
	display:none;
}
 #Content {
	font-size:1.2em;
	padding: 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background:url(images/painted-content.png) top no-repeat;*/
	margin:0;
	background:#f6f3ee url(images/content_bgfaint.png);
	text-align:left;
	border-top:#bfb59f 1px solid;
}
 #footer {
	padding-top:20px;
	margin:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#fff;
	width:100%;
	height:71px;
	background:url(images/footer_bg.png) repeat-x top #88a6c9;
	overflow:auto;
}
 #footer p {
	margin:20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:right;
	text-align:right;
}
#footer div { width:942px; margin:0 auto; }
#footer ul {float:left; list-style:none; margin:20px;}
#footer ul li { float:left; margin:0 5px 0 0;  }
#footer ul li a { color:#FFFFFF; text-decoration:none; }
#footer ul li a:hover { border-bottom:1px dotted #fff; } 
#footer ul li:after { content:"  | "; }
#footer ul li.last:after { content:""; }
#mainContent {
	width:550px;
	float:right;
}
#mainContent h2, #mainContent h1 { border-bottom:1px dotted; margin-bottom:10px; padding-bottom:4px;color:#6B93C4 }
#mainNavigation {
	width:100%
	color:#FFFFFF;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	height:47px;
	background:url(images/navigation_bg.png);
}
#mainNavigation ul {list-style:none; padding:0; margin:0 auto; width:870px; background: url(images/navigation_divider.png) left top no-repeat;}

#mainNavigation li {
	float:left;
	padding:0;
}

#mainNavigation li:hover { background:url(images/navigation_ul_hover_bg.png) repeat-x; }
#mainNavigation li a {
background:url(images/navigation_divider.png) 100% 0 no-repeat;
  }
#mainNavigation li.first { background-repeat:no-repeat; background-image:url(images/navigation_li_first_bg.png); background-position:0 0; }
#mainNavigation li.first:hover { background-position:0 -47px; }
#mainNavigation li a:link, #mainNavigation li a:visited {
	color:#fff;
	text-decoration:none;
	font-size:2em;
	font-weight:500;
	display:block;
	height:45px;
	line-height:40px;
	text-transform:capitalize;
	width:174px;
	text-align:center;
}
#rotator { width:100%;  margin:0; background:url(images/rotator_bg.png) repeat-x 0 -1px; height:215px; }
#rotateblock { width:873px; margin:0 auto; position:relative; }
#rotateblock div { position:absolute; top:0; left:0; opacity: 0; }
body.services #rotator, body.team #rotator, body.practice #rotator, body.contact #rotator { height:30px; background-position:bottom; }
#Content dl {
	background:url(images/dl_bg.png) no-repeat;
	float:left;
	width:295px;
	padding:12px 21px 0 21px;
	min-height:258px;
}
#Content dl dt {
	margin-bottom:45px;
	font-size:1.6em;
	text-align:center;
}
#Content dl dd {
	font-size:.9em;
	margin:0 0 10px 0;
	padding:0 10px;
}
#Content dl dd span { color:#809EC1;}
#message { width:337px; height:76px; background: url(images/new_patients_button.png) no-repeat; text-align:center; font-size:1.1em; line-height:1.3em; padding-top:2em; color:#584c3d; font-weight:bold; margin:0; }
.messageLeft { float:left; }
.messageRight { float:right; }
#contentMarginEnforcer { width:942px; margin:0 auto; overflow:auto;}
.team div#mainContent p { float:left; width:320px;  }
.team div#Content h2 { clear:both; }
.team div#Content img { float:right; border:1px #666 solid; padding:6px; background-color:#fff; margin:1em 0 3.5em 0; }
.team div#Content a { margin-bottom:45px; }
.team div#Content h3.position { margin-top:-10px; color:#6B93C4; }
.team div#Content p#qualifications { width:100% } 
#tour { padding:0 20px 20px 120px; clear:both; margin:0 auto; width:705px;}
#tour img { display:block; padding:0; margin:0 auto; }
#mainContent p { line-height:150%; }
#mainContent dl {background:none; width:550px; min-height:1px; padding:0; margin:5px auto 40px; }
#mainContent dl dt { border-bottom:dotted 1px; font-size:2em; margin-bottom:5px; }
#mainContent dl dd { font-size:1.2em; color:#6B93C4;}
#mainContent dl.alt dt, #mainContent dl dd { text-align:right; }
#mainContent dl dt, #mainContent dl.alt dd  { text-align:left; }
#mainContent dl a { color:#6B93C4; }
.services div#contentMarginEnforcer { background:url(images/scrapper.png) no-repeat 10% 85% ; }
h1#staff { font-size:250%; color:#6B93C4; }
#leftColumn{float:left;width:295px;}
#leftColumn img{margin-left:20px;}
.staff { width:45%; float:left; padding:2%; }
.team div#Content div.staff p { float:left; width:200px;  }
.staff h2, .staff h1 { border-bottom:1px dotted; margin-bottom:10px; padding-bottom:4px; }
.team #mainContent h2, .team #mainContent h1 { color:#636363;}
.blue { color:#6B93C4; }