/*FORCES RIGHT SCROLLBAR TO ELIMINATE CENTERING JUMPS */
html {min-height:100%; margin-bottom:1px;} 

/* RESET STYLES BORROWED FROM ERIC MEYER AT http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
  {margin:0;	padding:0;	border:0;	outline:0;	
   font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;
   vertical-align:baseline;}

:focus {outline:0;}

body {color:black;	background:white;}

ol, ul {list-style-type:none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:separate;	border-spacing:0;}

caption, th, td {text-align:left; font-weight:normal;}

/*
blockquote:before, 
blockquote:after,
q:before, 
q:after 
  {content:"";}
*/

/*
blockquote, 
q 
  {quotes:"" "";}
*/
  
a {text-decoration:none; color:inherit;}




/*DEBUGGING
-------------------------------------------------*/
/* #nav, li {border:1px solid red;} */

/* td {border:1px solid red;} */


#skipnav {display:none;}

/*LINKS
-------------------------------------------------*/
#content-header-wrapper a,
#content a,
.accordion-header span {border-bottom:1px dotted #505050; color:#343434}

#content-header-wrapper a:visited,
#content a:visited
 {
	border-bottom:1px dotted #505050;
	color:#343434;
}

#content-header-wrapper a:hover,
#content-header-wrapper a:visited:hover,
#content a:hover,
#content a:visited:hover,
.accordion-header span:hover {
	border:none;
	background:#00B7AE;
	color:#FFF;
	cursor:pointer;
}

a.plain {border-bottom:none !important;}
a.plain:visited {border-bottom:none !important;}

a.backto {font-size:.8em; font-weight:bold; position:relative; top:-1em;}
a.backto-alt {font-size:.8em; font-weight:bold; position:relative; top:1em;}


	
/*BODY, WRAPPERS, & HEADER
-------------------------------------------------*/
#page-wrapper {
	padding-right:1%;
	padding-bottom:0;
	width:98%;
	min-width:766px;
	max-width:1300px;
	overflow-y:hidden;
}

.serif {
	font-family:Georgia, "Times New Roman", serif;
}

BODY {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color:#343434;
	font-size:.875em;
}

td {vertical-align:top;}

#header-wrapper {
	position:relative;
	z-index:2;
}

#header {
	position:absolute;
	width:100%;
}

#address-line {
	position:absolute;
	width:100%;
}

#logo {
	position:relative;
	width:200px;
}

#nhrc-wrapper {
	position:absolute;
	bottom:55%;
	width:100%;
}

#nhrc {
	position:absolute;
	left:50%;
	margin-left:-20%;
}

#nhrc IMG {
	width:90%;
}

#nhrc span {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

#content-wrapper {
	position:relative;
	margin-top:-20px;
}


	
/*NAVIGATION
-------------------------------------------------*/
#nav {
	width:160px;
	padding:30px 20px;
	font-size:.875em;
	background:#094d8e url(../_images/nav_bg.jpg) repeat-x;
	color:#FFF;
}

#nav li {
	float:left;
	clear:both;
	width:100%;
}

#nav li span {display:block;}

#nav li + li {margin-top:1.5em;}

/*
.subnav {
	margin-top:.5em;
	list-style:none;
	padding-left:.2em;
	float:left;
	clear:both;
	width:100%;
}
*/

/* .subnav li {text-indent:-1em; padding-left:1em;} */

#nav li.start {
	margin-top:.7em;
}

#nav .sub {margin-top:0; margin-left:8px;}
#nav .sub + .sub {margin-top:4px;}

#nav a {
	border:none;
	display:block;
	color:#fff;
}

#nav a:visited {color:#fff;}

/* #nav > li {border:1px solid transparent;} */

#individual {
	width:111px;
	height:15px;
	background-image:url(../_images/individual.gif);
	float:left;
}

#sessions {
	width:89px;
	height:15px;
	background:url(../_images/sessions.gif) no-repeat;
	float:left;
}

#education {
	width:102px;
	height:14px;
	background:url(../_images/education.gif) no-repeat;
}

#fees {
	width:46px;
	height:13px;
	background:url(../_images/fees_nav.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#about {
	width:132px;
	height:16px;
	background:url(../_images/about.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#publications {
	width:122px;
	height:14px;
	background:url(../_images/publications.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#directions {
	width:103px;
	height:13px;
	background:url(../_images/directions.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#contact {
	width:78px;
	height:13px;
	background:url(../_images/contact.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#dare {
	width:58px;
	height:17px;
	background:url(../_images/dare.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#community {
	width:109px;
	height:17px;
	background:url(../_images/community.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#sponsor {
	width:164px;
	height:18px;
	background:url(../_images/sponsor.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#by {
	width:100px;
	height:18px;
	background:url(../_images/by.gif) no-repeat;
	display:block;
/* 	float:left; */
}

#individual span,
#sessions span,
#education span,
#fees span,
#about span,
#publications span,
#directions span,
#contact span,
#dare span,
#community span,
#sponsor,
#by {
	display:block;
	text-indent:-5000px;
/*
	width:0;
	height:0;
	overflow:hidden;
*/
}

#nav li + li.no-margin {margin:0;}

/* TARGET OPERA 9.5 AND UP */
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0)
	{	
		:root #nav {width:200px;} 
    :root	#nav li {float:none;} 
    :root	.subnav li {padding-left:1em; margin-left:-1em;}
  }  


.dingbat {
	display:block;
	text-align:center;
	margin:3em 0;
	clear:both;
}

.announcement {
	background:#4CFFE3;
	padding:1em;
	color:#131F39;
	text-align:center;
}

#nav .announcement a {display:inline; border-bottom:1px dotted; color:#131F39;}
#nav .announcement a:hover {border:none;}
#nav blockquote {font-size:120%; line-height:normal;}

#content * + blockquote {margin-top:2em;}
#content a + blockquote {margin-top:0;}
blockquote {background:#efda8f/* 4cffe3 */; padding:1em 2em; color:#000;}
blockquote.student {background:#88f5d7/* #ccf0ed */;}
blockquote.alt {background:#fff; font-size:.9em; font-style:italic; margin:auto; padding-top:0; padding-bottom:0; margin-bottom:2em;}
blockquote.alt .lastline {font-style:normal; display:inline;}
blockquote h3 {font-style:normal;}
blockquote a {display:inline;}

blockquote .lastline {
	display:block;
	text-align:right;
	width:100%;
}

blockquote.address {background:transparent !important; font-weight:bold; margin-top:0 !important; color:#343434;}

/*
h4 + blockquote,
blockquote + blockquote
 {margin-top:1em !important;}
*/

.quote-open {
	background:url(../_images/quote_open.png) no-repeat top left;
	width:100%;
	height:13px;
	position:relative;
	left:-18px;
	top:.5em;
}

.quote-close {
	background:url(../_images/quote_close.png) no-repeat bottom right;
	width:100%;
	height:13px;
	position:relative;
	right:-10px;
	bottom:2.5em;
}


acronym {color:#094d8e !important;}

.coursename {font-size:1.2em; margin-left:-.5em;}
p + .coursename,
div + .coursename {margin-top:1em;}
.coursename {border-bottom:1px dashed #094d8e; border-top:1px dashed #094d8e; padding:.66em .5em; background:#ccf0ed;}
div + .coursename, p + .coursename {margin-top:3em;}


	
/*GALLERY
-------------------------------------------------*/
#gallery {
	padding:10px;
	width:21%;
	background:transparent url(../_images/gallery_bg.jpg) repeat-y top right;
}

#gallery LI+LI {
	margin-top:1%;
}

#gallery IMG {
	width:98%;
}

.gallery-header {font-size:.7em; color:#a1a1a1; text-align:center; margin-bottom:1em;}



	
/*CONTENT
-------------------------------------------------*/
#content-header-wrapper {
	text-align:center;
	background:#fff;
}

#content-header-wrapper #large-img-frame {width:98%; max-width:1000px;}

#content-header-wrapper #large-img {
	width:100%;
	max-width:1000px;
	background:#fff url(../_images/kuanyin.jpg) 33% 33% no-repeat;
	height:324px;
}

#content-header-wrapper #small-img {
	width:20%;
	position:absolute;
	right:0;
	top:-20px;
}

#content-header-wrapper H2 {
	font-weight:bold;
}

#content-header span {
	display:block;
	height:0;
	width:0;
	overflow:hidden;
}

#content-header-wrapper #large-img-frame,
#content-header-wrapper IMG,
#content IMG,
#gallery IMG {
	border:1px solid #C2C2C2;
	padding:2px;
	background:#FFF;
}

#content {
	padding-right:2%;
}


.img-wrapper-left {
	float:left;
	margin:3px 20px 6px 0;
}

.img-wrapper-right {
	float:right;
	margin:3px 0 6px 20px;
}

p + .img-wrapper-left,
p + .img-wrapper-right
	{margin-top:1.5em;}

.img-p-wrapper {float:left; margin-top:1.25em;}
.img-p-wrapper h4 {margin-top:0;}

img.pdf-icon {border:none !important; vertical-align:middle; width:15px;}

p,
blockquote,
dd {
	line-height:1.5em;
}

p + p {margin-top:1em;}

blockquote + p {margin-top:2em;}
blockquote.alt + p, blockquote.address + p {margin-top:0;}

h3 + p,
h6 + p,
h6 + div
 {margin-top:1em;}

.accordion-header {
	margin-top:0;
	text-align:right;
}

.accordion-header A {
}

.accordion {
	border:1px solid #7FD2CA;
	padding:1em;
	margin-bottom:2em;
}


	
/*h2 {font-weight:bold; font-size:2em; color:#113736;}*/
h3,
.heading,
.calendar-month {
	font-weight:bold;
	font-size:1.25em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color:#122B4A;
}

#content A.heading-wrapper {
	border-bottom:1px solid #7FD2CA !important;
	border-top:1px solid #7FD2CA !important;
	padding:.7em 0;
	margin-bottom:1.2em;
	display:block;
}

#content A.heading-wrapper:hover {
	border-bottom:1px dotted #7FD2CA !important;
	border-top:1px dotted #7FD2CA !important;
	background:none;
}

p + .heading-wrapper {
	margin-top:3em;
}

P + H3,
DIV + H3, 
blockquote + h3, 
ul + h3,
P + DIV {
	margin-top:2em;
}

H4 {
	font-weight:bold;
	font-size:1em;
	margin-bottom:.25em;
	margin-top:2em;
}

h3 + h4 {margin-top:1em;}

H5 {
	font-weight:bold;
	font-size:.94em;
}

p + h5 {margin-top:1em;}

H2+H5 {
	margin-top:1em;
}

h6 {font-weight:bold; font-size:1.5em;}
p + h6,
div +h6
	{margin-top:2em;}

.toc {
	list-style:decimal inside;
	font-size:80%;
}

#content UL {
	list-style:disc;
	margin:1.25em;
}

h5 + ul {margin-top:.5em !important;}

#content UL LI {
	font-size:1em;
	margin:0 0 0 1.25em;

	
/*background:url(../_images/arrow_bullet.png) no-repeat;  padding-left:34px;*/
	line-height:1.3em;
}

#content LI P {
	margin-bottom:.3em;
}

.byline {
	font-style:italic;
	font-size:90%;
}

#content OL {
	list-style:decimal outside;
	margin-bottom:1.5em;
}

#content OL LI {
	font-size:.875em;
	margin:1em 0 0 3em;
	line-height:1.3em;
}

#content P.caption {
	display:block;
	text-align:center;
	margin-top:-2px;
	font-size:80%;
	width:100%;
}

.clear {
	clear:both;
	margin:0 !important;
}

table.detailed-captions {margin:2em 0; border-collapse:separate; border-spacing:1em;}
table.detailed-captions h4 {margin-top:0;}
table.detailed-captions td {padding:1.25em; border:1px dashed #c2c2c2; width:50%; /* background:#ccf0ed; */}

.top-anchor {text-align:right; margin-top:0;}


/*HOME PAGE CONTENT
-------------------------------------------------*/
#indiv_services_heading {
	display:block;
	background:url(../_images/indiv_services.gif) no-repeat;
	width:218px;
	height:16px;
}

#craniosacral_heading {
	display:block;
	background:url(../_images/craniosacral.gif) no-repeat;
	width:281px;
	height:16px;
}

#classes_heading {
	display:block;
	background:url(../_images/classes.gif) no-repeat;
	width:84px;
	height:15px;
}

#indiv_services_heading span,#craniosacral_heading span,#classes_heading span {
	display:block;
	height:0;
	width:0;
	overflow:hidden;
}


	
/*FORMS
-------------------------------------------------

form {width:92%; border:1px dashed #5c8f47; padding:20px;}
label {display:block; font-size:100%; margin-bottom:4px;}
fieldset {margin-bottom:1em;}
input, textarea {border:3px double #3d5b3f;}
textarea {width:100%; height:10em;}
input {width:20em; height:1.5em; padding:4px 2px 0 2px;}
input.on, textarea.on {border:3px double #969e30;}
button {font-size:100%;}



FOOTER
-------------------------------------------------*/
#company-info span,#print-identity {
	display:none;
	border:none;
}

#footer {
	clear:both;
	background:#FFF url(../_images/footer_bg.gif) repeat-x;
}

#company-info {
	text-align:center;
	background:url(../_images/company_info.gif) no-repeat;
	width:281px;
	height:119px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#company-name {
}

#company-info A {
	border:none;
}

#company-info A:hover {
	border-bottom:1px solid #505050;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
