html, body {
	height: 100%;
}
body {
	background-color: #FFE44F;
	background-image: url('/images/background_texture.png');
	background-repeat: repeat;
	color: #FFFFFF;
	margin: 0;
	height: 100%;
	font-family: "Candara", "Arial", serif;
}
a:link, a:visited, a:hover, a:active {
	color: #999999;
}
a>img, a img {
	border: 0;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	min-width: 770px;
	border-left: 3px solid #4F370A;
	border-right: 3px solid #4F370A;
	text-align: center;
	background-color: #3F382B;
}
.namaste {
	background-image: url('/images/namaste.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	height: 100%;
	width: 61px;
}
#namasteleft {
	left: 5px;
}
#namasteright {
	right: 7px;
}

#header {
	display: block;
}
#header img {
	width: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: -15px;
}
#header p {
	font-family: "Impact";
	font-size: 20px;
	letter-spacing: 1px;
	background-color: #2F240F;
	border-top: 2px solid #4F370A;
	border-bottom: 2px solid #4F370A;
	color: #EEEEEE;
}
#logo {
	display: block;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

#innercontent {
	display: block;
	text-align: left;
}

#indexmessage {
	display: block;
	margin: 0;
	padding: 1em 1em 0.5em 1em;

	background: rgb(97,70,23); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(97,70,23,1) 0%, rgba(68,51,8,1) 15%, rgba(68,51,8,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,70,23,1)), color-stop(15%,rgba(68,51,8,1)), color-stop(100%,rgba(68,51,8,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(97,70,23,1) 0%,rgba(68,51,8,1) 15%,rgba(68,51,8,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(97,70,23,1) 0%,rgba(68,51,8,1) 15%,rgba(68,51,8,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(97,70,23,1) 0%,rgba(68,51,8,1) 15%,rgba(68,51,8,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(97,70,23,1) 0%,rgba(68,51,8,1) 15%,rgba(68,51,8,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#614617', endColorstr='#443308',GradientType=0 ); /* IE6-9 */
}

#indexleftside {
	display: inline-block;
	width: 40%;
}
#indexleftside #indeximage {
	display: inline-block;
	width: 100%;

	border: 3px solid black;
}

#indexrightside {
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
	width: 55%;
}

#indexrightside .indexname {
	font-size: large;
	margin-top: 0;
}

#indexbar {
	width: 100%;
	display: block;
	background-color: #2F240F;

	padding-top: 0.25em;
	padding-bottom: 0.25em;

	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#social {
	width: 40%;
	text-align: center;
	margin-left: 1em;
}
#social img {
	max-height: 30px;
	max-width: 100px;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

#indexhighlights {
	border-collapse: collapse;
	margin-top: 1em;
}
#indexhighlights thead th {
	padding: 0.75em;
	font-size: large;
	color: #E5E068;
	text-shadow: #595555 0px 0px 3px;
}
#indexhighlights thead th:first-child {
	border-right: thin solid gray;
}
#indexhighlights tbody td {
	border-top: thin dotted white;
	padding: 0.75em;
	width: 50%;
	vertical-align: top;
}
#indexhighlights tbody td:first-child {
	border-right: thin solid gray;
}

#indexhighlights tbody td strong {
	font-size: large;
	display: block;
	color: #f6d51e;
}

#indexhighlights img {
	display: inline-block;
	float: left;
	padding: 1em;
	max-width: 10em;
	max-height: 10em;
}
#indexhighlights .highlighttitle {
	display: block;
	font-weight: bold;
	font-size: large;
	color: #F8962C;
}
#indexhighlights .highlightdate {
	display: block;
	font-style: oblique;
}
#indexhighlights .highlighttime:before {
	content: "Time: ";
	font-weight: bold;
}
#indexhighlights .highlighttime {
	display: inline-block;
	margin-right: 2em;
}
#indexhighlights .highlightlocation:before {
	content: "Location: ";
	font-weight: bold;
}
#indexhighlights .highlightlocation {
	display: inline-block;
	margin-right: 2em;
}
#indexhighlights .highlightcost:before {
	content: "Cost: ";
	font-weight: bold;
}
#indexhighlights .highlightcost {
	display: inline-block;
	
}

h4.sectionhead {
	color: #8F6111;
	text-shadow: #3F2B08 0 0 3px;
}
h5.sectionhead {
	color: #9F7121;
	font-family: "Calibri", "Arial";
}

ul#corevalues {
	width: 70%;
	list-style-type: none;
}

#footer {
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #4F370A;
	background-color: #444444;
	clear: both;
}

img.centerimg {
	display: block;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

#contactinfo {
	text-align: center;
	padding-bottom: 5px;
}
#contactinfo div {
	display: inline-block;
	width: 40%;
	margin: 3px;
	padding: 2px;
	
	background-color: #8F4D00;
	border: 2px solid #282828;
}
ul#paymenttypes {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
	padding: 5px;
	background-color: #8F4D00;
	border: 2px solid #282828;
}
ul#paymenttypes li {
	display: inline;
	list-style-type: none;
}
ul#paymenttypes li img {
	padding-left: 2px;
	padding-right: 2px;
	width: 20%;
	vertical-align: middle;
}

.biotable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.biotable caption {
	font-size: 150%;
	color: #C6860B;
}
.biotable tr {
	background-color: #393939;
}
.biotable tr td:first-child {
	background-color: #353535;
	padding-left: 5px;
	padding-right: 5px;
}
.biotable td {
	vertical-align: middle;
	text-align: left;
}
.biotable img {
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 100px;
	max-height: 100px;
}
.caption {
	margin-top: 2px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	font-family: "Impact";
}
.nexttext {
	margin-top: 2px;
	display: block;
	font-family: Calibri, Arial, serif;
	color: #666666;
	text-align: center;
}
.gallerytable {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gallerytable caption {
	font-size: 20px;
}
.gallerytable img {
	max-width: 200px;
	max-height: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #666666;
}

div.galleryvideo {
	display: inline-block;
	width: 40%;
}
div.galleryvideo img, div.galleryvideo object {
	width: 98%;
	border: 2px solid #666666;
}
div.galleryvideo img:hover {
	cursor: pointer;
}

.specialrate {
	text-align: center;
	color: #C6860B;
	font-size: 18px;
}
.specialrate ul {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.rateheader {
	font-size: 20px;
}
.rateprice {
	font-size: 20px;
	color: #9ACD32;
}

.classesheader {
	font-size: 20px;
}
ul#classpath[title]:before {
	content: attr(title);
	display: block;
	font-size: 15px;
	color: #C08009;
}
ul#classpath {
	border-left: 2px solid #292929;
	padding-left: 10px;
	margin-left: 5%;
	list-style-type: none;
}
ul#classpath li ul {
	list-style-type: disc;
	margin-bottom: 5px;
}

#classestypes li {
	margin-bottom: 5px;
}
#classestypes strong {
	color: #C6860B;
}
#classestypes p {
	margin-top: 4px;
	margin-bottom: 2px;
}

#tou>li {
	padding-bottom: 20px;
}

#rawenergylogo {
	height: 35px;
}
#hclogo {
	height: 35px;
}
#producttabs {
	background-color: #2F2A20;
	margin-bottom: -20px;
	border-bottom: 2px solid #595555;
	padding-bottom: 5px;
}
table.producttable {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.producttable caption {
	font-size: 1.25em;
}
table.producttable td {
	vertical-align: middle;
	text-align: center;
}
table.producttable td {
	width: 75px;
}
table.producttable td img {
	width: 60px;
}
table.producttable td.productdescription {
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
}

.ui-tabs-hide {
     display: none;
}
.accordion h3 {
	font-family: "Impact";
	font-size: 1.3em;
	letter-spacing: 1px;
	background-color: #444444;
	border-top: 2px solid #484848;
	border-bottom: 2px solid #484848;
}
.accordion h3 a {
	color: #FFFFFF;
	font-weight: normal;
}
.accordion h3:focus, .accordion h3:active, .accordion a:focus, .accordion a:active {
	outline: none;
}

#rawenergymenu table.producttable td {
	width: 50%;
}

ul#specials {
	list-style-type: none;
}
#specialstext a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	text-align: center;
	color: #703D1A;
}

