/*This works best for Safari and Firefox and uses some CSS3 so the coolest features might not work in other browsers at the present.  If you have IE switch!!!!!!!*/
body{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:small;
	color:#666;
	background-color:#dfe7b0;
	background-image:url(images/seahorse-bg3.png);
	background-repeat:repeat;
	background-position:50% 50%;
}

#banner {
	padding:0px;
	margin-bottom:0px;
}

#navigation {
	position:relative;
	top:0px;
	left:0px;
}


.primary-links {
	margin-top:0px;
	text-align:center;
	padding:5px;
	list-style-type:none;
	list-style-image:none;
	background-color:#6e5187;
}

.primary-links li{
	width:150px;
	margin:40px;
	display:inline;
	background:#6e5187;
	text-decoration:none;
	padding:5px;
	white-space:normal;
	text-align:center;
}

#homepage #homepagelink,  #aboutpage #aboutpagelink, #servicespage #servicespagelink, #locationpage #locationpagelink, #blogpage #blogpagelink {
	text-decoration:none;
	color:#d4e49c;
	background-color:#ae99c1;
	padding:5px;
}

#About, #Services, #Location, #Blog {
	background-color:#FFF;
	margin-top:2em;
	margin-bottom:2em;
	padding:50px;
	width:860px;
	overflow:auto;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	box-shadow:5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow:5px 5px 5px #999;
}


#CranioSacral {
	width:250px;
	float:left;
	margin-right:55px;
}


#Reflexology {
	position:relative;
	width:250px;
	margin-right:55px;
	float:left;	
}

#IonCleanse {
	position:relative;
	width:250px;
	float:left;
}

p {
	text-align:justify;
	line-height:1.6em;
}

.capitalized {
	text-transform:uppercase;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

.guarantee {
	border-color: black;
	border-width:1px;
	border-style: solid;
	background-color:#FFF;
}

a:link {
	color:#09C;
	text-decoration:none;
	outline:none;
}

a:visited {
	color:#09C;
}

a:hover {
	color:#F63;
}


.nav a:link {
	color:#d4e49c;
	text-decoration:none;
}

.nav a:visited {
	text-decoration:none;
	color:#d4e49c;
}

.nav a:hover {
	color:#FFF;
}


#footer a:link {
	color:#d4e49c;
	text-decoration:none;

}
	
#footer a:visited {
	color:#d4e49c;
	text-decoration:none;
}

#footer a:hover {
	color:#F63;
	text-decoration:none;
}


#footer {
	background:#6e5187;
	color:#33C;
	opacity:.65;
	text-decoration:none;
	text-align:right;
	margin-top: 20px;
	margin-bottom:40px;
	padding:5px;
	white-space:normal;
	color:#FFF;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	box-shadow:5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow:5px 5px 5px #999;
	}
	

.PlainDiv {
	background-color:#FFF;
	margin-top:2em;
	padding:50px;
	width:860px;
	overflow:auto;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	box-shadow:5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow:5px 5px 5px #999;	
}


.footer {
	text-align:center;
	line-height:1em;
}

address {
	font-style:normal;
	text-align:center;
	line-height:1em;
}

img { box-shadow:10px 10px 5px;
}

img.floatLeft{
	float:left;
	margin-right:50px;
	border:0;
}

.img250 {
	width:250px;
	height:166px;
	margin-bottom:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow:5px 5px 5px #999;
}

.img600 {
	width:600px;
	height:400px;
	margin-bottom:20px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow:5px 5px 5px #999;
}

.hide {
	display:none;
}

.clearfloat{
	clear:both;
}

