/***********************************************/
/*massage.css                             */
/* Massage Therapy Oberlin			          */
/* Gayle Boyer September 2008
/***********************************************/

/* HTML tag styles                   */

* { 
	margin: 0; padding: 0; 
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align: center;
	background-color:#e2e2e2;
	font-weight: normal;
	}

a:link {
	color: #3E6ECE;
	text-decoration: none;
 	}
	
a:visited {
	text-decoration: none;
	color: #527b00;
 	}

a:hover {
	color: #3E6ECE;
	text-decoration: underline;
 	}

h1, h2, h3, h4, h5, h6 {
 	font-size: 100%;
	color:#00007f; 
	margin: 20px 75px 20px 340px;
	text-align: left;
	font-weight: normal;
	
	
		}

h1	{
	min-height: 60px;
	text-indent: -9999px;
	background: url(../images/bg/logobar.gif) transparent no-repeat 10px 0;
	margin: 0;
	}
	
h2 {
	font-size: 140%;
	}

h3 {
	font-size: 110%;
	color: #3c3c3c;
	padding-bottom: .3em;
	border-bottom: 2px solid #bdd76c;
	}

ul{
	list-style-type:disc;
	margin: 10px 75px 10px 320px;
	text-align: left;
	color:#6c6c6c;
	line-height: 1.4em;
	}

ul li{
	margin-bottom:10px;
	margin-left:40px;
		}

ul ul{
	list-style-type: disc;
	}

dl {
	margin: 10px 75px 10px 360px;
	text-align: left;
	color:#6c6c6c;
	line-height: 1.4em;
	}

dt {
	margin: 15px 0 5px 0;
	}

dd {
	
	}

p {
	margin: 10px 75px 10px 340px;
	padding: 0;
	text-align: left;
	color:#6c6c6c;
	line-height: 1.4em;
	}

img, img a {border: 0;}


/* Layout divs */


	
#wrap {
    width: 849px;
	min-height: 400px;
	margin: 5px auto 25px auto;
	border: 1px solid #000079;


	}
	
#header {
	width: 849px;
	height: 66px;
	position: relative;
	top: 61px;
	background: transparent;
	}
	
#menu {
	width: 825px;
	height: 29px;
	position: relative;
	top: -59px; 
	left: 13px;

	}
	
#h-content {
	margin-top: 100px;
	top: 75px;
	width: 849px;
	}
		
#m-content {
	margin-top: 100px;
	width: 849px;
	}
	
#forms {
	position: relative;
	float: left;
	padding: 0;
	top: 200px;
	left: 50px;
	border: 0;
	
	}

#footer {
	width: 849px;
	margin: 0;
	padding-bottom: 0;
	}

	
/* Div Styles */

.h-water {
	height: 375px;
	background: url(../images/bg/h-water.gif) #fff no-repeat;
	background-position: bottom;
	}

.h-leaf {
	background: url(../images/bg/h-leaf.gif) #fff no-repeat 0 0;
	}
	
.m-water {
	height: 275px;
	background: url(../images/bg/m-water.gif) #fff no-repeat;
	background-position: bottom;
	
	}
	
.m-leaf {
	background: url(../images/bg/m-leaf.gif) #fff no-repeat 0 0;
	}


#h-content h2 {
	font-size: 180%;
	margin: 0 75px 5px 340px;
	padding: 0;
	}

#h-content h3 {
	font-size: 130%;
	color: #00007f;
	margin: 0 75px 5px 340px;
	padding: 0;
	border-bottom: none;
	}

#h-content p {
	color: #00007f;
	font-size: 120%;
	margin: 0 75px 10px 340px;
	padding: 0;
	}
	
#h-content p.small {
	font-size: 110%;
	margin: 0 75px 0 340px;

	}

#menu ul {
	list-style: none;
	margin: 0 0 0 300px;
	padding: 0;
}
#menu li {
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 6px 5px 0 15px;
}
#menu li a {
	float: left;
	display: block;
	color: #466605;
	text-decoration: none;
}
#menu li a.active {
	color: #3E6ECE;
	}

#menu li a:hover {
	color: #3E6ECE;
	text-decoration: underline;
}

#forms h3{
	padding: 10px 0 3px 0;
	margin: 0;
	color: #00007f;
	font-weight: bold; 
	border-bottom: 0; 
	text-align: center;
	}
	
#forms ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#forms li {
	text-align: center;
	margin: 0 5px;

}

#forms li a {
	}
	
#forms li a.active {
	}

#forms li a:hover {
	}

a.more {
	padding: 0 15px 0 0;
	background: url(../images/bg/arrow-right.gif) no-repeat right center;
}

.tag {
	text-align: right;

	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.left {
	float: left;
	margin: 0 12px 6px 0;
}
.right {
	float: right;
	margin: 0 0 6px 12px;
}

.center {
	text-align: center;
	}

.line {
	padding-bottom: .3em;
	border-bottom: 2px solid #bdd76c;
	}

.caption {
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	color:#6c6c6c;
	}

.tableright {
	float: right;
	margin: 0 50px;
	width: 450px;
}