*{
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body{
	height:100%;
	font-size:75%;
	font-family:sans-serif;
	color:black;
	background-color:#d5d5d5;
	min-width:80em;
	
}

.disclaimer {
	min-width:500px;
	height:auto;
}

.pop-up {
	min-width:500px;
	height:auto;
}

.pop-up #content {
	background-color: white;
	padding: 25px;
	margin: 25px;
	margin-bottom:75px;
	width:400px;
	height:auto;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}

#allContent {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px;
	overflow:hidden;
}

#contact{
}

#header {
	background-color: white;
	padding: 50px 25px 25px 25px;
}

#content {
	background-color: white;
	padding: 25px;
	margin: 25px;
	margin-bottom:75px;
	width: 550px;
	float:left;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}



#contentMap {
	background-color: white;
	padding: 25px;
	margin: 25px;;
	float:left;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}

.disclaimer p{
	background-color: white;
	width:400px;
	padding:15px;
	margin:25px auto;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
	
#breathing{
	color:#33aad6;
	font-size:250%;
	letter-spacing: 3px;
}

#addressHeader {
	float:right;
}

h1{
	color:#888888;
	font-weight:100;
	font-size:100%;
}

h2{
	font-weight:100;
	font-size:175%;
	margin-bottom: 15px;
}

h3{
	font-weight:100;
	font-size:125%;
	margin: 15 0 15 0px;
}

h4{
	font-weight:100;
	font-size:100%;
	margin:15px 0px;
	font-weight: bold;
}

address{
	font-style:normal;
}

#map{
	float:left;
}

#addresses{
	float:left;
	margin-left:25px;
}

#addresses address{
	margin: 0px 0px 15px 0px;
}

#addresses p{
}

ul{
	list-style-type:none;
}

li{
	font-size:100%;
	padding:5px 0px;
}

#infolist li{
	margin:15px 0px;
}

#nav{
	margin-left:-10px;
	padding: 10px 25px;
	background-color: #5ead08;
	background-image: url("bargradient.png");
	background-repeat: repeat-x;
	white-space: nowrap;
	overflow:hidden;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

#nav li{
	display:inline;
	text-align:center;
	text-wrap: nowrap;
	margin:0px;
	padding:0px;
}

#nav a {
	cursor:default;
	padding:10px;
	color: white;
	text-decoration:none;
}

#nav a:hover{
	background-color:#79c526;
	background-image: url("bargradient.png");
	background-repeat: repeat-x;
}
#nav a:active{
	background-color:#79c526;
	background-image: url("bargradient.png");
	background-repeat: repeat-x;
}

.currentpage {
	background-color:#79c526;
	background-image: url("bargradient.png");
	background-repeat: repeat-x;
}

.currentsection {
	background-color:black;
}

.page-nav {
	background-color: #0485b5;
	background-image: url("boxgradientlarge.png");
	background-repeat: repeat-x;
	list-style-type:none;
	float:left;
	clear:left;
	margin: 25px;
	margin-right:0px;
	margin-bottom:40px;
	padding: 20px 0px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	width: 200px;
	margin-bottom:75px;
}

#drs {
	background-image: url("boxgradientsmall.png");
	background-repeat: repeat-x;
}

#links li {
	padding: 5px;
}

#snoring{
}

#services{
}

#conditions{
}

#drs{
}

p{
	font-size:100%;
	margin:15px 0px;
}

a:link {
	color:black;
	text-decoration:none;
}

a:visited {
	color:#888888;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

.page-nav a {
	cursor:default;
	color:white;
	padding: 5px 20px;
	text-decoration:none;
	display:block;
	width: 160px;
	margin:0px;
}

.page-nav a:hover {
	text-decoration:none;
}

.page-nav a:active {
	text-decoration:none;
}

.drimg{
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
	float:left;
	margin:15px;
	margin-left:0px;
}

.drintro{
	width:380px;
	float:right;
}

.drlists{
	float:left;
}

.push {
	height: 14px;
	margin-left: 25px;
	margin-top:40px;
}

#footer {
	background-color: #999999;
	background-image: url("bargradientdark.png");
	background-repeat: repeat-x;
	height: 14px;
	padding: 15px;
	padding-left: 25px;
}

#footer a:link{
	color: white;
	text-decoration:none;
}
#footer a:visited{
	color: white;
	text-decoration:none;
}
#footer a:hover{
	color: white;
	text-decoration:underline;
}
#footer a:active{
	color: white;
	text-decoration:none;
}