/*** GENERAL ***************************************/

* { 
	margin: 0; 
	padding: 0; 
}

body { 
	background-color: #999;
	 font-size: 90%;
}

div#center {
width: 960px;
margin: 0 auto;
}

div#wrap {
float: left;
	width: 960px;
	margin: 0 auto; 

	background-color: white;

	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
color: #003F77;
margin-bottom: .25em;
}


/*** TEXT ***************************************/

h1 {
	font-size: 200%;
	margin-bottom: .5em;
}

h2 {
	font-size: 150%;
	margin-bottom: .5em;
}

p {
	font-size: 100%;
	margin-bottom: 1em;
	line-height: 140%;
}

p.did-you-know {
	margin-left: -1em;
	margin-right: -1em;
	padding: .5em 1em;
	background-color: #ccf;
}

#body ul {
  margin-left: 1.25em;
  margin-top: 1em;
  margin-bottom: 1em;
}

#body ul li {
  margin-bottom: .5em;
}

/*** IMAGES ***************************************/

img.thumb {
	width: 100px;
	margin-right: 1em;
}


/*** HEADER ***************************************/

div#header {
	width: 960px;
	height: 102px;
	margin-bottom: 38px;
	background: #E5ECF2 url(/assets/13/top_left.gif) top right no-repeat;
}

h1#logo {
	text-indent: -1000em;
	width: 321px;
	height: 140px;
	background: url(/assets/16/logo_block.gif) no-repeat;
}

h1#logo a {
	display: block;
	width: 240px;
	height: 120px;
	padding-left: 81px;
	padding-top: 20px;
}


/*** BODY ***************************************/

div#body {
	float: right;
	width: 400px;
	margin-right: 160px;

	background-color: white;
	position: relative;
}


/*** MENU ***************************************/

div#menu {
	position: relative;
	float: left;
	width: 320px;
}

div#menu hr {
	width: 206px;
	height: 4px;

	color: #F8931D;
	background-color: #F8931D;

	border: none;

	margin-left: 114px;
}

div#menu ul {
	float: left;
	width: 160px;
	margin: 0;
	margin-left: 160px;
	list-style: none;

	border-bottom: 4px solid #F8931D;
	background-color: white;
}

div#menu li ul {
	width: 160px;
	border: 4px solid #F8931D;
	border-left: none;
	border-right: none;
}

div#menu ul li {
	float: left;
	text-indent: 8px;
	min-height: 28px;
	line-height: 28px;

	position: relative;
}

div#menu ul#navigation li a.sub-menu {
	background: white url(/images/right-arrow.gif) 95% 50%  no-repeat;
}

div#menu ul#navigation li a.current {
	color: white;
	background: #F8931D;
}

div#menu ul#navigation li a.current.sub-menu {
	background: #F8931D url(/images/right-arrow-current.gif) 95% 50%  no-repeat;
}

div#menu ul#navigation li a.active {
	background: #E5ECF2 url(/images/right-arrow-active.gif) 95% 50%  no-repeat;
}

div#menu ul li a {
	display: block;
	width: 160px;
	height: 28px;
	color: #003F77;
	background-color: white;
}

div#menu ul li a:hover {
	background-color: #E5ECF2;
	color: #003F77;
}

ul li ul {
	position: absolute;
	left: 0px;
	top: -4px;
}


/*body.home li#home > a,
body.clinic li#clinic > a,
	body.clinic-modalities li#clinic-modalities > a,
		body.bodytalk li#clinic-bodytalk > a,
		body.acupuncture li#clinic-acupuncture > a,
		body.manual-lymph-drainage li#clinic-manual-lymph-drainage > a,
		body.family-constellations li#clinic-family-constellations > a,
		body.herbs-and-supplements li#clinic-herbs-and-supplements > a,
	body.clinic-testimonials li#clinic-testimonials > a,
	body.clinic-resources li#clinic-resources > a,
	body.clinic-articles li#clinic-articles > a,
	body.clinic-practitioners li#clinic-practitioners > a,
	body.clinic-staff li#clinic-staff > a,
body.seminars li#seminars > a,
	body.seminars-schedule li#seminars-schedule > a,
	body.seminars-course-desc li#seminars-course-desc > a,
	body.seminars-testimonials li#seminars-testimonials > a,
	body.seminars-articles li#seminars-articles > a,
	body.seminars-pics li#seminars-pics > a,
	body.seminars-video li#seminars-video > a,
body.contact li#contact > a,
body.store div#menu li#store a {
	background-color: #999;
	color: white;
}
*/
div#menu li#store a {
   background-color: #E5ECF2;
   color: #333;
}

div#arrow {
	float: left;
	position: absolute;
	width: 130px;
}

body.home 	div#arrow { top: 10px; }
body.clinic	div#arrow { top: 38px; }
body.seminars	div#arrow { top: 66px; }
body.contact 	div#arrow { top: 94px; }
body.store	div#arrow { top: 122px; }

/*** FOOTER ***************************************/

div#footer {
	clear: both;
	width: 400px;
	margin-right: 160px;
	float: right;
	margin-top: .5em;
	margin-bottom: 1em;
	border-top: 4px solid #F8931D;
	padding-top: .5em;

}

div.adr,
div.contact {
	font-size: 90%;
}

div.adr {
	width: 200px;
	float: left;
}

div.contact {
	width: 200px;
	float: right;
}


/*** NOTICES / ERRORS ***************************************/

div.notice {
	padding: 1em;
	margin-bottom: 1em;
	border: 3px solid green;
	color: green;
	background-color: #efe;
}

div.error {
	padding: 1em;
	margin-bottom: 1em;
	border: 3px solid red;
	color: red;
	background-color: #fee;
}


ul#practitioner_listing {
	list-style: none;
}

span.professional-titles {
	font-size: 60%;
}

/* STAFF */

body.staff h2 {
margin-bottom: 0em
}

body.staff h3 {
margin-bottom: .5em
}

/* PRICING */

div.pricing {
margin-bottom: 1em;
}

div.pricing p {
margin: 0;
}