@charset "UTF-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #798884;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

.twoColElsLtHdr #container { 
	width: 780px; 
	background: #dadab4;
	margin: 30px auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
a {
	color: #42341B;
	text-decoration: underline;
} 
a:hover { color: #999999;}
h1, h2, h3, h4, h5, li, p {margin: 0; padding: 0;}

/**************** Headers Layout *******************/
.twoColElsLtHdr #header {
	background: #dadab4;
	margin:0;
	padding: 0;
	height: 150px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 0; 
}
.twoColElsLtHdr #header2 {
	background: #687572;
	height: 20px;
	margin: 0;
	text-align:center;
	font-size:13px;
	color:#FFF;
	padding: 10px 0;
} 
/**************** END Headers Layout *******************/


/**************** Sidebar #nav  menu, rest of code on esMenu.css *******************/
.twoColElsLtHdr #nav {
	float: left;
	/*width: 150px;*/
	width: 190px; /* since this element is floated, a width must be given */
	padding: 0;
	margin: 0;
	background: #c4c5a2;
}
.twoColElsLtHdr #nav h3 {
	color: #42341B;
	font-size: 14px;
	margin: 10px 0 10px 10px;
}
.twoColElsLtHdr #nav h3 a {
	text-decoration: none;
	font-size:14px;
	/*width: 140px;*/
	color: #452819;
	height: 20px;
}
.twoColElsLtHdr #nav h3 a:hover {
	color: #7B7F4F;
}
/**************** END Sidebar #nav  menu, rest of code on esMenu.css *******************/

/****************  Main Content Layout *******************/

.twoColElsLtHdr #mainContent {
	margin: 0 0 0 190px;
	background: #dadab4;
	width: 585px;
	color: #42341B;
}
.twoColElsLtHdr #mainContent p {
	font-size:14px;
	padding: 0 10px 10px 10px;
}
.twoColElsLtHdr #mainContent h2 {
	font-size:18px;
	text-align:center;
	color: #42341B;
	padding: 10px 0 10px 0;
}

.twoColElsLtHdr #mainContent h3 {
	padding: 0; margin: 0;
	font-size:16px;
	text-align:center;
		padding: 10px 0;
font-weight:bold;
}
.twoColElsLtHdr #mainContent ul { font-size:14px; }
/**************** END Main Content  Layout *******************/

/**************** Main Content2 for Two Column within MainContent *******************/
.twoColElsLtHdr #mainContent2 {
	width: 585px;
	position: relative;
	margin: 0;
	padding: 0;
}
.twoColElsLtHdr #mainContent2 h2 {
	font-size:16px;
	text-align:center;
	color:  #452819;
	padding-bottom: 10px;
}
.twoColElsLtHdr #mainContent2 p {
	font-size:14px;
	text-align: center;
	color: #452819;
	padding: 0 10px 10px 10px;
}
.twoColElsLtHdr #slideShow1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	background-color: #c4c5a2;
}
.twoColElsLtHdr #content2 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 225px;
	width:400px;
}

/**************** END Main Content2 for Two Column within MainContent *******************/

/**************** rightColumn for Two Column within MainContent *******************/
.twoColElsLtHdr #rightColumn {
	position: absolute;
	width: 190px;
	top: 0px;
	left: 400px;
	background-color: #c4c5a2;
	
}
.twoColElsLtHdr #rightColumn p {
	font-size:14px;
	padding-bottom: 10px;
	text-align: center;
	color:#452819;
	
}

/**************** END rightColumn for Two Column within MainContent *******************/


/***************** Footer Classes *******************/

.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#687572;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color: #FFF;
	font-size: 11px;
}
/***************** END Footer Classes *******************/

/***************** Miscellaneous classes for reuse *******************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.picture135 {
	padding: 10px 10px;
}
.picture100 { padding: 0 10px 10px 10px; } 
.iconPic { padding: 0 10px 10px 10px; }

hr {color:#687572;
	Margin: 10px 10px;}
.note { font-size:10px;}
.video a {color: red;}
.quote { text-align: right; font-style:italic;}
.speakers { min-height: 100px; }
form {float:left; }
.sCart { margin-left:200px;}

/***************** END Miscellaneous classes for reuse *******************/
