body{
	background-image: url("./img/LakePdusk1.JPG");
	font-family: verdana, Tahoma, Arial, sans-serif ;
	font-size: 18px ;
	overflow: auto ; 
}

h1, h2, h3{
	text-align: center ; 
	padding-left: 5% ;
	color: #878e63; 
}

p{
	padding: 2% ; 
	color: #000;
}

img{ 
	text-align: center ;
	max-width: 100% ;
	width: auto;
	height: auto ;
}

#wrapper{
	margin: 0 auto;
	max-width: 1020px ; 
	width: 98% ;
	background: #c2dd75 ;
	/* previously was: background: #fefbea ; */ 
	border: 1px solid #878e63; /*Dark Green Color*/
	border-radius: 2px; 
	box-shadow: 0 0 10px rgba(12,3,25,0.8) ;

}

#topbar { 
	width: 100% ; 
	height: auto ; 
	background: #20258a ; 
	overflow: auto ; 
	text-align: right;
}

#topbar p{ 
	text-align: right ; 
	color:#f1f0d1 ;
	font-size: 16px; 
	padding: 0.1% 5% 0 0 ;
}

#topbar p a{ 
	color: #f1f0d1 ; 
	text-decoration: none; 

}

header{ 
	width: 96% ;
	min-height: 60px ;
	padding: 5px 0 5px 0; 
	text-align: center;
}

nav ul{ 
	list-style: none; 
	margin: 0 ;
	padding-left: 50px; 
}

nav ul li{
	float: left ;
	border: 1px solid #000 ;
	width: 15% ;

}
 nav ul li a{
 	background: #c7ceed ; 
 	display: block; 
 	padding: 5% 12% ; 
 	font-weight: bold ; 
 	font-size: 18px ;
 	color: #20258a ;
 	text-decoration: none; 
 	text-align: center; 
 }

 nav ul li a:hover, nav ul li.active a{
 	background-color: #20258a;
 	color: #c7ceed ;

 }
 .banner img{ 
 	/* The line below this one had to be eliminated for it forced a picture of full dimensions. 
 	      width: 100%; */
 	border-top: 1px #878e63 ; 
 	border-bottom: 1px #878e63 ; 
 	/* The three lines below produce horiz. centering. From http://webdesign.about.com/od/beginningcss/a/aa012207.htm */
 	display: block;
    margin-left: auto;
    margin-right: auto;
 }
 .clearfix{ 
	clear: both ;
}

 .left-col{ 
 	width: 55% ; 
 	float: left ;
 	margin: -2%  1% 1% 1%;
 }
.sidebar{
	width: 40% ; 
	float: right ; 
	margin: 1% ;
	text-align: center ;
}
.therapy{
	float: left ;
	margin: 0 auto ;
	width: 100% ;
	height: auto ; 
	padding: 1% ;
}
.section{ 
	width: 29%;
	float: left;
	margin: 2% 2%; 
	text-align: center; 
}
footer{
	background-color: #878e63 ;
	width: 100% ;
	overflow: hidden ; 
}

footer p, footer h3{
	color: #f1f0d1; 

}
footer p a{
	color: #f1f0d1; 
	text-decoration: none;  
}

ul{
	list-style-type: none ; 
	margin: 0 ; 
	padding: 0 ;
}

li{
	display: inline; 
}

ul li img{
	height: 50px;
}
#topbar a{
	text-decoration: none ;
}

/*Media Queries*/
@media screen and (max-width: 478px){
	body{
		font-size: 13px; 
	}
}

@media screen and (max-width: 740px){
	nav{
		width: 100% ; 
		margin-bottom: 10px ;
	}
	nav ul{
		list-style: none ;
		margin: 0 auto ;
		padding-left: 0 ;
	}
	nav ul li{
		text-align: center; 
		margin-left: 0 auto ;
		width: 100% ;
		border-top: 1px solid #878e63 ; 
		border-right: 0px solid #878e63 ; 
		border-bottom: 1px solid #878e63 ; 
		border-left: 0px solid #878e63 ; 
	}
	nav ul li a{ 
		padding: 8px 0;
		font-size: 16px ;
	}
	.left-col{
		width: 100% ; 
	}
	.sidebar{
		width: 100% ; 
	}
	.section{
		width: 100% ; 
		float: left ;
		margin: 0;
	}
}
