* { padding: 0; margin: 0; }

HTML {overflow: -moz-scrollbars-vertical;}

p,td,div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
}

p {
	padding-bottom: 10px;
	line-height: 18px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #e5e2cd;
	background-image: url(../images/bk_starfish.gif);
	background-repeat: repeat;
}
.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: 13px;
  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;
}




/* Site Specific CSS */

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;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #626880;
	padding-bottom: 5px;	/* margin-left: 10px; */
}


#wrapper {
	margin: 10px auto 0;
	width: 800px;
	background-color: #FFFFFF;
}
#header {
	color: #333;
	width: 800px;
	float: left;
	height: 97px;
	margin: 2px 0px 0px;
	background: #FFFFFF url(../images/header_band.jpg) no-repeat center top;
}
#float-menu {
	position:absolute;
	top:79px;
	left:666px;
	color:#4a5056;
	font-size:12px;
	font-weight:bold;
	width: 192px;
	height: 45px;
}
#float-menu a {
	margin-right:5px;
	margin-left:5px;
	color: #444D78;
	text-decoration:none;
}
#float-menu a:hover, #float-menu a.active {
	color:#FF9900;
}
#navcontainer {
	float: left;
	width: 800px;
	color: #333;
	margin: 0px 0px 0px 0px;
	background: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* 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: 10px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
/* border-right: 1px solid #fff; */
}

#navcontainer ul li a:hover
{
background-color: #1D61AA;
color: white;
}

.left-nav {
	list-style: none;
	border-top: 1px solid #D1D1E9;
	margin: 0px;
	padding: 0px;
}
ul.left-nav li a:link, ul.left-nav li a:visited {
	display: block;
	background-color: #626880;
	text-decoration: none;
	width: 133px;
	padding: 4px 0px 4px 7px;
	color: #FFFFFF;
	border-bottom: 1px solid #D1D1E9;	
    margin: 0px;
	text-align: left;
}
ul.left-nav li a:hover {
 display: block;
 text-decoration: none;
 padding: 4px 0px 4px 7px;
 color: #FFFFFF;
 width: 133px;
 background-color: #444e72;
} 
#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 height: 250px;
 width: 800px;
 display: inline;
}
#inside-content {
	float: left;
	color: #333;
	background: #FFFFFF;
	height: auto;
	width: 630px;
	display: inline;
	padding: 10px 10px 40px 20px;
}
#inside-content li {margin-left: 15px;}


#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height: 225px;
 width: 560px;
 float: left;
}

#rightcolumn { 
 color: #616161;
 background: #FFFFFF url(../images/constant_contact_box.jpg) no-repeat;
 margin: 5px 0px 0px;
 padding: 15px 15px 5px;
 height: 225px;
 width: 180px;
 float: left;
}
#bottom-body {
	width: 780px;
	height: auto;
	clear: both;
	color: #000000;
	background: #FFFFFF url(../images/section_shadow.jpg) no-repeat center top;
	margin: 0px;
	padding: 10px 10px 0px;
}
#body-left-col { 
 color: #333;
 background: #e4e3df;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height: 150px;
 width: 110px;
 float: left;
}
#body-center-col {
	float: left;
	color: #333;
	background: #e4e3df;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	height: 150px;
	width: 210px;
	display: inline;
}

#body-center-col li {
	margin-left: 10px;
	list-style-type: circle;
}

.blue-bold {
	color: #626880;
	font-weight: bold;
	font-size: 14px;
}

#body-one-col {
	color: #333;
	background: #FFFFFF;
	margin: 15px 0px 0px;
	padding: 12px 2px 2px;
	height: 290px;
	width: 775px;
	text-align: center;
	clear: both;
}

#body-inside {
	color: #333;
	background: #FFFFFF;
	margin: 15px 0px 0px;
	padding: 12px 10px 2px;
	height: auto;
	width: 760px;
	text-align: left;
	clear: both;
}
#body-inside li {margin-left: 15px;}


#body-one-col img {padding-bottom:10px;} 

/* #img-spacer {padding-bottom:0px;} */
#img-spacer img {padding-left:17px;padding-right:20px;}

#footer {
	width: 790px;
	height: 14px;
	color: #666666;
	margin: 0px auto;
	padding: 8px 5px 5px 5px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #666666;
	text-decoration:none;
}
#footer a:hover, #footer a.active {
	text-decoration:underline;
}

#bottom-nav {
	width: 770px;
	height: 12px;
	clear: both;
	color: #999999;
	background: #FFFFFF;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #999999;
}

#bottom-nav a {
	color: #999999;
	text-decoration:none;
}
#bottom-nav a:hover, #credits a.active {
	text-decoration:underline;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	border-top-width: 0;
	font:normal 12px Verdana;
	line-height: 16px;
	z-index: 100;
	background-color: #660000;
	width: 330px;
	padding-top: 10px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	text-align: left;
	color: white;
	font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #1d61aa;
	color: white;
	text-decoration: none;
}


.snapshot {color: #000; background-color: #fff; padding: 4px; border: 1px solid #CDCFCD; display: inline; margin:2px;}
