@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		8;
	dw-num-cols-tablet:		18;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	float: right;
  }

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
	margin-bottom: 20px;
  }

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}



.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.centered {
	text-align: center;
}
img.floatleft {
	float: left;
	clear: both;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.toppadding {
	padding-top: 18px;
}
.rightphotopad {
	margin-left: 14px;
	margin-top: -3px;
	margin-right: -10px;
	clear: both;
}
.leftphotopad {
	padding-right: 16px;
	padding-top: 11px;
}
.largebold {
	font-size: 1.4em;
	font-weight: bold;
}
.largefont {
	font-size: 1.2em;
}

.nounderline {
	text-decoration: none;
}
.bolder {
	font-weight: bolder;
}
.bottompadding {
	padding-bottom: 11px;
}
.justify {
	text-align: justify;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
}
#header {
	font-family: "Trebuchet MS";
	font-style: italic;

}

#logo {
	text-align: center;
	margin-left: 12.7071%;
	margin-right: auto;
	max-width: 100%;
	width: 74.5856%;
}
#headerText {
	text-align: center;
	color: #FFFFFF;
	width: 74.5856%;
	margin-left: 12.7071%;
	clear: both;
	padding-top: 4px;
}
#logo img {
	padding-top: 4px;
	text-align: center;
	padding-bottom: 2px;
}
#headerText h2 {
	font-size: 0.9em;
	margin-top: -2px;
}
#phoneNumber {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #657740;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 12px;
}
#phoneNumberShift {
	width: 100%;
	margin-left: 0;
	color: rgba(255,255,255,1.00);
}
#mainNav {
	width: 100%;
	margin-left: 0;
	padding-bottom: 6px;
}
#navMenu {
width: 100%;
margin-left: 0;
}
.navMenuItem {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS";
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	margin-left: 0;
	color: #E7EDDC;
	border: thin solid #FFFFFF;
	font-style: italic;
	font-size: 0.9em;
}
#main {
	border-radius: 5px;
}
#mainContent {
	background-color: rgba(255,255,255,1.00);
	border-radius: 6px;
	width: 100%;
	clear: both;
	margin-left: 0;
}
#mainContentText {
	width: 74.5856%;
	margin-left: 12.7071%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#mainContent h1 {
	font-size: 1.05em;
	font-family: "Trebuchet MS";
	color: rgba(26,69,60,1.00);
	font-style: italic;
}
#maincontent h3 {
	color: rgba(26,69,60,1.00);
	font-family: "Trebuchet MS";
	font-style: italic;
	text-align: center;
	font-size: 1.1em;
}


#mainContentText h4 {
	color: rgba(26,69,60,1.00);
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 1em;
	margin-bottom: -8px;
}


#footer {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	margin-left: 0;
	background-color: #F5F5F5;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-radius: 5px;
	color: rgba(26,69,60,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer a {
	color: #1A453C;
}
#footer1 {
	margin-top: 4px;
	font-size: 0.9em;
	width: 74.5856%;
	margin-left: 12.7071%;
}
.footerText {
	margin-top: -15px;
	font-style: italic;
	font-size: 0.9em;
	font-weight: 400;
	width: 49.1712%;
	margin-left: 1.6574%;
	clear: none;
}
#footer2 {
}
.footertext2 {
	width: 74.5856%;
	font-style: italic;
	margin-top: -20px;
	margin-left: 12.7071%;
	margin-bottom: 0px;
	font-weight: 300;
}
.footertext3 {
	font-size: 0.8em;
	width: 49.1712%;
	clear: none;
}
.navMenuItem a {
	text-decoration: none;
	color: rgba(231,237,220,1.00);
}
.navMenuItem a:hover {
	color: rgba(255,255,255,1.00);
}
.imagescript {




}
.disclaimer {
	font-style: italic;
	font-weight: 600;
	text-align: center;
	font-size: 0.9em;
	color: rgba(26,69,60,1.00);
	margin-bottom: 9px;
}
.topContent {
}
.bottomContent {
}
.trebuchet {
	-webkit-font-smoothing: antialiased;
	font-family: "Trebuchet MS";
}
.goto a {
	color: rgba(26,69,60,1.00);
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}
.goto {
	margin-top: -17px;
	margin-bottom: 2px;
}
.topBottomPadding {
	margin-top: 10px;
	margin-bottom: 10px;
}
.shedTypes {
	clear: both;
	margin-bottom: 15px;
}
.shedTypes h3 {
	font-size: 1em;
}
.largeBottomPad {
	padding-bottom: 25px;
}
.optionalPricing {
	text-align: center;
	margin-top: -20px;
}
.optionalPricing h3 {
	color: rgba(26,69,60,1.00);
	font-style: italic;
	font-size: 1.05em;
}
.smallbold {
	font-weight: bold;
	font-size: 0.85em;
}

.show {
	text-align: center;
}

.html5lightbox .gallery {
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
}

#slideshow {
}
#mainContentText a {
	color: rgba(101,119,64,1.00);
}
.contactinfo {
	text-align: center;
	margin-top: -17px;
}
#phoneNumberShift a {
	color: rgba(255,255,255,1.00);
}
.discountPrice {
	text-align: center;
	font-weight: bold;
	color: rgba(177,22,25,1.00);
	border-radius: 7px;
	border: medium double rgba(177,22,25,1.00);
	margin-top: 7px;
	margin-bottom: 12px;
}
#tag {
	width: 74.5856%;
	margin-left: 12.7071%;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 0.7em;
	clear: both;
	display: none;
}
#nav1 {
}
#nav2 {
}
#nav3 {
display: none;
}
#nav4 {
display: none;
}
#nav5 {
}
#nav6 {
display: none;
}
#nav7 {
display: none;
}
#nav8 {
display: none;
}
#nav9 {
}
#nav10 {
}
#nav11 {
display: none;
}
#nav12 {
display: none;
}
#nav13 {
display: none;
}
#nav14 {
display: none;
}
#nav15 {
}
#nav16 {
	margin-top: -11px;
	margin-bottom: -15px;

}
#nav16 a {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}
#nav16 img {
	width: 30px;
	padding-left: 13px;

}
#nav17 {
display: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}



















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 94.3115%;
	padding-left: 0.3442%;
	padding-right: 0.3442%;
	clear: none;
	float: none;
	margin-left: auto;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	float: right;
	max-width: 400px;
  }

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
  }

#header {

}
#logo {
width: 32.8467%;
margin-left: 0;
}
#headerText {
	width: 66.4233%;
	margin-left: 0.7299%;
	clear: none;
	padding-top: 35px;
	margin-bottom: -13px;
}
#headerText h2 {
	font-size: 0.85em;
	margin-top: -2px;
}
#phoneNumber {
width: 100%;
}
#phoneNumberShift {
width: 66.4233%;
margin-left: 33.5766%;
}
#main {

}
#mainNav {
	width: 21.6545%;
	margin-left: 0;
}
#navMenu {
width: 100%;
margin-left: 0;
}
.navMenuItem {
	width: 100%;
	margin-left: 0;
	border-style: none;
	display: block;
}
#mainContent {
width: 77.6155%;
margin-left: 0.7299%;
clear: none;
}
#mainContentText {
	margin-left: 7%;
	width: 87%;

}
#footer {
	width: 100%;
	margin-left: 0;
}
#footer1 {
	width: 88.8077%;
	margin-left: 5.5961%;
	font-size: 0.85em;
}
.footerText {
width: 27.2506%;
clear: none;
margin-left: 17.5182%;
}
#footer2 {
}
.footertext2 {
width: 88.8077%;
margin-left: 5.5961%;
display: block;
}
.footertext3 {
width: 32.8467%;
clear: none;
margin-left: 0.7299%;
display: block;
}
.imagescript {
	float: right;
	width: 58%;
	margin-top: 13px;
}
.disclaimer {
	clear: both;
}
.topContent {
}
.bottomContent {
}
.shedTypes {
}
.optionalPricing {
}
.show {
}
#mainContentText h4 {
	color: rgba(26,69,60,1.00);
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
}
#slideshow {
}
.contactinfo {
}
.discountPrice {
}
#tag {
	width: 66.4233%;
	margin-left: 0.7299%;
	clear: none;
	font-size: 0.6em;
	display: block;
}
#nav1 {
}
#nav2 {
}
#nav3 {
display: block;
}
#nav4 {
display: block;
}
#nav5 {
}
#nav6 {
display: block;
}
#nav7 {
display: block;
}
#nav8 {
display: block;
}
#nav9 {
}
#nav10 {
}
#nav11 {
display: block;
}
#nav12 {
display: block;
}
#nav13 {
display: block;
}
#nav14 {
display: block;
}
#nav15 {
}
#nav16 {

}
#nav17 {
display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#nav16 img {
	width: 38px;
	padding-left: 20px;
	margin-left: -5px;

}




}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.3478%;
	max-width: 980px;
	padding-left: 0.326%;
	padding-right: 0.326%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {


}
#logo {
width: 27.2506%;
margin-left: 0;
}
#headerText {
	width: 72.0194%;
	margin-left: 0.7299%;
	clear: none;
	padding-top: 36px;
}
#headerText h2 {
	font-size: 1em;
	margin-top: -2px;
}
#phoneNumber {
width: 100%;
}
#phoneNumberShift {
width: 72.0194%;
margin-left: 27.9805%;
}
#main {
}
#mainNav {
	width: 16.0583%;
	margin-left: 0;
	padding-top: 12px;
}
#navMenu {
width: 100%;
margin-left: 0;
}
.navMenuItem {
	margin-left: 0;
	padding-left: 16px;
	display: block;
	font-size: 1em;
}
#mainContent {
	clear: none;
	width: 77.6155%;
	margin-left: 6.326%;
}


#mainContent h1 {
	color: #1A453C;
	font-size: 1.3em;
}
#footer {
width: 100%;
margin-left: 0;
}
#footer1 {
width: 100%;
margin-left: 0;
}
.footerText {
width: 100%;
clear: both;
margin-left: 0;
}

#footer2 {
}
.footertext2 {
width: 88.8077%;
margin-left: 5.5961%;
display: block;
}
.footertext3 {
width: 27.2506%;
clear: none;
margin-left: 6.326%;
display: block;
}
#mainContentText {
	margin-left: 7.21%;
	width: 85.5799%;
	min-height: 600px;

}
#mainContentText h3 {
	color: rgba(26,69,60,1.00);
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: -9px;
}

.imagescript {
	width: 55%;
	margin-top: -4px;

}
.disclaimer {
}
.topContent {
}
.bottomContent {
}
.shedTypes {
}
.optionalPricing {
}
.show {
	text-align: center;
}
#slideshow {
}
.smalltext {
	font-size: 0.85em;
}
.contactinfo {
}
.discountPrice {
}
#tag {
	width: 72.0194%;
	margin-left: 0.7299%;
	clear: none;
	display: block;
	font-size: 0.75em;
}
#nav1 {
}
#nav2 {
}
#nav3 {
display: block;
}
#nav4 {
display: block;
}
#nav5 {
}
#nav6 {
display: block;
}
#nav7 {
display: block;
}
#nav8 {
display: block;
}
#nav9 {
}
#nav10 {
}
#nav11 {
display: block;
}
#nav12 {
display: block;
}
#nav13 {
display: block;
}
#nav14 {
display: block;
}
#nav15 {
}
#nav16 {
	margin-left: 14px;
}
#nav17 {
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}






}

@media screen{
}
