/* CSS Document */

* { margin: 0; padding: 0; } /* removes all default margin and padding */

img { border: 0; } /* Removes default border around linked images */

html {
	margin: 0;
	padding: 0;
	overflow:-moz-scrollbars-vertical; /* always show firefox scrollbar */
	}
	
#wrapper {
	position: relative;	top: 0; right: 0; bottom: 0; left: 0; /* make is go 0px from top and 0px from bottom */
	width: 986px; /* sets width of main container */
	margin: 0 auto; /* centers box */
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3em; /* sets the leading of text */
	background: url('/images/background.jpg') repeat-x top left;
	color:#666666;
		}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
		
h1 { 
	font-size: 1.3em;
	color: #7d7700; 
	margin: 10px 0 3px 0;
	}

h2 { 
	font-size: 1.1em;
	color: #7d7700; 
	margin: 10px 0 3px 0;
	}

h3 { 
	font-size: 1em;
	color:#666666; 
	margin: 10px 0 3px 0;
	}
	
h4 { font-size: 1.125em; }
h5 { font-size: 1em; }
h6 { font-size: .875em; }

ul, ol { 
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	margin: 0 10px 10px 30px;
	}
	
p  { 
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 10px;
	}

#affiliations p  { 
	font-size: .7em;
	line-height: .9em;
	text-align: left;
	margin-bottom: 10px;
	}
#affiliations h2  { 
	font-size: 1em;
	color: #7d7700; 
	margin: 10px 0 3px 0;
	}

a:link, a:visited {
	color: #7d7700; 
	}
a:hover {
	color: #000000;
	}
	
#header { 
	width:986px;
	}
#header_inner_home { 
	height: 242px;
	width: 100%;
	background: url('/images/head-home.jpg') no-repeat top left;
	}
#header_inner { 
	height: 179px;
	width: 100%;
	}
#header_violator { 
	height: 119px;
	width: 242px;
	background: url('/images/head-violator.gif') no-repeat top right;
	float: right;
	position: relative;
	margin: 0 0 0 0;
	display: block;
	}
#header_inner.services { background: url('/images/head-inner-services.jpg') no-repeat top left; }
#header_inner.meet_the_doctor { background: url('/images/head-inner-mtd.jpg') no-repeat top left; }
#header_inner.faq { background: url('/images/head-inner-questions.jpg') no-repeat top left;	}
#header_inner.blog { background: url('/images/head-inner-blog.jpg') no-repeat top left;	}
#header_inner.contact_us { background: url('/images/head-inner-contact-us.jpg') no-repeat top left;	}

#main_content { 
	float: left;
	clear: both;
	width: 986px;
	}

#nav {	
	float: left;
	z-index: 99999;
	}
#nav_inner { 
	behavior: url('/css/csshover.htc');  /* makes drop down work in IE6 */ 
	float: left; /* makes the div enclose the ul */ 
	margin: 20px 0 10px 0px;
	}
#nav_inner ul { 
	float: left; /* makes the ul enclose the li */ 
	}
#nav_inner li {
	list-style: none; /* removes bullets */
	float: left;  /* puts li next to each other */ 
	position: relative; /*positioning content for the nested ul (drop down) */
	margin-right: 30px;
	}
#nav_inner li ul { /* controls the nested ul (drop down) */
	position: absolute;
	width:12em;
	display: none;
	margin: 0 0 0 -1px;
	background-color:#FFFFFF;
	font-size: .9em;
	border: 1px solid #999;
	border-top: 0;
	}
#nav_inner li:hover ul { /* controls the nested ul (drop down) */
	display: block;
	background: url('/images/drop-down-back.jpg') repeat-x top left;
	}
#nav_inner li ul li { /* controls the nested ul (drop down) */
	width: 100%; /* makes each of the li the width of the ul and therefore stack */
	}
#nav_inner a {
	display: block;
	padding: .3em 6px;
	text-decoration: none;
	color:#666666;
	font-weight: 900;
	}
#nav_inner a:hover {
	color:#003366;
	}

#sidebar2 {  /* free toothbrush */
	float: right;
	position: relative;
	display: block;
	width: 243px;
	margin-right: 20px;
	min-height: 403px;
	background: url('/images/sidebar2.jpg') no-repeat top left;
	}
#sidebar_services {  /* services */
	float: right;
	position: relative;
	display: block;
	width: 243px;
	margin-right: 20px;
	min-height: 800px;
	background: url('/images/sidebar_services2.jpg') no-repeat top left;
	}

#sidebar { 
	float: right;
	position: relative;
	display: block;
	width: 243px;
	margin-right: 20px;
	min-height: 403px;
	background: url('/images/sidebar-news.jpg') no-repeat top left;
	}
#sidebar_inner_home {
	float: left;
	margin: 95px 0 0 15px;
	width: 213px;
	}	 
#sidebar_inner {
	float: left;
	margin: 80px 0 0 35px;
	width: 213px;
	}	
#sidebar_blog_article {
	float: left;
	margin: 10px 0;
	width: 100%;
	 }
#sidebar_blog_article img {
	float: left;
	margin-right: 5px;
	 }
#sidebar_blog_article_copy {
	float: left;
	width: 155px;
	font-size: .8em;
	 }
#sidebar_blog_article_copy p {
	font-size: .9em;
	line-height: 1.3em;
	 }
#sidebar_blog_article_copy a { /* header copy in side bar*/
	font-size: 1.2em;
	color: #00457c;
	font-weight: bold;
	text-decoration: none;
	 }
#sidebar_blog_article_copy a:hover { /* header copy in side bar*/
	color:#333333;
	 }

#sidebar_blog_article #dots {
	float: left;
	clear: both;
	background: url('/images/sidebar-dots.gif') repeat-x;
	margin: 10px 0 0 5px;
	height: 1px;
	width: 100%;
	 }
	 
#content { 
	float: left;
	width: 723px;
	z-index: 2;
	/*margin-top:20px;*/
	}
#content_inner {
	float: left;
	width: 663px;
	margin-left: 40px;
	}

#footer { 
	float: left;
	clear: both;
	width: 986px;
	margin-top: 20px;
	}
#footer_inner p {
	font-size: .7em;
	text-align: center;
	}
