@charset "utf-8";
body {
	background: #a57508 url(../img/bodyBG.jpg) left top repeat-x;
}
#container {
	width: 950px;
	background: #dcdc94;
	margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #dcdc94 url(../img/headerBG.jpg) top left no-repeat; 
	height: 150px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 3px solid #0c5b62;
}
#header h1 {
	text-indent: -9009px;
}
#nav {
	background: #0c5b62;
	width: 610px;
	padding: 5px 25px;
	float: right;
	width: 610px;
	text-align: right;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	padding: 0 10px;
	
}
#nav ul li a {
	color: #e4e5c6;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #e1e581;
}
#mainContent {
	padding: 10px 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e4e5c6;
	float: right;
	width: 609px;
	clear: right;
	text-align: justify;
	border-left: 1px solid #0c5b62;
	border-bottom: 5px solid #0c5b62;
	margin-bottom: 10px;
}
#mainContent p,li {
	font-size:14px;
}
#mainContent li {
	margin-left:25px;
}
#mainContent h1 {
	color: #7a4710;
	font-family: "Times New Roman", Times, serif;
}
#mainContent h2 {
	color: #996422;
	font-family: "Times New Roman", Times, serif;
	margin-bottom:0px;
	font-size:20px;
}
#mainContent h3 {
	margin-top:6px;
	margin-bottom:3px;
	font-size:14px;
	font-weight:bold;
}
#sidebar1 {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../img/img-home.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	text-align: justify;
}
#sidebar1 h3 {
	margin-bottom:4px;
}
#sidebar2 {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../img/img-sub.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	text-align: justify;
}
#sidebar2 h3 {
	margin-bottom:4px;
}
#sidebar-nav {
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin: 200px auto 10px auto;
	border: 1px solid #e4e5c6;
	text-align: right;
}
#sidebar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar-nav ul li {
	display: block;
	width: 260px;
	border-bottom: 1px solid #e4e5c6;	
}
#sidebar-nav ul li.last {
	border-bottom: none;	
}
#sidebar-nav ul li a {
	color: #e4e5c6;
	font-weight: bold;
	display: block;
	background: #969856;
	width: 250px;
	padding: 3px 0;
	text-decoration: none;
	padding-right: 10px;
}
#sidebar-nav ul li a:hover {
	background: #646539;
}
#footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #969856;
	color: #e4e5c6;
	text-align: right;
	border-top: 3px solid #e4e5c6;
}
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #e4e5c6;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #0c5b62;
	text-decoration: underline;
}
#clear {
	clear: both;
}
blockquote {
	width: 33%;
	float: right;
	background: #a57508;
	padding: 15px;
	color: #e4e5c6;
	margin: 0 0 .5em 1.5em;
	font-size: 1.125em;
	font-style: normal;
	border: 3px solid #646539;
}
