﻿/* CSS for BadBreathTreatments */


body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	background: url(images/body.gif) repeat-x;
	background-color: #D2EFD7;
	}
	
a {
	text-decoration: none;
	color:  #0000ff;
	}
	
a:visited {
	color:  purple;
	}
	
a:active {
	color:  #ff0000;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
strong, b {
	font-weight: bold;
	}
	
p {
	font-size: medium;
	margin-top: 2px 0 14px 0;
	}


h1 {
	color: #ff0000;
	text-align: center;
	font-size: large;
	font-weight: bold;
	margin: 0 0 5px 10px;
	}
	
h2 {
	color: #000000;
	font-size: medium;
	font-weight: bold;
	margin: 0;
	}
	
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	background-color: #000000;
	color: #ffffff;
	padding: 2px;
	}
	
img {border: 0;}


.center {text-align: center;}


#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg.gif) repeat-y;
	}

#top {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #666666;
	height: 100px;
	}

#left {
	margin: 2px 2px 20px 5px;
	float: left;
	width: 165px;
	padding: 0;
	}
	
#middle {
	margin: 2px 7px 20px 2px;
	width: 610px;
	float: right;
	padding: 0;
	}
	
#footer {
    clear: both;
	text-align: center;
	border: 4px solid #666666;
	width: auto;
	margin: 10px 0 0 0;
	background: #ffffff;
	}
	
#footer p {
	font-size: small;
	}



/* Left Nav */

.box {
	border: 2px solid #ffffff;
	margin: 10px auto;
	width: 150px;
	}

.box li {
	color: navy;
	overflow: hidden;
	margin: 0 0 3px -30px;
	border-bottom: 1px solid #c7c7c7;
	}

.box li a, li a.active {
	color: navy;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	}

.box a.active {
	font-weight: bold;
	}

.box a:hover,
.box a.active:hover {
	background-color: #ffffff;
	text-decoration: underline;
	}