/* Cancel base stylesheet|Table Fix|Etc. */
table, td, th{
	vertical-align: top;
}
h3.widgettitle {
	font-size: auto;
	padding: auto;
	margin-bottom: auto;
}
.widgetdiv1 {
	width: auto;
	margin-bottom: auto;
}
.widgetdiv4 div {
	padding: auto;
}
.widgetdiv4 table {
	margin-bottom: auto;
}
/* Functions */
.Clear {
	clear: both;
}
.NiceTable {
	border-collapse: collapse;
	width: 1% !Important;
	background: #F5DCA1;
	border: 1px solid #DDBD72;
}
.NiceTable td {
	border: 1px solid #DDBD72;
	padding: 5px;
}
.TableFix {
	border-collapse: collapse;
	margin: 0 auto;
	width: 1% !Important;
}
.TableFix td {
	padding: 5px;
}

/* Layout */
body {
	color: #6a6353;
	font-size: 90%;
	background: #f7edc3;
}
.Header {
	border-bottom: 1px solid #f8d999;
	background: #f8d99a url(../images/header_left.jpg) top left no-repeat;
	height: 131px;
}
.Menu {
	height: 31px;
	border-bottom: 1px solid #f5e6b5;
	background: #f8d99a url(../images/menubg.jpg) top left no-repeat;
}
.Table {
	margin-top: 10px;
	margin: 0;
}
.TableLeft,
.TableRight {
	width: 200px;
	padding: 10px;
}
.TableCenter {
	padding: 5px 10px;
	background: #f7edc3;
}
.TableLeft {
}
.Footer {
	border-top: 1px solid #cb5d16;
	color: #d77e42;
	margin-top: 20px;
	text-align: center;
	font-size: 80%;
	padding: 10px 0 20px 0;
}
.Footer a {
	color: #d77e42;
}
.Footer a:hover {
	color: black;
}

.Footer div {
    padding-right: 20px;
    display: inline;
    float: right;
}
.Footer .creds {
    padding-left: 20px;
    float: left;
}

/* General */
body {
	font-family: arial, sans-serif;
}
.Table {
	line-height: 1.3;
}
a {
	color: #5fa396;
}
a:hover {
	color: black;
}
ul {
	margin: .3em 0;
	padding-left: 50px;
	list-style-type: disc;
}
ol {
	margin: .3em 0;
	padding-left: 50px;
	list-style-type: decimal;
}
hr {
height: 1px;
border: 0;
color: #cb5d16;
background: #cb5d16;
}
p {
    xxxpadding: .5em 0;
}
h1 {
	margin-bottom: .8em;
	font-size: 150%;
}
h2 {
	margin-bottom: .8em;
	font-size: 120%;
}
h3 {
	margin-bottom: .8em;
	font-size: 110%;
}
/* Menu Primary & Menu Secondary */
.MenuPrimary,
.MenuSecondary {
	font-size: 110%;
}
.menu_primary ol, 
.menu_primary ul {
    padding: 0;
		margin: 0;
    list-style: none;
}
.menu_primary {
	margin: -10px -10px 0px -10px;
}
.menu_primary a {
  text-decoration: none;
  padding: 4px 0 4px 15px;
  display: block;
  color: #6a6353;
	background: url(../images/menu_divider.gif) top left no-repeat;
}
.menu_primary a:hover {
	color: #cb5d16;
	background: #f3d183;
}
.TableCenter .menu_primary a:hover {
	background-color: #f6dda4;
}
.menu_secondary a {
	font-size: 80%;
        margin: 0 -10px 0 -10px;
	padding-left: 40px;
	background: url(../images/bullet.gif) 30px 8px no-repeat;
}
.menu_secondary a:hover {
	background: #f3d183 url(../images/bullet.gif) 30px 8px no-repeat;
}





/****
TJK_keyBoardDropDown
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
	position:relative;
	background: transparent no-repeat 100% 50%;
	width: 850px;
	float:left;
	font-size: 90%;
	height: 31px;
	line-height: 31px;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:20em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	font-size: 85%;
	padding: 8px 1em 10px 1em;
	background:url("../images/clear.gif");/* trick to keep'em open */
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
	padding-right: 15px;
	cursor:pointer;
	float:left;
	list-style-type:none;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	width:17em/*FF*/;
	padding:0;
	border:none;
	max-width:120%;
	border-right:1px solid #d0c596;
	border-bottom: 1px solid #d0c596;
	border-top:none;
	background: #7c8b89;
}
/* All anchors */
#TJK_dropDownMenu li a {
	cursor:default;
	color: #59615e;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .4em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height: 31px;
	line-height: 31px;
}
#TJK_dropDownMenu li a {
	cursor: pointer;
}
#TJK_dropDownMenu li a:hover {
	background: url(../images/menu_hover.png);
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:16em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.9em;
	height:1.9em;
	font-weight:normal;
	border:1px solid #637270;
	color: white;
}
#TJK_dropDownMenu li ul li.Other {
	border-top: 3px solid #637270;
}

/* :hover and stuff */

/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color: white !important;background:#637270}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#TJK_dropDownMenu li#AB {z-index:6;}
#TJK_dropDownMenu li#CF {z-index:5;}
#TJK_dropDownMenu li#GJ {z-index:4;}
#TJK_dropDownMenu li#KR {z-index:3;}
#TJK_dropDownMenu li#ST {z-index:2;}
#TJK_dropDownMenu li#UZ {z-index:1;}

/* Current location - class on Body must match LI's id */
.AB #TJK_dropDownMenu li#AB a,
.CF #TJK_dropDownMenu li#CF a,
.GJ #TJK_dropDownMenu li#GJ a,
.KR #TJK_dropDownMenu li#KR a,
.ST #TJK_dropDownMenu li#ST a,
.UZ #TJK_dropDownMenu li#UZ a {color:#000;}
/* Keeping current menu accessible to JAWS */
.AB #TJK_dropDownMenu li#AB ul,
.CF #TJK_dropDownMenu li#CF ul,
.GJ #TJK_dropDownMenu li#GJ ul,
.KR #TJK_dropDownMenu li#KR ul,
.ST #TJK_dropDownMenu li#ST ul,
.UZ #TJK_dropDownMenu li#UZ ul {display:block;top:-1000px}

/* background colors */
#AB,#AB li a {background-color:transparent;}
#CF,#CF li a {background-color:transparent;}
#GJ,#GJ li a {background-color:transparent;}
#KR,#KR li a {background-color:transparent;}
#ST,#ST li a {background-color:transparent;}
#UZ,#UZ li a {background-color:transparent;}



/* --------------- Calendar --------- */

.calendar {
font-size:12px;
line-height:1.5em;
text-align:center;
clear: left;

}
.calendar td,
.calendar th {
	padding: 5px;
}

.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:#fdfbf4;
}

.weekendDay {
border-bottom:1px dotted #6e2808;
text-align:left;
vertical-align:top;
}
#event_calendar .today {
background-color:#f7cb67;
}

.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:#e6e5df;
}

.product_description p {
margin-left:100px;
width:350px;
}
.upcoming_events, .past_events {
margin-bottom:25px;
}

/*NEWS LIST*/
ul.news_list {
border-top:1px solid #F3ECF3;
margin-top:10px;
padding:10px 0;
}

ul.news_list li {
height:135px;
padding-bottom:24px;
}
.products_list p {
padding:0 10px;
}