/* General
-------------------------------------------------------------- */

body {background: #8E8E38 url(../images/bg.png); width:1000px; margin:auto; color: #000;}

#Main {color: #8E8E38;
border-style:solid;
border-width:2px;
border-color:transparent;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px;}

#PageFrame {min-width: 750px;}

a {color: #734c4c;}
a:hover {color: #fff;}

h2 {
  color: #6e2808;
  font-weight: bold;
  margin-bottom: 5px;
}

h3 {
  color: #6e2808;
  margin-top: 3px;
  font-weight: bold;
}

/* Header
-------------------------------------------------------------- */

#Header {
	height: 150px;
  position: relative;
}

.headerimage_right {clear: both; float: right;}

#Header .sitesearch {bottom: 5px; right: 5px; position: absolute;}
#Header .sitesearch #search {margin-bottom: 0px;}

/* Layout
-------------------------------------------------------------- */

#LeftColumn {padding: 5px 0; float: left; width: 150px;}
#RightColumn { width: 150px; padding: 5px 0; float: right; margin-right: 21px;}
#ContentColumn {width: auto; margin-left: 157px;}

#Footer {clear: both;}


/* --------------- 5. Navigation ------------ */
/* horz nav*/
#navigation{ 
margin: 0px;
float: left;
width: 100%;
background-color: #EEE9E9;

}

#navigation .menu_primary ul {
margin: 0 auto;
list-style: none;
height: 39px;
}

#navigation .menu_primary ul li {
float:left;
padding:11px 25px 8px 0;
}

#navigation .menu_primary ul li a:link,
#navigation .menu_primary ul li a:visited {
padding: 0px 2px 2px 15px;
color: #87CEFA; 
text-decoration:none;
font-weight:bold;
font-size:12px;  
text-shadow:0 1px 0 #fff; -webkit-text-shadow:0 1px 0 #fff; -moz-text-shadow:0 1px 0 #fff;
display:block;
text-align:left;
}
#navigation .menu_primary ul li a:hover, 
#navigation .menu_primary ul li a:active{
 color: black;
   text-decoration: none;
   background: #EEE9E9;
}

#navigation .menu_primary > ul > li.hovering {
color: black;
background: #EEE9E9;

}

#navigation .menu_primary ul li.expanded-menu a{
 font-weight:bold;
 color: #7d3f10;
}

#navigation .menu_secondary {
float:none;
position:absolute;
z-index:99999;
margin-top: 8px;
color: black;
background-color: white;
opacity: 0.80;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

#navigation .menu_secondary ul {
margin-left: 0px;
min-height: 35px;
height: 100%;
color: black;
background: url();
background-color: white
opacity: 0.80;
min-width: 100px;
margin: 0px;
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white;
border-bottom: 1px solid white;
}


#navigation .menu_secondary ul li{
  list-style: none;
  background: none;
  padding:3px 7px 3px 0px;
  margin:0;
  display: block;
  float: none;
  border-top: 1px solid #fff;
	border-bottom: 1px solid #d3c490;
}

#navigation .menu_secondary li a:link,
#navigation .menu_secondary li a:visited {
  color: #55160e;
  font-weight:bold;
  text-decoration:none;
  font-size: 11px;


}
#navigation .menu_secondary li a:hover,
#navigation .menu_secondary li a:active {
color: #344A94;

}

#navigation .menu_secondary ul li.expanded-menu a {
 color:#fda579;
}

#navigation .menu_primary ul li div.menu_secondary{display:none}
#navigation .menu_primary ul li.hovering div.menu_secondary{display:block}
/* end insert new nav */


/* Main menu
-------------------------------------------------------------- 

.widgetdiv4 .menu_primary {padding: 0;}
.widgetdiv4 .menu_secondary {padding: 0;}

.menu_primary {font-size: 1.2em; line-height: 1em;}
.menu_primary ul {margin: 0;}

.menu_primary ul li, .menu_secondary ul li {list-style: none;}

.menu_primary ul li a {
	display: block;
	color: #734c4c;
	padding: 7px 10px;
	text-decoration: none;
}

.menu_primary ul li a:hover {
	background: #897c7c;
	color: #fff;
}

.menu_secondary ul li a {padding-left: 30px;}
*/

/* Content
-------------------------------------------------------------- */

#Content {color: #4E4B43; padding: 10px; width: 650px; float: left; font-size: 1.2em; line-height: 1.2em;}
#ContentNoContainers {padding: 10px; 0}
#ContentColumnNoContainers {float:left; color:#4D2D12;}
#Content .ContentWrapper {background-color: #DCE0E3; border: 1px solid #7E7575; padding: 10px;}
#ContentNoContainers .store_sidebar {float: right; width: 250px;}
#ContentNoContainers .store_main {width: 500px; float: left;}
#ContentNoContainers .store_main_inner {padding: 0px 15px;}
#Content .layout {padding: 10px; height: 1500px; overflow: auto;}

.LeftColumn #Content, .RightColumn #Content, .MenuLeft #Content {width: 710px;}
.RightColumn #ContentColumn, .MenuLeft #ContentColumn {margin-left: 0;}
.MenuLeft #ContentColumn {float: left;}
.MenuLeft #LeftColumn {padding-right: 20px;}
.MenuLeft #Content {float: none;}

/* Sidebars
-------------------------------------------------------------- */

.widgetdiv1 {border: 1px solid #F4F4F4; background: #EEE9E9; width: 160px; height: auto; font-size: 10;}

h3.widgettitle {background: #C67171; color: #fff; margin-top: 0; font-size: 1.0em; font-weight: normal; text-align: center;}

/* Footer
-------------------------------------------------------------- */

#Footer {
	border-top: 8px solid #71C671;
	background-color: #C67171;
	font-size: 1.1em;
	height: 20px;
	line-height: 1.0em;
	text-align: center;
	padding: 10px;
	color: #fff;
}

#Footer a {color: #b09699;}
#Footer a:hover {color: #fff;}

.creds {padding: 2px;}

#Footer p {margin-bottom: 0;}

/* Calendar
-------------------------------------------------------------- */

.calendar {
  height:440px;
  margin-right:auto;
  width:450px;
  font-family:"Lucida Grande","Verdana",sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5em;
  text-align:center;
  clear: left;
  
}


.dayName {
  text-align: center;
}

.dayName th {
  border-bottom:3px solid #6e2808;
  color:#6e2808;
  font-size:85%;
  vertical-align:bottom;
  width:75px;
  background-color:#FFF;
  padding-bottom: 0;
  padding-top: 0;
  height: 35px;
}

.monthName th {
  font-weight:normal;
  padding-bottom:0em;
  padding-top:0em;
  text-align:left;
}

#event_calendar .specialDay {
  background-color: #feeed8;
  border-bottom:1px dotted #6e2808;
}

.calendar .day, .calendar .specialDay {
  border-bottom:1px dotted #d4d4d4;
  text-align:left;
  vertical-align:top;
  height:75px;
  background-color:#fff;
}

.weekendDay {
  border-bottom:1px dotted #6e2808;
  text-align:left;
  vertical-align:top;
}
#event_calendar .today {
  background-color:#C4470F;
}

.otherMonth.weekendDay {
  color: #e1ece8;
}

.otherMonth {
  color: #c0c0c0;
  border-right:1px solid white;
  padding:0.7em 1em;
  text-align:left;
  vertical-align:top;
  border-bottom:1px dotted #6e2808;
  background-color:#f0f0f0;
}

.product_description p {
  margin-left:100px;
  width:350px;
}
.upcoming_events, .past_events {
  margin-bottom:25px;
}

/* News List
-------------------------------------------------------------- */

ul.news_list, ul.products_list {border-top: 1px solid #F3ECF3; margin-top: 10px; padding: 10px 0; margin: 0;}
ul.news_list li, ul.products_list li {overflow: auto; padding-bottom: 24px;}
ul.news_list li h3, ul.products_list li h3 {margin-bottom: 5px;}
ul.news_list li p, ul.products_list li p {margin-bottom: 3px;}




