*{ margin: 0; padding: 0; }

* body { margin: 40px 0 0; 
         background: #fff url(../images/bg.gif) repeat-x; 
		 font-size: 12px;
		 line-height: 140%;
		 font-family: Helvetica, 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;  
}

.article_full { 
	width: 660px;
	margin: 30px auto;
	padding-right: 300px;
	}

.article_full p { margin: 0; padding: 8px 0; }
.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 */		 
		 
.clear { clear: both; }

h1 { 
	font-size: 3em; 
	font-weight: normal; 
	float: left;
	margin-right: 30px; 
	}
h1 a { 
	text-decoration: none; 
	}
h2 { 
	font-size: 28px; 
	color: #fff; 
	font-weight: normal; 
	margin: 0 0 .8em; 
	}
h3 {
	font-size: 22px;
	border-bottom: 1px dotted #484F61;
	margin: 0 0 .8em;
	color: #484F61;
}
h5 {
	font-size: 13px;
	margin: 0 0 4px 0;
	}
	
p  { margin: 0 0 2em 0; }
em { 
	border-bottom: 1px dotted #fff;
	 cursor: pointer; 
	 }
a { color: #9D2900; }
a:hover { color: #A0000E; text-decoration: none; }
img { border: 0; }

	
.center_me { width: 960px; margin: 0 auto; padding-top: 30px; }

.center_me ol {margin-left: 25px;}
.center_me li {margin-left: 0; padding: 0px 0px 5px 0px }

/* Steph */
/*
#container { 
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	}
*/
#header { 
	width: 960px;
	margin: 0 auto;
	position: relative;
	clear: both;
	}

	
#nav li { 
	display: inline;
	list-style: none; 
	}
	
#nav a { 
	display: block; 
	float: left; 
	margin-top: 20px; 
	padding: 6px 6px 3px; 
	text-decoration: none; 
	letter-spacing: 1px;
	}

#nav a:link, #nav a:visited { color: #000; }
#nav a:hover, #nav a:active, #nav a:focus { 
	color: #9D2900; 
	border-bottom: 3px solid #C0CCDA; 
	}
 
#teaser {
	background: #39526e url(../images/home_bg.jpg) top left repeat-x;
	margin: 0px;
	padding: 0px 0 15px;
	width: 100%;
	float: left;
}

.home_box {
	float: left;
	padding: 60px 0 30px;
	width: 630px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
}

.home_box h2 {
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 15px;
}

.home_box p { margin: 5px 50px 0 0; }


.home_box a:link, .home_box a:visited {
	color: #c0ccda;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.big_link a:hover, .home_box a:active {
	text-decoration: underline;
}


#home_image { float: right; position: relative; }
	
#black_bar {
	height: 20px;
	padding: 8px 0;
	background-color:#000000;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #999;
	color: #fff;
	/* margin-bottom:15px; */
	clear: both;
	margin: 0;
	width: 100%;
}

#black_bar ul { float: right; }

#black_bar ul li {
	list-style: none;
	display: inline;
	float: left;
	}
	
#black_bar a{
	padding-top: 0px;
	text-decoration: none;
	color: #fff;	
	padding: 0 20px;
	border-right: 1px solid #666;
	display: block;
	float: left;
	letter-spacing: 1px;
	font-size: 11px;
}	

#black_bar a.last { border-right: none; }

#black_bar a:hover{
	text-decoration: underline;
}	


#black_bar img {
	margin-right: 10px;
	margin-left: 10px;
}

.col { 
	float: left; 
	width: 276px; 
	margin: 10px 30px 16px 0; 
	}
	.last {  
		margin-right: 0; 
		}
	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }

.col ul { 
	margin-top: -20px;
	margin-bottom: 10px;
	}

.col li, #sidebar li {
	list-style: circle;
	margin-left: 25px;
}

.col li.nobullet { list-style-type: none; }

#main_content {
	width: 600px;
	float: left;
	padding-bottom: 50px;
}

#main_content p { margin: 8px 0; float: left; width: 100%; }

.article_items { float: left; width: 100%; margin-top: 10px; }

#main_content h1 { 
	font-size: 30px; 
	margin-top: 15px; 
	letter-spacing: 1px;
	padding: 0 0 4px 0;
	 border-bottom: 2px solid #ccc;
	 width: 100%;
	 }
	
#main_content h2 {
	color: #666;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 15px 0 5px 0;
	line-height: 125%;
	float: left;
	}

#main_content ol, #main_content ul, #main_content li {
	width: 100%;
	float: left;
	padding: 5px 0;
	}

#main_content .article_item .article_title { 
	font-size: 14px;
	text-transform: normal;
	font-weight: bold;
	letter-spacing: 1px;
	}

#main_content .article_item .article_detail {
	padding-left: 0px;
	padding-bottom: 5px;
	line-height: 150%;
}

#main_content form {
	float: left;
	margin-top: 10px;
	width: 100%;
	}
	#main_content form tr { padding-bottom: 4px; }
	
#sidebar {
	width: 300px;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
}

#sidebar div { margin-bottom: 20px; }

.banner_text {
	border: 1px solid #738CAE;
	padding: 5px;
	background-color: #C7D0DE;
	text-align: center;
	width: 900px;
	/* margin: 0 auto 10px; */
        margin: 15px auto 10px;
}	

.homeinfo strong {
color:#990000;
}

#footer {
	clear: both;
	margin: 0 auto;
	height: 55px;
	padding: 10px 15px 15px;
	background:url(../images/footer_back.gif) top left repeat-x;
	color: #CCCCCC;
}	

#footer .center_me, #black_bar .center_me { padding-top: 3px; }
#teaser .center_me { padding-top: 0px; }

#footer .right { float: right;  }

#footer a { color: #CCCCCC; font-weight: bold; }

.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; margin-left:10px;}
