@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:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
	background-color: #FDFCFC;
}
#header {
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(../images/cloud-bg.gif);
}
.gridContainer.clearfix #top {
	background-image: url(../images/cloud-bg.fw.png);
	background-repeat: no-repeat;
}
#menuSystem {
	margin-top: 5px;
	margin-bottom: 5px;
}
.menuItem {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(209,91%,35%,1.00);
	border-radius: 5px;
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
}
.menuItem a {
	color: #FFFFFF;
}
.menuItem a:visited {
	color: #FFFFFF;
}
.menuItem a:hover {
	color: #FFFFFF;
}
.menuItem a:focus {
	outline: thin dotted;
	color: #FFFFFF;
}
#top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 5px;
}
#sidebar {
	width: 100%;
	background-color: #FFFFFF;
	margin-left: 0;
	clear: both;
	text-align: center;
}
#section1 {
width: 100%;
background-color: #FFFFFF;
border-radius: 5px;
}
content img {
	margin-left: auto;
	margin-right: auto;
}
#contact-input {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.telephonenumber {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
	font-size: x-large;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menuSystem .fluid.menuItem.zeroMargin_tablet.zeroMargin_desktop a {
}
.fluid.menuItem a {

}
.texttitle {
	font-size: x-large;
	color: #085CAB;
	font-weight: 600;
	font-style: normal;
}
.servicetitles {
	color: #085CAB;
	font-size: large;
}
.servicestitles a {
	color: #FFFFFF;
}
.servicetitles a:hover {
	color: #FFFFFF;
	font-weight: 600;
}
.banner-image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer {
	color: #FFFFFF;
	background-color: #535353;
	border-radius: 5px;
}
.footer-text {
	text-align: center;
	padding-top: 10px;
}
.testimonials {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}
.sidebar-article {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.gridContainer.clearfix #footer .fluid.footer-text {
}
.creditcard {
	margin-top: 5px;

}
#div1 {
}
.servicetitles a {
	font-weight: 700;
	color: #ECF307;
}
#home-page-image {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.estimateform {

}
.fluid-image {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}
.fence-styles {
	text-align: center;

}





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#top {
}
#top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#menuSystem {
}
.menuItem {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
display: block;
}
#top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content {
width: 61.5384%;
}
#section1 {
width: 61.5384%;
}
.telephonenumber {
}
.banner-image {
}
#footer {
}
.footer-text {
	padding-bottom: 20px;
}
.testimonials {

}
.comments {
}
.sidebar-article {
width: 100%;
margin-left: 0;
}
.cc-img {
}
#sidebar {
	width: 35.8974%;
	background-color: #FFFFFF;
	border-radius: 5px;
	clear: none;
	margin-left: 2.5641%;
}
#div1 {
}
#home-page-image {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 88.5%;
	max-width: 980px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#top {
}
#menuSystem {
}
.menuItem {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
#content {
width: 66.1016%;
}
#section1 {
width: 66.1016%;
}
#input {
	width: 100%;
}
.telephonenumber {
}
.sub1 {
width: 35.8974%;
margin-left: 0;
}
.banner-image {
}
#footer {
}
.footer-text {
}
.testimonials {
}
.comments {
}
.sidebar-article {
width: 100%;
margin-left: 0;
}
#sidebar {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#div1 {
}
#home-page-image {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.fence-style-image {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
