
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
@font-face {
    src: url("../assets/fonts/");
}
body {
    background: url("../images/bgr.gif") repeat scroll 0 0 transparent;
    font: 13px "English: USA",arial,tahoma,geneva,sans-serif;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #595959;
    font-family: verdana;
}
h2 {
	font-size:16.5px;
	color:#1f3a05;
}
.winter h2 {color:#05183A}
.spring h2 {color:#ac5806;}
.fall h2 {color:#ffdf88;}

h3, h4 {
	font-weight:bold;
	color: #4D6301;
}
h3 {
	font-size: 14px;
	margin-bottom:20px;
}
h4 {
	font-size:12px;
	color:#000;
}
#container {
    box-shadow: 0 0 10px 3px #222222;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    margin-bottom:30px;
}
header {
    background: none repeat scroll 0 0 #FFFFFF;
}
header, header ul {
    position: relative;
    width: 100%;
}
header #logo {
	margin-left:20px;
}
header #logo a {
	float:left;
	overflow:hidden;
}
.logo {
    float: left;
    height: auto;
    margin: 20px;
    position: relative;
    width: 160px;
}
.mobile_menu {
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: right;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 35px;
    width: 50px;
    z-index: 9999;
	
	background: url("../images/phoneNavButton.png") no-repeat scroll 0 0 #BAD46F;
    border: 2px solid #CCC;

}
.winter .mobile_menu {
	background: url("../images/phoneNavButton-winter.png") no-repeat scroll 0 0 #11304F;
    border: 2px solid #CCC;
}
.fall .mobile_menu {
	background: url("../images/phoneNavButton-fall.png") no-repeat scroll 0 0 #754D0E;
    border: 2px solid #CCC;
}
#nav {
    background: none repeat scroll 0 0 #BAD46F;
    border-top: 2px solid #88AD46;
    clear: both;
    list-style: none outside none;
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 9995;
}
#nav li {
    border-bottom: 1px solid #88AD46;
    border-right: medium none;
    float: none;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
}
#nav li.button_right {
	right:50px;
	border-radius:10px;
	box-shadow: 5px 5px 10px #ccc;
}
#nav li:last-child {
}
#nav li:last-child a {
}
#nav a {
    color: #507501;
    display: block;
    padding: 22px 0 22px 22px;
    text-decoration: none;
}
#nav ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    left: -9999px;
    list-style: none outside none;
    position: absolute;
}
#nav ul li {
    float: none;
    padding-top: 1px;
}
#nav ul a {
    white-space: nowrap;
}
#nav li.current, #nav li.current a {color:#000;}
.current {
	background: #ddf2a7 no-repeat;
}
.spring .siteBanner {
    background: url("../images/homepage_spring.png") no-repeat scroll 0 0 transparent;
}
.summer .siteBanner {
    background: url("../images/homepage_summer.png") no-repeat scroll 0 0 transparent;
}
.fall .siteBanner {
    background: url("../images/homepage_fall.png") no-repeat scroll 0 0 transparent;
}
.winter .siteBanner {
    background: url("../images/homepage_winter.png") no-repeat scroll 0 0 transparent;
}
.siteBanner {
    height: 118px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.siteBanner h1 {
    top: 48px;
    color: #FFFFFF;
    font-size: 30px;
    left: 0;
    display:inline-block;
    margin-left: 40px;
    position: relative;
    z-index: 9994;
}
.siteBanner #gtBar {
	position:relative;
	z-index:9999;
	color:#0f0;
	width:100px;
}
.clearfix {
    clear: both;
}
.siteBanner > img {
    height: 118px;
    width: 1000px;
    z-index: 9998;
}
.mobile_menu img {
	vertical-align:middle;
}
.content {
	position:relative;
	z-index:9990;
	background: none repeat scroll 0% 0% rgb(255, 255, 255); 
	display: block; 
	width: 100%;}
.main_content {
	padding: 0; 
	display: block; 
	width: auto;
}
#gtBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 10px;
    position: relative;
    top: -12px;
}
.spring aside {
	background: none repeat scroll 0% 0% rgb(254, 222, 73); 
}
.winter aside {
	background: none repeat scroll 0% 0% #79a8e0;
}
#nav {
	display:none;
	font-size:16px;
}
.deals {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 transparent;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
ul li.crButton {
	background:url(../images/buttonC_R.png) no-repeat;
	width:32%;
	height:auto;
	float:left;
	padding:12px 32px;
}
.crButton a {
	font-size:1.75em;
	color:#fff;
	text-decoration:none;
}
.feature_nav_wrapper a {
	display:none;
}
.main_content {
	background:#faf4d2;
}

.main_content_body {
    min-height: 400px;
    position: relative;
}
.index_main_content_body span {
	color:#000;
}
.main_content_body .lightbox {
	margin:0 0 40px 20px;
}
.main_content_body .lightbox img {
	margin-top:10px;
	box-shadow: 5px 5px 8px #000;
	overflow:hidden;
	border-radius: 15px;
}

.main_content_body div:nth-child(2) h3 {
	color:#2f3527;
}

#about h3 {
	margin-bottom:20px;
}
#about p {
    line-height: 1.75em;
    margin: 0 30px 20px 0;
}
#about p span {
	color:#4d6301;
	font-weight:bold;
}
#about #brad {
    float: left;
    margin-right: 25px;
    max-width: 25%;
    overflow: hidden;
}
#gtBar {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
   border-bottom: 1px solid #000000;
   border-top: 1px solid rgba(255, 255, 255, 0.2);
   height: 10px;
   position: relative;
   top: -12px;
}
.slide_common td {
    vertical-align: middle;
}
.slide_common .image {
    padding-right: 20px;
    width: 100%;
    height:150px;
}
.copyright {
    color: #AAAAAA;
    margin-bottom: 20px;
    text-align: center;
}
/* TESTIMONIALS */

.testimonials {
    display: table;
    height: 125px;
    width: 100%;
}
.testimonials_wrapper > h3 {
    background: none repeat scroll 0 0 #F9ECB7;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 40px;
    padding-top: 10px;
}
.testimonials {
	background: none repeat scroll 0 0 #F9ECB7;
}
.testimonials_wrapper {
    bottom: 0;
    position: absolute;
    width:100%;
}
.testimonial_nav {
    display: table-cell;
    vertical-align: middle;
}
.testimonials .leftArrow {
	left: -5px;
}
.testimonials .rightArrow {
	right: -5px;
}
.testimonials .testText {
    display: table-cell;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.testimonials .testText span {
	font-style:italic;
	font-size:12px;
}
.testimonial_nav > a {
    display: block;
}
.testimonial_nav.leftArrow img {
    left: -5px;
    position: relative;
}
.rightArrow.testimonial_nav img {
    position: relative;
    right: -5px;
}
.about_col {float:left;width:68%;}
.tquote {
    font-style: italic;
    line-height: 18px;
}
.author {
    color: #000000;
    float: right;
    font-style: italic;
    margin-top: 10px;
}
/* TESTIMONIALS END */

/* SIDEBAR */

.sidebar_content p {
	color:#fff;
	margin-bottom:10px;
	line-height:1.75em;
}
.spring .sidebar_content p {color:#000;}



/* SIDEBAR END */

/* RESIDENTIAL SERVICES */

#res {
	margin:10px 20px;
}
#res li {
	margin:25px 0px;
	padding-left:20px;
	line-height: 1.5em;
}
#res li:first-child {
    margin-top:0;
}
#res li img {
	float:left;
}
#res h4, #res p {
	padding:0 45px 0 70px;
}

/* RESIDENTIAL SERVICES END */
/* CONTACT */

label, input {
	margin:5px 0;
	display:block;
}
#contactForm label {
	font-weight:bold;
	color:333;
}
#contactForm div input, #contactForm div textarea {
	padding:5px;
	width:85%;
}
input#submit {
	background: #7a9dc3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhOWRjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjNzE5NGJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiM2Mjg3YjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiM1NzdkYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiM0ODcxOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiM0NjcxOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiM0MjZkOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMzZjZiOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiMzNDYwOGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzMzVmOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMyYzU2ODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyMzRlNzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMyOTRhNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OSUiIHN0b3AtY29sb3I9IiMyMzQ3NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MSUiIHN0b3AtY29sb3I9IiMxZTQyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiMwZTM0NjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDcyYzU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #7a9dc3 0%, #7194bc 4%, #6287b1 9%, #577daa 15%, #48719d 30%, #46719e 36%, #426d9a 43%, #3f6b98 45%, #34608d 47%, #335f8e 51%, #2c5686 68%, #234e79 83%, #294a77 85%, #234777 89%, #1e4272 91%, #0e3461 96%, #072c59 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a9dc3), color-stop(4%,#7194bc), color-stop(9%,#6287b1), color-stop(15%,#577daa), color-stop(30%,#48719d), color-stop(36%,#46719e), color-stop(43%,#426d9a), color-stop(45%,#3f6b98), color-stop(47%,#34608d), color-stop(51%,#335f8e), color-stop(68%,#2c5686), color-stop(83%,#234e79), color-stop(85%,#294a77), color-stop(89%,#234777), color-stop(91%,#1e4272), color-stop(96%,#0e3461), color-stop(100%,#072c59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a9dc3', endColorstr='#072c59',GradientType=0 ); /* IE6-8 */
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px #777;
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 115px;
    text-align: center;
    font-weight:bold;
    border:none;
    cursor: pointer;
    font-size:1.1em;
}
.form-column {width:50%;float:left;}
/* FOOTER */

footer {
	background:#fff;
	color:#737373;
	line-height:1.6;
	padding:10px 15px;
}
footer br {
	display:none;
}
footer a {
	color:#48609c;
	text-decoration:none;
}
.footer_icon {
	width:34px;
	display:none;
}
aside:after {
    content: "";
    display: block;
    /*height: 200px;*/
}
.summer aside {
    background: url("../images/sidebar_watermark_summer.png") no-repeat scroll 50% 100% #91AE3A;
    background-size: 75%;
}
.spring aside {
    background: url("../images/sidebar_watermark_spring.png") no-repeat scroll 50% 100% #FEDE49;
    background-size: 75%;
}
.fall aside {
    background: url("../images/sidebar_watermark_fall.png") no-repeat scroll 50% 100% #B86C1F;
    background-size: 75%;
    color:#fff;
}
.winter aside {
    background: url("../images/sidebar_watermark_winter.png") no-repeat scroll 50% 100% #7AA7C6;
    background-size: 75%;
}
.main_content_body, .sidebar_content {
	padding:0px;
	overflow:hidden;
}
.sidebar_content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:15px 20px 20px 20px;
}
.main_content_pad {
	padding:10px 40px 20px 40px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.portfolio_quick_view > h3 {
    margin-bottom: 10px;
}
.portfolio_quick_view > img {
    float: left;
    margin-right: 20px;
}
.season_icon {
    display: block;
    height: 230px;
}

.mainImageSlider
{
	width: 50%; float:left;
}

.mainContent p
{
	margin-bottom: 10px;
	line-height: 1.75em;

}

#copy_1, #copy_2, #copy_3
{
	display:none;
}
/* MEDIA QUERIES */
@media screen and (max-width:481px) {
.mainImageSlider
{
	width: 100%;
	float: none;
}
	.slide_common td, .slide_common .image {
	    display: block;
	    float:none;
	    clear: both;
	    width:100%;
	}
	.slide_common .image {height:100%;}
	.spring #nav {
		background: none repeat scroll 0 0 #BAD46F;
	}
	.fall #nav {
		background: none repeat scroll 0 0 #754D0E;
		border-top:2px solid #CCC;
	}
	.fall #nav .current {background: #E5D0A0;}
	.fall #nav li {border-bottom:1px solid #CCC;}
	.fall #nav a {color: #FFF;}
	.summer #nav {
		background: none repeat scroll 0 0 #BAD46F;
	}
	.winter #nav {
		background: none repeat scroll 0 0 #11304F;
		border-top:2px solid #CCC;
	}
	.winter #nav .current {background: #9AB6C7;}
	.winter #nav li {border-bottom:1px solid #CCC;}
	.winter #nav a {color: #FFF;}
	.season_icon {
	    height: 0px;
	}
	#nav {border-radius:0 0 10px 10px;}
	#nav a.hide_mobile {display:none;}
	#nav ul.subnav {position: relative;left:0;}
	#nav ul.subnav li.last {border-bottom:none;}
	.spring aside, .winter aside {
		display: block; 
		width: 100%;
		background-image:none;
	}
	.feature_nav {
		display:none;
	}
	.deals {padding:20px;text-align:center;}
	.spring aside {
	    background-size: 50% auto;
	}
	.main_content_pad {
	    -moz-box-sizing: border-box;
	    margin-bottom: 0px;
	    margin-top: 10px;
	    overflow: hidden;
	    padding: 0 20px;
	    text-align: left;
	}
	.portfolio_quick_view > img {
	    display: block;
	    float: none;
	    margin: 10px auto;
	    max-width: 100%;
	}
	.portfolio_quick_view > p {
	    margin-top: 10px;
	}
	.testimonials_wrapper > h3 {
	    margin-bottom: 0px;
	    margin-left: 0;
	    text-align: center;
	}
	.testimonials_wrapper {
	    bottom: 0;
	    position: relative;
	    margin-top:30px;
	}
	.testimonials .testText {
	width:80%;
	margin:0px 18px;
	}
	.testimonials .testText span {
		margin-right:10px;
	}
	#res {
		margin:0;
		padding-bottom:20px;
	}
	#res li {
		margin:0 15px;
		padding:10px 0;
		min-height:50px;
	}
	#res li img {
		clear:both;
	}
	#res h4, #res p {
	    padding: 0 15px 0 60px;
	}
	#res p {line-height:1.5;}
	#about {
		margin:0 30px;
	}
	#about p {
		margin: 0 50px;
		padding:10px 0;
	}
	#about #brad {
	    float: none;
	    margin-right: 0;
	    max-width: 100%;
	}
	.about_col {
	    float: none;
	    width: 100%;
	}
	#about {
	    margin: 0;
	}
	#about p {
	    margin: 0 10px;
	    padding: 10px 0;
	}
	#nav li.button_right {
	right:0px;
	border-radius:10px;
	box-shadow: 5px 5px 10px #ccc;
	}
	.form-column {width:100%;float:none;}
	.main_content_pad .contactform {text-align:left;}
	#contactForm div input, #contactForm div textarea {
	    width: 95%;
	}
	#about #brad {
	    float: left;
	    margin-right: 15px;
	}
	.siteBanner h1 {
	    margin-left: 20px;
	}
	h4 {line-height: 1.2}
	#about h3 {
		margin-bottom: 5px;
	}
}
@media screen and (max-width:800px) {
	#nav a {font-size:14px;}
	.unoslider_indicator {
   		bottom: 0px !important;
   	}
   	.testimonials {
	    height: auto !important;
	    padding:15px 0;
	}
}
@media screen and (min-width:481px) {
	.deals {
	    height: 118px;
	    position: absolute;
	    top: -118px;
	    width: 25%;
	    z-index: 9995;
	}
	.deals_content_wrapper {
		width: 100%; 
		height: 100%; 
		display: table;
	}
	.deals_content {
		display:table-cell;
		text-align:center;
		vertical-align:middle;
	}
	.deals_content > a {
	    display: inline-block;
	}
	.deals_content img {
	    vertical-align: middle;
	    max-width:100%;
	}
	#container {
		min-width:768px;
	}
	.summer .deals {
		background: none repeat scroll 0 0 rgba(89, 125, 17, 0.7);
		color:#FFF;
	}
	.spring .deals {
		background: none repeat scroll 0 0 rgba(17, 69, 125, 0.7);
		color:#FFF;
	}
	.fall .deals {
		background: none repeat scroll 0 0 rgba(125, 88, 17, 0.7);
		color:#FFF;
	}
	.winter .deals {
		background: none repeat scroll 0 0 rgba(0, 48, 92, 0.7);
		color:#FFF;
	}
	.mobile_menu {display:none;}
	.content {display: table;}
	.main_content {display: table-cell;}
	
	aside {
	    display: table-cell;
	    vertical-align: top;
	    width: 25%;
	}
	#nav {
	    background: none repeat scroll 0 0 transparent;
	    border-top: medium none;
	    clear: none;
	    display: block !important;
	    font-weight: bold;
	    height: 37px;
	    list-style: none outside none;
	    position: relative;
	    top: 44px;
	    z-index: 9995;
	}
	#nav li {
	    border-bottom: medium none;
	    float: left;
	    margin-right: 0;
	    padding: 10px 0;
	    position: relative;
	    width: auto;
	}
	#nav li:first-child {border-left:none;}
	#nav li.button_right {
	    border-left: medium none;
	    float: right;
		margin-right:15px;
		padding:0;
	}
	#nav li.button_right a {
		background: #7a9dc3; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhOWRjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjNzE5NGJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiM2Mjg3YjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiM1NzdkYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiM0ODcxOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiM0NjcxOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiM0MjZkOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMzZjZiOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiMzNDYwOGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzMzVmOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMyYzU2ODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyMzRlNzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMyOTRhNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OSUiIHN0b3AtY29sb3I9IiMyMzQ3NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MSUiIHN0b3AtY29sb3I9IiMxZTQyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiMwZTM0NjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDcyYzU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(top,  #7a9dc3 0%, #7194bc 4%, #6287b1 9%, #577daa 15%, #48719d 30%, #46719e 36%, #426d9a 43%, #3f6b98 45%, #34608d 47%, #335f8e 51%, #2c5686 68%, #234e79 83%, #294a77 85%, #234777 89%, #1e4272 91%, #0e3461 96%, #072c59 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a9dc3), color-stop(4%,#7194bc), color-stop(9%,#6287b1), color-stop(15%,#577daa), color-stop(30%,#48719d), color-stop(36%,#46719e), color-stop(43%,#426d9a), color-stop(45%,#3f6b98), color-stop(47%,#34608d), color-stop(51%,#335f8e), color-stop(68%,#2c5686), color-stop(83%,#234e79), color-stop(85%,#294a77), color-stop(89%,#234777), color-stop(91%,#1e4272), color-stop(96%,#0e3461), color-stop(100%,#072c59)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #7a9dc3 0%,#7194bc 4%,#6287b1 9%,#577daa 15%,#48719d 30%,#46719e 36%,#426d9a 43%,#3f6b98 45%,#34608d 47%,#335f8e 51%,#2c5686 68%,#234e79 83%,#294a77 85%,#234777 89%,#1e4272 91%,#0e3461 96%,#072c59 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a9dc3', endColorstr='#072c59',GradientType=0 ); /* IE6-8 */
		border-radius: 5px 5px 5px 5px;
		color: #FFFFFF;
	    padding: 10px;
	    text-align: center;
	    line-height:1.1
	}
	#nav a {
	    border-right: 1px solid #507501;
	    color: #507501;
	    display: block;
	    font-weight: bold;
	    line-height: 1;
	    padding: 0 15px;
	    text-decoration: none;
	}
	#nav li.lastNavItem a {border-right:none;}
	#nav li.hover a, #nav a.hoverSibling {border-right:1px solid transparent;}
	#nav li.hover {background:#F9ECB7;}
	#nav ul.subnav {width:220px;background:#FAF4D2;margin-top:10px;border-radius:0 5px 5px 5px;overflow: hidden;}
	#nav li.hover ul.subnav {left:0;border-top:none;}
	#nav li ul.subnav li {padding:10px 0;}
	#nav li ul.subnav li a {border:none;padding-left:30px;font-size:.75em;background:url("../images/bullet.png") no-repeat 16px 4px;}
	.current {
	    background: none repeat scroll 0 0 transparent;
	}
	.feature_nav_wrapper {
    box-shadow: 0 3px 10px 0 #444444;
    margin-bottom: 10px;
	}
	.feature_nav {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		background: #776f64; /* Old browsers */
		background: -moz-linear-gradient(top, #776f64 39%, #413c36 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#776f64), color-stop(100%,#413c36)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #776f64 39%,#413c36 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #776f64 39%,#413c36 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #776f64 39%,#413c36 100%); /* IE10+ */
		background: linear-gradient(to bottom, #776f64 39%,#413c36 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#776f64', endColorstr='#413c36',GradientType=0 ); /* IE6-9 */
		width:50%;
		float:left;
		height:48px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	    box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.2) inset;
		position:relative;
		border-left: 2px solid rgba(255, 255, 255, 0.2);
	}
	.feature_nav:hover {
		background: #403b35; /* Old browsers */
		background: -moz-linear-gradient(top, #403b35 45%, #272320 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#403b35), color-stop(100%,#272320)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #403b35 45%,#272320 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #403b35 45%,#272320 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #403b35 45%,#272320 100%); /* IE10+ */
		background: linear-gradient(to bottom, #403b35 45%,#272320 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403b35', endColorstr='#272320',GradientType=0 ); /* IE6-9 */
	}
	.feature_nav > a {
	    -moz-box-sizing: border-box;
	    color: #FFFFFF;
	    display: block;
	    font-size: 18px;
	    height: 46px;
	    left: 0;
	    padding: 9px 40px;
	    position: relative;
	    text-decoration: none;
	    top: 0;
	    width: 100%;
	}
	.feature_nav:nth-child(1) {
		border-right:2px solid rgba(0, 0, 0, 0.9);
		border-left:none;
	}
	.feature_nav > img {
	    position: absolute;
	    right: 20px;
	    top: 12px;
	}
	footer {
		padding:30px 20px 25px 40px;
	}
	footer address {
		padding-right: 10px;
	}
	footer address,footer p,footer a {
		float:left;
	}
	footer p {
		padding-left:10px;
		border-left: 1px solid #cacaca;
	}
	footer br {
		display:table-row;
	}
	.footer_icon {
		float:right;
		padding:0;
		width:auto;
		display:block;
	}
}
