/* core elements */


body {
	text-align: center; 
	background: #E1E5D9;
	color: #666666;
	font-family: Arial;
	margin: 8px;
	padding: 0px;
}

p, li { 
	font: 0.8em/1.4em Arial; 
	margin-top: 0px; 
	text-align: justify;
	}
	
td { 
	font: 0.7em/1.3em Arial; 
	margin-top: 0px; 
	text-align: justify;
	}	
	
ul {
	margin-top: 2px;
}

li {
	text-align: left; 
	line-height: 1.4em;
}
li li {
	font-size: .9em;
}

h1, h2, h3, h4 {
	text-transform: capitalize;
	color: #7d775c;
	padding-top: 3px;
	margin-bottom: 2px;
}

h2 { 
	padding-top: 1px; 
	font-size: 1.1em; 
	font-weight: bold;
	letter-spacing: 1px; 
	}

h3 { 
	font-size: .9em; 
	font-weight: bold;
	letter-spacing: 1px; 
	}
h4 { 
	font-size: .8em; 
	letter-spacing: 1px; 
	}
a {
	text-decoration: underline; 
	}

a:link, a:visited { 
	font-weight: bold; 
	color: #777662;
	background-color: transparent;
	}
a:hover, a:active { 
	color: #bdbe55;
	}


/* END core elements */
	
/* specific divs */

#container { 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	min-width: 696px; 
	width: 740px;
	height: auto;
	padding-bottom: 18px; 
	border-width: 1px;
	border-style: solid; 
	border-color: #938D5D; 
	background-color: #F6F7F0; 
	text-align: left;
}

/* left column divs */

#sidebarContainer {
	width: 204px;
	float: left;
	background: #F6F7F0 left top;
	height: 600px;
	padding: 0px;
	margin: 0;
}

#sidebarNav { 
	position: relative; 
	top: -2px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px;
}

#sideFooter {
	left: 0px;
	top: 280px;
	padding-top: 20px;
	padding-left: 20px;
	position: absolute;
	float: left;
	text-align: center;
}


/* right (main) column divs */

#rightColumnContainer{
	margin-left: 204px;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-color: #938D5D;
	max-height: 600px;
	min-height: 600px;
	height: 600px;
	margin-right: 10px;
	margin-top: 0px;
	background-color: #E1E5D9;
}

#pageHeader {
	margin-top: 0;
	height: 55px;
	margin-bottom: 0;
}

#pageHeader img {
	float: right;
}

#pageHeaderNav {
	height: inherit;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
	font-size: 1em;
	color: #ffffff;
}

/* margin-bottom: 0 in #pageHeaderNav fixes div gap in ie5 */

#pageHeaderNav ul {
	margin-top: 0px;
	list-style-type: none;
	margin-bottom: 0px;
}

#pageHeaderNav li {
	display: inline;
	margin-bottom: 0px;
} 
#pageHeaderNav a {
	margin-bottom: 0px;
}
/* .linkHome class modifies the house icon in the pageHeaderNav */
.linkHome {
	right: 197px;
	position: relative;
	top: -3px;
	display: inline;
}

#pageHeaderNav a {
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
	
#pageHeaderNav a:hover {
	text-decoration: underline;
}

#banner{
	height: 25px;
}

#breadcrumbcontainer {
	padding-top: 8px;
	padding-left: 10px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	list-style: none;
	text-align: left;
	font-size: .7em;
}

#breadcrumbcontainer a { 
	padding-top: 10px; 
	color: #ffffff;}

#breadcrumbcontainer a:hover {}

#contentContainer {
	position: relative;
	z-index: 10;
	background: #E1E5D9;
}

#contentContainer,  #content {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
}

#footer {  
	padding-top: 60px;                                                                                  
	border-left-color: #938D5D;                                                                                                                                 
	border-bottom-color: #938D5D;                                                                                                                                 
	border-right-color: #938D5D;                                                                                                                                 
	border-top-color: #938D5D;                                                                                                                                 
	border-right-width: 1px;                                                                                                                                 
	border-left-width: 1px;                                                                                                                                 
	border-bottom-width: 1px;                                                                                                                                 
	border-top-width: 0px;                                                                                                                                 
	position: relative;                                                                                                                                 
	border-style: none;                                                                                      
	margin: 0px;                                                                                      
	text-align: center; /* Hack To Keep IE5 Windows Happy */
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 5px;
}

#footer a:link, #footer a:visited {
	text-align: center;
	font-size: .8em;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-top: 12px;
	color: #b5b292;
	text-transform: lowercase;
}
	
#footer a:hover, #footer a:active {
	color: #777662;
}

#supportingText {
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
	max-height: 450px;
	height: 450px;
	overflow: auto;
}
#supportingText p {
	text-align: left;
}

#supportingText_colContainer {
	position: relative;
}

#supportingText_leftCol {
	top: 25px;
	left: 5px;
	position: absolute;
}

#supportingText_rightCol {
	min-height: 100px;
	height: auto;
	padding: 5px;
	width: 250px;
	border-style: solid;
	border-color: #b5b292;
	border-width: 0px;
	top: 20px;
	position: absolute;
	left: 130px;
}

.anchors {
	padding-top: 5px;
	border-style: none;	
	list-style-type: none;
}

.anchors ul li {
	text-indent: -.7em;
	border-style: none;
	list-style-type: none;
}

.quote {
	font-style: italic;
	}

.registerNow {
	background-color: #55766E;
}

.registerNowBanner {
	background-color: #767B7A;
}

.workshopSchedule {
	background-color: #55766E;
}

.workshopScheduleBanner {
	background-color: #767B7A;
}
	
.training {
	background-color: #8D6068;
}

.trainingBanner {
	background-color: #C49FA6;
}

.practitioners {
	background-color: #A36A3E;
}

.practitionersBanner {
	background-color: #996D49;
}

.events {
	background-color: #596978;
}

.eventsBanner {
	background-color: #707777;
}

.about {
	background-color: #C9A35A;
}

.aboutBanner {
	background-color: #CEB073;
}

.noBullet {
	list-style: none;
	list-style-type: none;
}
.noTopMargin {margin-top: 0px;}
.indent {padding-left: 30px;}
.italics { font-style: italic; }

img {
	border-style: none;
}

/* ie6 fixes * /

/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack { margin-right: 1px; }
* html .StupidIEWidthHack { width: 100%; }

/* ie6 fix for not rendering min-height in #contentContainer */
* html #contentContainer { height:1%; }

/* ie6 fix for not obeying minimum height and therefore not rendering scrollbars */
* html #supportingText { height:450px; }
* html #supportingText_rightCol {height:280px; overflow-y: scroll}
#quoteContainer { position: relative; left: 4px; width: 400px; padding-right: 10px; padding-top: 10px; font-size: 10px; text-align: left; }
.quoteText { color: #7d775c; line-height: 13px; font-size: 11px; text-align: left; font-style: italic; }
.quoteSource { padding-bottom: 4px; color: #7d775c; line-height: 8px; font-size: 11px; text-align: left; }
.returnToTop { padding-left: 15px; text-align: center; font-style: italic; font-size: .8em; }
