html{ overflow-y:scroll; }
* {margin:0;padding:0;}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 60px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body {
  height: 100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4071bd;
}

#header-wrapper {
	margin:0 auto; /* center, not in IE5 */
	background-image: url(../images/header-scene.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: center top;
	background-color: #6CB0D5;
}

/* LAYOUT */
.break {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

 div#wrapper {
	height: 100%; 
	margin: 0px auto; /* the bottom margin is the negative value of the footer's height */
	width: 900px;
	padding: 0px;
}

div#content div.container {
  width: 900px;
  margin: 5px auto 30px auto;
}

/* HEADER */
#header {
	height: 165px;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	position: relative;
}

#header p {
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	position: absolute;
	left: 466px;
	width: 437px;
	top: 8px;
	font-style: italic;
text-shadow: 0px 3px 5px #2a2a2a;
}

div#header a.logo img {
	margin: 2px 0px 5px 5px;
}

/* floating nav */
#floating-nav {
	position:absolute;
	top:10px;
	left: 693px;
	width: 223px;
	height: 28px;
}

#floating-nav a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

#floating-nav a:hover
{
	text-decoration: underline;
	color:#FF8A15;
}


.big-text {font-size: 36px;}

/* Navigation */
#top-nav {
	position:relative;
	height:22px;
	z-index:10;
	left: 0px;
	top: 0px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* Nav--------------------------*/
#nav  {
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 880px;
	margin-top: 5px;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
}

#nav li { display: inline; }

#nav a {
	display: inline;
	margin-left: 8px;
	padding: 8px;
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: underline;
}
#nav .active a { border-bottom: 2px solid #C70012; color: #9D2900;}

/* left and right columns */
#leftcolumn {
	margin: 0px 5px 0px 10px;
	padding: 5px 5px 15px 2px;
	height: auto;
	width: 400px;
	float: left;
}

#rightcolumn {
	float: right;
	padding: 15px 5px 0px 5px;
	height: auto;
	width: 450px;
}

#singlecolumn {
	margin: 0px 5px 0px 10px;
	padding: 5px 5px 15px 2px;
	height: auto;
	width: 850px;
	float: left;
}

#rightcolumn p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* Footer */
#bottom-content {
	position: relative;
	margin-top: -53px; /* negative value of footer height */
	clear:both;
	color:#CCC;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	background-color: #5E81A0;
	height: 53px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
}

#bottom-content a, #bottom-content a:visited {
	color:#CCC;
	text-decoration:none;
font-weight: normal;
}
#bottom-content a:hover {
	color:#CCC;
	text-decoration:underline;
}

#bottom-content p {margin:0 0 15px 0;}
#bottom-content p.axe img {margin-bottom:-7px;}

#bottom-section {
	width:900px;
	margin:0 auto;
	height:40px;
	line-height:1.1em;
	padding:0 10px 0 10px;
}

#bottom-section #left {
	width:525px;
	float:left;
	padding-top:20px;
}
#bottom-section #right {width:250px;float:right;text-align:right;padding-top:20px;}


/* FOOTER */
div#push, div#footer {
  height: 22px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	
	background-color: #000000;
	color: #999999;
	padding: 5px;
	font-size: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #352e07;
}
div#footer a {
  color: #999999;
  text-decoration:none;
}
div#footer a:hover {
   text-decoration:underline;
}
div#footer ul {
  width: 850px;
  margin: 0 auto 0 auto;
}
div#footer ul ul {
  width: auto;
  margin: 0;
}
div#footer ul li {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
}
div#footer ul ul li {
  padding: 0 8px 0 5px;
  border-right: 1px solid #AAA59E;
}
div#footer ul ul li.last {
  border: none;
}

div#footer li#legal ul {
  float: left;
}
div#footer li#utils ul {
  float: right;
}


/* Standard Formatting */
body {
	font-family: Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
}

h1, h2, h4, h5, h6 {
	color: #FF0;
	margin-bottom: 0.75em;
}

h3 {
	color:#FFF;
}

h1 { font-size: 250%; margin-bottom: .5em; }
h2 { font-family: Arial, Helvetica, sans-serif;
     margin:0px,0px,5px,0px;
	 padding:0;
	 margin-top:10px;
	 font-size:18px;
	 font-weight:normal;
	 line-height:120%; }
h3 { font-family: Arial, Helvetica, sans-serif;
     margin:12px 0px 10px 0px;
	 padding:0;
	 font-size:16px;
	 line-height:120%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

p {
  margin-bottom: 1.5em;
}

dl {
  margin-bottom: 1.5em;
}

a:link    { color: #000000; }
a:visited { color: #000000; }
a:hover   { color: #A1BD31; text-decoration: none; }
a:active  { color: #CC3300; }

/* a:active, a:focus, button:active, button, button * { outline: none; } */

#content {
	background-repeat: repeat-x;
	height: auto;
	width: 900px;
	margin-top: 5px;
}
	
#content a:link, a:visited, a:active {
	color: #ffff40;
	text-decoration: none;
        font-weight: bold;
}
#content a:hover   { color: #FFF; text-decoration: underline; }

#content ul {
  list-style-type: none;
  margin-bottom: 1.5em;
  margin-left: 1em;
}
#content ul li {
	background: url("../images/bullet.png") left 4px no-repeat;
	padding-left: 13px;
	margin-bottom: 8px;
}

#content ol {
  color: #000000;
  margin-bottom: 1.5em;
  margin-left: 2.5em;
}
#content ol li span {
  color: #5D5751;
}

#rightcolumn img {color: #000; background-color: #fff; padding: 4px; border: 1px solid #CDCFCD; display: block; margin-left:0px;}

.snapshot {color: #000; background-color: #fff; padding: 4px; border: 1px solid #CDCFCD; display: block; margin-left:10px; }

.right {
	float:right;
	margin-left: 15px;
}

.left {
	float:left;
	margin-right: 15px;
}

.dropshadow {
	color: #FFF; text-shadow: 0px 3px 5px #2a2a2a;
}



/* CMS CSS */
p,td,div {
	font-family: Arial, Helvetica;
	font-size: 14px;
}
.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}

.article_full_detail img {margin-right: 15px;}

.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: 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_title {
  font-size: 18px;
  font-weight: bold;
  color: #A89827;
}

.listing_tagline  {
  font-size: 14px;
  font-weight: bold;
}

/* 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: #FF0;
  font-weight: bold;
  font-size: 16px;
}

/* End CMS CSS */
