body {
	color: #1A303D;
	font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
}

h1 {
	font-size: 24px;
	color: #294f8c;
	margin-bottom: 5px;
}

h2 {
	font-size: 24px;
	margin-bottom: 4px;
	color: #2980b9;
}

h3 {
	font-size: 18px;
	margin-bottom: 3px;
}

h4 {
	font-size: 16px;
	margin-bottom: 2px;
}

p, ul {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
}

.standardText {
	font-size: 14px;
}

em {
	font-weight: bold;
}

a {
	padding: 2px 1px;
	color: #226a99;
	background-color: #9fcce1;
	text-decoration: none;
}

a:hover {
	background-color: #88bbd6;
	color: white;
	text-decoration: none;
}

blockquote {
	color: #f0ff9e;
	padding-left: 26px;
}

strong {
	font-weight: bold;
}

hr {
	border: none;
	height: 1px;
	background-color: white;
	color: white;
	margin-bottom: 13px;
}

input, textarea {
	color: #150000;
	font-size: 13px;
	padding: 2px;
}

/* GLOBAL LAYOUT  ************************************************/

html, body {
	height: 100%;
}

#outerWrap {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: #609fc8 url(/assets/site/images/bg.jpg) repeat-x;
	overflow: hidden;
}

#backgroundTree {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -825px;
	height: 100%;
}

#backgroundTree img {
	position: absolute;
	display: block;
	top: 55px;
}

#wrap {
	position: relative;
	width: 840px;
	margin: 0 auto;
}

#footer {
	clear: both;
	padding: 5px 0px 0px;
	color: #fff;
}

#logo {
	margin-bottom: 50px;
}

#mainNav {
	position: absolute;
	right: -8px;
	top: 110px;
	padding: 2px 8px;
	border-left: none;
	border-right: none;
}

#content {
	display: inline-block;
	padding: 23px;
	width: 794px;
	/*background-image:  url(/assets/site/images/box_bg_22.png);*/
	background-image:  url(/assets/site/images/box_bg_22.png);
}
/* NAV  ************************************************/

#mainNav li:first-child {
	padding-left: 0;
	background: none;
}

#mainNav li {
	font-size: 18px;
	float: left;
	padding: 0 0 0 20px;
}

#mainNav li a {
	background: none;
	color: #131313;
	padding: 3px 8px;
	display: block;
}

#mainNav li a:hover {
	background-color: #9fcce1;
	color: white;	
}

#mainNav li a.current {
	background-color: #609fc8;
	color: white;
	text-decoration: none;
}

/* FOOTER  ************************************************/

#footer p {
	
	font-size: 13px !important;
	margin-bottom: 4px;
}

#copyright {
	float: left;
}

#websiteBy {
	float: right;
}

/* CONTENT ************************************************/

.contentBox {
	display: inline-block;
	/*background: url(/assets/site/images/box_bg_50.png);*/
	background: url(/assets/site/images/box_bg_50.png);
	padding: 10px 19px;
}

.innerContentBox {
	display: inline-block;
	/*background: url(/assets/site/images/box_bg_50.png);*/
	background: url(/assets/site/images/box_bg_50.png);
	padding: 10px 19px;
}

#content li {
	margin-bottom: 3px;
}

#content ul {
	margin-bottom: 13px;
	margin-left: 13px;
	list-style-type: circle;
	list-style-position: inside;
}

/* HOMEPAGE  ************************************************/

#homepageMain {
	margin: -38px 0 0 0;
	width: 467px;
	float: right;
}

#homepageMain h1 {
	margin-bottom: 10px;
}

#homepageNews {
	float: left;
	width: 430px;
	margin: 40px 0 0 0;
}

#homepageNews h2.sectionTitle {
	margin: 0;
}

#homepageNews .newsItem {
	margin-bottom: -8px;
}

a.rssLink {
	font-size: 15px;
	display: inline-block;
	padding-left: 30px;
	padding-top: 3px;
	padding-right: 5px;
	background: #9fcce1 url(/assets/news/images/fwdw_rss_orange.png) no-repeat 1px 2px;
}

.newsItem .back {
	float: right;
}

#newsControls {
	font-size: 18px;
	float: right;
}

#newsControls a {
    display: inline-block;
	padding: 2px 4px;
}

a#nextNews, a#prevNews {
    visibility: hidden;
}

#latestTweet {
	float: right;
	display: inline-block;
	width: 350px;
	height: 245px;
	margin: 26px 0 0 0;
}


#latestTweet .innerContentBox {
	width:  260px;
	float: right;
	display: inline-block;
}

#latestTweet h2.sectionTitle {
	float: right;
	display: inline-block;
	vertical-align: bottom;
	margin-right: -1px;
	margin-bottom: 0;
	height: 100%;
}

#tweetDetails {
	margin-bottom: 8px;
}

.slideShow {
	margin-bottom: 15px;
	
}

#locationMap {
	float: left;
	margin: 0 26px 15px 0;
}

#getDirections {
	float: left;
	margin-top: 60px;
	width: 290px;
}

#getDirections h3 {
	margin-bottom: 11px;
}

#getDirections p {
	margin-bottom: 8px;
}

.openingHours {
	float: right;
	width: 400px;
	margin-left: 15px;
}

.openingHours h2 {
	margin-bottom: 0;
}

.pagination {
	float: right;
	font-size: 15px;
}

.pagination .disabled {
	display: none;
	color: #bfe3ee;
	padding: 2px 1px;
	background-color: #9fcce1;
}

/* avantrural.apps.content styles */

.floatLeft {
	float: left;
	margin: 0 26px 15px 0;
}

.floatRight {
	float: right;
	margin: 0 0 15px 26px;
}

.halfWidth {
    width: 47%;
}


.thirdWidth {
    width: 30%;
    
}

.noLinkBackgrounds a {
    background: none;
}