.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060l;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060l;  
}
.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}
.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.listing_title {
font-weight: bold;
}

.listing_category h2 {
color: #006666;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}


/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

/* This is where non-default CSS goes: */


/* * { padding: 0; margin: 0; } */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 800px;
	margin: 50px auto 20px;
	background: url(../images/food_bg8.jpg) no-repeat top center;
	background-color: #F0ECBF;
}

#outer-wrapper {
	margin: 0px auto;
	width: 800px;
	/*	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	background-position: top right; */
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}

#main-content-area {
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px;
	height: auto;
}

#header {
 width: 800px;
 float: left;
 height: 132px;
 margin: 0px 0px 0px 0px;
}

/* Begin Top Nav & AnyLink CSS */
#nav {
	width: 800px;
	padding: 0px;
	clear: both;
	text-align: center;
	background-color: #757B97;
	margin: 0px;
	height: 20px;
	/* BACKGROUND: url(../images/menubar.jpg) no-repeat; WIDTH: 752px; HEIGHT: 34px */
}

#nav ul {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 14px;
	}
	
#nav a {
	color: #FFFFFF;
	width: auto;
	text-decoration: none;
	margin: 0 0 0 35px;
	padding: 0;
	font-weight: bold;
	}
	
#nav a:hover, #nav a:active {
	color: #FFFF99;
	padding-bottom: 2px;
	height: auto;
	}
	
.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 12px Verdana;
	line-height: 16px;
	z-index: 100;
	background-color: #757B97;
	width: 330px;
	padding: 2px 0px 0px;
	margin: 0px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	color: white;
	font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #acb1ca;
	color: white;
	text-decoration: none;
}	
/* End Top Nav & Anylink */	

/* Begin Left Column */	
#leftcolumn {
	/*color: #FFCC99;*/
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 145px;
	float: left;
	background-color: #D1E7DE;
	border-right: 1px solid #D1D1E9;	
 /*border: 1px solid #E9E9E9;*/
}

.left-nav {
	list-style: none;
	border-top: 1px solid #D1D1E9;
	margin: 0px;
	padding: 0px;
}

ul.left-nav li a:link, ul.left-nav li a:visited {
	display: block;
	background-color: #eaf4f0;
	text-decoration: none;
	width: 138px;
	padding: 4px 0px 4px 7px;
	color: #006666;
	border-bottom: 1px solid #D1D1E9;	
    margin: 0px;
	text-align: left;
	font-weight: bold;
}
li.border-top {
 border-top: 1px solid #E9E9E9;
}

ul.left-nav li a:hover {
 display: block;
 text-decoration: none;
 padding: 4px 0px 4px 7px;
 color: #CD5F52;
 width: 138px;
 background-color: #d1e7de;
 	font-weight: bold;
}


/* Begin Middle Column */	
#mid-content {
	float: left;
	color: #333;
    margin: 0px;
	padding: 5px 0px 5px 6px;
	height: auto;
	width: 480px;
	text-align: left;
}

#mid-content p {
margin:0px 10px 10px 5px;}

#mid-content h3 {
color: #006666;
margin:0px 10px 10px 5px;}


/* Begin Right Column */
#rightcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	height: auto;
	width: 141px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DBDCE3;
}

#rightcolumn p {
margin:0px 0px 5px;
}

.feature-img {
 color: #000; 
 background-color: #fff; 
 padding: 4px; 
 margin: 8px 0 5px 0px; 
 border: 1px solid #CDCFCD; 
 display: block; }

#bottom{
 margin: 0 0 0 0;
 height: 25px;
 background-image: url(../images/bottom.jpg);
 background-repeat: no-repeat; 
 background-position: top left;
 clear: both;
}

#footer{
	color:#555;
	margin:6px 0 6px 0;
	padding:10px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 780px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #DBDCE3;
	height: 25px;
 }

.footer_left {
	float: left;
}

.footer_right {
	float: right;
	text-align: right;
	padding: 2px 0 0 0;
}

a.footerlink:link, a.footerlink:visited { color: #555; text-decoration: none; }
a.footerlink:hover {text-decoration:underline; }
