body > .wrapper {
	padding-top: 90px;
}
/*------------------------------------*\
	$HEADER
\*------------------------------------*/

#top {
	position:fixed;
	width:100%;
	height:90px;
	background:#FFF;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.25);
	z-index:999;
	left:0;
}
.no-boxshadow #top {
	border-bottom: 1px solid #eee;
}
#top .inner {
	width:960px;
	background:#FFF;
	margin:0 auto;
}
.logo {
	margin-left:90px;
	margin-top:19px;
	float:left;
}
.carousel-caption {
	position:absolute;
	z-index:100;
	width:780px;
	height:230px;
	margin:355px 30px 0 30px;
	padding:30px 60px;
}
.carousel-caption h1 {
	font-family:"DIN Light", Arial, Helvetica, sans-serif;
	font-weight:100;
	font-style:normal;
	line-height:1.35;
	font-size:34px;
	color:#FFF;
	margin: 0;
}
.carousel-caption.internal {
	height:46px;
	margin-top:290px;
}
.hero-image-container {
	width:960px;
	height:400px;
}

/*------------------------------------*\
	$MAIN NAVIGATION
\*------------------------------------*/

.main-nav {
	margin:0;
	padding:0;
}
.main-nav > li {
	float:left;
	border-left:1px solid white;
	position:relative;
}
.main-nav > li > a {
	display:block;
	padding:56px 23px 10px;
	line-height:24px;
	font-family:"DIN Regular", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
.main-nav ul {
	display: none;
	z-index:10;
	position:absolute;
	margin:0;
	width:200px;
	left: 0;
}
.main-nav > li:hover ul {
	display: block;
}
.main-nav ul li {
	line-height:50px;
	height:50px;
	font-size:14px;
}
.main-nav ul a {
	display:block;
	background:#808080;
	padding-left:20px;
	color:#fff;
}
.main-nav ul a:hover {
	background:#469E3D;
}
.main-nav > li:hover {
	background:#439539;
	background:-moz-linear-gradient(#439539, #49A942);
	background:-webkit-linear-gradient(#439539, #49A942);
	background:-o-linear-gradient(#439539, #49A942);
	background:linear-gradient(#439539, #49A942);
}
.main-nav > li:hover:last-child {
	background:none;
}
.main-nav > li.parent:hover:after {
	content:"";
	position:absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #808080;
}

/*------------------------------------*\
	$BODY
\*------------------------------------*/

#content {
	margin-top:100px;
	padding:0 70px 50px;
}
#content ul li {
	background:url(../images/list-bullet.png) left no-repeat;
	list-style:none;
	padding-left:20px;
}
#content.inner {
	margin-top:20px;
}
#content.mappage {
	padding-left: 30px;
	padding-right: 0;
}
.headline-home p {
	font-size:16px;
}
.headline-home ul li {
	font-size:18px;
}
.headline-home ul.left {
	margin-right:25px;
}
.headline-home {
	padding:28px 20px 10px 20px;
	border-top:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
}
.media {
	padding:28px 20px;
	border-bottom:1px dotted #b2b2b2;
}
.media img {
	padding-right:40px;
}
.media.policy {
	padding:12px 0px;
}
.media.policy h3 {
	display:inline-block;
	line-height: 45px;
	margin:0;
}
.media h3 {
	width:600px;
}
h2.latest-news {
	margin-top:50px;
}

/*------------------------------------*\
	$FOOTER
\*------------------------------------*/

.footer-top {
	background:#FFF;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.25);
	height:90px;
}
.footer-top .inner {
	padding:23px 0 0;
}
.footer-bottom {
	color:#FFF;
	font-size:13px;
	height:50px;
}
.footer-bottom .inner {
	padding:16px 0;
}
.footer-nav {
	margin: 0;
	line-height: 46px;
}
.footer-nav li:after {
	content:" / "
}
.footer-nav li:last-child:after {
	content:none;
}
#footer-search {
	float: left;
	width: 300px;
}
/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Gudea:400,400italic,700);
 @font-face {
 font-family:"DIN Light";
 src:url("../fonts/DIN/din-light.eot");
 src:url("../fonts/DIN/din-light.eot?") format("embedded-opentype"), url("../fonts/DIN/din-light.woff") format("woff"), url("../fonts/DIN/din-light.ttf") format("opentype");
}
 @font-face {
 font-family:"DIN Regular";
 src:url("../fonts/DIN/din-regular.eot");
 src:url("../fonts/DIN/din-regular.eot?") format("embedded-opentype"), url("../fonts/DIN/din-regular.woff") format("woff"), url("../fonts/DIN/din-regular.ttf") format("opentype");
}
 @font-face {
 font-family:"DIN Medium";
 src:url("../fonts/DIN/din-medium.eot");
 src:url("../fonts/DIN/din-medium.eot?") format("embedded-opentype"), url("../fonts/DIN/din-medium.woff") format("woff"), url("../fonts/DIN/din-medium.ttf") format("opentype");
}
body, html {
	background:#FFF;
	background-image:url(../images/bg.png);
	font-family:"Gudea", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#808080;
}
h1 {
	font-family:"DIN Light", Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#FFF;
	font-weight:100;
	font-style:normal;
}
h2 {
	font-family:"DIN Light", Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:100;
	font-style:normal;
	color:#49A942;
}
h3 {
	font-family:"DIN Regular", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:100;
	font-style:normal;
	color:#49A942;
}
h4 {
	font-family:"DIN Regular", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:100;
	font-style:normal;
	color:#49A942;
}
h5 {
	font-family:"DIN Regular", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	font-style:normal;
	color:#49A942;
}
h6 {
	font-family:"DIN Regular", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	font-style:normal;
	color:#49A942;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#49A942;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#d9d9d9;
}

/*------------------------------------*\
	$LINKS
\*------------------------------------*/

a {
	color:#999;
}
a:hover {
	color:#49A942;
	text-decoration:none;
}
.footer-bottom a {
	color:#E6E6E6;
}
.footer-bottom a:hover {
	color:#FFF;
}

/* Circle Read/View Link */

a.circle-button {
	background: url('../images/bg-more.png') no-repeat;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	width:52px;
	height:52px;
	position:relative;
}
a.circle-button:hover {
	background-position: bottom;
}
.circle-button span {
	position:relative;
	top:16px;
}

/* Evolution 7 Footer Link */

#e7 span {
	height:16px;
	display:inline-block;
	background:url(../images/e7.png) no-repeat;
	padding-left:25px;
	margin-left:5px;
}
#e7:hover span {
	background-position:0 -16px;
}
/*------------------------------------*\
	$ICONS
\*------------------------------------*/

span.phone, a.phone, span.email, a.email, span.rss, a.rss, span.down, a.down, span.down-large, a.down-large, span .print, a.print, span.mobile, a.mobile, span.search-plus, a.search-plus {
	display:inline-block;
	vertical-align:middle;
}
#top .phone,
#top .email {
	margin: 0 3px;
}
.phone {
	background-image:url(../images/icons/icon-phone.png);
	width:20px;
	height:20px;
}
.phone:hover {
	background-position:bottom;
}
.email {
	background-image:url(../images/icons/icon-email.png);
	width:20px;
	height:20px;
}
.email:hover {
	background-position:bottom;
}
.rss {
	background-image:url(../images/icons/icon-rss.png);
	width:22px;
	height:22px;
	background-position:-22px;
	margin:10px 0 0 25px;
}
.rss:hover {
	background-position:bottom;
}
.down {
	background-image:url(../images/icons/icon-down.png);
	width:20px;
	height:20px;
}
.print {
	background-image:url(../images/icons/icon-print.png);
	width:20px;
	height:20px;
}
.mobile {
	background-image:url(../images/icons/icon-mobile.png);
	width:20px;
	height:20px;
}
.search-plus {
	background-image:url(../images/icons/icon-search-plus.png);
	width:15px;
	height:16px;
}
a .search-plus {
	margin-right:5px;
}
.down.large {
	background:url(../images/icons/icon-down-large.png);
	width:30px;
	height:30px;
	margin-right: 10px;
}
.down.large:hover {
	background-position:bottom;
}
.grey {
	background-position:-20px;
}
.grey.large {
	background-position:-30px;
}
.green {
	background-position:bottom;
}
.contact-info span.green {
	margin-right: 5px;
}
#Form_ContactForm_error.good {
	color: #49A942;
}
/*------------------------------------*\
	$COLOURS AND GRADIENTS
\*------------------------------------*/

.white {
	background-color:#FFF;
}
.green-text {
	color:#49A942;
}
.gradient {
	background:#949699;
	background:-moz-linear-gradient(left, #949699, #757679);
	background:-webkit-linear-gradient(left, #949699, #757679);
	background:-o-linear-gradient(left, #949699, #757679);
	background:linear-gradient(left, #949699, #757679);
}
.gradient-down, ul#myTab.nav.tabs li.active a {
	background:#757679;
	background:-moz-linear-gradient(#949699, #757679);
	background:-webkit-linear-gradient(#949699, #757679);
	background:-o-linear-gradient(#949699, #757679);
	background:linear-gradient(#949699, #757679);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#949699", endColorstr="#757679");
}
li.current {
	background:#949699;
	background:-moz-linear-gradient(#757679, #949699);
	background:-webkit-linear-gradient(#757679, #949699);
	background:-o-linear-gradient(#757679, #949699);
	background:linear-gradient(#757679, #949699);
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#757679", endColorstr="#949699");
}

/*------------------------------------*\
	$BOOTSTRAP PLUGINS
\*------------------------------------*/

/* Carousel */

#homeCarousel {
	width:960px;
	height:580px;
}
.carousel {
	position:relative;
	line-height:1;
	overflow:hidden;
}
.carousel-inner {
	position:relative;
	width:100%;
}
.carousel .item {
	position:relative;
	display:none;
	-webkit-transition:1s ease-in-out left;
	-moz-transition:1s ease-in-out left;
	-o-transition:1s ease-in-out left;
	transition:1s ease-in-out left;
}
.carousel .item > img {
	display:block;
	line-height:1;
}
.carousel .active, .carousel .next, .carousel .prev {
	display:block;
}
.carousel .active {
	left:0;
}
.carousel .next, .carousel .prev {
	position:absolute;
	top:0;
	width:100%;
}
.carousel .next {
	left:100%;
}
.carousel .prev {
	left:-100%;
}
.carousel .next.left, .carousel .prev.right {
	left:0;
}
.carousel .active.left {
	left:-100%;
}
.carousel .active.right {
	left:100%;
}
.carousel-control {
	position:absolute;
	top:40%;
	left:35px;
	margin-top:-25px;
	background-image:url(../images/arrow-left.png);
	width:80px;
	height:80px;
}
.carousel-control.right {
	right:35px;
	left:auto;
	background-image:url(../images/arrow-right.png);
}
.carousel-control:hover {
	background-image:url(../images/arrow-left-hover.png);
}
.carousel-control.right:hover {
	background-image:url(../images/arrow-right-hover.png);
}

/* Collapse */

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
     -moz-transition: height 0.6s ease;
       -o-transition: height 0.6s ease;
          transition: height 0.6s ease;
}
.collapse.in {
  height: auto;
}

/* Tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/*SITEMAP*/
#content #Sitemap ul,
#content #Sitemap li {
	margin: 0;
	padding: 0;
	background: 0;
	list-style: disc;
}
#content #Sitemap li {
	margin-left: 1em;
}
/*------------------------------------*\
	$MEMBERS PAGE
\*------------------------------------*/

.members-images img {
	display:block;
	float:none;
}
.members-images img:first-child {
	margin-bottom:15px;
}

/*------------------------------------*\
	$OTHER STYLES
\*------------------------------------*/

hr {
	background-color:#FFF;
	border:1px dotted #b2b2b2;
	border-style:none none dotted;
	height:0;
}
.separator {
	width:100%;
	height:8px;
	display:inline-block;
}
.placeholder {
	color:#999;
}
.social-media {
	padding:8px 25px;
	border-top:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
}
.social-media .down, .social-media .print, .social-media .email {
	background-position:-20px;
}
.social-media .down:hover, .social-media .print:hover, .social-media .email:hover {
	background-position:bottom;
}
.fb-like {
	position:relative;
	bottom:3px;
	margin-right:32px;
}
small {
	color:#B2B2B2;
	font-size:13px;
}
fieldset {
	border:none;
}
.contact .left {
	width: 300px;
}
.contact-info {
	margin-right:120px;
}
.contact-info h5 {
	margin:0;
}
a {
	cursor:pointer;
}
/* PAGINATION */
#content .pagination {
	text-align: center;
	margin-top: 30px;
}

#content .pagination ul,
#content .pagination li {
	display: inline-block;
	list-style: none;
	background: 0;
	padding: 0;
}

#content .pagination a {
	padding: 3px 8px;
	border: 1px solid #ccc;
}

#content .pagination .active a {
	background: #eee;
}

/* News Section Tabs */

#content .tabs li {
	background:none;
	padding:0;
}
#content .tabs li:after {
	content:" | ";
}
#content .tabs li:last-child:after {
	content:"";
}
ul#myTab.nav.tabs {
	margin-bottom:0;
}
ul#myTab.nav.tabs li a {
	display:inline-block;
	padding:5px 14px;
}
ul#myTab.nav.tabs li.active a {
	color:#fff;
}

/* GOOGLE SEARCH CHANGES */

#gsc-i-id1 {
	height:20px !important;
	line-height:20px !important;
	background:transparent !important;
}
#gs_tti0 {
	height:25px !important;
	line-height:25px !important;
}
input.gsc-input {
	font-size:14px !important;
	position:relative;
	bottom:4px;
}
span#gs_cb0.gscb_a {
	position:relative;
	bottom:3px;
}
td#gs_tti0.gsib_a {
	background-color:transparent !important;
}
input.gsc-search-button {
	background-color:#49A942 !important;
	background-image:none !important;
	border-color:#49A942 !important;
	filter:none !important;
}
input.gsc-search-button:hover {
	background-color:#3F9236 !important;
}
/* Bootstrap Css Map Fix*/
#map_canvas {
	margin-bottom: 20px;
}
#map_canvas img { 
  max-width: none;
}
#map_canvas label { 
  width: auto; display:inline; 
} 
#map_canvas h2 {
	color: #999;
	font-size: 24px;
	margin-bottom: 0.2em;
}
#map_canvas h4 {
	font-size: 18px;
	margin-bottom: 0.5em;
}
#map_canvas p {
	margin: 0;
}
.info-window {
	border-radius: 10px;
}