@charset "utf-8";
/* CSS Document */

body {
	background: #95d4dd;
	margin: 3px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #045c8e;
}

a, a:active {
	color: #21B24B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #01BAF2;
}

#container {
	position: relative;
	background: #95d4dd;
	width: 974px;
	margin: 0px auto;
}
#header {
	width: 974px;
	height: 225px;
	background: url(images/header.jpg) no-repeat;
	float: left;
}
#headertext {
	float: left;
	width: 944px;
	padding-left:30px;
	margin: 0px;
	line-height: 160%;
	color: #21B24B;
	}
#headertext span {
	color: #02B9F3;
	font-size: 17px;
	font-weight: bold;
}	

#links {
	height: 37px;
	width: 970px;
	float: left;
	background: url(images/navbg.jpg) repeat-x;
	padding: 0px;
	margin-left: 2px;
	margin-right: 2px;
}
/*start of navigation*/
#nav {height: 37px;}

#nav td {text-align: center;}
#nav a, #nav a:active, #nav a:visited  {text-decoration: none;
color: #21B24B;
font-size: 16px;
font-weight: bold;}

#nav td a:hover {color: #045C8E;}


/*drop down basics*/

/*main level*/
 #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul a {
	display: block;
}

#nav li {
	float: left;
}
/*first drop down level*/
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	border: 1px solid #95d4dd;
	background: #fff;
	text-align: left;

	}
#nav ul li ul a, #nav ul li ul a:visited, #nav ul li ul a:active {
	display: block;
	width: 7.8em;
	padding: 5px 8px;
	font-size: 16px;
	font-weight: bold;}
	
#nav ul li ul a:hover {background-color: #BDE4E9;
}	
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*second drop down level*/
#nav li ul ul {
	margin: -1.6em 0 0 10em;
	width: 13em;
	}

#nav li ul ul a, #nav li ul ul a:visited, #nav li ul ul a:active, #nav li ul ul a:hover {width: 10.4em;}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/*end of navigation*/
#body {
	width: 974px;
	float: left;
	background: url(images/bodybg.jpg) repeat-y;
	clear: left;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid white;}

#left {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px;
	}

#right {
	float: left;
	width: 699px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	background: url(images/mainbg.jpg) repeat-x;
	}
#content ol {
	line-height: 25px;
}

#news{
	background-color: #FFFFFF;
	width: 250px;
	float: left;
	margin: 20px 0px 0px 10px;
	border: 1px solid #baa66a;
	padding: 0px;}
#news h3 {
	text-align: center;
	font-size: 15px;
	color: #BAA66A;
	margin: 10px;
}
#news form {
	color: #21B24B;
	text-align: center;
	font-weight: bold;
}

#quote {
	margin: 20px 0px 0px 10px;
	float: left;
	width: 255px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #baa66a;
}
.quotation {background: url(images/quotes_03.gif) no-repeat top left;}
#quote p {
	width: 200px;
	margin-left: 30px;
}

#quote p.inquotes {
	background: url(images/quotes_07.gif) no-repeat bottom right;
	font-style: italic;
	line-height: 25px;
}

#quote span {background: url(images/quotes_03.gif) no-repeat top left;}

.name {text-align: right;
}

#right h2{
	color: #21B24B;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 13px 0px 0px 0px;
	}



div.therapy2 {
	width: 260px;
	float: left;
	padding: 0px 11px;
	margin-left: 0px;
	}	

div.therapy1 {
	width: 260px;
	float: left;
	padding: 0px 11px;
	margin-left: 40px;
	}	


#content {
	float: left;
	width: 624px;
	padding: 10px 30px;
}
#tagline {
	float: left;
	width: 604px;
	text-align: center;
	font-size: 14px;
	padding: 10px 30px;
	margin-left: 20px;
}



.bold {
	font-weight: bold;
}

#right .indenth {
	text-indent: 50px;
	font-size: 22px;
	color: #21B24B;
	font-style: italic;
	letter-spacing: 3px;
}

#footer {
	width: 974px;
	height: 44px;
	background: url(images/footerbg2.jpg) no-repeat;
	float: left;
	color: #FDFDFD;
}
#footer ul {
	list-style: none;
	display: inline;
	padding: 0px;
}
#footer ul li {
	float: left;
	margin-left: 100px;
	padding-top: 10px;
}
#footer ul li span {
	color: #045C8E;
}

#footer a, #footer a:visited, #footer a:active {color: #ffffff;}
#footer a:hover {color: #045C8E;}


#web {
	width: 974px;
	margin: 0px auto;
	text-align: right;
	}

#content img {
	float: right;
	margin-top: 10px;
	padding: 0px;
}
.firstp {
	width: 405px;
	text-align: justify;
}
p.clear {clear: left;
text-align:center;}

p.standout {text-align: center;
font-weight: bold;}

.contacttext {font-size: 16px;
}
.centertext {
	text-align: center;
}
#gcbutton {float: left;
	width: 250px;
	margin: 10px 0px -10px 10px;
}