/* CMS CSS */

p,td,div {
  font-family: Arial, Helvetica;
  font-size: 15px;
}
.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 16px;
  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;
}

.listing_category h2 {
  font-size: 14px;
}


/* 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;
}


/* Custom CSS */

body {
	color:#333333;
	background-color: #F4F4F4;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	/*  background-position: center; */
  font-family: Arial, Helvetica;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #990000;
}
a:hover {
	text-decoration: none;
}

#page_wrapper {
	width: 900px;
	text-align: left;
	background: #F4F4F4;
	padding-bottom: 20px;

}

#headercontainer {
	position: relative;
	height: 118px;
	background-color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#headercontainer p {
	font-size: 26px;
	color: #fff;
	position: absolute;
	left: 429px;
	width: 444px;
	font-family: "Times New Roman", Times, serif;
	top: 88px;
}

.headertext {
	font-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#nav ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
    margin-left: 0;
	background-color: #333333;
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 14px;/* fixes Firefox 0.9.3 */
	font-weight: bold;
}

#nav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#nav ul li a
{
padding-left: 15px;
padding-right: 15px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;

}

#nav ul li a:hover
{
background-color: #EB0005;
color: white;

}

#footercontainer
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 10px;
	/* cancels gap caused by top padding in Opera 7.54 */
    margin-left: -15px;
	background-color: #333333;
	color: white;
	width: 102%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EB0005;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

#footercontainer a
{
color: white;
text-decoration: none;
}

#footercontainer a:hover
{
text-decoration: underline;
}

#center_content {
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
}


#center_content ul {
	margin-left: 20px;
	list-style-type: square;
	padding-left: 250px;
}

#center_content li {margin-left: 20px; padding: 0px 0px 5px 0px}

#sub_content {
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
}


#sub_content ul {
	margin-left: 20px;
	list-style-type: square;
	padding-left: 30px;
}

#sub_content li {margin-left: 20px; padding: 0px 0px 5px 0px}


/*
#center_content ul {margin: 0px; padding: 0px; list-style-type: square;}
#center_content li {text-indent: 20px; padding: 0px 0px 5px 0px }
*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	margin-left: 10px;
	margin-top: 8px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	margin-left: 10px;
}

.text-box
{
	width: 200px;
	margin: 0px 10px 30px 10px;
	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;
}

.text-box a
{
   color: #333333;
   text-decoration: none;
}

.text-box a:hover
{
   text-decoration: underline;
}

.snapshot {color: #000; background-color: #fff; padding: 4px; margin: 0px 15px 5px 10px; border: 1px solid #CDCFCD; display: block; } 

.portfolio-thumb img {color: #000; background-color: #fff; padding: 4px; margin: 0px 0px 5px 0px; border: 1px solid #CDCFCD; display: block; } 
