html { overflow-x: hidden; overflow-y: auto;}

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body {
	background-color:#eee;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1;
}

/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#home-header {
	height:630px;
}

#header {
	height:200px;
}

.headerimg { background-position: center bottom; background-repeat: no-repeat; width:100%; height:630px; position:absolute; }

/* NAVIGATION */
#nav-outer {
	height:160px;
	padding-top:0px;
	position:relative;
	top:0px;
	/* [disabled]background-image:url("../images/headerbg2.png"); */
}
#navigation {
	height:200px;
	width:960px;
	margin:0 auto;
	background-image:url(../images/logo.png);
	background-position:left 32px;
	background-repeat:no-repeat;
}

/* HEADER TEXT */
#headertxt {
	width:960px;
	margin:0 auto;
	clear:both;
	position:relative;
	/* [disabled]top:20px; */
}
#firstline {
	background-image:url(../images/textbg.png);
	color:#333;
	font-size:30px;
	float:right;
	display:block;
	background-position: bottom;
	margin-top: -63px;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
}
#secondline {
	background-image:url("../images/textbg.png");
	color:#CD2B3A;
	text-decoration:none;
	font-size:30px;
	float:right;
	display:block;
	clear:both;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 13px;
}
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured {
	background-color:#CC3333;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	display:block;
	clear:both;
	margin-top:357px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:455px;
	margin:0 auto;
	width:960px;
}
#headernav { padding-left:864px; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

		
img { margin: 0px; padding: 0px; border: none; }

.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#390;
	margin:0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #808e04;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808E48;
}



/* nav */
#navcontainer {
	width:100%;
	background-color:#5AC521;
	height: 31px;
	position: absolute;
	top: 0px;
	left: 0px;
}
	
#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:2px;
	width: 950px;
}

#navcontainer ul
{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
}

#navcontainer ul li a:hover
{
	background-color: #B9EF68;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #B9EF68;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #B9EF68;
	color: #333;
}

.current
{
	background-color: #B9EF68;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #B9EF68;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #B9EF68;
	color: #333 !important;
}



/* content */

#content {
	color:#575757;
	padding-top: 10px;
	width: 950px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;

}

#content p {
	font-size:16px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]line-height: 12px; */
	
}
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }

#content a {
	text-decoration:none;
	color:#B33500;
	line-height:1.8em;
	font: normal 16px Arial, Helvetica, sans-serif;
}



#content ul {
padding: 0px;
list-style-type: square;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 45px;
}
#content ul li {
	text-indent: 0px;
	padding: 0px 0px 3px 5px;
	/* [disabled]line-height: 1.6em; */
}

#footer_wrapper {
	margin: 0 auto;
	background-color: #D4D4D4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
}

#footer {
	width: 970px;
	color: #646464;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#footer_callout {
	margin:0 auto;
	padding:0;
	background-color: #EBEBEB;
	height: 35px;
	padding-bottom: 7px;
}

#footer_callout .recent {
	width:490px;
	float:left;
	padding:0;
	/* [disabled]border-right:2px solid #616161; */
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#footer_callout .recent2 {
	width:450px;
	text-align:right;
	float:left;
	padding:0px;
	margin:0px;
}

#footer_callout h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color:#333;
	padding:0;
	margin:0;
}

#footer .section_w220 {
	float: left;
	width: 295px;
	padding-right: 25px;
}

#footer .section_w220 h4 {
	color: #000;
	margin: 0 0 10px 0;
	padding: 3px 0;
	border-bottom: 1px dotted #7e7e7e;
}

#footer p {
	margin-bottom: 10px;
}

.footer_list_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list_menu li {
	margin: 0px;
	padding: 3px 0;
}

.footer_list_menu li a{
	color: #7e7e7e;
	font-weight: normal;
}

.footer_list_menu li a:hover{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.credit-wrapper {
	padding:0;
	margin:0;
	background-color: #5AC521;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5D76F;
}
.credits {
	width:970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.credit-wrapper p {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#FFF;
}
.credit-wrapper a {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	padding:4px;
	margin:0;
}
.credit-wrapper a:hover { text-decoration:underline; }
.credit-wrapper p.right {
	text-align:right;
	width:350px;
	margin:0;
	padding:15px 0 0 0;
	float:right;
	font-size: 11px;
}
.credit-wrapper p.leftt { text-align:left; width:550px; margin:0; padding:15px 0 0 0; float:left; }


.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;
}

.snapshot {color: #000; background-color: #fff; padding: 4px; margin: 0px 0px 5px 0px; border: 1px solid #CDCFCD; display: block; } 

.fadersnapshot {
	color: #000;
	background-color: #fff;
	margin: 0px;
	border: 1px solid #CDCFCD;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
} 

.right {float:right;
margin-left:15px;}

.left {float:left;
margin-right:15px;}

/* Testimonials Styling */
.testimonial {
	width:945px;
	float:left;
	margin:10px 0 10px 0;
}
.left-quote {
	float:left;
	background:url(../images/quote-left.png) no-repeat top;
	width:55px;
	height:23px;
}
.testi-text {
	float:left;
	/* [disabled]text-align:justify; */
	width:800px;
	padding-right:55px;
	/* [disabled]background:url(../images/quote-right.png) no-repeat right bottom; */
	/* [disabled]font-style: italic; */
	/* [disabled]color: #004675; */
	/* [disabled]min-height: 32px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.testi-name {
	float:left;
	/* [disabled]font-style: italic; */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 85px;
	font-size: 14px;
}

.iframe-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-responsive iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
