@charset "UTF-8";
/* CSS DOCUMENT */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px;
	padding: 0;
	text-align: center;
	background: url("../images/template/standard/background.jpg");
	background-repeat: repeat-x;
	background-color: #6D3920;
	color: #333;
}

#wrapper {
	text-align: left;
	width: 800px;
	background: #fff;
	border: 1px solid #fff;
	padding: 0;
	margin: 0 auto; 
}

h1 {
	color: #CA8E3F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: .5em 0 .5em 0;
}

h3 {
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
}

p {
	margin: 0 0 1em 0;
}



/* HEADER STYLES */

#header {
	background: url("../images/template/standard/header.jpg");
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	height: 232px;
	margin: 0;
	padding: 0;
}

a.home {
	display: block;
	width: 77px;
	height: 40px;
	background: url("../images/template/navigation/btn-home.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.home:hover {
	background-position: 0 -40px;
}

a.services {
	display: block;
	width: 121px;
	height: 40px;
	background: url("../images/template/navigation/btn-our-services.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.services:hover {
	background-position: 0 -40px;
}


a.philosophy {
	display: block;
	width: 140px;
	height: 40px;
	background: url("../images/template/navigation/btn-our-philosophy.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.philosophy:hover {
	background-position: 0 -40px;
}

a.seminars {
	display: block;
	width: 156px;
	height: 40px;
	background: url("../images/template/navigation/btn-seminars-events.jpg") no-repeat;
	float:left;
	text-decoration: none;
}

a.seminars:hover {
	background-position: 0 -40px;
}

a.resources {
	display: block;
	width: 101px;
	height: 40px;
	background: url("../images/template/navigation/btn-resources.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.resources:hover {
	background-position: 0 -40px;
}

a.about {
	display: block;
	width: 104px;
	height: 40px;
	background: url("../images/template/navigation/btn-about-us.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.about:hover {
	background-position: 0 -40px;
}

a.contact {
	display: block;
	width: 101px;
	height: 40px;
	background: url("../images/template/navigation/btn-contact-us.jpg") no-repeat;
	float: left;
	text-decoration: none;
}

a.contact:hover {
	background-position: 0 -40px;
}

#main_menu {
	width: 800px;
	margin: 0;
	padding: 0;
}

.nav_list {
	margin: 0;
	padding: 0;
	text-indent: 0;	
}

.nav_list li {
	list-style: none;
	display: inline;
}


/* MAIN COLUMN STYLES */

#main_content {
	float: left;
	width: 800px;
	min-height: 300px;
	padding-top: 20px;
	background: url("../images/template/standard/main-bkgd.jpg");
	background-repeat: repeat-y;
}

#main_content a {
	color: #B3A5BE;
}

#main_content a:visited {
	color: #4A2855;
}

#main_content a:hover {
	color: #287B7B;
}

.clearspace {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#center_column {
	width: 590px;
	min-height: 200px;
	float: left;
}

#center_content {
	padding: 0 25px 10px 10px;
	float: left;
	height: 100%;
	line-height: 1.3;
}

#center_content img.left-image { 
	margin: 3px 10px 5px 0px;
	float: left;
}

#center_content img.right-image {
	margin: 3px 0 5px 10px; 
	float: right;
}

#center_content .footnote {
	font-style: italic;
	font-size: 11px;
}

#center_content ul {
	list-style-type: disc;
}



/* RIGHT COLUMN STYLES */

#right_column {
	float: right;
	width: 205px;
}

#right_column_content {
	float: left;
	padding: 20px 10px 10px 20px;
	color: #541D11;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
}

#right_column_content h2 {
	color: #541D11;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
	text-transform: uppercase;
}

#right_column_content h3 {
	color: #541D11;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 .5em 0;
	text-transform: uppercase;
}

#right_column_content .testimonial {
	font-style: italic;
	margin: 0 0 3px 0;
}

#right_column_content a {
	color: #541D11;
}

#right_column_content a:visited {
	color: #541D11;
}

#right_column_content a:hover {
	font-weight: bold;
	color: #541D11;
}

#right_column_content ul {
	list-style-type: square;
	color: #541D11;
	margin: 0;
	padding: 0 0 1.4em 15px;
	list-style-position: outside;
}

#right_column_content li {
	line-height: 1.5em
}

#right_column_content li a.this_page {
	font-weight: bold;
}


/* FOOTER STYLES */


#footer_container {
	margin: 0;
	width: 800px;
	background-color: #B3A5BE;
	height: 22px;
	text-align: center;
	border-top: 1px solid #fff;
}

#footer_content {
	font-size: 11px;
	color: #4A2855;
	padding: 5px 0;
}

#footer_content a {
	color: #4A2855;
}

#footer_content a:visited {
	color: #4A2855;
}

#footer_content a:hover {
	color: #F3E2C5;
}