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

:focus {outline: 0;}

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

/* misc */

a {
	color: #4083C9;
	text-decoration: none;
}

a:hover {
	color: #C53E3E;
}

a.active {
	color: #C53E3E;
}

a img {
	border: 0;
}

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

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

/* layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Droid Sans, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	/*background: #8ec63d url('/images/body_bg.png') top center repeat-y;*/
	background: #f3f3f3;
}

#header_bg {
	position: absolute;
	width: 100%;
	height: 130px;
	top: 0;
	left: 0;
	background: #9bbcdd url('/images/header_bg.png') top left repeat-x;
}

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

#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	/*background: transparent url('/images/main_bg.png') top right repeat-y;*/
}

#supersized {
	display: none;
}

#main {
	/*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;*/	
}



/* left */

#left, #right {
	float: left;
}

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

#left .hr {
	height: 1px;
	width: 200px;
	background: transparent url('/images/left_hr_bg.png') top left repeat-x;
}

#logo {
	height: 130px;
}
	
#left #logo img {
	margin-top: 26px;
	width: 206px;
	height: 78px;
	margin-left: -7px;
}

/* nav */

#nav {
	margin-top: 25px;
	position: fixed;
	background: transparent url('/images/nav_separator.png') top right repeat-y;
	width: 220px;
}

#nav a {
	/*font-family: 'Oswald';*/
	display: block;
	font-size: 14px;
	color: #414141;
	line-height: 24px;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
	font-family: Oswald;
	text-transform: uppercase;
}

#nav a:hover {
	color: #4083C9;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.15);*/
}

#nav a.active {
	color: #333;
	color: #4083C9;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.15);*/
}

#nav div {
}

#nav div a {
	/*text-transform: none;*/
	font-family: 'Oswald-Light';
	padding-left: 20px;
}

#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;
}

/* login form */

.left_login {
	height: 171px;
	width: 200px;
	padding-top: 100px;
}

.left_login h2 {
	font-family: 'Oswald';
	font-weight: normal;
	color: #464B40;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 7px;
}

.left_login .hr {
	margin-bottom: 10px;
}

.left_login input[type=text], .left_login input[type=password] {
    background: #b5da81;
    border: 0 none;
    font-family: Arial;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin-bottom: 2px;
    padding: 6px;
    width: 186px;
	color: #4D5447;
}

.left_recover {
	float: left;
	width: 118px;
	line-height: 29px;
	font-size: 12px;
	color: #4D5447;
}

.left_recover:hover {
	color: #333;
}

.left_button {
	background: #4D5447;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Oswald;
	font-size: 14px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 80px;
}

.left_button:hover {
	background: #3F443A;
	color: white;
}

/* apply box */

.left_apply {
	color: #4D5447;
	padding: 18px 0;
	font-size: 12px;
}

.left_apply h3 {
	color: #FFFFFF;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	line-height: 18px;
}

.left_apply a {
	color: #fff;
}

.left_apply a:hover {
	color: #E0FF89;
}
.green_box {
	background: #8ac541;
	color: white;
	height: 65px;
	font-family: 'Oswald';
	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: 735px;
	/*min-height: 500px;*/
}

/* subheader */

#subheader {
	height: 130px;
	position: relative;
}

#right #subheader h2 {
	padding-top: 80px;
	font-size: 24px;
	line-height: 24px;
	color: #f6f6f6;
}

#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: 260px;
	height: 59px;
	position: absolute;
	right: 0;
	top: 36px;
}

#right .hr {
	height: 1px;
	width: 725px;
	background: transparent url('/images/right_hr_bg.png') top left repeat-x;
}

#right .hr.padded {
	margin-bottom: 24px;
}

#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: 595px;*/
}

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

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

/***** specific page styles *****/

/* brands page */

.brands_page div {
	padding: 20px 0;
	float: left;
	width: 725px;
}

.brands_page .hr {
	padding: 0;
}

.brands_page div img {
	width: 280px;
	height: 180px;
	float: left;
	margin-right: 30px;
}

.brands_page p {
	float: left;
	width: 385px;
}

.brands_page a {
	font-weight: bold;
	float: left;
	margin-top: 10px;
}

/* about page */

.about_page .nursery_fair {
	float: right;
	margin-right: 140px;
}

.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: 'Oswald';
	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: 24px;
	margin: 27px 0 15px;
	font-family: 'Oswald';
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
}

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

#right h1 span {
	color: #999;
}

#right h2 {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: 'Oswald';
	font-weight: normal;
	color: #6FA72D;
	color: #898989;
	text-transform: uppercase;
}

#right h2.dark {
	color: #414141;
}

#right h3 {
	font-size: 13px;
	line-height: 20px;
	color: #414141;
	color: #C53E3E;
	font-weight: normal;
	margin: 0;
	font-family: 'Oswald';
}

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

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;
}

#right ol.roman {
	list-style: lower-roman;
}

.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: 475px;
	padding-right: 50px;
}

.contact_right {
	float: left;
	width: 200px;
}

.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 {
	vertical-align: top;
}

#contact_form .top_align label {
	padding-bottom: 140px;
}

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

a.button {
	display: block;
	width: 190px;
	height: 45px;
	background: #585858;
	line-height: 45px;
	text-align: center;
	color: white;
	margin-bottom: -2px;
	margin-left: 1px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-size: 24px;
	font-family: 'Oswald';
}

a.button:hover {
	background: #6FA72D;
}

a.button:active {
	color: white;
}

#contact_form label {
	background-color: #e7e7e7;
	display: block;
	width: 75px;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	padding: 15px 0 15px 15px;
	cursor: text;
	margin-top: 5px;
}

#contact_form input[type=text], #contact_form textarea {
	border: 0;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	color: #414141;
	margin-top: 5px;
	padding: 15px;
	width: 355px;
	background: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
}

#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 */

/* sticky footer */

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

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

#footer .hr {
	height: 1px;
	width: 725px;
	background: transparent url('/images/right_hr_bg.png') top left repeat-x;
	margin: 15px 0;
}

#footer h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 12px;
	margin-top: 0;
	font-family: 'Oswald';
	font-weight: normal;
	color: #6FA72D;
}

#footer h2.dark {
	color: #414141;
}

#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 .hr {
	background: url("/images/left_hr_bg.png") repeat-x scroll left top transparent;
	width: 200px;
	padding: 0;
}

#footer_left a {
	font-size: 14px;
}

#footer_left a:hover {
	color: #e0ff89;
}

#footer_left img {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	vertical-align: top;
	margin-top: -3px;
}

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

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

#footer_left {
	width: 225px;
}

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

#footer_right {
	width: 725px;
	line-height: 18px;
	font-size: 12px;
	padding-left: 20px;
	color: #888;
	padding-top: 19px;
}

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



#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;*/
}