@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
/*FireFox hack to remove dotted border that appears when clicking links*/
a {
	outline: none;
}
img {
	border-style: none;
}
p {
	margin-bottom: 8px;
	line-height: 1.2em;
}
h2 {
	margin-top: 12px;
	margin-bottom: 3px;
	font-family: trebuchet MS, helvetica, sans-serif;
}
li {
	list-style: none;
	margin-bottom: 2px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #B09763 url(../images/body_tile.jpg) repeat-y center;
}
.welcome {
	background: #B09763;
}
#welcome_container {
	width: 650px;
	margin: 0 auto;
}
#welcome_bg {
	width: 650px;
	height: 500px;
	background: url(../images/welcome_bg.jpg) no-repeat;
}
#welcome_nav {
	height: 137px;
	padding-top: 269px;
	padding-left: 150px;
}
#welcome_nav li {
	float: left;
	list-style: none;
	display: block;
	padding: 0;
	margin-right: 53px;
}
.welcomehome {
	display: block;
	width: 141px;
	height: 137px;
	background: url(../images/welcomehome.png) no-repeat 0 0;
}
.welcomehome:hover {
	background-position: 0 -137px;
}
.welcomehome span {
	display: none;
}
.welomeevents {
	display: block;
	width: 141px;
	height: 137px;
	background: url(../images/welcomeevents.png) no-repeat 0 0;
}
.welomeevents:hover {
	background-position: 0 -137px;
}
.welomeevents span {
	display: none;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 241px;
	text-align: center;
}
#logo {
	width: 666px;
	height: 204px;
	padding-left: 57px;
	padding-right: 57px;
}
.nav {
	width: 666px;
	height: 37px;
	padding-left: 57px;
	padding-right: 57px;
}
.nav li {
	float: left;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#about {
	background: url(../images/about_over.jpg) no-repeat;
	width: 154px;
	height: 37px;
}
#about a, #about a:link, #about a:visited {
	display: block;
}
#about a:hover img {
	visibility: hidden;
}
#therapy {
	background: url(../images/therapy_over.jpg) no-repeat;
	width: 103px;
	height: 37px;
}
#therapy a, #therapy a:link, #therapy a:visited {
	display: block;
}
#therapy a:hover img {
	visibility: hidden;
}
#news {
	background: url(../images/news_over.jpg) no-repeat;
	width: 81px;
	height: 37px;
}
#news a, #news a:link, #news a:visited {
	display: block;
}
#news a:hover img {
	visibility: hidden;
}
#events {
	background: url(../images/events_over.jpg) no-repeat;
	width: 50px;
	height: 37px;
}
#events a, #events a:link, #events a:visited {
	display: block;
}
#events a:hover img {
	visibility: hidden;
}
#store {
	background: url(../images/store_over.jpg) no-repeat;
	width: 47px;
	height: 37px;
}
#store a, #store a:link, #store a:visited {
	display: block;
}
#store a:hover img {
	visibility: hidden;
}
#testimonies {
	background: url(../images/testimonies_over.jpg) no-repeat;
	width: 80px;
	height: 37px;
}
#testimonies a, #testimonies a:link, #testimonies a:visited {
	display: block;
}
#testimonies a:hover img {
	visibility: hidden;
}
#contact {
	background: url(../images/contact_over.jpg) no-repeat;
	width: 150px;
	height: 37px;
}
#contact a, #contact a:link, #contact a:visited {
	display: block;
}
#contact a:hover img {
	visibility: hidden;
}
#mainContent {
	padding-right: 110px;
	padding-left: 110px;
	font-family: Arial, sans-serif;
	color: #780406;
	text-align: justify;
}
#mainContent a:link, #mainContent a:visited  {
	color: #780406;
	text-decoration: none;
	background: #CCA04E;
	padding: 2px 4px 0px 4px;
	border-bottom: dotted 1px #780406;
}
#mainContent a:hover {
	color: #650305;
	text-decoration: none;
	background: #CB983B;
	padding: 2px 4px 0px 4px;
	border-bottom: dotted 1px #780406;
}
.blockindent {
	padding-left: 9px;
	border-left: solid 3px #780406; 
}
.eventcontainer {
	border: solid 1px #B89C68;
	background: #CCAD73;
	padding: 8px;
	margin-bottom: 12px;
}
#footer {
	background: url(../images/footer.jpg) no-repeat center;
	color: #780406;
	height: 61px;
	width: 780px;
	clear: both;
	padding-top: 33px;
}
#footer p {
	text-align: center;
	font: 14px Arial, sans-serif;
}
#footer a:link, #footer a:visited {
	color: #780406;
	text-decoration: none;
}
#footer a:hover {
	color: #780406;
	text-decoration: underline;
}

.fltrht {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}.tabletext  {
	color: #780406;
	font: italic 12px Arial, sans-serif;
}
.seperatordots {
	font: 9px Arial, sans-serif;
	text-align: center;
}
