/* These are global styles */
html {
	background-color: #acac81;
	font-size: 100%;
	
	}
body {
	margin: 0;
	padding: 0;
	font: 62.5% Verdana, arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	}
h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #222222;
	}
	
a {
	margin: 0;
	padding: 0;
	}
a:link { 
	color: maroon; 
	padding: .5em;
	}
a:visited { 
	color: #555555; 
	}
a:hover, a:active {
	color: #817645;
	}

p { 
	line-height: 1.9em; 
	}

/* End global styles */
/* These are container styles */
#container {
	margin: 20px auto;
	padding: 0;
	width: 850px;
	height: auto;
	text-align: left;
	background-color: #fff;
	border: solid 2px #544F28;
	border-top: solid 3px #544F28;
	border-bottom: solid 3px #544F28;
	}

/* These are header styles */
#header {
	width: 850px;
	height: 55px;
	background-image: url(../images-home/header.jpg);
	background-position: bottom;
	position: relative;
	border-bottom: solid 6px #817645;
	}
#header h1 {
	font-size: 3em;
	text-align: left;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 20px;
	}
/* These are main navigation styles */

 #navcontainer
{
padding: 23px 0 0 0;
margin: 0;
height: 20px;

}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: right;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 78px;
height: 28px;
border-top: 3px solid #544F28;
border-left: 1px solid #544F28;
border-bottom: 1px solid #544F28;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #544F28;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #544F28;
border-top: 3px solid #544F28;color: #fff;
}

/* These are sub-header styles */
#subheader {
	height: 192px;
	background-color: #CCCC33;
	border-bottom: 2px solid #817645;
	}
/* These are home page styles */
#home-content {
	display: inline;
	height: auto;
	background-color: white;
	}
#sidenav {
	display: inline;
	float: left;
	width: 200px;
	height: auto;
	background-color: #ebebb0;
	border-right: 1px solid #544F28;
	padding-bottom: 40px;
	padding-top: 10px;
	}
#sidenav h3 {
	color: maroon;
	font-weight: normal;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	padding-top: 1em;
	}
#sidenav ul {
	}
#sidenav ul li {
	list-style-type: none;
	}
#content {
	width: 640px;
	display: inline;
	}
#content1 {
	display: inline;
	margin: 0;
	float: left;
	width: 640px;
	height: auto;
	}
#main img {
	padding: 15px;
	}
#main {
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	width: 370px;
	height: auto;
	}
#articles {
	width: 250px;
	float: right;
	height: 360px;
	margin: 0;
	padding: 15px 0 0 0;
	display: inline;
	}
#content2 {
	display: inline;
	margin: 0;
	padding: 65px 20px 20px 45px;
	float: left;
	width: 570px;
	height: 100px;
	background-image: url(../images-home/mmc.jpg);
	background-repeat: no-repeat;
	color: #544F28;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size: 1.3em;
	}
#content2 p {
	line-height: 1.3em;
	}

/* These are footer styles */
#footer {
	clear: both;
	background-image: url(../images-home/stripe1.gif);
	border-top: 2px solid #817645;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	height: 75px;
	color: white;
	text-align: center;
	}
#footer a {
	color: white;
	text-decoration: none;
	padding: 0;
	}
#footer a:hover, #footer a:focus {
	color: #ebebb0;
	text-decoration: underline;
	}
#footer ul {
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	}
#footer ul li {
	padding: 0 0 .5em 50px;
	list-style: none;
	}
	
