body{
  background: #f8f7ec;
  background-image:url(../images/common/bg_header.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-family:Georgia, "Times New Roman", Times, serif;
  /*width:990px;*/
 
}
a{
	color:#cb5100;
	/*text-decoration:none;*/
}
a:hover{
	color:#990000;
}

h1,h2,h3,h4,h5,h6{
	 color:#655331;
}
small{
	font-size:0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#847d57;
}

/*------------------------------------------------------
LAYOUT
------------------------------------------------------*/
#title{
	position:absolute;
	text-indent:-9999px;
	z-index:1;
	left: 260px;
	top: 80px;
}
#title, #title a{
	display:block;
	width:700px;
	height:120px;
}
#menu{
	list-style:none;
	float:left;
	position:relative;
	z-index:2;
}
#menu, #menu li{
	margin:0;
	padding:0;
}
#menu li{
	text-indent:-9999px;
	position:relative;
}
#menu li a{
	display:block;
	width: 210px;
	height: 40px;
	background-image:url(../images/common/menu.gif);
	background-repeat:no-repeat;
}
/*INACTIVE STATE*/
#menu #about a{background-position:0 0;}
#menu #morris a{background-position:0 -40px;}
#menu #local a{background-position:0 -80px;}
#menu #events a{background-position:0 -120px;}
#menu #education a{background-position:0 -160px;}
#menu #resources a{background-position:0 -200px;}
#menu #merchandise a{background-position:0 -240px;}
#menu #visitor a{background-position:0 -280px;}

/*HOVER*/
#menu #about a:hover, #menu #about:hover a, #menu #about.over a{background-position:-210px 0;}
#menu #morris a:hover, #menu #morris:hover a, #menu #morris.over a{background-position:-210px -40px;}
#menu #local a:hover, #menu #local:hover a, #menu #local.over a{background-position:-210px -80px;}
#menu #events a:hover, #menu #events:hover a, #menu #events.over a{background-position:-210px -120px;}
#menu #education a:hover, #menu #education:hover a, #menu #education.over a{background-position:-210px -160px;}
#menu #resources a:hover, #menu #resources:hover a, #menu #resources.over a{background-position:-210px -200px;}
#menu #merchandise a:hover, #menu #merchandise:hover a, #menu #merchandise.over a{background-position:-210px -240px;}
#menu #visitor a:hover, #menu #visitor:hover a, #menu #visitor.over a{background-position:-210px -280px;}

/*ACTIVE*/
#menu #about.selected a, #menu #about.selected a:hover{background-position:-420px 0;}
#menu #morris.selected a, #menu #morris.selected a:hover{background-position:-420px -40px;}
#menu #local.selected a, #menu #local.selected a:hover{background-position:-420px -80px;}
#menu #events.selected a, #menu #events.selected a:hover{background-position:-420px -120px;}
#menu #education.selected a, #menu #education.selected a:hover{background-position:-420px -160px;}
#menu #resources.selected a, #menu #resources.selected a:hover{background-position:-420px -200px;}
#menu #merchandise.selected a, #menu #merchandise.selected a:hover{background-position:-420px -240px;}
#menu #visitor.selected a, #menu #visitor.selected a:hover{background-position:-420px -280px;}

/*POPUP*/
#menu li.over a{
	margin-bottom: -18px;
}
#menu li ul{
	display:none;
	visibility:hidden;
	background:#b20000;
	list-style:none;
	left:210px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:210px;
	z-index:200;
}
#menu li:hover ul, #menu li.over ul{
	display:block;
	visibility:visible;
}
#menu ul li {
	text-indent:0px;
	background:none;
}
#menu ul li a, #menu li.over ul li a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	width:190px;
	height:auto;
	background:none;
	padding:7px 0 7px 10px;
	margin: 5px;
	color:#e0d2c7;

}
#menu ul li a:hover{
	background-color:#8c0000;
	color:#FFFFFF;
}


/*------------------------------------------------------
CONTAINER
------------------------------------------------------*/
#container{
	float:left;
	margin-bottom: 80px;
	width:100%;
	color:#655331;
}

/*TITLE BAR--------------------------------------------*/
#title_bar{
	margin:80px 0 0 0 ;
	padding:0 0 0 310px;
	height:80px;
}
#title_bar h2{
	font-family:"Times New Roman", Times, serif;
	font-size:2.4em;
	color:#6e653d;
}
.brown{
	color:#6e653d;
}
.purple{
	color:#4d2355;
}


/*LEFT BAR--------------------------------------------*/
#left_bar{
	width:210px;
	float:left;
	margin: 0px 100px 0 0 ;
}
#logos{
	list-style:none;
	border-top:solid 5px #6e653d;
	border-bottom:solid 5px #6e653d;
	margin:0
}
#logos li{
	margin:10px
}
/*SUB-MENU-------------------------*/
#sub_menu{
	list-style:none;
	border-top:solid 5px #6e653d;
	margin:0
}
#sub_menu li a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	width:195px;
	height:auto;
	background:none;
	padding:8px 0 8px 15px;
	color:#6e653d;
	border-bottom:solid 1px #ebeade;
}
#sub_menu li.last a{
	border:none;
}
#sub_menu li a:hover{
	background-color:#ebeade;
}
#sub_menu li a.current-item{
	background-color:#ebeade;
	background-image:url(../images/common/sub_menu_selected.gif);
	background-position: right center;
	background-repeat:no-repeat;
}
/*MAIN--------------------------------------------*/
#main{
	margin:0 0 0 0 ;
	width:380px;
	padding:0  19px 0 0;
	float:left;
	border-right:solid 1px #93895b;
}
#main p{
	font-size:1em;
	line-height:1.8em;
	color:#655331;
}
#main h5{
	margin:0;
	font-weight:normal;
	font-size:1.2em;
	text-transform:uppercase;
	color:#655331;
}
#main h5 em{
	text-transform:uppercase;
	font-style:normal;
	margin:-22px 4px -25px 0;
	padding:0;
	font-size:5em;
	float:left;
}
.border_img
{
	float:left;
	margin:3px 10px 10px 0px;
	border:#6e653d 3px solid;
}
.pull_quote{
	width:180px;
	float: right;
	display:block;
	padding: 10px;
	border-bottom: solid 5px #ebeade;
	border-top: solid 5px #ebeade;
	
}
.pull_quote h4, .pull_quote p{
	color: #655331;
	display:block;
	height:auto;
	margin:0
	
}
.pull_quote h4{
	margin-bottom:1em;
	font-size:1.4em;
	font-style:italic;
}
.pull_quote p{
	font-size:1.2em;	
}
/*RIGHT BAR--------------------------------------------*/
#right_bar{
	width:260px;
	float: left;
	margin: 0 0 0 20px;
	
}
#right_bar h3{
	font-size:1em;
	line-height:1.6em;
	font-weight:bold;
	text-transform:capitalize;
	text-transform:uppercase;
	color:#93895b;
}


/*------------------------------------------------------
FOOTER
------------------------------------------------------*/
#footer{
	background-image:url(../images/common/bg_footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:50px;
	margin: 0 0 0 10px;
	float:left;
	width: 990px;
	height: 100px;
	text-align:center;
}
#footer ul{
	text-align:center;
	list-style:none;

}
#footer ul li {
	display:inline;
	margin:10px;
	
}
#footer ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#6e653d;	
}
#footer ul li a:hover{
	color:#cb5100;
}
#footer p{
	width:100%;
	font-size:0.9em;
	margin:0;
	color:#6e653d;
}