/* ++++++++++++++++++++++++++++++++++
Start Sticky Header
*/
#stickyheader {
  color:#333333;
  font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif;
  font-size:130%;
  font-weight:bold;
  left:0;
  letter-spacing:-1px;
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
}

/* This is our jQuery form validation style */
label.error { float: none; color: #FF0000; padding-left: .5em; vertical-align: top; }
/* ========= */

#notify-table {
  color:#333333;
  font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif;
  font-size:130%;
  font-weight:bold;
  left:0;
  letter-spacing:-1px;  
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
}
.notify td {
  background-color:#dcdcdc;
  border-bottom:1px solid #000000;
  padding:4px 0 0 0;
  text-align:center;
}

.notify {
  width:95%;
}

/* ++++++++++++++++++++++++++++++++++
End Sticky Header
*/


.articlebox {
 padding: 5px 5px;
 overflow:hidden;
}

.articlebox h2 a{
  display:block;
}

.articlebox p img {
  padding-left: 0;
  padding-right: 0.25em;
}

a.readmore, a.readmore:visited {
  background-attachment:scroll;
  background-color:transparent;
  background-image:url(/interface/readmore.gif);
  background-repeat:no-repeat;
  border:1px solid #363966;
  color:#333333;
  float:right;
  font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height:10px;
  margin-bottom:0.5em;
  padding:1px 2px 3px 21px;
  text-decoration:none;
  white-space:normal;
}

/* jQuery Tabs */
#tabs {
	font-size: 90%;
	margin: 20px 0;
	border:1px #000000 solid;
}
#tabs ul {
	float: left;
	background: #fff;
	width: 100%; /* MIGHT CAUSE ISSUES SO MAKE 98% IF NEEDED */
	border-bottom:1px #000000 solid;
	margin: 0 0 0 0;
}
#tabs li {
	margin-left: 0px;
	list-style: none;
}
#tabs ul li {
	list-style: none;
	margin-left: 0em;
        border-right:1px #000 solid;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	/* border-top:2px #FFFF66 solid; */
	background: #0058a6;
	border-right:1px #000 solid;
}
#tabs ul li.active a {
	color: #fff;
}
#tabs div {
	background: #e9e9e9;
	clear: none;
	padding: 15px;
	min-height: 200px;
}
#tabs div h3 {
	margin: 15px 0 15px 0;
        font-weight: bold;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: .75em .75em .75em .75em;
	color: #000;
	font-weight: bold;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}

/* Google Map */
#gmap {
    height: 325px;
    width: 100%;
} 
