* { margin: 0; padding: 0; }

div {margin: 0; padding: 0;}

td
{
padding:1px;
}

body,p,td,div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

p {margin-bottom: 8px;}

a, a:visited {
	color:darkgreen;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote { width: 400px; margin-left:40px; color:darkgreen; } 

.gogreen {color:darkgreen;}

/* hr {
color: #937a2e;} */

/*
hr {border: none 0;
border-top: 1px dashed #937a2e;
height: 1px;
margin-bottom: 10px;
} 
*/

hr {margin-left:auto;margin-right:auto;	}

.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: #606060;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060;  
}
.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;
}

.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;
}


/* Site Specific CSS */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #87680C;
	background-color: #F4F2E9;
	background-image: url(../images/header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

#container {
	width: 960px;
	text-align: left;
	/* background-color: #EEE3C8; */
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 15px;
} 

#fader {
	widows: 960px;
	padding: 0px;
	height: 385px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #f4f2e9;
	height: auto;
} 

#mainContent .left-col {
	float: left;
	width: 470px;
	margin-right: 10px;
	/* border-right: 1px solid #ddd; */
}
#mainContent .right-col {
	float: left;
	width: 420px;
}

#subnav, #subnav td {background-color: #EEE3C8;
font-size:10px;
padding-right:5px;}

#subnav a, #subnav a:visited {
	color:#754A13;
	text-decoration:none;
}

#subnav a:hover {
	color:#C74F21;
	text-decoration:underline;
}

#mainContent ul {padding: 0px;	list-style-type: square; margin: 0px;}
#mainContent li {
	text-indent: 0px;
	margin-left: 16px;
	padding: 0px 0px 5px 0px
}

#footer {
	padding: 0 10px 0 20px;
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
	margin-top: 20px;
} 

#footer a, #footer a:visited {
	color:#A77F0E;
	text-decoration:none;
}

#footer a:hover {
	color:#A77F0E;
	text-decoration:underline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #A77F0E;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	margin-bottom: 5px;
	color: #a77f0e;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #2c481f;
	font-size:16px;
	margin-bottom: 5px;
}

h2 a, h2 a:visited {
	color:#2c481f;
	text-decoration:none;
}

h2 a:hover {
	color:#2c481f;
	text-decoration:underline;
}

.snapshot {	color: #000; background-color: #fff; padding: 4px; margin: 0px 5px 5px 0px; border: 1px solid #CDCFCD; display: block; } 

.left {float:left;
margin-right: 10px;
}

.right {float:right;
margin-left: 10px;
}

.text-box
{
	width: 460px;
	margin: 0px;
	background-color: #E4E4E4;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
