* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}


html, body {
  height: 100%;
}

body {
    margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image: url(../images/site-bg.jpg);
	background-repeat:repeat-x;
	background-color:#847412;
}

#inner-wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../images/sunburst.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}

/* LAYOUT */
.break {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

div#wrapper {
	/* background-image: url(../images/container_bg.jpg);
  background-position: center top;
  background-repeat: repeat-y; */
  min-height: 680px; /* this was 100% but was screwy using low res... so I set it to 690 */
	height: auto !important;
	height: 100%;
	margin: 0px auto; /* the bottom margin is the negative value of the footer's height */
	width: 900px;
}

div#content div.container {
  width: 900px;
  margin: 5px auto 30px auto;
}

/* HEADER */
div#header {
	height: 120px;
	padding-top: 8px;
}

div#header div.container {
	margin: 0px auto 0px auto;
	position: relative;
}

div#header a.logo img {
  margin: 5px 0px 5px 0px;
}

/* floating nav */
#floating-nav {
	position:absolute;
	top:26px;
	left: 743px;
	width: 182px;
	height: 28px;
}

#floating-nav a
{
	color: #A89827;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#floating-nav a:hover
{
text-decoration: underline;
color:#FFFFCC;
}


/* 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;
}

/* Drop Line Navigation */
.basictab {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	color: #FFFFCC;
	margin-left: 3px;
}

.down-arrow {
background-image:url(../images/down-arrow.png);
background-position:right;
background-repeat:no-repeat;}

.basictab li a:visited{
color: #FFFFCC;
}

.basictab li a:hover, .basictab li a.current{
/*background-color: #666666;  */
color: #A99727;
}

.basictab li a:active{
color: #FFFFCC;
}

.tabcontainer{
	clear: left;
	width:900px; /*width of 2nd level sub menus*/
	height:35px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.tabcontent{
font: bold 12px Verdana;
color: #FFFFCC;
float:right;
display:none;
}

.tabcontent ul li
{
display: inline;
}

.tabcontent ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 4px;
padding-top: 15px;
font-size:11px;
color: #FFFFCC;
text-decoration: none;
}

.tabcontent ul li a:hover
{
color: #A99727;
}

/* left and right columns */
#leftcolumn {
	margin: 0px 5px 0px 5px;
	padding: 5px 5px 35px 2px;
	height: auto;
	width: 350px;
	float: left;
	/* border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666; */
}

#rightcolumn { 
 float: right;
 padding: 5px 5px 5px 5px;
 height: auto;
 width: 510px;
}

#rightcolumn p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#service-container {position: relative;
margin: 5px auto 30px auto;
}

#service1 {
	position:absolute;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:190px; /* IE6: treaded as min-height*/
	min-height:190px; /* real browsers */
	left: 141px;
	top: -15px;
}

#service2 {
	position:absolute;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:190px; /* IE6: treaded as min-height*/
	min-height:190px; /* real browsers */
	left: 441px;
	top: 41px;
}

#service3 {
	position:absolute;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:190px; /* IE6: treaded as min-height*/
	min-height:190px; /* real browsers */
	left: 141px;
	top: 182px;
}

#service4 {
	position:absolute;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:190px; /* IE6: treaded as min-height*/
	min-height:190px; /* real browsers */
	left: 442px;
	top: 235px;
}

.vertical-services {
  font-size: 30px;
  font-weight: bold;
  color: #A89827;
}


/* 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: #CCCCCC;
  line-height: 150%;
}

h1, h2, h4, h5, h6 {
  color: #DDD451;
  margin-bottom: 0.75em;
}

h3 {color:#FFFFCC;}

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 a:link, a:visited, a:active { color: #DEE11D; text-decoration: none;}
#content a:hover   { color: #A1BD31; 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; }



/* CMS CSS */
body,p,td,div {
  font-family: Arial, Helvetica;
  font-size: 14px;
}
.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: 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: red;
  font-weight: bold;
  font-size: 14px;
}

/* End CMS CSS */
