@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-right {
	width: 314px;
	float: left;
}

	#column-right a:link, #column-right a:visited {
		color: #0b8d51;
		text-decoration: none;
	}
	
	#column-right a:hover, #column-right 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;
	}
	
	#team {
		width: 516px;
		padding: 12px;
		background-color: #513011;
	}
	
	#team h2, #team p {
		color: #f2db94;
	}
	
	#team p {
		font-size: .9em;
		}


/*** 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;
}

.bold {
	font-weight: bold;
}

.local-box {
	padding: 21px 5px 21px 10px;
  padding-top: 1px;
	margin-bottom: 5px;
	background-color: #f5e3ab;
}

.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;
	}
	
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;
	}

div.view-Gallery-Blocks {
       overflow:auto;
       height:400px;	
}
	
div.view-Gallery-Blocks table {
	text-align: center;
	width: 90%;
	margin:1em auto 0 auto;
	}
	
div.view-Gallery-Blocks table img {
	border: 1px solid #aaa;
	padding: 5px;
	background-color: #fff;
	}
