/*********************************
Typekit
*********************************/

.wf-loading {visibility: hidden;}

/*********************************
General Styles and Containers
*********************************/

/* Keep the footer at the bottom on short pages see .wrapper and .push */
html, body {
	height: 100%;
}

body {
	font: 15px/24px proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	background: #f9f9f4 url("../images/background.jpg") top center;	
	color: #515151;
	margin: 0;
	padding: 0;
	text-align: left;
}

#call-to-action {
	margin: 30px 0 0 0;
	position: relative;
}

#call-to-action .or {
	display: block;
	background: url("../images/or.png") top center;
	width: 27px;
	height: 39px;
	text-indent: -9999px;
	position: relative;
	top: -6px;
}

.conjunction {
	font-size: 13px;
	font-family: "Droid Serif", georgia, serif;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0px;
	color: #4d5654;
}

.grouped {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e7e7e7;
}

#home-feature {
	padding: 20px 25px 20px 20px;
	border: 1px solid #fff;
	background: url("../images/gray-fabric.png") top left;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

.homepage-sidebar {
	
	width: 280px;
	padding: 30px 0 0 0;
	margin: 10px 0 0 0;
}

hr {
	display:block;
	background: #d4d5d6;
	border: none;
	clear:both;
	height:1px;
	margin:15px 0 20px 0;
}

#info-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 550px;
}

#info-wrap {
	padding: 20px;
	background: url("../images/black-noise.jpg");
	border: 1px solid #111;
	height: 308px;
}

#info-box {
	width: 496px;
	padding: 10px;
	height: 350px;
	color: #a0a0a0;
	font-size: 13px;
	line-height: 20px;
	background: url("../images/75.png");
	display: none;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#info-box a {
	color: #fff !important;
}

#info-box img {
	float: right;
	display: inline;
	margin: 4px 0 10px 20px;
	padding: 7px;
	line-height: 0;
	background: #fff;
	-moz-box-shadow: 0 1px 3px #000;
  	-webkit-box-shadow: 0 1px 3px #000;
  	box-shadow: 0 1px 3px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=2);
}

.info-trigger {
	position: absolute;
	z-index: 2;
	top: -25px;
	right: 40px;
	width: 29px;
	height: 25px;
	background: url("../images/info-trigger.png") 0 0 no-repeat;	
}

.info-trigger:hover {
	background: url("../images/info-trigger.png") -29px 0 no-repeat;	
}

.info-trigger.active {
	position: absolute;
	z-index: 2;
	top: -25px;
	right: 40px;
	width: 29px;
	height: 25px;
	background: url("../images/info-trigger-open.png") 0 0 no-repeat !important;	
}

.info-trigger.active:hover {
	background: url("../images/info-trigger-open.png") -29px 0 no-repeat !important;	
}

.info-trigger:hover {
	cursor: pointer;
}

#leader{
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	background: url("../images/FTHP-House.jpg") 100% 0 no-repeat;
}

.pitch {
	text-shadow: #fff 0px 1px 0px;
	width: 400px;
	padding: 108px 0 78px 30px;
}

.pitch p {
	font-family: "Droid Serif", georgia, serif;
	font-size: 16px;
	color: #4d5654;
}

.shadowed {
	padding: 7px;
	line-height: 0;
	background: #fff;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

.shadowed-lg {
	padding: 10px;
	line-height: 0;
	background: #fff;
	-moz-box-shadow: 0 1px 4px #555;
  	-webkit-box-shadow: 0 1px 4px #555;
  	box-shadow: 0 1px 4px #555;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

.sidebar-group {
	padding: 25px 0 25px 0;
	border-top: 1px solid #d4d5d6;
}

.sidebars {
	min-height: 300px;
	padding-top: 15px; /* careful of breaking grid.css */
	background: url("../images/vert-shadow.png") top left no-repeat;
}

.wrap-plain {
	position: relative;
	z-index: 10;
	width: 980px;
	margin: 60px auto 80px auto;
	padding: 20px 0 20px 0;
}

.wrap-shadow {
	position: relative;
	z-index: 10;
	width: 980px;
	margin: 60px auto 80px auto;
	padding: 20px 0 20px 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

.wrap-home {
	width: 980px;
	font: 14px/22px proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	margin: 0 auto 80px auto;
	padding: 20px 0 0 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

.wrap-home.teasers {
	background: #fff url("../images/divider-vert.png") repeat-y top left;
}

/*********************************
Paragraphs
*********************************/

p {
	margin: 0 0 25px 0;
}

p.small {
	font-size: 13px;
}

/*********************************
links
*********************************/
a:active, a:link, a:visited {
	color: #008997;
	text-decoration: none;
	outline:0;
}

a img {
	border: none;
}

a:active:hover, a:link:hover, a:visited:hover {
	text-decoration: underline;
}

a.reverse {
	color: #008997;
	padding: 4px 8px 4px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: url("../images/gray-fabric.png") top left;
}

a.large {
	font-family: "Droid Serif", georgia, serif;
	font-size: 15px;
}

a.flickr {
	padding: 0 0 0 21px;
	background: url("../images/flickr.png") 0 0 no-repeat;
}

.back-to-top {
	float: right;
	margin: 0;
	display: block;
	width: 31px;
	height: 29px;
	text-indent: -9999px;
	text-align: left; /* container is align-right, causes tent-indent to break */
	background: url("../images/back-to-top.png") 0 0 no-repeat;
}

.back-to-top:hover {
	background: url("../images/back-to-top.png") 0 -29px no-repeat;
}

.registration-button {
	padding: 0 0 30px 30px;
}

.sidebar-buttons a {
	margin: 0 0 10px 0;
}

a.sidebar-button {
	margin: 0 0 10px 0;
}

a.sidebar-button:hover {
	text-decoration: none;
}

a span.icon-facebook {
	display: block;
	line-height:0;
	float: left;
	width: 16px;
	height: 19px;
	padding: 5px 0 0 9px;
	color: #fff;
	border: 1px solid #184BAF;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: #5985cd; /* Old browsers */
	background: -moz-linear-gradient(top, #5985cd 1%, #4976bd 2%, #3e64b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5985cd), color-stop(2%,#4976bd), color-stop(100%,#3e64b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5985cd 1%,#4976bd 2%,#3e64b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5985cd 1%,#4976bd 2%,#3e64b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5985cd 1%,#4976bd 2%,#3e64b0 100%); /* IE10+ */
	background: linear-gradient(top, #5985cd 1%,#4976bd 2%,#3e64b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5985cd', endColorstr='#3e64b0',GradientType=0 ); /* IE6-9 */
}

a span.icon-twitter {
	display: block;
	line-height:0;
	float: left;
	width: 21px;
	height: 18px;
	padding: 6px 0 0 4px;
	color: #fff;
	border: 1px solid #0087db;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: #40d3fc; /* Old browsers */
	background: -moz-linear-gradient(top, #40d3fc 0%, #00c4f9 5%, #009cea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40d3fc), color-stop(5%,#00c4f9), color-stop(100%,#009cea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #40d3fc 0%,#00c4f9 5%,#009cea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #40d3fc 0%,#00c4f9 5%,#009cea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #40d3fc 0%,#00c4f9 5%,#009cea 100%); /* IE10+ */
	background: linear-gradient(top, #40d3fc 0%,#00c4f9 5%,#009cea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40d3fc', endColorstr='#009cea',GradientType=0 ); /* IE6-9 */
}

a span.icon-member {
	display: block;
	line-height:0;
	float: left;
	width: 20px;
	height: 19px;
	padding: 5px 0 0 5px;
	color: #fff;
	border: 1px solid #125057;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background: #2b909b; /* Old browsers */
	background: -moz-linear-gradient(top, #2b909b 0%, #008997 5%, #006e7c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b909b), color-stop(5%,#008997), color-stop(100%,#006e7c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b909b 0%,#008997 5%,#006e7c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b909b 0%,#008997 5%,#006e7c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b909b 0%,#008997 5%,#006e7c 100%); /* IE10+ */
	background: linear-gradient(top, #2b909b 0%,#008997 5%,#006e7c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b909b', endColorstr='#006e7c',GradientType=0 ); /* IE6-9 */
}

a span.icon-text {
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 6px 10px 0 10px;
	height: 18px;
	color: #667;
	text-shadow: #fff 0px 1px 0px;
	border-top: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 2%, #f8f8f8 4%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(4%,#f8f8f8), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 2%,#f8f8f8 4%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 2%,#f8f8f8 4%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 2%,#f8f8f8 4%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 2%,#f8f8f8 4%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

a span.icon-text:hover {
	color: #008997;
}

/*********************************
Links with Icons
*********************************/
.grid {
	padding: 0 0 0 23px;
	background: url("../images/icon-grid.gif") 0 50% no-repeat;
}

.grid:hover {
	background: url("../images/icon-grid-over.gif") 0 50% no-repeat;
	text-decoration: none !important;
}

/*********************************
Headings
*********************************/

h1 {
	color: #008997;
	font-family: "Droid Serif", georgia, serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-shadow: #fff 0px 1px 0px;
}

h2 {
	color: #008997;
	font-family: "Droid Serif", georgia, serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d4d5d6;
	text-shadow: #fff 0px 1px 0px;
}

.endangered h2 {
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: none;
}

h3 {
	font-family: proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 0 9px 0;
}

h4 {
	font-family: proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	color: #4d5654;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 0 15px 0;
	text-shadow: #fff 0px 1px 0px;
}

.endangered h4 {
	font-family: proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	color: #4d5654;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 0 5px 0;
	text-shadow: #fff 0px 1px 0px;
}

#home-feature h4 {
	font-family: proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	color: #4d5654;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 15px;
	margin: 0 0 15px 0;
	text-shadow: #fff 0px 1px 0px;
}

h4.sub-sec-title {
	margin: 0 0 15px 30px;
	line-height: 18px;
}

h5 {
	font-family: proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	color: #4d5654;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 0 15px 0;
	text-shadow: #fff 0px 1px 0px;
	text-align: center;
}

#footer h4 {
	font-family: proxima-nova, helvetica-neue, helvetica, arial, sans-serif;
	color: #4d5654;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 14px !important;
	margin: 0 0 4px 0;
}

h6 {
	color: #008997;
	font-weight: normal;
	font-size: 17px;
	margin: 0 0 10px 0;
	text-shadow: #fff 0px 1px 0px;
}

.article h3, #fancybox-content h3 {
	font-family: "Droid Serif", georgia, serif;
	font-size: 18px;
	color: #008997;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
}

/*********************************
Lists
*********************************/

.article ul{
	margin: 25px 0 25px 50px;
}

.article ul li{
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

.linklist{
	list-style-type: none;
	margin: 0 0 15px 0 !important;
	padding: 0 0 15px 0 !important;
	border-bottom: 1px solid #d4d4d4;
}

.linklist li{
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

.downloads{
	list-style-type: none;
}

.downloads li{
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}

/*********************************
Endangered Sites
*********************************/

.back-to-list {
	padding: 0 0 20px 32px;
}

.endangered-thumb {
	height: 315px;
}

/*********************************
Job Listings
*********************************/

.job-title {
	color: #008997;
	font-family: "Droid Serif", georgia, serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: #fff 0px 1px 0px;
}

.job-title-small {
	color: #008997;
	font-family: "Droid Serif", georgia, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: #fff 0px 1px 0px;
}

/*********************************
Featured Sites
*********************************/

.featured-image {
	padding: 10px;
	margin: 0 0 15px 0;
	line-height: 0;
	background: #fff;
	-moz-box-shadow: 0 1px 4px #555;
  	-webkit-box-shadow: 0 1px 4px #555;
  	box-shadow: 0 1px 4px #555;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

.featured-image img {
	width: 260px;
	height: auto;
}

.slide {
	height: 216px;
}

.slide, .controls {
	line-height: 18px;
	width: 280px;
}

#pager {
	float: left;
	display: inline;
	margin: 4px 20px 0 0;
}

#pager a {
	display: block;
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	margin: 0 7px 0 0;
	background: url("../images/pager-off.png") 0 0 no-repeat;	
}

#pager a:hover {
	text-decoration: none !important;	
}

#pager a.activeSlide {
	background: url("../images/pager-on.png") 0 0 no-repeat;	
}

/*********************************
Featured Events
*********************************/

ul#homepage-events{
	margin: 0 0 15px 0;
	border-top: 1px solid #e7e7e7;
}

ul#homepage-events li {
	list-style: none;
	margin: 0;
	line-height: 18px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #e7e7e7;
}

ul#homepage-events li:hover{
	cursor: pointer;
}

.date-stamp {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	width: 50px;
	border: 1px solid #e7e7e7;
}

.date-stamp .month {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 13px;
	line-height: 13px;
	background: url("../images/gray-fabric.png") top left;
	padding: 4px 0 4px 0;
}

.date-stamp .day {
	text-align: center;
	font-family: "Droid Serif", georgia, serif;
	font-size: 24px;
	line-height: 24px;
	padding: 5px 0 5px 0;
}

.summary {
	float: left;
	display: inline;
	width: 230px;
}

/*********************************
Featured News
*********************************/

ul#homepage-news{
	margin: 0 0 15px 0;
	border-top: 1px solid #e7e7e7;
}

ul#homepage-news li {
	
}

ul#homepage-news li {
	position: relative;
	list-style: none;
	margin: 0;
	line-height: 18px;
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
}

ul#homepage-news li a {
	display: block;
	padding: 15px 80px 15px 0;
}

ul#homepage-news li:hover{
	cursor: pointer;
}

.posted {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 0;
	width: 60px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;	
}	

/*********************************
General columns
*********************************/
.col_66 {
	float: left;
	display: inline;
	width: 660px;
}

.col_66 .sub1{
	float: left;
	display: inline;
	width: 280px;
	padding: 0 20px 0 20px;
}

.col_66 .sub2{
	float: left;
	display: inline;
	width: 300px;
	padding: 0 20px 0 20px;
	min-height: 340px;
}

.col_33 {
	float: left;
	display: inline;
	width: 320px;
}

.col_33 .sub1 {
	padding: 0 20px 0 20px;
}

/*********************************
Top / Logo / Navigation 
*********************************/
#logo {
	position: absolute;
	top: -100px;
	left: 10px;
	z-index: 999;
	}
	
#logo:hover {
	top: -99px;
	}

#top {
	background: #fff;
	padding-top: 30px;
	border-bottom: 1px solid #d4d4d4;
	}
	
#top ul {
	list-style: none;
}

#menu {
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: 15px;
}

#nav { 
	float:right;
}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #4d5654;
	text-decoration:none;
	font-size: 15px;
	padding: 13px 15px 20px 15px;
	margin: 0;
}

#nav li.last a {
	padding: 13px 0 20px 15px;
}

#nav li a.current, #nav li a.current:hover {
	color: #008997;
}

#nav li ul li a.current, #nav li ul li a.current:hover {
	border-left: 3px solid #008997;
}

#nav li { /* all list items */
	float: left;
	margin-left: 5px;	
}

#nav li a:hover { /* all list items */
	color: #4d5654; !important;	
}

#nav li.parent{ /* all list items */
	padding: 0 15px 0 0;	
}

#nav li.parent a { 
	padding: 13px 15px 20px 15px;
	background: url("../images/nav-arrow.png") 100% 19px no-repeat;	
}

#nav li.parent:hover, #nav li.sfhover {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

#nav li ul li.parent {
	background: url("../images/sublevel-parent.png") 215px 50% no-repeat;
}

#nav li ul li.parent:hover, #nav li ul li.sfhover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0;
  	-webkit-box-shadow: 0;
  	box-shadow: none;
	filter:;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 999;
	background-color: #fff !important;
	width: 240px;
	height: auto;
	left: -999em;
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-radius: 0px 4px 4px 4px;
	-0-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

#nav li ul li { /* second-level lists */
	width: 240px;
	margin: 0 !important;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #eeeeee;
}

#nav li ul li.first { /* second-level lists */
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	-0-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

#nav li ul li.last { /* second-level lists */
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-0-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#nav li ul li a{
	background: none !important;
	font-size: 14px !important;
	padding: 15px !important;
	color: #008997;
	display: block;
}

#nav li ul li.last {
	border-bottom: none !important;
}

#nav li ul li a span{
	float: left;
	margin: 10px 0 0 0;
}

#nav li ul li + a { }

#nav li.parent ul li:hover, #nav li.parent ul li.sfhover {
	background-color: #f9f9f9;
}

#nav li.parent ul li:hover a, #nav li.parent ul li.sfhover a {
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -50px 0 0 215px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-0-border-radius: 4px;
	border-radius: 4px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: -4px 0 0 0;
}

#prenav{
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}

#prenav li{
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
}

#prenav li.pre-parent{
	position: relative;
	margin: 0 0 0 10px;
	padding: 10px;
}

#prenav li a{
	text-decoration: none;
}

#prenav li.pre-parent a {
	padding: 0 0 0 14px;
	background: url("../images/nav-arrow.png") 0 4px no-repeat;	
}

#prenav li.pre-parent:hover, #nav li.sfhover {
	background-color: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

#prenav li ul { /* second-level lists */
	position: absolute;
	z-index: 999;
	background-color: #fff !important;
	width: 200px;
	height: auto;
	left: -999em;
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-radius: 0px 4px 4px 4px;
	-0-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

#prenav li ul li { /* second-level lists */
	text-transform: capitalize;
	width: 180px;
	padding: 10px;
	margin: 0 !important;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #eeeeee;
}

#prenav li ul li.first { /* second-level lists */
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	-0-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

#prenav li ul li.last { /* second-level lists */
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-0-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#prenav li ul li a{
	background: none !important;
	font-size: 13px !important;
	padding: 0 !important;
	color: #008997;
	display: block;
}

#prenav li ul li.last {
	border-bottom: none !important;
}

#prenav li ul li a span{
	float: left;
	margin: 10px 0 0 0;
}

#prenav li ul li + a { }

#prenav li.pre-parent ul li:hover, #prenav li.pre-parent ul li.sfhover {
	background-color: #f9f9f9;
}

#prenav li.pre-parent ul li:hover a, #prenav li.pre-parent ul li.sfhover a {
}

#prenav li ul ul { /* third-and-above-level lists */
	margin: -50px 0 0 215px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-0-border-radius: 4px;
	border-radius: 4px;
}

#prenav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#prenav li:hover ul, #prenav li li:hover ul, #prenav li.sfhover ul, #prenav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 10px 0 0 -10px;
}

#prenav li.divider{
	margin: 10px 0 0 0;
	border-left: 1px solid #008997;
}

#prenav li.divider-two{
	border-left: 1px solid #008997;
}
/*********************************
Article-Navigation 
*********************************/

#article-nav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
}

#article-nav li {
	list-style-type: none;
	padding: 0 0 0 32px;
	margin: 0 0 15px 0;
	line-height: 16px;
}

#article-nav li ul {
	margin: 10px 0 0 0;
}

#article-nav li ul li{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	line-height: 13px;
}

#article-nav li ul li a {
	font-size: 13px;
}

#article-nav li.current-article {
	background: url("../images/subnav-active.png") 15px 3px no-repeat;
}

#article-nav li ul li.current-article{
	background: none !important;
}

#article-nav li ul li.current-article a{
	color: #515151 !important;
}

/*********************************
News Items
*********************************/

.news-headline {
	color: #008997;
	font-family: "Droid Serif", georgia, serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
	margin: 10px 0 15px 0;
	text-shadow: #fff 0px 1px 0px;
}

.news-post {
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #d4d5d6;
}

.date {
	text-transform: uppercase;
	font-size: 13px;
	color: #667;
}

/*********************************
Footer
*********************************/
#footer {
	width: 100%;
	background: #fff;
	color: #777;
	padding: 30px 0 0 0;
	border-top: 1px solid #d4d5d6;
	font-size: 13px;
	line-height: 18px;
	height: 135px;
}

.footer-col {
	float: left;
	display: inline;
	margin: 0 60px 0 0;
}

.credits {
	font-size: 12px;
	color: #a5a5a5;
}

.credits a{
	color: #a5a5a5;
}

.credits a:hover {
	text-decoration: underline;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 155px; /* .push must be the same height as .footer */
}

/*********************************
Contact-Form
*********************************/
#contact-wrap {
    margin: 30px 0 0 0;
    text-align: left;
}

#contact-wrap input, #contact-wrap textarea{
    border: 1px solid #b6b6b6;
	background-color: #fff;
	color: #53462a;
	font-size: 16px;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-0-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 2px #d4d4d4;
  	-webkit-box-shadow:inset 0 1px 2px #d4d4d4;
	-o-box-shadow:inset 0 1px 2px #d4d4d4;
  	box-shadow:inset 0 1px 2px #d4d4d4;
}

#contact-wrap label {
	font-weight: bold;
}

#contact-wrap label span {
	font-weight: normal;
	font-style: italic;
	color: #777;
	font-size: 13px;
	padding: 0 0 0 2px;
}

input:focus, textarea:focus {
	border: 1px solid #008997 !important;
	background-color: #efefef;
}
					
#yourname, #address1, #address2 {
	width: 469px;
}
		
textarea.zemTextarea {
	width: 469px;
	height: 300px;
}

input#Phone, input#emailadd, #city, #state{
	width: 218px;
}

input#emailadd{
	margin-right: 15px;
}

#name, #email, #phonenum, #rate-sheet, #message, #triggers, #gainesville {
	float: left;
	display: inline;
	margin: 0 0 25px 0;
}

#error {
	padding: 80px 0 30px 0;
}

ul.zemError {
	padding: 10px 0 10px 30px;
}

/*********************************
Images
*********************************/

.article .left, .popup-left {
	float: left;
	clear:left;
	margin: 6px 15px 10px 0;
	background: #fff;
	padding: 7px;
	line-height: 0;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

.article .right, .popup-right {
	float: right;
	clear: right;
	margin: 6px 0 15px 20px;
	background: #fff;
	padding: 7px;
	line-height: 0;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

.article .plain {
	float: right;
	margin: 6px 15px 10px 0;
	background: #fff;
	line-height: 0;
}

.article-thumb {
	float: left;
	margin: 7px 15px 10px 0;
}

.popup-left, .popup-right {
	position: relative;
}

.popup-left:hover, .popup-right:hover {
	text-decoration: none;
	color: #fff;
}

.thumb-overlay {
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: 15px;
	height: 15px;
	display: block;
	background: url("../images/icon-plus.gif") 0 0 no-repeat;
}

.thumb-overlay.over{
	background: url("../images/icon-plus.gif") 0 -15px no-repeat;
}

/*********************************
Image Slideshows
*********************************/

.slideshow {
	float: left;
	margin: 0 15px 23px 0;
}

.slideshow img{
	background: #fff;
	padding: 7px;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

#thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#thumbs li{
	float: left;
	line-height: 0;
	display: inline;
	margin: 0 10px 0 0;
	background: #fff;
	padding: 5px;
	-moz-box-shadow: 0 1px 3px #666;
  	-webkit-box-shadow: 0 1px 3px #666;
  	box-shadow: 0 1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=2);
}

#thumbs li img{
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  	/* IE 5-7 */
	filter: alpha(opacity=50);

	/* Netscape */
	-moz-opacity: 0.5;

	/* Safari 1.x */
	-khtml-opacity: 0.5;

	/* Good browsers */
	opacity: 0.5;
}

#thumbs li.activeSlide img{
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  	/* IE 5-7 */
	filter: alpha(opacity=100);

	/* Netscape */
	-moz-opacity: 1;

	/* Safari 1.x */
	-khtml-opacity: 1;

	/* Good browsers */
	opacity: 1;
}

/*********************************
Preload rollovers that can't use a sprite
*********************************/
body:after {
	display: none;
	content: 	
				url(../images/icon-grid-over.gif),
				url(../images/info-trigger-open.png);	
}
	
/*********************************
Generic Floats
*********************************/
.fl {
	float: left;
	display: inline;
	margin: 0;
}

.fl5 {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
}

.floatleft {
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
}

.image {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

.floatright {
	float: right;
	display: inline;
	margin: 0;
}

/*********************************
Generic text alignment
*********************************/
.centered {
	text-align: center;
}

.right {
	text-align: right;
}

/*********************************
Generic Positions
*********************************/
.relative {
	position: relative;
}

.bottom {
	position: absolute;
	bottom: 2px;
}

/*********************************
Generic margins - use with caution - can break grid
*********************************/
.margin_top_10 { margin-top: 10px; }
.margin_top_15 { margin-top: 15px; }
.margin_top_20 { margin-top: 20px; }
.margin_top_25 { margin-top: 25px; }

.margin_bottom_10 { margin-bottom: 10px; }
.margin_bottom_15 { margin-bottom: 15px; }
.margin_bottom_20 { margin-bottom: 20px; }
.margin_bottom_25 { margin-bottom: 25px; }
.margin_bottom_35 { margin-bottom: 35px; }
.margin_bottom_50 { margin-bottom: 50px; }

/*********************************
Generic paddings - use with caution - can break grid
*********************************/
.pad_10 { padding: 10px; }
.pad_15 { padding: 15px; }

.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }

.pad_right_15 { padding-right: 15px; }
.pad_right_20 { padding-right: 20px; }

/*********************************
CLEARFIX 
*********************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
 clear:both;
}
/*********************************
Admin links
*********************************/
.admin {
	color:#f7931e !important;
}