@charset "utf-8";
/* CSS Document */

a {text-decoration: none;}
a:hover {text-decoration: underline;}
p {
	font-size: 16px;
	padding: 10px;
}

p a{
	font-size: 16px;
}

p strong {
font-size: 16px;
}
body {
	font-family: sans-serif;
	width: 989px;
	background-color: #d0d3dc;
	margin: 20px auto 0;
	position: relative;
	color: #3a3a3a;
}
#container {
	width: 989px;
	height: auto;
	margin: 0 auto;
	background-color: white;
	
	-webkit-box-shadow: -5px -5px 10px 0px #000000;
	-moz-box-shadow: -5px -5px 10px 0px #000000;
	box-shadow: -5px -5px 10px 0px #000000; 
	/* behavior: url(pie.htc); crashes IE9 when trying to print */ /* use css3 pie: css3pie.com */
}
#header {
	width: 989px;
	height: 120px;
}
#header img {
	float: left;
	margin: 5px 0 0 35px;
	
}





#sizecontroldiv {
background-color: whitesmoke;
width: 270px;
/* visibility: hidden; */
}
.zoom-controls {
padding-top: 3px;
}
#sizecontroldiv img {
margin: -6px 10px 0 0 !important;
padding: 0;
}
#sizecontroldiv span, #sizecontroldiv a {
color: darkslategray;
font-size: 16px;
margin: 5px 10px;
display: block;
}
#sizecontroldiv a {
color: darkred;
}

#navTop {
	/* width: 450px;
	float: right; */
	margin: 50px 30px 0 0;
overflow: hidden;
width: 730px;
height: 30px;
text-align: right;
z-index: 1000;
position: absolute;
right: 5px;
}
/* used for iPad either screen orientation */
@media only screen and (device-width: 768px) {
	#navTop {
		width: 460px;
	}
}

#navTop li {
	display: inline;
	margin-left: 15px;
}
#navTop li a {
	color: #7e6d4f;
        font-size: 16px;
background-color: white;
}
#navTop li a:hover {
        text-decoration: none;
        color: black;
}
#searchBox {
	/*width: 245px;*/
	height: 27px;
	/* float: right; */
	margin: 15px 35px 0 0;
	/*background-image: url(images/search-box.png);
	background-repeat: no-repeat;*/
position: absolute;
right: 0;
top: 70px;

}
/* remove input shadow from search box on iPad */
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
-webkit-appearance: none;
}
input#cntnt01searchinput {
border: 0;
position: relative;
top: 5px;
left: 3px;
color: #099;
}

input#topSearchBox {
width: 30px;
height: 27px;
background: transparent;
border: 0;
cursor: pointer;
border: 0;
float: right;
*top: -20px;
*position: relative;
}

#navMain {
	width: 920px;
	height: 30px;
	background-color: #0a707c;
	margin: 0 auto;
}
#navMain li {
	display: inline;
}
#navMain li a {
	color: white;
	font-size: 15px;
	/*font-weight: bold;*/
	margin: 0 8px !important;
	line-height: 2em;
}
#navMain li a:hover {
text-decoration: none;
color: #99d2d9;
}
#breadcrumb {
height: 25px;
line-height: 2em;
margin-left: 40px;
font-size: 14px;
overflow: hidden;
float: left;
width: 915px;
}
#breadcrumb span, #breadcrumb a {
	height: 25px;
	color: #0a707c;	
}
#mainContent {
	width: 920px;
	height: auto;
	margin: 0 auto;
}
#slideshowArea {
	width: 520px;
	height: 300px;
	background-color: silver;
	float: left;
	margin-bottom: 5px;
}
#slideshowRightBoxes {
	width: 195px;
	float: left;
	position: relative;
}
#slideshowRightBoxes img {
	margin: 0 0 0 5px;
	height: 73px;
	width: 75px;
	padding: 0;
	border: none;
	float: left;
}
#slideshowRightBoxes p {
	/*float:left;*/
	margin: 0;
	color: white;
	font-size: 14px;
	line-height: 1.1em;
	float: none !important;
position: absolute;
left: 80px;
height: 66px !important;
width: 100px !important;
box-sizing: content-box;
}
#slideshowRightBoxes a:hover {
	text-decoration: none;
}
#leftColumn {
	padding-top: 20px;
	width: 190px;
	float: left;
	height: 500px;
}
#leftColumn ul {
	/*margin-top: 30px;*/
	margin-left: 5px;
}
#leftColumn ul ul {
	margin-left: 5px;
}
#leftColumn ul a {
	color: #6c8943;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
	margin-bottom: 1em;
}
#leftColumn a:hover {
	text-decoration: none;
	color: black;
}
#middleColumn {
	width: 530px;
	float: left;
}
#middleColumn img {
	margin: 10px;
	float: left;
}
#middleColumn h3 {
	font-size: 22px;
	color: #9baf7f;
	margin-top: 10px;
padding: 10px;
}
#middleColumn h4 {
font-size: 18px;
padding: 10px;
color: #9BAF7F;
}
#middleColumn a {
	font-size: 16px;
	color: #0a707c;
}
#middleColumn ul {
padding: 10px;
margin-left: 20px;
list-style: circle;
}
#middleColumn ul li {
font-size: 16px;
/* margin-bottom: 1em; */
}
#middleColumn li strong {
font-size: 16px;
}
span.searchhilite {
font-size: 16px;
color: red;
}
#newsLetter {
	width: 195px;
	height: 300px;
	background-color: #acd4dd;
	float: right;
	margin-bottom: 5px;
overflow: auto;
}
#newsLetter a:hover {
	text-decoration: none;
}
#rightColumn {
	width: 195px;
	/*height: 300px;*/
	background-color: #e2e7d9;
	float: right;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#rightColumn img {
	float: left;
	margin: 10px;
}
#rightColumn h3 {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 10px;
}
#rightColumn a {
	font-size: 16px;
	color: #0a707c;
	margin-left: 10px;
	margin-bottom: 10px;
}
#welcomeBox {
	width: 520px;
	/* height: 270px; */
	background-color: #e3f1f4;
	float: left;
}
#visitUs {
	width: 395px;
	/* height: 270px; */
	background-color: #acd4dd;
	float: right;
}
#visitUs a {
	font-size: 16px;
	color: #136C8A;
}
#newsLetter h2#titleBar,
#visitUs h2#titleBar,
#welcomeBox h2#titleBar,
#middleColumn h2#titleBar,
#rightColumn h2#titleBar {
	background-color: #8BC3D0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	padding: 10px 0 5px 10px;
	color: #2c2c2c;
}
#welcomeBox h2#titleBar {
	background-color: #1f7e8b;
	color: #d7e1e2;
}
#middleColumn h1,
#middleColumn h2,
#middleColumn h3,
#middleColumn h4,
#middleColumn h5,
#middleColumn h6 {
color: #9BAF7F;
padding: 10px;
margin: 10px 0 0 0;

}

#middleColumn h1 {font-size: 30px;}
#middleColumn h2 {font-size: 26px;}
#middleColumn h3 {font-size: 22px;}
#middleColumn h4 {font-size: 20px;}
#middleColumn h5 {font-size: 18px;}
#middleColumn h6 {font-size: 16px;}

#middleColumn ul li {
margin-bottom: 0;
}
#middleColumn ul ul li {
list-style-type: disc;
}
#middleColumn ul ul ul li {
list-style-type: square;
}
#middleColumn ol {
  margin-left: 20px;
  padding: 10px;
}
#middleColumn ol li {
  font-size: 16px;

list-style-type:decimal;
}
#middleColumn ol ol li {
list-style-type:lower-alpha; 
}
#middleColumn ol ol ol li {
list-style-type:lower-roman; 
}
em {
font-size: 16px;
}
#middleColumn span {
font-size: 16px;
}
#middleColumn h1#titleBar {
	background-color: #6c8943;
	color: white;
	display: block;
	font-size: 18px;
	font-weight: bold;
	/*height: 25px;*/
	padding: 10px 0 5px 10px;
margin-top: 0;

}
#rightColumn h2.titleBar2 {
	background-color: #9baf7f;
	margin: 0;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
}
#leftColumn li a.currentpage {
color: #3c4a25!important;
}
#footer {
height: 150px;
}
#footer p {
	text-align: center;
	color: #656969;
	float: left;
	width: 989px;
	position: absolute;
	bottom: 15px;
/*	height: 20px; */
	font-size: 14px;
}
p.smallimageLeft img {
float: left;
position: relative;
top: 10px;
margin: 10px 20px 20px 0 !important;
}
p.smallimageRight img {
float: right !important;
position: relative;
top: 10px;
margin: 10px 0 20px 20px !important;
}

p img {
margin-left: 0 !important;
margin-top: 0 !important;
}

/* home page bottom right blocks */
.blockDarker {
background-color: #8bbfcb;
width: 175px;
float: left;
margin: 5px 10px 5px 10px;
}
.blockDarker a {
padding: 10px 0 10px 10px;
display: block;
}
.blockLighter {
background-color: #fee6cf;
width: 370px;
float: left;
margin: 5px 0 5px 10px;

}
.blockLighter a {
display: block;
padding: 35px 0 10px 10px;
font-weight: bold;
}
.blockLighter img {
float: right;
margin: -25px 10px 10px 0;
}
.lastblockL {
margin-bottom: 20px
}
.lastblockL img {
margin-top: -35px;
margin-bottom: 0;
}

#middleColumn img.imagenowrap {
float: none;
display: block;
}

#middleColumn img.imagecenter {
float: none;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}

.tribe-events-page-title {
margin-top: 0 !important;
}
.tribe-events-loop div.type-tribe_events {
margin-bottom: 40px;
}