@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.homeImageBox {
	float: left;
	margin-right: 20px;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	height: 72px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer {
	border:solid 1px #d6d6d6;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#box1 {
	float: left;
	width: 300px;
	margin-right: 21px;
	background-image: url(img/boxTopGrey.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border:solid 1px #d6d6d6;
}
#box2 {
	float: left;
	width: 300px;
	margin-right: 21px;
	background-image: url(img/boxTopGrey.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border:solid 1px #d6d6d6;
}
#box3 {
	float: left;
	width: 300px;
	background-image: url(img/boxTopGrey.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border:solid 1px #d6d6d6;
}
img{
	border: none;
}
#home #image {
	background-image: url(img/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 323px;
	background-color: #d6d6d6;
}
#outdoor #image {
	background-image: url(img/springLake.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#productsPage #image {
	background-image: url(img/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#about #image {
	background-image: url(img/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#portfolio #image {
	background-image: url(img/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#news #image {
	background-image: url(img/news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#permaCap #image{
	background-image: url(img/permaCap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#services #image {
	background-image: url(img/service.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#contact #image {
	background-image: url(img/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
}
#image {
	background-image: url(img/homePage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	background-color: #d6d6d6;
	background-image: url(img/home.jpg);
}
#quoteBox {
	background-color: #d6d6d6;
	height: 20px;
	color: #ad4906;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
}
#quoteBox a {
	color: #993300;
	padding-top: 4px;
	padding-right: 10px;
	text-decoration: none;
}

#quoteBox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d6d6d6;
	height: 20px;

	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
}
.clearfloat {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	padding-top: 15px;
	font-weight: bold;
	float: right;
}
#nav {
	float: right;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 20px;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav a {
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	color: #003366;
}

#nav a:visited{
	color: #003366;
}
#home img {
}
.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}
.boxContent {
	font-size: 12px;
	padding: 10px;
}
.boxHeader {
	height: 25px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #993300;
	font-size: 11pt;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#nav a:hover, #home #home a,#products #products a,#portfolio #portfolio a, #about #about a, #news #news a,#services #services a, #contact #contact a {
	color: #993300;
}
#sideNavRight {
	width: 250px;
	float: right;
	background-image: url(img/boxTopGrey.jpg);
	background-repeat: repeat-x;
	border: solid 1px #d6d6d6;
	height: 250px;
	margin-top: 20px;
}
#sideNavLeft {
	width: 250px;
	float: left;
	background-image: url(img/boxTopGrey.jpg);
	background-repeat: repeat-x;
	border: solid 1px #d6d6d6;
	margin-top: 20px;
	min-height: 210px;
}
#mainContentParagraph {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 600px;
}
#mainContent p{
	font-size: 12px;
}
#mainContent ul {
	font-size: 12px;
}
#leftNav #current a,.leftSubNav #current a {
	text-decoration: none;
	color: #993402;
}
#leftNav a:hover,.leftSubNav a:hover {
	text-decoration: none;
	color: #993301;
}

#leftNav a {
	color: #000000;
	text-decoration: none;
}
.leftSubNav a {
	color: #000000;
	text-decoration: none;
}
#imageDiv {
	height: 75px;
	width: 350px;
}
h1 {
	font-size: 18pt;
	color: #666666;
}
#mainContentHome a:link,#mainContentHome a:visited,#mainContent a:link,#mainContent a:visited {
	text-decoration: none;
	color: #000000;
}
#mainContentHome a:hover,#mainContent a:hover{
	text-decoration: none;
	color: #993300;
}
#mainContentHome p{
	font-size: 12px;
}
#footer{
	font-size: x-small;
	padding-top: 5px;
	height: 15px;
	margin-top: 5px;
}
#footerNav {
	width: 500px;
	float: left;
}
#copyRight {
	float: left;
	width: 200px;
}

#footNav{
	margin: 0;	
}
#footNav li{
	float: left;
	list-style: none;
}
#footNav a{
	display: inline;
	text-decoration: none;
	color: #2d280a;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#b2 a{
	text-decoration: none;
	color: #2d280a;
}
