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

:focus {outline: 0;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

/* misc */

a {
	color: #6FA72D;
	text-decoration: none;
}

a:hover {
	color: #1c6b3f;
}

a.active {
	color: #373d41;
}

a img {
	border: 0;
}

img {
	margin: 0; /* ie hack */
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* layout */

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: transparent url('/images/container_bg_910.png') top center no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #414141;
	background: #CCC;/* url('/images/body_bg_blur.jpg') top center no-repeat;*/
}

#main {
	width: 880px;
	padding: 0 26px;
	margin: 0 auto;
	background: transparent url('/images/main_bg.png') top right repeat-y;
}

#main {
	width: 910px;
	padding: 0 26px;
	margin: 0 auto;
	background: transparent url('/images/main_bg_910.png') top right repeat-y;
}

/* header */

#header {
	height: 40px;
	/*background: transparent url('/images/header_bg.png') top center no-repeat;*/	
}


/* subheader */

#subheader {
	height: 170px;
	margin-bottom: 40px;
	margin-left: -30px;
}

#intro_link {
	font-size: 12px;
	line-height: 18px;
	color: white;
	z-index: 100;
	position: relative;
	float: right;
	width: 230px;
	height: 70px;
	background-color: #009FE2;
}

#subheader img {
	width: 595px;
	height: 170px;
}

/* left */

#left, #right {
	float: left;
}

#left {
	width: 260px;
	color: #33302e;
	min-height: 600px;
}

#logo {
	height: 190px;
	background: white;
	margin-bottom: 3px;
}
	
#left #logo img {
	margin-top: 35px;
	margin-left: 20px;
	width: 220px;
	height: 135px;
	float: left;
	z-index: 3;
	position: relative;
	margin-right: 100px;
}

/* nav */

#nav {
	margin-bottom: 3px;
}

#nav a {
	font-family: 'Comfortaa-Regular';
	display: block;
	font-size: 15px;
	color: #373D41;
	line-height: 36px;
	background-image: url('/images/trans_white_70.png');
	margin-bottom: 3px;
	padding-left: 20px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	letter-spacing: 0.5px;
}

#nav a:hover {
	color: #6FA72D;
	text-shadow: 0 1px 2px rgba(0,0,0,.15);
}

#nav a.active {
	color: #6FA72D;
	background: white;
	margin-left: 15px;
	margin-right: -15px;
	text-shadow: 0 1px 2px rgba(0,0,0,.15);
}

#left .title {
	color: #6FA72D;
	font-size: 16px;
	margin-top: -5px;
	padding-bottom: 8px;
	line-height: 22px;
}

#side_menu {
	float: left;
}

#side_menu a {
	display: block;
	line-height: 22px;
	font-weight: bold;
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: normal;
	color: #373D41;
}

#side_menu a:hover, #side_menu a.active {
	color: #009fe2;
}

#side_menu .sub_menu {
	padding-left: 20px;
}

#side_menu .sub_menu a {
	font-size: 11px;
}

.green_box {
	background: #8ac541;
	color: white;
	height: 65px;
	font-family: 'Comfortaa-Regular';
	padding: 10px 20px 0;
	font-size: 16px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.5px;
}

.green_box div {
	font-size: 34px;
}
/* right */

#right {
	width: 535px;
	padding: 20px 50px 40px;
	margin-left: 15px;
}

#right .left {
	width: 275px;
	padding-right: 50px;
	float: left;
}

#right .right {
	width: 210px;
	float: left;
}

.our_products p {
	border-top: 1px solid #CFD6C4;
	padding-top: 10px;
	margin-bottom: 10px;
}

#right td {
	vertical-align: top;
}

#right p, #right h2 {
	max-width: 560px;
}

.hr {
	height: 1px;
	background: transparent url('/images/hr_bg.png') top left;
	width: 100%;
}

.hr.padded {
	margin: 15px 0;
}

/* specific page styles */

.memberships_table img {
	vertical-align: top;
}

.awards_page p {
	margin-bottom: 0;
}

.awards_page img {
	width: 110px;
}

.community_page h2 {
	color: #CB6677;
}

.community_page a {
	color: #B43046;
}
.community_page a:hover {
	color: #76343F;
}

#community_ribbon {
	float: right;
	margin-left: 25px;
}

.news_table img {
	width: 120px;
}

.news_table p {
	margin-bottom: 0;
}

/* home page styles*/

#white_mask {
	position: absolute;
	height: 100%;
	width: 100%;
	background: white;
	z-index: 2;
	top: 0;
	right: 0;
	display: none;
}

#intro {
	overflow: hidden;
	position: relative; z-index: 3;
}

#home_content_container {
	height: 145px;
	background-image: url('/images/home_content_bg.png');
	position: absolute;
	right: 0px;
	top: 495px;
	width: 100%;
	z-index: 3;
	overflow: hidden;
}

#home_content {
	width: 950px;
	margin: 0 auto;
}

#home_left {
	width: 281px;
	padding-left: 39px;
	padding-right: 40px;
	float: left;
	padding-top: 15px;
}

#home_left .title {
	color: white;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);*/
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#right #home_left p {
	margin-top: 0px;
	margin-bottom: 0;
}

#home_left a {
	color: white;
}

#home_left a:hover {
	color: #02253b;
}

#home_right {
	width: 590px;
	float: left;
	padding-top: 15px;
	text-align: center;
}

#home_right a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);*/
}

#home_right a:hover {
	color: #02253b;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
}

#home_right img {
	vertical-align: top;
}

/* sub page styles */

#right .page_title {
	font-size: 25px;
	line-height: 26px;
	margin-top: 85px;
	margin-bottom: 65px;
	color: #009fe2;
	height: 52px;
	font-family: 'Comfortaa';
	font-weight: normal;
}

/*#right .page_title {
	margin: 0;
	background: #65A5D2;
	color: white;
	font-size: 25px;
	height: 52px;
	line-height: 26px;
	margin-bottom: 20px;
	padding-bottom: 45px;
	padding-left: 50px;
	padding-top: 85px;
}*/

#right h1 {
	color: #6FA72D;
	color: #414141;
	font-size: 36px;
	margin: 0 0 12px;
	font-family: 'Comfortaa-Regular';
	font-weight: normal;
}

#right h1.title {
	margin-top: -5px;
}

#right h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 12px;
	margin-top: 0;
	font-family: 'Comfortaa-Regular';
	font-weight: normal;
	color: #6FA72D;
}

#right h3 {
	font-size: 17px;
	color: #6b2368;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: lowercase;
}

#right p {
	margin-top: 0;
	line-height: 18px;
}

p.green {
	color: #6FA72D;
}

#right p.big {
	font-size: 16px;
	line-height: 22px;
}

#right ul {
	margin-top: 0;
	line-height: 18px;
}

#right li {
	line-height: 18px;
	margin-top: 8px;
}

.info_table td {
	line-height: 18px;
}

.tour_brochures {
	float: left;
	border-top: 1px solid #ccc;
	margin-t
}

.tour_brochures div {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 500px;
	line-height: 40px;
	font-weight: bold;
}

.tour_brochures .button {
	float: right;
	margin: 7px -2px 0 0;
}

/* project gallery styles */

.project_gallery {
	margin-right: -10px;
	margin-bottom: -25px;
	float: left;
}
.project_gallery div {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	line-height: 16px;
}

#right .project_gallery div a {
	background: url('/images/gallery_link_bg.png') top left no-repeat;
	display: block;
	color: #373D41;
	width: 190px;
	height: 177px;
}

#right .project_gallery div a:hover {
	color: #373D41;
}

.project_gallery div img {
	width: 190px;
	height: 140px;
	margin-bottom: 5px;
}
.project_gallery div span {
	font-weight: bold;
	display: block;
}

/* project page styles */

.project_left {
	width: 225px;
	padding-right: 30px;
	float: left;
	font-weight: bold;
}

#right .project_left h1 {
	color: #009FE2;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.project_right {
	width: 335px;
	float: right;
}

/* project images */

.project_thumbs {
	text-align: right;
}

.project_thumbs img {
	margin-bottom: 25px;
}

/* contact details */

.contact_details td {
	line-height: 18px;
	padding-bottom: 5px;
}

/* contact form */

#contact_left {
	float: left;
	width: 250px;
}

#contact_right {
	float: left;
	width: 340px;
}

.contact_details td {
	vertical-align: top;
}

#right .contact_details .phones p {
	font-size: 14px;
	line-height: 22px;
}

.google_map {
	float: right;
	height: 100px;
	width: 150px;
}

#contact_form .top_align {
	padding-top: 7px;
	vertical-align: top;
}

#contact_form td {
	
}
#contact_form .req {
	margin-left: 5px;
	font-size: 18px;
	color: #497405;
	vertical-align: middle;
}

a.button {
	display: block;
	width: 85px;
	height: 27px;
	background: #6FA72D;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: white;
	margin-bottom: -2px;
	margin-left: -2px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

a.button:hover {
	background: #338256;
}

a.button:active {
	color: white;
}

#contact_form input[type=text], #contact_form textarea {
	border: 1px solid #BBB;
	height: 15px;
	line-height: 12px;
	margin-top: 5px;
	padding: 5px;
	width: 265px;
	background: white;
}

#contact_form textarea {
	overflow: auto;
	height: 140px;
}

#contact_form input[type=submit] {
	color: #43220b;
	background-color: #F89828;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px 1px 5px;
	border-bottom: 1px solid orange;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_message {
	float: left;
	line-height: 24px;
	width: 194px;
	margin-top: 5px;
	display: block;
}

#contact_form .select_container {
	padding-top: 9px;
	height: 24px;
	vertical-align:middle;
}

#contact_form a {
	margin-top: 5px;
	float: left;
}

/* footer */

#footer {
	height: 90px;
	margin-top: -90px;
	clear: both;
	background: #414141;
	color: #999;
	line-height: 18px;
	text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
#footer > div {
	width: 870px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

#footer > div > div {
	float: left;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #ccc;
}

#footer #footer a.active {
	color: #fff;
}

#footer .menu span {
	margin: 0 10px;
	/*background: transparent url('/images/footer_separator.png') center no-repeat;*/
}

#footer_left .menu {
	padding-left: 0;
	margin-left: -25px;
}

#footer .menu a {
	margin-left: 25px;
}

#footer_left {
	width: 710px;
	padding-top: 15px;
}

#footer_left div {
	padding-left: 87px;
	float: left;
}

#footer_right {
	width: 160px;
	text-align: right;
	padding-top: 15px;
	line-height: 18px;
	font-size: 12px;
}

#footer_right img {
	margin-right: 10px;
	vertical-align: top;
	margin-top: -1px;
}

/* sticky footer */

/* CLEAR FIX*/
#main {padding-bottom: 90px;}
.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 */


#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%;
	width: 590px;
	height: 280px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 590px; /* opera hack */
	height: 280px; /* opera hack */
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	width: 37px;
	height: 37px;
}

#slider .nivo-control.active img {
	//border-color: 6b2368;
}

#slider .nivo-control {
	padding: 2px;
}

#slider .nivo-control.active div {
	border: 2px solid #6b2368;
	height: 33px;
	width: 33px;
	position: absolute;
	top: 2px;
	left: 2px; /*ie hack */
}
#silder .nivo-control div:hover {
	border: 2px solid #32a960;
}
#slider .nivo-controlNav {
	position: absolute;
	bottom: -51px;
	right: 50px;
}

#slider .nivo-control {
	float: left;
	display: block;
	//padding: 2px solid white;
}

#intro .nivo-caption {
	top: 0;
	height: 70px;
	background: #009FE2 url('/images/home_link_arrow.png') 170px 15px no-repeat;
	color: white;
	float: right;
	height: 70px;
	line-height: 18px;
	position: relative;
	width: 230px;
	z-index: 100;
}

#intro .nivo-caption a span {
	font-size: 14px;
	font-weight: bold;
}

#intro .nivo-caption p {
	padding: 0;
}
.nivo-caption a {
	color: white;
	display: block;
	width: 125px;
	padding-right: 40px;
	margin-top: 15px;
	line-height: 20px;
	margin-left: 35px;
	height: 40px;
}
.nivo-caption a:hover {
	color: #005384;
}

.nivo-html-caption {
	display: none;
}

.nivo-directionNav a  {
	background: url("/images/slider_arrows.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	height: 45px;
	text-indent: -9999px;
	width: 36px;
}
a.nivo-prevNav {
	left: 10px;
}
a.nivo-nextNav {
	background-position: -36px 0;
	right: 10px;
}

#slider3 {
	margin-bottom:110px;
}
#slider3 .nivo-controlNav {
	position:absolute;
	left:29%;
	bottom:-70px;
}
#slider3 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
#slider3 .nivo-controlNav a.active img {
	-moz-box-shadow:0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 5px #fff;
	box-shadow:0px 0px 5px #fff;
}

/* misc */

.purple {
	color: #6a2668;
}
.hr {
	height: 1px;
	background: transparent url('/images/hr_bg.png') top left;
	width: 100%;
}
.left {
	float: left;
}
.hr.padded {
	margin: 15px 0;
}