@charset "UTF-8";
body,td,th {
	color: #000000;
	font: bold 12px Arial, Verdana, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.logobox {
	height: 125px;
	width: 200px;
	padding-right: 15px;
	padding-bottom: 15px;
}
h2 {
	color: #05b703;
	font: 200 normal 11pt/20px Arial, Verdana, sans-serif;
	margin-bottom: -0.75em;
}
.menubox {
	background: #022771;
	margin-bottom: 15px;
}
.menuboxnoMargin {
	background: #022771;
}
.mainrightcol {
	width: 283px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.mainareatoppad {
	padding-top: 15px;
}
.maintextarea {
	color: #000000;
	padding-right: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
.maintextarea a:link, .maintextarea a:visited {
	color: #022771;
	cursor: pointer;
}
.maintextarea a:active, .maintextarea a:hover {
	color: #05b703;
	cursor: pointer;
}
.maintextareanopad {
	color: #000000;
		font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
.maintextareanopad a:link, .maintextareanopad a:visited {
	color: #022771;
	cursor: pointer;
}
.maintextareanopad a:active, .maintextareanopad a:hover {
	color: #05b703;
	cursor: pointer;
}
.maintextareasubhead {
	color: #05b703;
	padding-right: 15px;
	font: 200 normal 11pt/20px Arial, Verdana, sans-serif;
}
.footer {
	font: 900 17px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	background: #022771;
	text-align: center;
	height: 50px;
	width: 100%;
	border-bottom: 5px solid #05b703;
}
.gallery{
	height: 30px;
	width: 100%;
	padding-bottom: 15px;
}
.image15pxbottom {
	padding-bottom: 15px;
}
.moviebox {
	background: url(images/wood-gallery-top-ani.jpg) no-repeat;
}

.boardscaption {
	font: normal 11px/15px Arial, Verdana, sans-serif;
	color: #000000;
	height: 54px;
	width: 283px;
	padding-top: 3px;
	text-decoration: none;
}
.boardscaption a:link, .boardscaption a:visited {
	color: #000000;
	text-decoration: underline;
}
.boardscaption a:active, .boardscaption a:hover {
	color: #05b703;
}
.boardscaptiongrid {
	font: normal 11px/15px Arial, Verdana, sans-serif;
	color: #000000;
	height: 54px;
	width: 128px;
	padding-top: 3px;
	padding-right: 14px;
}
.links {
	font: normal 11px/20px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #05b703;
	height: 273px;
	width: 283px;
	text-align: center;
	padding-top: 10px;
}
.imagelink {
	cursor: pointer;
}
.links a:link, .links a:visited {
	color: #FFFFFF;
	cursor:pointer;
}
.links a:active, .links a:hover {
	color: #022771;
	cursor:pointer;
}
.linksblack {
	color: #000000;
	padding-bottom: 20px;
}
.linkshead {
	font-size: 14px;
}
.boardscaptiongridnone {
	font: normal 11px/15px Arial, Verdana, sans-serif;
	color: #000000;
	height: 54px;
	width: 128px;
	padding-top: 3px;
	padding-right: 0px;
}
.credit {
	font: normal 9px Arial, Verdana, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	height: 10px;
	width: 850px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.credit a:link, .credit a:visited {
	color: #CCCCCC;
}
.credit a:active, .credit a:hover {
	color: #022771;
}
.javalinkmaintext {
	color: #022771;
	text-decoration: underline;
}
.javalinkmaintext a:link, .javalinkmaintext a:visited {
	color: #022771;
	cursor: pointer;
	text-decoration: underline;
}
.javalinkmaintext a:active, .javalinkmaintext a:hover {
	color: #05b703;
	cursor: pointer;
	text-decoration: underline;
}
.testimonialPIC {
	margin-left: 15px;
	margin-bottom: 15px;
}
.pod {
	padding-top: 5px;
	height: 310px;
}
.pod2 {
	height: auto;
	padding-top: 5px;
	margin-right: 298px;
	padding-bottom: 5px;
}
img {
	border-width: 0px;
}
.testimonialsGallery {
	height: 30;
	float: left;
	position: relative;
	width: 283px;
	clear: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* styles for the gallery.html page */

.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #022771;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #022771 url(images/gallery-page-header.gif) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 215px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #022771;
}
.oneColFixCtrHdr #footer {
	font: 900 17px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	background: #022771;
	text-align: center;
	height: 50px;
	width: 100%;
	border-bottom: 5px solid #05b703;
}



/* gallery.html page image table layout styles */


#albumlist {
	list-style-type: none;
	margin-left: -10px;
}
#albumlist li {
	float: left;
	font: normal 11px/15px Arial, Verdana, sans-serif;
	color: #FFFFFF;
	height: 280px;
	width: 175px;
	padding-right: 30px;
}
#albumlist img {
	display: block;
	margin-bottom: 6px;
	cursor: pointer;
	border-bottom:solid 4px #022771;
}
#albumlist img:hover, #albumlist img:active, #albumlist img:focus {
	border-bottom:4px solid #05B703;
}



.mainareatoppad .mainrightcol #salepanelrevised {
	cursor: pointer;
}
.mainareatoppad .maintextarea #hardwoodDecking p {
	line-height: 25px;
	margin-bottom: 25px;
	margin-right: 50px;
}
.mainareatoppad .maintextarea #otherHardwood p {
	line-height: 30px;
	margin-bottom: 25px;
}
.mainareatoppad .maintextarea #hardwoodDecking img {
	margin-bottom: 10px;
}
