 
 /* GENERIC ------------------------------------------------------------------------------------------------------------*/

  
 * {
 	margin: 0;
	padding: 0;
	}
 
 body {
 	background-color: #fff;
	margin: 0;
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #39669C;
	}
	
h1, h3 {
	margin: 10px 10px 10px 20px;
	font-size: 100%;
	color: #7EAC1A;
	letter-spacing: -0.1px;
	}
	h3 {
		margin-bottom: 10px;
		}
			
h2, h4 {
	margin: 10px 0 10px 20px;
	font-size: 95%;
	color: #4C3252;
	}
	
h4 {
	color: #618ec5;
	font-size: 90%;
	}
	
p {
	font-size: 70%;
	margin: 0 0 15px 20px;
	padding-right: 15px;
	line-height: 16px;
	}
	
a, a:visited {
	color: #39669c;
	}
	
a:hover {
	color: #4C3252;
	}
	
a img {
	border: none;
	}
	
	
#navHolder {
	position: relative;
	height: 5em;
	background: #332237 url(../img/navBackground.gif) repeat-x;
	} 
	#navHolder img {
		position: absolute;
		top: 20px;
		left: 15px;
		}
		#navHolder ul {
			list-style-type: none;
			position: absolute;
			top: 60px;
			left: 15px;
			}
			#navHolder ul li {
				float: left;
				margin-right: 1px;
				font-size: 70%;
				text-align: center;
				line-height: 19px; 
				font-weight: bold;
				}
				#navHolder ul li a {
					color: #4C3252;
					text-decoration: none;
					display: block;
					width: 100px;
					height: 19px;
					background: url(../img/button.gif) 0 0 no-repeat;
					}
					#navHolder ul li a:hover, #navHolder ul li a#selected {
						color: #7EAC1A;
						}
						
#newsletterBox {
	position: absolute;
	top: 20px;
	right: 10px;
	color: #fff;
	font-size: 70%;
	}
		.inputbox {
			border: 1px solid #fff;
			background-color: #fff;
  			font-family: Tahoma, Verdana, Tahoma, Arial, Helvetica, sans-serif;;
    		font-size: 100%;
    		color: #4c3252;
			width: 150px;
			}
			.inputboxNormal {
				border: 1px solid #d5e6fa;
				background-color: #fff;
  				font-family: Tahoma, Verdana, Tahoma, Arial, Helvetica, sans-serif;;
    			font-size: 100%;
    			color: #4c3252;
				width: 50%;
				padding: 3px 0;
				}
			 #submit {
			 	border: none;
    			background-color: #fff;
    			font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
    			font-size: 100%;
    			color: #4C3252;
    			width: 60px;
				margin: 0;
				}
				#submitNormal {
			 		border: 1px solid #d5e6fa;
    				background-color: #fff;
    				font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
    				font-size: 100%;
    				color: #4C3252;
    				width: 60px;
					margin: 0;
					}
	
#masthead {
	position: relative;
	background: #fff url(../img/mastBackground.gif) repeat-x;
	height: 16.7em;
	}
	
#content {
	float: left;
	width: 49.8%;
	min-height: 678px;
	height: auto !important;
	height: 678px;
	background: url(../img/contentBackground.gif) top left repeat-x;
	border-right: 1px solid #D5E6FA;
	}
	#who #content {
		min-height: 810px;
		height:  auto !important;
		height:  810px;
		}
		#prices #content {
			min-height: 445px;
			height: auto !important;
			height: 445px;
			}
			#resources #content {
				min-height: 425px;
				height: auto !important;
				height: 425px;
				}
				#contact #content {
					min-height: 385px;
					height: auto !important;
					height: 385px;
					}
	
#sidebar {
	float: left;
	width: 50% !important;
	width: 49.9%;
	background: url(../img/contentBackground.gif) top left repeat-x;
	}
	
#container, #footer {
	min-width: 740px;
	max-width: 1300px;
	}
	
#side-image {
	position: absolute;
	top: 1px;
	right: 100px;
	z-index: 2;
	width: 289px;
	height: 264px;
	background: url(../img/flower.gif) no-repeat;
	}
		
#main-image {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	width: 566px;
	height: 264px;
	}
	#home #main-image, #privacy #main-image, #accessibility #main-image, #news #main-image {
		background: url(../img/yoga.jpg) no-repeat;
		}
		#who #main-image {
			background: url(../img/stones.jpg) no-repeat;
			}
			#services #main-image {
				background: url(../img/daisy.jpg) no-repeat;
				}
				#therapies #main-image {
					background: url(../img/massage.jpg) no-repeat;
					}
					#prices #main-image {
						background: url(../img/leaves.jpg) no-repeat;
						}
						#resources #main-image {
							background: url(../img/feet.jpg) no-repeat;
							}
							#contact #main-image {
								background: url(../img/tree.jpg) no-repeat;
								}
	
#footer {
	clear: both;
	border-top: 1px solid #D5E6FA;
	}
	#footer ul {
		list-style-type: none;
		font-size: 60%;
		margin: 5px 0 0 20px;
		padding-bottom: 10px;
		}
		#footer ul li {
			display: inline;
			margin-right: 5px;
			}
	
/* News boxes */

.newsBox {
	border-top: 1px solid #D5E6FA;
	}
	.newsBox p {
		padding-right: 12em;
		}
	.newsBox #lastNewsItem {
		border-bottom: 1px solid #D5E6FA;
		}
		
/* Pricelist page */

table {
	text-align: left;
	margin: 0 0 10px 19px;
	font-size: 70%;
	border: 1px solid #D5E6FA;
	border-bottom: none;
	}
	* html table {
		display: inline;
		}
	
caption { 
	display: none;
	}
		
td, th {
	border-bottom: 1px solid #D5E6FA;
	padding: 5px 0 5px 5px;
	}	
	
tr.greyRow {
	background-color: #f8f8f8;
	}
	
/* Resources page */

#resources #content ul {
	list-style-type: none;
	font-size: 70%;
	margin-left: 20px;
	}
	#resources #content ul li {
		margin-bottom: 5px;		
		}
		#resources #content ul li a {
			width: 90%;
			display: block;
			background: #f8f8f8 url(../img/bulletOver.gif) 5px 50% no-repeat;
			border: 1px solid #d5e6fa;
			border-right: none;
			border-left: none;
			padding: 5px 0 5px 15px;
			}
			#resources #content ul li a:hover {
				background: #f8f8f8 url(../img/bullet.gif) 5px 50% no-repeat;
				border: 1px solid #C0D3E9;
				border-left: none;
				border-right: none;
				}
				
/* Accessibility page */

#accessibility #content ul {
	list-style-type: none;
	font-size: 70%;
	margin: 0 0 15px 20px;
	width: 90%;
	}

/* Misc */

.skiplink {
	display: none;
	}
	
.clr { 
	clear: both; 
	font-size: 0; 
	}
	
#flashHolder {
	margin: 0 0 10px 20px;
	float:  left;
	display: inline;
	}
	
.floatLeft {
	float: left;
	margin: 20px 0 0 20px;
}

.margBottom {
	margin-bottom: 20px;
}

.noMargTop {
	margin-top: 0;
}