* {padding: 0px;
margin: 0px;
}

html{ overflow-y:scroll; }

/* 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: #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;
}

/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
	padding:0;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E8E8E8;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; color:#999999}
h3{
	font-size:16px;
	padding:4px 0;
	margin-bottom:10px;
	margin-right: 10px;
	color: #83743F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4DEC9;
}

#column_large a:link, a:visited{
	color:#900;
	text-decoration:none;
}
#column_large a:hover{text-decoration:underline;}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{
	width:870px;
	margin:0 auto;
	background-color: #FFF;
}

#topbar{
	width:auto;
	display:block;
	height:175px;
	position: relative;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
}

#logo h1 {
	position: absolute;
	top: 13px;
	left: 14px;
	width: 580px;
	height: 150px;
	background-image: url(../images/RFAS-Header02.jpg);
	background-repeat: no-repeat;
}

#logo h1 a {
	display: block;
	height: 150px;
	text-indent: -9999px;
}

#banner-ad {
	position:absolute;
	top: 17px;
	left: 32px;
	width: 211px;
	color: #036;
	margin: 0px;
	padding: 0px;
}

#navbar{
	width:auto;
	display:block;
	height:29px;
	/* background-image: url(../images/nav-bar.png);
	background-repeat: repeat-x; */
	padding: 6px; 
}

#navbar a, #navbar a:visited{
	font-size: 16px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:hover {
	background-image:url(../images/titlebar-active.png)
}

/* Begin Top Nav */
#nav {
	width:auto;
	display:block;
	height:14px;
	padding: 8px;
	margin: 0px;
	background-color: #000;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#nav a {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	color: #E4E4E4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav a:hover, #nav a:active {
	color: #A69744;
	height: auto;
	}
/* end top nav */



#main{
	width:auto;
	display:block;
	padding:7px 0;
}

#main p {padding-bottom:5px;}

#column_left{
	width:180px;
	margin-right:0px;
	float:left;
	margin-left: 7px;
	padding-right: 3px;
}

#column_right{
	width:650px;
	float:left;
}

#column_right img {color: #000; background-color: #fff; padding: 4px; border: 1px solid #CDCFCD; display: block; margin-left:0px;}

#column_far_right{
	width:365px;
	float:left;
}

#column_large{
	width:650px;
	float:right;
	margin-right: 10px;
}

#one_column{
	width:750px;
	margin-right:15px;
	float:right;
	margin-top: -40px;
}

div.spacer{clear:both; height:10px; display:block;}
	
#footer{
	width:auto;
	display:block;
	font-size:12px;
	color:#007C58;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	height: 15px;
	background-color: #333;
}

#footer a, #footer a:visited {
	color: #007C58;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
	
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

.snapshot {	color: #000; background-color: #fff; padding: 4px; margin: 0px 5px 5px 0px; border: 1px solid #CDCFCD; display: block; } 

.left {float:left;
margin-right: 10px;
}

.right {
	float:right;
	margin-left: 10px;
	margin-right: 10px;
}

/* Accordion Menu Classes */
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.menuheader a, .menuheader a:visited,  .menuheader a:active{
	color: white;}
	
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	/* border-bottom: 1px solid #dadada; */
	border-bottom: 1px solid #fff;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
