BODY, #body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d4236;
	margin: 0;
}

TD, DIV {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d4236;
}

TD {
	vertical-align:top;
	empty-cells: show;
}

IMG {
	border: none;
	outline: none;
}

FORM {
	margin: 0px;
	padding: 0px;
}

/*
UL {
	margin: 0px 0px 12px 0px;
	padding-left: 0;
	font-weight: bold;
	font-size: 1.1em;
}

LI {
	font-weight: normal;
	margin-left: 1.1em;
	padding-left: 0em;
	
}

UL LI {
	margin-left: 1.1em;
	padding-left: 0;
	font-size: 0.9em;
}

 */

BLOCKQUOTE {
	margin: 10px 20px;
}


input[type~="text"], input[type="text"], TEXTAREA, SELECT {
	border:1px solid #33715b;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d4236;
}

SELECT {
	cursor: pointer;
}

input[type~="radio"],
input[type="radio"],
input[type~="checkbox"],
input[type="checkbox"] {
	background: none;
	cursor: pointer;
	margin: 0px 3px 3px;
	border: 0;
}

input[type~="submit"],
input[type="submit"],
input[type~="button"],
input[type="button"],
input[type~="image"],
input[type="image"] {
	cursor: pointer;
}

LABEL {
	cursor: pointer;
	border: dotted #666;
	border-width: 0px 0px 1px 0px;
}

a:link, a:visited {
	color:#33715b;
	outline: none;
	text-decoration: underline;
}

a:hover, a:active {
	color:#33715b;
	outline: none;
	text-decoration: underline;
}

a:hover, a:hover {
	color: #4d4236;
	outline: none;
	text-decoration: none;
}

a:link IMG, a:visited IMG {
	border: none;
	outline: none;
}

h1{	font-size:22px; margin-top:0px; padding-top:0px; color:#33715b; }
h2{	font-size:20px; font-style:italic;  }
h3{	font-size:18px; font-style:italic; }
h4{	font-size:14px; }
h5{	font-size:12px; }
h6{	font-size:10px; }

.imgindent {margin:0 10px 0 0; float:left;}
.imgindentRight {margin:0 0 0 10px; float:right;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* ===================== BACKGROUNDS ================= */
#bgWelcome {
	background: #f8e7b2 url(/media/gui/main-bg.jpg) top center no-repeat;
}
#bgTranspersonal {
	background: #f8e7b2 url(/media/gui/bg-transpersonal.jpg) top center no-repeat;
}
#bgQuestions {
	background: #f8e7b2 url(/media/gui/bg-questions.jpg) top center no-repeat;
}
#bgContact {
	background: #f8e7b2 url(/media/gui/bg-contact.jpg) top center no-repeat;
}
#bgAbout {
	background: #f8e7b2 url(/media/gui/bg-about.jpg) top center no-repeat;
}
#bgSessions {
	background: #f8e7b2 url(/media/gui/bg-sessions.jpg) top center no-repeat;
}

/* ===================== FLASH WAVES ================= */

#bgWelcome		{ overflow-x:hidden; }
#flash			{ position:absolute; z-index:-1; width:1500px; height:792px; margin-left:-300px; margin-top:100px;}
#siteContainer	{ position:relative; z-index:10;}

/* ===================== MAIN ================= */
#siteContainer {
	width: 900px;
	margin: 0 auto;
}



/* ===================== HEADER =============== */
#siteHeader {
	width:100%;
	height:293px;
}
#logo {
	width:304px;
	height:106px;
}

/* ===================== NAVIGATION =========== */


#navigation {
	/* width: 621px;  */
	text-align: right;
	background:url(/media/gui/nav-bg.png) top left no-repeat;
	min-height:219px;
}
#mainNav {margin-right:12px; padding-top:16px;}
#mainNav ul {list-style-position:outside; list-style-type:none; margin:0; padding:0;}
#mainNav ul li {list-style-type:none; background: transparent url(/media/gui/nav-divider-main.gif) bottom center no-repeat; margin-left:15px; }
#mainNav ul li a {display:block; padding:8px 0 8px 5px; color:#afa572; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;}
#mainNav ul li a:hover {color:#33715b; text-decoration:none;}


/* ===================== CONTENT =============== */
.contentContainer {
	width: 900px;  
	/* Centering for IE6+ in strict mode,
	Firefox, and other modern browsers */
	margin: auto;
	/* Don't center every line of text -
	we inherited this setting from body */
	text-align: left;
}
  
.left {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 200px;
}

.middle {
	width:543px;
	top: 0px;
	margin-left: 200px;
}
.right {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 157px;
}
.contentPadding {
	padding: 0 15px 20px 15px;
	color:#4d4236;
	font-size:18px;
	min-height:440px;
}
.quotesContainer {
	/* background:url(/media/gui/quotes-bg.png) top left no-repeat; */
	min-height:315px;
	padding-top:30px;
}
.dateDisplay {
	color:#33715b;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}
.sidePhoto {
	width:100%;
	padding-top:20px;
}
/* ==================== FOOTER ================ */
#footer {
	width: 100%;
}
#copyright {
	width: 100%;
	height: 80px;
}
#copyright DIV {
	width: 100%;
	color: #7c7263;
	font-size: 11px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}

#copyright a:link, a:visited {
	color: #7c7263;
	outline: none;
	text-decoration: none;
}

#copyright a:hover, a:active {
	color: #7c7263;
	outline: none;
	text-decoration: none;
}

#copyright a:hover, a:hover {
	color: #33715b;
	outline: none;
	text-decoration: underline;
}

/* ===================== FORM ============== */

div.box {
	font-family: "Times New Roman", Times, serif;
	margin:0 auto;
	width:430px;
	position:relative;
}

div.box h1 { 
	color:#b0a674;
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0 5px 5px;
	border-bottom:1px solid #161712;
	border-top:1px solid #161712; 
}

div.box label {
	width:100%;
	display: block;
	padding:10px 0 10px 0;
}

div.box label span {
	display: block;
	color:#4d4236;
	font-size:16px;
	float:left;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
}

div.box .input_text {
	padding:10px 10px;
	width:225px;
	font-size:16px;
	background:#b0a674;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
}

div.box .message {
	padding:7px 7px;
	width:290px;
	background:#b0a674;
	font-size:16px;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
	overflow:hidden;
	height:150px;
}

div.box .button {
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#33715b;
	border:0px;
	position: relative;
	top:10px;
	left:326px;
	width:100px;
	color:#FFF;
}



/* ===================== MISC ============== */

A.learnMore {
	font-size: 9px;
	color: black;
	text-transform: uppercase;
	text-decoration: underline;
}

A.learnMoreButton {
	background: #33715b;
	color: white;
	padding: 5px 7px;
	font: 10px Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
A.learnMoreButton:before {
	content: "\25b6";
}


