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


/*
+++++++++++++++++++
BKelly Editor Button
p.my-inline-entries .editor-button { display:inline; }
p.my-inline-entries .editor-button { position:static; } 
.editor-button a { left:4px; }
.container .editor-button a { left:-16px; } /* now nreset it for buttons inside #container which has a left margin */ 
*/


.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%;
} 