*{ margin: 0; padding: 0; }

* body { margin: 45px 0px 0px 0px; 
         background: #fff url(../images/bg.gif) repeat-x;  
		 font: 15px "Trebuchet MS", Arial, Sans-Serif; 
		 color: #444; }
		 
/* CMS CSS */
.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;
}
/* END CMS CSS */		 
		 

h1 { font-size: 3em; font-weight: normal; float: left; }
h1 a { text-decoration: none; }
h2 { font-size: 28px; color: #FFCC66; font-weight: normal; margin: 0 0 8px; }
h3 {
	font-size: 19px;
	border-bottom: 1px dotted #FFCC99;
	margin: 0 0 5px;
	color: #3A3E6D;
}
p  { margin: 0 0 8px; }
em { border-bottom: 1px dotted #fff; cursor: pointer; }
a { color: #9D2900; }
a:hover { color: #A0000E; text-decoration: none; }
img { border: 0; }

	
.center_me {
	width: 920px;
	margin: 0 auto;
	height: auto;
	padding: 0px;
}

.center_me_inside {
	width: 880px;
	margin: 0 auto;
	height: auto;
	padding: 0px;
}
 
#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

#floating-nav {
	position:absolute;
	top:126px;
	left: -47px;
	width: 702px;
	height: 28px;
	text-align: center;
}

#constant-contact {
	position:absolute;
	top:31px;
	left: 706px;
	width: 216px;
	height: 40px;
	text-align: center;
}

#nav  { float: right; padding: 6px 0 0 0; list-style: none; }
#nav li { display: inline; }
#nav a { display: block; float: left; margin-left: 10px; padding: 7px; text-decoration: none; font-size: 16px; color: #3A3E6D; }
#nav a:hover { color: #C23081; border-bottom: 3px dotted #5D2264; }
#nav .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
 
#teaser { clear: both; height: 155px; background: #fff url(../images/home_bg.jpg) repeat-x;  }

.home_box {
	float: left;
	padding: 12px 0 0;
	width: 640px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;
	
}

#home_image { float: right; position: relative; }
	
#black_bar {
	height: 50px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000000;
	font-size: 18px;
	color: #CCCC00;
	margin-bottom:15px;
	text-align: center;
}
	
#black_bar a{
	padding-top: 0px;
	padding-bottom: 20px;
	text-decoration: none;
	margin-right: 10px;
	color: #FFF2B3;	
}	

#black_bar a:hover{
	text-decoration: underline;
}	


#black_bar img {
	margin-right: 10px;
	margin-left: 15px;
}

.col {
	float: left;
	width: 290px;
	margin: 0px 5px 10px 0px;
	padding: 5px;
}

.col-center {
	float: left;
	width: 370px;
	margin: 0px 4px 10px 0px;
	padding: 5px;
}
	
.col-last {
	float: right;
	width: 220px;
	margin: 0 0 10px;
	padding: 5px;
}

#main-content {
	border-right: 1px dotted #FFCC99;
	padding-right: 5px;
	margin-top: 5px;
}

.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }

.banner_text {
	border: 1px solid #738CAE;
	padding: 5px;
	background-color: #C7D0DE;
	text-align: center;
	width: 900px;
	margin: 15px auto 10px;
}	

.homeinfo strong {
color:#990000;
}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 43px;
	padding-top: 7px;
}	

#footer .right { float: right;  }

#footer a { color: #FFFFFF; font-weight: bold; }

.big_link a{
	color: #CCCCFF;
	font-size: 19px;
	font-weight: lighter;
	line-height: 20px;
	text-decoration:underline;
}

.big_link a:hover{
	text-decoration:none;
}


.main p {
font-size:13px;
line-height:15px;
}

.main ul {
	line-height:18px;
	list-style-type: square;
}

.learnmore {
	background-image: url(../images/link.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}

.snapshot {color: #000; background-color: #fff; padding: 4px; border: 1px solid #CDCFCD; display: block; }
