/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	background-color: #0072af;
}

/* Common tags */

h1,h2 { color: #0a16c4; font-size: 1.4em; }
h2 { color: #5d9639; }
h3,h4 { color: #01369b; font-size: 1.2em; }
h4 { color: #5d9639; }
h5,h6 { color: #0a16c4; font-size: 1.1em; }
h6 { color: #5d9639; }

p, div, li, th, td { font-size: inherit; }

a:link {  color: #0206c8; text-decoration: underline; }
a:visited { color: #0206c8; text-decoration: underline; }
a:hover { color: #7dbc56; text-decoration: underline; }
a:active { color: #aceb85; text-decoration: underline; }

input, textarea {
	margin:0;
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #0072AF;
}

label {
	display:block;
	margin-right: 10px;
	float: left;
	width: 170px;
	text-align: right;
}

.image-right {
	float: right;
	margin-left: 10px;
}

#skip {
	display: none;
}

/* Table with border  */

.table-with-border {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #5ea7df;
	border-left: 1px solid #5ea7df; 
}

.table-with-border th {
	padding: 3px;
	font-weight: bold;
	color: #333;
	background-color: #efefef;
	border-right: 1px solid #5ea7df;
	border-bottom: 1px solid #5ea7df; 
}

.table-with-border td {
	padding: 3px;
	border-right: 1px solid #5ea7df;
	border-bottom: 1px solid #5ea7df; 
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Common layout */

#container {
	margin: 0 auto;
	padding: 0;
	width: 762px;
	background: transparent url(../img/page-bg.jpg) repeat-y left top;
}

/* Logo & address */

#logo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 762px;
	min-height: 205px;
	background: transparent url(../img/top.jpg) no-repeat left top;
}

* html #logo {
	height: 205px;			/* IE6 fixing */
}


#logo #slogan {
	position: absolute;
	left: 360px;
	top: 105px;
	width: auto;
	color: #eb0000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#logo #hours {
	padding: 150px 20px 3px 20px;
	width: auto;
	color: #0038af;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	overflow:auto;
}

#hours #address {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: .9em;
}

#hours #worktime {
	float: left;
	margin: 0;
	padding: 15px 10px 0 290px;
}


/* Content area */

#wrapper {
	padding: 0 11px;
	width: 740px;
}

#content {
	padding: 0 20px;
	min-height:300px;
	font: 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
}

* html #content {
	height:300px;
}

#content img {
	margin: 3px;
/*	border: 2px solid #0072AF; */
}


/* Menu */

#menu {
	float: left;
	width: 740px;
	background: #cbffaa;
}

#menu #nav {
	position: relative;
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	width: 735px;
}

#menu ul li {
	display: inline;
}

#menu a {
	display: block;
	width: 104px;
	float: left;
	padding: 0.6em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #0a16c4;
	background-color: #cbffaa;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #c3c3c3;
}

#menu a:hover {
	background-color: #b2e890;
}

/* Drop down menu */

#menu ul ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 24px;
	list-style: none;
}

#menu ul ul li{
	display: block;
	clear: both;
	margin_: 0;
	padding_: 0;
	font-weight: normal;
	text-align: left;
}

#menu ul ul a {
	display: block;
	padding: 5px 3px;
	width: 160px;
	background-color: #AACCFE;
	border-top: 1px solid #fff;
	border-right: none;
	text-decoration: none;
	font-size: 0.9em;
	text-align: left;
}

#menu ul li:hover ul { display: block; }
#menu ul li.over ul { display: block; }

/* Drop downs */


#menu #home a {
	width: 90px;
}

#menu #appointments a {
	width: 110px;
}


#menu #therapies ul {
	position: absolute;
	left: 105px;
}

#menu #massages ul {
	position: absolute;
	left: 210px;
}

#menu #services ul {
	position: absolute;
	left: 315px;
}

#menu #aboutus ul {
	position: absolute;
	left: 530px;
}

#menu #opportunity ul {
	position: absolute;
	left: 570px;
}

#menu #opportunity a {
	width: 108px;
	border-right: none;
}

#menu #opportunity li a {
	width: 150px;
}


/* Page header */

#header {
	clear: both;
	background: #cbcceb url(../img/menu-shadow.gif) repeat-x left top;	
	border-bottom: 1px solid #b2e890;
}

#header h1 {
	margin: 0;
	padding: 0.5em 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #050fac;
}



/* Footer */

#footer {
	padding: 0.5em 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	background-color: #cbffaa;
}


#footer a:link,
#footer a:visited { color: #0206c8; text-decoration: underline; }
#footer a:hover,
#footer a:active { color: #333; text-decoration: underline; }

#footer-left {
	float: left;
	width: auto;
}

#footer-right {
	float: right;
	width: auto;
}

#footer-phone {
	margin: 0 30%;
	text-align: center;
}

#footer-bottom {
	clear: both;
	height: 20px;
	width: 100%;
	background: transparent url(../img/bottom-bg.jpg) no-repeat left bottom;

}

#keywords {
	padding-top: 1px;
	text-align: center;
	font-size: 1em;
}

#gallery {
	padding: 10px 20px;
	overflow:auto;
	border: 1px solid #0072AF;
	background: #B2E890;
}


