@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(../../images/head-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 73%; /* Resets 1em to 12px */
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td, html, table, tr, image {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding: 0 8px 8px 0;
}
th {
	padding: 2px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
}
img, a img, :link img, :visited img {
	border: 0;
}
fieldset {
	border: 1px solid #575757;
	padding: 20px;
}
ul {
	list-style: none;
}
p, li {
	font-size: 1em;
	color: #000;
}
hr {
	border: none 0;
	border-top: 1px solid #e5e5e5;
	height: 1px;
}
h1 {
	font-size: 1.5em;
	line-height: 1.8em;
	color: #0b8d51;
}
h2, div.local-box h2.title {
	font-size: 1.1em;
	line-height: 1em;
	color: #0b8d51;
	margin-top: 20px;
}
div.local-box h2.title {
	margin-left:5px;
}
h3 {
	font-size: 1em;
}
/****** Layout ******/

#container {
	width: 100%;
	background-image: url(../../images/footer-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#header, #nav, #content, #footer {
	width: 954px;
	margin: 0 auto;
}
/*** Header ***/

#header {
	height: 97px;
}
#head-logo {
	width: 410px;
	height: 97px;
	float: left;
}
#head-quote {
	width: 272px;
	height: 84px;
	padding: 13px 0 0 272px;
	float: left;
}
/*** Nav ***/

#nav {
	height: 40px;
	text-align: center;
}
/*** Brown Bars ***/

/* Home Page Bar */
#brown-bar-tall {
	width: 100%;
	height: 200px;
	background-image: url(../../images/brown-bar-tall-bg.gif);
	background-repeat: repeat-x;
}
#tall-container {
	width: 999px;
	height: 200px;
	margin: 0 auto;
}
#tall-lft {
	width: 23px;
	height: 200px;
	float: left;
}
#tall-galleries {
	width: 314px;
	height: 200px;
	float: left;
}
#tall-products {
	width: 325px;
	height: 200px;
	float: left
}
#tall-dealer {
	width: 295px;
	height: 160px;
	padding: 30px 0 10px 20px;
	float: left;
	background-image: url(../../images/brown-bar-tall-profile.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#tall-dealer h1 {
	font-size: 1.4em;
	line-height: .75em;
	color: #000;
	margin-bottom: 5px;
}
#tall-dealer h2 {
	font-size: 1.05em;
	color: #000;
	margin-top: 0;
}
#tall-rt {
	width: 22px;
	height: 200px;
	float: left;
}
/* Page Bar for all other pages */
#small-container div, #small-container img {
	padding: 0;
	margin: 0;
	border: 0;
}
#brown-bar-small {
	width: 100%;
	height: 92px;
	background-image: url(../../images/brown-bar-small-bg.gif);
	background-repeat: repeat-x;
}
#small-container {
	width: 998px;
	height: 92px;
	margin: 0 auto;
}
#small-lft {
	width: 22px;
	height: 92px;
	float: left;
}
#small-galleries {
	width: 314px;
	height: 92px;
	float: left;
}
#small-products {
	width: 325px;
	height: 92px;
	float: left
}
#small-dealer {
	width: 315px;
	height: 92px;
	float: left;
}
#small-rt {
	width: 22px;
	height: 92px;
	float: left;
}
#side-pic {
	margin-top: 64px;
}
#side-pic img {
	border: 1px solid #000;
}
#side-pic p {
	color: #0b8d51;
	font-weight: bold;
}
/*** Content ***/


#content {
	margin-top: 20px;
}
#column-left, #column-right1 {
	width: 314px;
	float: left;
}
#column-right1 a:link, #column-right1 a:visited {
	color: #0b8d51;
	text-decoration: none;
}
#column-right1 a:hover, #column-right1 a:active {
	color: #0b8d51;
	text-decoration: underline;
}
/* Side Nav */
	#side-nav {
	width: 314px;
	min-height: 1px;
}
.side-nav {
	width: 296px;
	height: 21px;
	padding: 5px 0 0 18px;
	margin-bottom: 1px;
	background-image: url(../../images/side-nav-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1.05em;
	font-weight: bold;
	cursor: pointer;
}
.side-nav-on, .side-nav:hover {
	width: 296px;
	height: 21px;
	padding: 5px 0 0 18px;
	margin-bottom: 1px;
	background-image: url(../../images/side-nav-bg-on.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1.05em;
	font-weight: bold;
	cursor: pointer;
}
#side-nav a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Main Column */
#column-main {
	width: 550px;
	padding: 0 40px 30px 50px;
	float: left;
}
#column-main-gallery {
	width: 580px;
	padding: 0 25px 30px 35px;
	float: left;
}
#column-main-wide {
	width: 954px;
	padding: 0 0 0 0;
	float: left;
}
#column-main-gallery p, #column-main-gallery li {
	line-height: 1.5em;
}
#column-main-gallery li {
	list-style-type: disc;/* margin-left: 2em; */
	}
#column-main-gallery a:link, #column-main-gallery a:visited {
	color: #0b8d51;
	text-decoration: none;
}
#column-main-gallery a:hover, #column-main-gallery a:active {
	color: #0b8d51;
	text-decoration: underline;
}
#column-main p, #column-main li {
	line-height: 1.5em;
}
#column-main li {
	list-style-type: disc;
	margin-left: 2em;
}
#column-main ul.tabs li {
	margin-left: 0;
}
#column-main a:link, #column-main a:visited {
	color: #0b8d51;
	text-decoration: none;
}
#column-main a:hover, #column-main a:active {
	color: #0b8d51;
	text-decoration: underline;
}
/*** Footer ***/

#footer {
}
/* Tag Line */
#footer-a {
	margin: 20px 0 10px;
	text-align: center;
	color: #0b8d51;
}
#footer-a p {
	color: #0b8d51;
}
/* Logos */
#footer-b {
	height: 66px
}
/* Links */
#footer-c {
	height: 50px;
	padding-top: 19px;
	text-align: center;
}
#footer-c li {
	display: inline;
	list-style-type: none;
	font-size: .85em;
	color: #fff;
}
#footer-c a {
	color: #fff;
	text-decoration: none;
}
/* Copyright */
#footer-d {
	height: 30px;
	padding-top: 12px;
	text-align: center;
}
#footer-d a:link, #footer-d a:visited {
	color: #000;
	text-decoration: none;
}
#footer-d a:hover, #footer-d a:active {
	color: #000;
	text-decoration: underline;
}
#footer-d p {
	font-size: .8em;
}
/****** Misc ******/

.clear {
	clear: both;
}
.large {
	font-size: 1.2em;
	font-weight: bold;
}
.small {
	font-size: .9em;
}
.breadcrumb {
	color: #0b8d51;
	font-weight: bold;
}
.breadcrumb a {
	color: #000 !important;
	text-decoration:none;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
.bold {
	font-weight: bold;
}
.rollOverImageLink img {
	border:0px;
}
.rollOverImageLink .overImage, .rollOverImageLink .disabledImage {
	display:none;
}
.rollOverImageLink .overImage {
	position:absolute;
}
.insert-pics-left {
	border: 1px solid #000;
	margin: 0 15px 15px 0;
	float: left;
}
.insert-pics-right {
	border: 1px solid #000;
	margin: 0 0 15px 15px;
	float: right;
}
.thumbs {
	border: 1px solid #000 !important;
}
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 5px;
}
.center {
	text-align: center;
}
.border {
	border: 1px solid #000;
}
.fencescape {
	float: left;
	margin: 40px 30px 60px 0;
}
#galleries-center {
	width: 984px;
	margin: 0 auto;
}
.galleries-div {
	width: 462px;
	min-height: 385px;
	background-color: #bfa065;
	border: 1px solid #000;
	margin: 0 0;
	margin-left: 8px;
	margin-right: 6px;
	float: left;
}
.gallery-copy {
	margin: 20px;
	color: #513011;
	font-size: 1.1em;
}
input.form-submit {
	margin-top: 10px;
	margin-left: 160px;
}
label {
	text-align: right;
	padding-right: 10px;
	width: 150px;
	height: 16px;
	float: left;
	clear: both;
}
div.item-list ul li {
	list-style: none !important;
	list-style-type: none;
}
img.pad {
	margin: 22px 10px 10px;
}
.tiny-link {
	color: #0b8d51;
	text-decoration: none;
	font-size: 80%;
}
div#node-1 {
	font-size: 110%;
}
/********** Galleries **********/

ul.galleries li.clear-block {
	float: left;
	width: 100px;
}
div.view-image-gallery-terms td, div.view-image-gallery td {
	width: 25%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
/********** Locations **********/


.section-locations HR {
	height:1px;
	width:100%;
	margin:0px;
	padding:0px;
	background:#6F4F28;
	border: 0;
}
.section-locations p {
	padding: 0px;
	margin: 7px 0px 0px 0px;
}
.local-box {
	padding: 21px 5px 21px 10px;
	margin-bottom: 5px;
	background-color: #f5e3ab;
}
.views-view-grid {
	width: 562px;
	padding-left:13px;
	-moz-box-shadow: 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 3px 3px #ccc;
	box-shadow: 0px 3px 3px #ccc;
}
.view-gallery {
	float:right;
}
span.view-gallery a {
	color:#6F4F28;
	text-decoration:underline
}
span.view-gallery a:hover {
	color:#6F4F28;
	text-decoration:none
}
.section-locations .local-box {
	padding: 21px 5px 21px 10px;
	margin-bottom: 5px;
	background-color: #fff;
}
.section-locations H2 {
	font-size: 18px;
	color: #6E4E27;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
.dealer-info {
	padding: 10px;
	width: 935px;
	background-color:#6F4F28;
	positon: relative;
	height: 260px;
}
.dealer-info-outer {
	margin-top: 10px;
	width: 935px;
	background-color:#6F4F28;

}
.dealer-infoshadow {
	height: 22px;
}
.dealer-infoshadow {
	width: 920px;
	height: 22px;
}
.dealer-info .address {
	width: 215px;
	line-height:1.5;
	float:right;
}
.dealer-info .address p {
	color:#FFF;
}
.dealer-info p {
	color:#FFF;
	font-size: 13px;
}
.dealer-info HR {
	height:1px;
	background:#C3A569;
}
.dealer-info a {
	color:#FFF;
	text-decoration:underline
}
.dealer-info a:hover {
	text-decoration:none
}
.dealer-info H2 {
	color:#FFF
}
.location-name {
	z-index:25;
	background:#6F4F28;
	position:absolute;
	width:492px;
	padding: 5px;
	margin-top: 195px;
}
.dealername {
	color: #fff;
	font-weight:normal;
	font-size:24px;
}
.dealerimage {
	width: 674px;
	float:left;
}
.local-box-lt {
	padding: 10px;
	margin: 20px 0px 0px 0px;
	float:left;
	width: 240px;
	height:350px;
	border: 1px solid #513011;
	background-color:#E7DBC3;
}
.local-box-rt {
	padding: 10px;
	margin: 20px 0px 0px 0px;
	float:right;
	width: 240px;
	border: 1px solid #513011;
	background-color:#E7DBC3;
	height:350px;
}
.local-box-lt-sd {


	float:left;
	width: 240px;


}
.local-box-rt-sd {


	float:right;
	width: 240px;


}
#team {
	padding: 12px;
}
#team p {
	font-size: 1em;
	color: #6E4E27;
}
#team img {
	border: 1px solid #999;
	padding: 5px;
}
div.view-image-gallery-terms div.image-gallery-view-cover-thumbnail, div.view-image-gallery div.views-field-image-image {
	border: 1px solid #999;
	padding: 10px;
}
div.view-image-gallery-terms div.views-field-image-gallery-count {
	font-size: .8em;
}
#webform-component-to{
	display:none;
}
