/* Reset -------------------------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,em,img,strong,dd
{margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

/* ol, ul {list-style: none;} */
html { height: 100%; margin-bottom: 1px; }

/* CMS Stuff */

.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;
}

.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;
}


/* General ---------------------------------------------------------------- */

body {
	color: #444;
	background-color: #f3f1e5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 {
	position: absolute;
	top: 28px;
	left: 0px;
	width: 292px;
	height: 79px;
	background-image: url(../images/logo04.jpg);
	background-repeat: no-repeat;
}
h1 a {
	display: block;
	width: 290px;
	height: 79px;
	text-indent: -9999px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333;
}

h3 { 
  	font-size: 18px; 
  	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
}

p {
	margin-bottom: 8px;
}

ul, ol {
	margin-bottom: 20px;
}

li {
	padding-bottom: 5px;}

a {
	color: #3E4967;
}
a:hover {
	text-decoration: none;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

blockquote {
	margin-bottom: 20px;
	padding: 10px 10px 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-style: italic;
}

/* Layout ----------------------------------------------------------------- */

#container {
    margin: 0 auto;
}
#container,
#header,
#general,
#footer {
	width: 910px;
}
#content {
	width: 880px;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	height: 130px;
}


#header .tagline{
	font:17px "Times New Roman", Times, serif;
	color: #666;
	line-height: 20px;
	position: absolute;
	left: 336px;
	top: 108px;
	width: 558px;
	text-align:right;
	height: 24px;
	}
	
#nav  {
	position:absolute;
	top:6px;
	left: 572px;
	width: 400px;
	height: 28px;
	list-style: none;
}
#nav li { display: inline; }
#nav a {
	display: block;
	float: left;
	margin-left: 7px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#nav a:hover {
	color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
#nav .active a { border-bottom: 2px solid #C70012; color: #9D2900;}

#nav .current {
	border-bottom: 3px solid #900;
	color: #000;
}

#content {padding: 10px;}

#disclaimer {
	clear: both;
	border-top: 1px solid #ddd;
	width: 910px;
	margin: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #626880;
	background-color: #F4F4F4;
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	width: 910px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header ----------------------------------------------------------------- */

#header p {
	font-size: 24px;
	color: #000;
	position: absolute;
	bottom: 17px;
	left: 305px;
	width: 531px;
	height: 27px;
	text-shadow: 0px 1px 1px #2a2a2a;
}


/* General ---------------------------------------------------------------- */

#general {
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#general h3 {
	margin-bottom: 8px;
	color: #000;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
}


/* Footer ----------------------------------------------------------------- */


#footer li {
	padding: 0 10px;
	list-style: none;
	margin: 0;
}

#footer li.copyright {
	float: left;
	width: 420px;
}

#footer li.credits {
	float: right;
	width: 380px;
	text-align: right;
	font-size: 10px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


.snapshot {color: #000; background-color: #fff; padding: 4px; margin: 0px 0px 5px 0px; border: 1px solid #CDCFCD; display: block; } 

.pad20 {margin-bottom:20px;}

.right {float:right;
margin-left:15px;}

.left {float:left;
margin-right:15px;}

.text-box
{
	width: 800px;
	background-color: #F8F7EF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #dfdcd5;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.text-box a
{
   text-decoration: none;
}

.text-box a:hover
{
   text-decoration: underline;
}


/* Container Boxes */
#containerbox {
	width: 880px;
	height:150px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
}
	
.section {
	width: 273px;
	height:145px;
	float:left;
}
 
/* Boxes  */
#box {
	width: 282px;
	height:150px;
	padding: 5px;
	float:left;
}

#box img {
	border:none;}

#box a, #box a:visited {
	border: 1px solid #999;
	display: block;
	height: 66px;
}

#box a:hover {
	border: 1px solid #F00;
	display: block;
}

#box p {font-size:14px;}
