body {
	font: normal 100.1% "Times", "Times New Roman", serif;
	color: #473A2B;
	margin: 0px;
	padding: 0px;
	background: url(images/green_bckgrnd.png) repeat;
}
a {
	color: #A04D14;
}
a:visited {
	color: #633;
}
a:hover, a:active, a:focus {
	color: #00612D;
}
#container {
	background: #FFF;
	margin: 0px auto;
	padding: 0px 40px;
	width: 926px;
	border-bottom: 4px double #00612D;
}




/*  HEADER STYLES START HERE  */

#header {
	margin: 0px;
	padding: 10px 0px 0px;
	height: 165px;
	width: 924px;
	position: relative;
}
#header h1{
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
}
#header h1 span{
	background: url(images/logo.png);
	height: 114px;
	width: 269px;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 3;
}
#header h1 a {
	display: block;
	height: 115px;
	width: 270px;
}
#header #contact{
	font-size: .95em;
	color:#00612D;
	margin: 0px;
	padding: 0px;
	width: 270px;
	position: absolute;
	left: 0px;
	top: 130px;
	z-index: 50;
}
#header #contact p{
	margin: 0px;
	padding: 0px;
}
#header #headerPic{
	background: url(images/header_pic.jpg);
	height: 150px;
	width: 720px;
	position: absolute;
	right: -1px;
	bottom: 0px;
	z-index: 0;
}
#header #slogan{
	font-size: 1.3em;
	font-weight: bold;
	color: #00612D;
	margin: 0px;
	padding: 0px;
	width: 410px;
	position: absolute;
	top: 30px;
	right: 0px;
}
#header #slogan p{
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#header #phoneBlock{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 400px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 3;
	text-align: right;
}
#header #phoneBlock .largePhone {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}
#header #phoneBlock .smallPhone {
	font-size: 0.9em;
	margin: 3px 0px 0px;
	padding: 0px;
}







/*  NAVBAR STYLES START HERE   */


#navBar {
	width:926px;
	height:40px;
	position:relative;
	top:-4px;
	z-index:100;
	font-family:arial, sans-serif;
	}
	

#navBar ul, #navBar li {
	padding:0;
	margin:0;
	list-style-type:none;
	display: inline;
	}

#navBar ul {
	}

#navBar li {
	}

ul.menuHoriz{
	}

ul.menuVert {
	position: absolute;
	top: 42px;
	visibility: hidden;
	}
	
#menuMain li a, #menuMain li a:visited {
	display:block;
	float: left;
	width:130px;
	height:40px;
	font-size:.8em;
	text-decoration:none;
	color:#BCC1B4;
	background:#00612D;
	line-height:36px;
	font-weight:bold;
	text-align: center;
	border: 1px solid #00612D;
}

#menuMain li a:hover, #menuMain li a:active, #menuMain li a:focus {
	display:block;
	float: left;
	width:130px;
	height:40px;
	font-size:.8em;
	text-decoration:none;
	color:#fff;
	background:#00411B;
	line-height:36px;
	font-weight:bold;
	text-align: center;
	border: 1px solid #00612D;
}

.menuVert li a, .menuVert li a:visited {
	display: block;
	text-align: left;
	font-size:.8em;
	background:#F5F2A8;
	text-decoration:none;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px;
	width:118px;
	border: solid .5px #DDD170;
	font-weight:normal;
	line-height:1.3em;
	}

.menuVert li a:hover, .menuVert li a:active, .menuVert li a:focus {
	display: block;
	text-align: left;
	font-size:.8em;
	background:#DDD170;
	text-decoration:none;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px;
	width:118px;
	border: solid .5px #DDD170;
	font-weight:normal;
	line-height:1.3em;
	}
	
ul#menuAbout {
	left: 133px;
	}
	
ul#menuProducts {
	left: 265px;
	}
	
ul#menuGallery {
	left: 397px;
	}
	
ul#menuResources {
	left: 529px;
	}
	
ul#menuContact {
	left: 661px;
	}

p#menuHome {
	float: left;
	padding: 0;
	margin: 0;
	}

p#menuHome a, p#menuHome a:visited{
	display:block;
	width:130px;
	height:40px;
	font-size:.8em;
	text-decoration:none;
	color:#BCC1B4;
	background:#00612D;
	line-height:36px;
	font-weight:bold;
	text-align: center;
	border: 1px solid #00612D;
}

p#menuHome a:hover, p#menuHome a:active, p#menuHome a:focus{
	display:block;
	width:130px;
	height:40px;
	font-size:.8em;
	text-decoration:none;
	color:#fff;
	background:#00411B;
	line-height:36px;
	font-weight:bold;
	text-align: center;
	border: 1px solid #00612D;
}







/*  CONTENT STYLES START HERE  */

#content {
	margin: 20px 0px;
	padding: 0px;
	width: 924px;
}
#content #leftPics {
	margin: 0px 30px 0px 0px;
	float: left;
	width: 165px;
}
#content #leftPics img {
	width: 158px;
}
#content #leftPics a img {
	border: 3.5px solid #00612D;
}

#content #leftPics a:visited img {
	border: 3.5px solid #00612D;
}

#content #leftPics a:hover img {
	border: 3.5px solid #A04D14;
}

#content #leftPics a:active img {
	border: 3.5px solid #A04D14;
}

#content #leftPics a:focus img {
	border: 3.5px solid #A04D14;
}
#content #leftPics p {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 15px;
	line-height: 2em;
	padding-left: 8px;
}
#content #leftPics a.caption, #content #leftPics a.caption:visited {
	text-decoration: none;
	color: #fff;
	background: #00612D;
	line-height: 2em;
	display:block;
}
#content #leftPics a.caption:hover, #content #leftPics a.caption:active, #content #leftPics a.caption:focus {
	text-decoration: none;
	color: #fff;
	background: #A04D14;
	line-height: 2em;
	display:block;
}
#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #00411B;
	margin: 0px;
	padding: 0px 0px 0.2em;
}
#content p {
	margin: 0px;
	padding: 0px 0px .8em;
	line-height: 1.3em;
}
#content ol {
	list-style: outside;
	margin: 0px 0px 10px 25px;
	padding: 0px;
}
#content ul {
	list-style: outside;
	margin: 0px 0px 10px 25px;
	padding: 0px;
}
#content li {
	margin-bottom: 5px;
	line-height: 1.3em;
}
#content .faqList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content .serviceAreas {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content .sloganCentered {
	font-size: 1.3em;
	font-style: italic;
	color: #00612C;
	text-align: center;
}
#content #middleText {
	margin: 0px 15px 0px 0px;
	padding:0px 15px 0px 0px;
	float: left;
	width: 535px;
	font-size: 0.9em;
	color: #473A2B;
	border-right: 1px solid #DDD170;
}
#content #middleText h2 {
	font-size: 1.7em;
	color: #00411B;
	border-bottom: 4px double #00411B;
	font-weight: normal;
	padding-bottom: 1px;
}
#content #middleText img {
	width:250px;
	float:right;
	margin:0px 0px 10px 10px;
	border:solid 4px #00612D;
}
#content #middleText h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #00652B;
}
#content #middleText .specials {
	font-style: italic;
	margin: 25px 0px 15px;
	padding: 0px;
	border-bottom: 1px solid #00652B;
}
#content #fullText {
	margin: 0px 15px 0px 0px;
	padding:0px 15px 0px 0px;
	float: left;
	width: 730px;
	font-size: 0.9em;
	color: #473A2B;
	border-right: 1px solid #DDD170;
}
#content #fullText h2 {
	font-size: 1.7em;
	color: #00411B;
	border-bottom: 4px double #00411B;
	font-weight: normal;
	padding-bottom: 1px;
}
#content #fullText img {
	width:400px;
	float:right;
	margin:0px 0px 10px 10px;
	border:solid 4px #00612D;
}
#content #fullText #serviceLeftColumn {
	float: left;
	width: 150px;
	margin-right: 10px;
	font-size: 0.9em;
}
#content #fullText #serviceLeftColumn p{
	font-size: 1em;
	margin-bottom: 2px;
	padding: 0;
	border-bottom: solid 1px #666
}
#content #fullText #serviceRightColumn {
	float: left;
	width: 150px;
	font-size: 0.9em;
}
#content #fullText #serviceRightColumn p{
	font-size: 1em;
	margin-bottom: 2px;
	padding: 0;
	border-bottom: solid 1px #666
}
#content #fullText .serviceAreas {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content #fullText .serviceAreas li {
	margin: 0px;
	padding: 0px;
}
#content #fullText .locationColumn {
	float: left;
	width: 132px;
	margin-right: 14px;
	font-size: 0.9em;
}
#content #gallery {
	margin: 0px 15px 0px 0px;
	padding:0px 5px 0px 0px;
	float: left;
	width: 730px;
	font-size: 0.9em;
	color: #473A2B;
	border-right: 1px solid #DDD170;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #content #gallery {width:750px; w\idth:730px;}

#content #gallery h2 {
	font-size: 1.7em;
	color: #00411B;
	border-bottom: 4px double #00411B;
	font-weight: normal;
	padding-bottom: 1px;
}
#content #gallery #galleryNav {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	width: 115px;
	float: left;
}
#content #gallery #galleryNav ul {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
	font: 0.85em Arial, Helvetica, sans-serif;
}
#content #gallery #galleryNav ul li {
	line-height: 2.5em;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #DDD170;
}
#content #gallery #galleryNav ul li.current {
	text-decoration: none;
	background: url(images/quicklinks_hover.png) no-repeat left center;
	display: block;
	padding-left: 12px;
	font-weight: bold;
	color: #00612D;
}
#content #gallery #galleryNav ul li a, #content #gallery #galleryNav ul li a:visited {
	text-decoration: none;
	background: url(images/quicklinks_a.png) no-repeat left center;
	display: block;
	padding-left: 12px;
	color: #A04D14;
}
#content #gallery #galleryNav ul li a:hover, #content #gallery #galleryNav ul li a:active, #content #gallery #galleryNav ul li a:focus {
	text-decoration: none;
	background: url(images/quicklinks_hover.png) no-repeat left center;
	display: block;
	padding-left: 12px;
	font-weight: bold;
	color: #00612D;
}
#content #gallery #galleryMain {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 443px;
	float: left;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #content #gallery #galleryMain {width:458px; w\idth:443px;}

#content #gallery #galleryMain a img, #content #gallery #galleryMain a:visited img, #content #gallery #galleryMain a:hover img, #content #gallery #galleryMain a:focus img, #content #gallery #galleryMain a:active img{
	border: 4px solid #00612D;
}
#content #gallery #galleryMain .galleryPrevious {
	background: url(images/gallery_previous.png) no-repeat left bottom;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px 16px;
	float: left;
	width: 80px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#content #gallery #galleryMain .galleryPrevious a, #content #gallery #galleryMain .galleryPrevious a:visited {
	color: #000;
	text-decoration: none;
}
#content #gallery #galleryMain .galleryPrevious a:hover, #content #gallery #galleryMain .galleryPrevious a:focus, #content #gallery #galleryMain .galleryPrevious a:active {
	color: #A04D14;
	text-decoration: underline;
}
#content #gallery #galleryMain .galleryEnlarge {
	background: url(images/gallery_enlarge.png) no-repeat left center;
	margin: 0px 0px 0px 55px;
	padding: 5px 0px 0px 16px;
	float: left;
	width: 140px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#content #gallery #galleryMain .galleryEnlarge a, #content #gallery #galleryMain .galleryEnlarge a:visited {
	color: #000;
	text-decoration: none;
}
#content #gallery #galleryMain .galleryEnlarge a:hover, #content #gallery #galleryMain .galleryEnlarge a:focus, #content #gallery #galleryMain .galleryEnlarge a:active {
	color: #A04D14;
	text-decoration: underline;
}
#content #gallery #galleryMain .galleryNext {
	background: url(images/gallery_next.png) no-repeat right bottom;
	margin: 5px 0px 0px 31px;
	padding: 5px 16px 0px 0px;
	float: left;
	width: 85px;
	text-align: right;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#content #gallery #galleryMain .galleryNext a, #content #gallery #galleryMain .galleryNext a:visited {
	color: #000;
	text-decoration: none;
}
#content #gallery #galleryMain .galleryNext a:hover, #content #gallery #galleryMain .galleryNext a:focus, #content #gallery #galleryMain .galleryNext a:active {
	color: #A04D14;
	text-decoration: underline;
}
#content #gallery #galleryThumbs {
	float: left;
	width: 135px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #content #galleryThumbs {width:150px; w\idth:135px;}

#content #gallery #galleryThumbs img {
	margin: 0px 8px 9px 0px;
	float: left;
	height: 55px;
	width: 55px;
	display: block;
	border: 2px solid #AD4A00;
}
#content #gallery #galleryThumbs a img, #content #gallery #galleryThumbs a:visited img {
	border: 2px solid #00612D;
}
#content #gallery #galleryThumbs a:hover img, #content #gallery #galleryThumbs a:focus img, #content #gallery #galleryThumbs a:active img {
	border: 2px solid #AD4A00;
}
#content #rightNav {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 155px;
	float: left;
}
#content #rightNav .rightNavHeader {
	font: bold 0.9em/2em Arial, Helvetica, sans-serif;
	border-top: 1px solid #DDD170;
	border-bottom: 1px solid #DDD170;
	background: #F5F2A8;
	text-align: center;
	margin: 0px 0px 5px;
	padding: 0px;
}
#content #rightNav ul {
	list-style: none outside;
	margin: 0px;
	padding: 0px;
	font: 0.85em Arial, Helvetica, sans-serif;
}
#content #rightNav ul li {
	line-height: 2.5em;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #DDD170;
}
#content #rightNav ul li a, #content #rightNav ul li a:visited {
	text-decoration: none;
	background: url(images/quicklinks_a.png) no-repeat left center;
	display: block;
	padding-left: 12px;
	color: #A04D14;
}
#content #rightNav ul li a:hover, #content #rightNav ul li a:active, #content #rightNav ul li a:focus {
	text-decoration: none;
	background: url(images/quicklinks_hover.png) no-repeat left center;
	display: block;
	padding-left: 12px;
	font-weight: bold;
	color: #00612D;
}
#content #frmQuote #frmLeftColumn {
	float: left;
	width: 350px;
	margin-right: 10px;
}

#content #frmQuote #frmRightColumn {
	float: left;
	width: 330px;
	margin-right: 10px;
}
#content #frmQuote #frmClear {
	clear:both;
}
#content #frmQuote p {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #444;
}
#content #frmQuote p.required {
	font-size: 0.8em;
}
#content #frmQuote fieldset {
	background: #CCC;
	padding-bottom: 20px;
	border-right: 1px solid #729e91;
	border-bottom: 1px solid #729e91;
	padding-left: 10px;
}
#content #frmQuote legend {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444;
	margin-top: -10px;
	padding: 5px 10px 0px 20px;
	background: #CCC;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin-left: -9px;
}
#content #frmQuote input.text {
	width: 250px;
}
/*#content #frmQuote input.text:focus, #content #frmQuote textarea:focus {
	background: #Eddab1;
	border: 1px solid #9d6124;
}*/
#clear {
	clear: both;
}





/*  FOOTER STYLES START HERE  */

#footerTop {
	background: url(images/grey_bckgrnd.png) repeat;
	margin: 0px;
	padding: 20px 0px 0px;
	height: 85px;
	border-bottom: 4px double #00612D;
	font-size: 0.9em;
	color: #FFF;
	text-shadow: #000 .7px .7px 0px;
}
#footerTop #footerTopContent {
	margin: 5px auto;
	width: 1006px;
}
#footerTop #footerTopContent a, #footerTop #footerTopContent a:visited {
	color:#fff;
}
#footerTop #footerTopContent a:hover, #footerTop #footerTopContent a:active, #footerTop #footerTopContent a:focus {
	color: #A04D14;
}
#footerTop #footerTopContent #footerLogos {
	float: left;
	width:300px;
}
#footerTop #footerTopContent #footerLogos img {
	padding-right: 5px;
	border:none;
}
#footerTop #footerTopContent #footerLogos a, #footerTop #footerTopContent #footerLogos a:visited, #footerTop #footerTopContent #footerLogos a:hover, #footerTop #footerTopContent #footerLogos a:active, #footerTop #footerTopContent #footerLogos a:focus {
	display: inline;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#footerTop #footerTopContent #footerText {
	float: right;
	text-align: right;
	margin-top: 20px;
	width: 400px;
}
#footerTop #footerTopContent #footerText p {
	margin: 0px;
	padding: 3px;
	color: #fff;
}
#footerBottom {
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-shadow: #000 .7px .7px 0px;
	background: url(images/grey_bckgrnd.png) repeat;
	border-bottom: 4px double #00612D;
	line-height: 2.5em;
}
#footerBottom p {
	margin: 0px;
	color: #fff;
	padding: 0px;
}
#footerBottom #footerBottomContent {
	margin: 0px auto;
	width: 1006px;
}
#footerBottom #footerBottomContent a, #footerBottom #footerBottomContent a:visited {
	color:#fff;
	text-decoration: underline;
}
#footerBottom #footerBottomContent a:hover, #footerBottom #footerBottomContent a:active, #footerBottom #footerBottomContent a:focus {
	color: #A04D14;
	text-decoration: underline;
}

