    @charset "UTF-8";
    /**
    * Theme Name: Hedrick - TwentyTen
    * Theme URI: 
    * Description: 
    * Author: Daniel J Bryant
    * Author URI: 
    * Version: 0.1.0
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	background: #d5cab8 url('images/background.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #363636;
}

p {
	margin: 10px 0;
}

blockquote {
	margin: 0 30px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h4 {
	margin: 16px 0 0 0;
	font-size: 24px;
}

h6 {
	font-size: 15px;
}

a:link,
a:visited,
a:active {
	color: #e7b01d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.border {
	border: 2px solid #d5d1cc;
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------*\
		Dropdown Nav
\*--------------------------------------------------*/

#nav {
	margin: 49px 38px 0 0;
	float: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav ul li:hover {
	background-image: url('images/nav_rollover.jpg');
	background-position: center;	
}

#nav ul li a {
	margin-top: 0;
	padding: 9px 20px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	letter-spacing: .5px;
	color: #363636;
	display: block;
	text-decoration: none;
}

#nav ul li:hover a {
	color: #fff;
}

.dropdown-first-li {
	margin-top: 6px;
}

.dropdown-first-a {
	padding-top: 16px;
}

.dropdown-last-a {
	padding-bottom: 16px;
}

/*--- DROPDOWN ---*/

#nav ul ul {
	display: none;
	padding: 0 0 16px;
	background: #58524a; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style: none;
	min-width: 143px;
	position: absolute;
	left: 0; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#nav ul ul li {
	margin: 0;
	padding: 0; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
}

#nav ul ul a {
	margin: 0;
	padding: 6px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	background-color: rgba(88,82,74,0.8);
}

#nav ul ul a:hover {
	color: #e7b01d;
	text-decoration: underline;
}

#nav ul li:hover ul { /* Display the dropdown on hover */
	display: block; /* Bring back on-screen when needed */
}

#nav ul li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	
}

#nav ul li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background-image: none;
}

#nav ul li:hover ul li:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background-image: none;
}

#nav ul ul li:first-child {
	display: none;
}

#nav ul ul li:nth-child(2) {
	margin-top: 6px;
}

#nav ul ul li:nth-child(2) a {
	padding-top: 16px;
}

#nav ul ul li:last-child a {
	padding-bottom: 16px;
}

/*--------------------------------------------------*\
		Layout Divs
\*--------------------------------------------------*/

#header-wrap {
	width: 100%;
	height: 143px;
	background: url('images/header_background.png');
	position: fixed;
	z-index: 10;
}

#header {
	margin: 0 auto;
	width: 960px;
	height: 143px;
}

#main-wrap {
	padding-top: 143px;
	width: 100%;
	background: #e6e6e5 url('images/main_background.jpg');
}

#main {
	margin: 0 auto;
	width: 960px;
}

/*#main a {
	font-weight: bold;
}*/

#footer {
	margin: 30px auto;
	width: 884px;
}

/*--------------------------------------------------*\
		Slideshow
\*--------------------------------------------------*/

	#slideshow-container {
		width: 100%;
		overflow: hidden;
	}

	#slideshow {
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 500px;
	}

	#slideshow div {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;		
		visibility: hidden;
		background-position: center center;
		background-size: cover;
	}

	#slideshow .active {
		position: relative;
		visibility: visible;
	}

	#slideshow .next {
		position: absolute;
		left: 964px;
		visibility: visible;
	}

	#slideshow .prev {
		position: absolute;
		left: -964px;
		visibility: visible;
	}

	#slideshow .new-prev {
		position: absolute;
		left: -1928px;
		visibility: visible;
	}

	#slideshow .new-next {
		position: absolute;
		left: 1928px;
		visibility: visible;
	}

	#slideshow #slide-left {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 36px;
		height: 100%;
		background: url('images/left-slideshow-arrow.png') no-repeat left center;
		z-index: 5;
		cursor: pointer;
	}

	#slideshow #slide-right {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 36px;
		height: 100%;
		background: url('images/right-slideshow-arrow.png') no-repeat right center;
		z-index: 5;
		cursor: pointer;
	}

	#slideshow .slide-text-div {
		position: absolute;
		left: 500px;
		top: 300px;
		padding: 15px 15px;
		width: 390px;
		height: 110px;
		color: #fff;
		background: #979081;
		background-color: rgba(88,82,74,0.8);
		overflow: hidden;
		z-index: 8;
		visibility: visible;
	}

	#slideshow .slide-text-div a {
		font-weight: bold;
	}

/*--------------------------------------------------*\
		Search Form
\*--------------------------------------------------*/

.search {
	margin: 10px 5px 0 22px;
	float: right;
}

.searchform .field {
	padding-left: 6px;
	padding-right: 6px;
	width: 165px;
	height: 30px;
	background: #edece8;
	vertical-align: top;
	border: 2px solid #dad6d1;
}

.search-button {
	margin-left: -4px;
	padding: 4px 4px 4px 5px;
	width: 24px;
	height: 24px;
	background: #edece8;
	vertical-align: top;
	border: 2px solid #dad6d1;
}

/*--------------------------------------------------*\
		Classes
\*--------------------------------------------------*/

.logo {
	margin-top: 18px;
	margin-left: 16px;
	width: 200px;
	height: 61px;
	float: left;
}

.logo img {
	width: 200px;
	height: 61px;
	border: 0;	
}

.top-bar {
	height: 52px;
	float: right;	
}

.top-links {
	margin-right: 5px;
	height: 52px;
	float: left;
}
 
 .top-links ul {
	display: inline;
	list-style-type: none;
 }
 
 .top-links ul a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #363636;
	text-decoration: none;
 } 
 
  .top-links ul a:hover {
	text-decoration: underline;
 } 
 
 .top-links ul li {
	margin: 6px;
	display: inline;
 } 
 
.yellow-hr {
	border: 0;
	height: 1px;
	color: #e7b01d;
	background-color: #e7b01d;
}

.white-hr {
	border: 0;
	height: 1px;
	color: #e1dacb;
	background-color: #e1dacb;
}

.clearfix {
	clear: both;
}

.break {
	height: 22px;
}

.float-right {
	float: right;
}

.no-top-margin {
	margin-top: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.bold {
	font-weight: bold;
}

/*--------------------------------------------------*\
		Multiple Page Classes
\*--------------------------------------------------*/

.header-image {
	width: 960px;
}

.header-image img {
	width: 960px;
}

.main-content-box-center {
	margin: 0;
	padding: 20px 0;
	width: 960px;
	background: #f8f6f1;
}

.main-content-box-center a {
	font-weight: bold;
}

.main-content-icon {
	margin: 0 12px 0 11px;
	width: 45px;
	float: left;
}

.main-content-box-center p {
	margin: 14px 0;
}

.main-content-box-center-text {
	width: 569px;
	float: left;
}

.main-content-box-center-quick-links {
	margin-right: 29px;
	width: 261px;
	float: right;
}

.main-content-box-bottom-outer {
	margin: 20px 0;
	padding: 0;
	width: 960px;
	background: #f8f6f1;
	float: left;
}

.brown-box-header-bar {
	margin: 0;
	width: 100%;
	height: 10px;
	background: #969082;
}

.main-content-box-bottom-inner {
	margin: 0;
	padding: 24px 25px;
	width: 910px;
}

/*--------------------------------------------------*\
		Home Page Classes
\*--------------------------------------------------*/

.homepage-main-content-box-center {
	margin: 12px 12px 0 12px;
	padding: 16px 16px;
	width: 904px;
	background: #f8f6f1;
}

.homepage-main-content-box-center a {
	font-weight: bold;
}

.homepage-main-content-box-center-image {
	width: 260px;
	float: left;
}

.homepage-main-content-box-center-text {
	width: 622px;
	float: right;
}

.homepage-main-content-box-left {
	margin: 20px 10px 0 12px;
	padding: 16px 16px;
	width: 420px;
	min-height: 311px;
	background: #f8f6f1;
	float: left;
}

.homepage-main-content-box-left a {
	font-weight: bold;
}

.homepage-main-content-box-right {
	margin: 20px 12px 0 10px;
	padding: 16px 16px;
	width: 432px;
	background: #f8f6f1;
	float: right;
}

.homepage-main-content-box-right a {
	font-weight: bold;
}

.homepage-main-content-box-right-image {
	width: 125px;
	float: left;
}

.homepage-main-content-box-right-text {
	width: 287px;
	float: right;
}

.homepage-main-content-box-right-bottom {
	margin: 20px 12px 0 10px;
	padding: 16px 16px;
	width: 432px;
	background: #f8f6f1;
	float: right;
}

.homepage-main-content-box-right-bottom a {
	font-weight: bold;
}

.main-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.sub1-image {
	width: 420px;
	height: 205px;
}

.sub2-image {
	width: 125px;
	height: 125px;
}

.slideshow-image {
	width: 960px;
	height: 500px;
}

/*--------------------------------------------------*\
		Products Page Classes
\*--------------------------------------------------*/

.product-container {
	margin: 18px 0 30px 0;
	padding: 0;
	width: 910px;
	border-bottom: 2px solid #cecdcb;
}

.product-image {
	width: 174px;
	float: left;
}

.product-image img {
	width: 170px;
	height: 160px;
	border: 2px solid #dedbd6;
}

.product-text {
	margin: 0 20px 14px 0;
	width: 694px;
	float: right;
}

.product-text .name {
	
}

.product-text .type {
	margin-bottom: 16px;
}

.product-text .description {
	margin: 6px 0;
}

.product-text .application {
	margin: 6px 0;	
}

.product-text .left {
	width: 130px;
	float: left;
}

.product-text .right {
	width: 564px;
	float: right;
}

.product-application {
	margin: 0 10px 16px 0;
	width: 704px;
	float: right;
}

.product-application img {
	width: 700px;
	height: 200px;
	border: 2px solid #dedbd6;
}

/*--------------------------------------------------*\
		Locations Page Classes
\*--------------------------------------------------*/

.locations-main-content-box-center {
	margin: 0;
	padding: 20px 15px 10px 15px;
	width: 930px;
	background: #f8f6f1;
}

.locations-main-content-box-center a {
	font-weight: bold;
}

.locations-main-content-icon {
	width: 55px;
	float: left;
}

.locations-main-content-box-center-text {
	width: 875px;
	float: right;
}

.locations-map {
	width: 930px;
	float: left;
}

.locations-map-key {
	margin-top: 18px;
	float: left;
}

.locations-markers {
	width: 35px;
	height: 40px;
	border: 0;
	vertical-align: middle;
}

.locations-map-key span {
	margin-right: 14px;
}

.location-download-button {
	display: block;
	margin: 10px 25px 0 0;
	padding: 16px 15px 16px 55px;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #8E8779 !important;
	background: url('images/icon_download_2.png') no-repeat 15px center, url('images/location_download_background.jpg');
	background-size: auto auto, auto 100%;
	border: 2px solid #d8d4cf;
	float: right;
}

.location-download-button img {
	margin: 10px 16px;
	vertical-align: middle;
}

.locations-main-text {
	margin-bottom: 30px;
	width: 696px;
}

.location-container {
	margin: 18px 0 30px 0;
	padding-bottom: 24px;
	width: 910px;
	border-bottom: 2px solid #cecdcb;
}

.location-container a {
	font-weight: bold;
}

.location-container .image {
	width: 364px;
	float: left;
}

.location-container .image img {
	width: 360px;
	height: 160px;
	border: 2px solid #dedbd6;
}

.location-container .text {
	margin-top: 0;
	width: 516px;
	float: right;
}

.location-container p {
	margin: 0;
}

/*--------------------------------------------------*\
		Tonnage Calculator Page Classes
\*--------------------------------------------------*/

.tonnage-main-content-box-left-outer {
	margin: 20px 0;
	padding: 0;
	width: 590px;
	min-height: 389px;
	background: #f8f6f1;
	float: left;
}

.tonnage-main-content-box-left-outer a {
	font-weight: bold;
}

.tonnage-main-content-box-left-inner {
	margin: 0;
	padding: 24px 30px;
	width: 530px;
}

.tonnage-calculator {
	margin: 20px 0;
	width: 350px;
	background: url("images/calculator_background.jpg");
	float: right;
}

.tonnage-calculator .display {
	margin: 28px 0 0 0;
	padding: 15px 50px 0 0;
	width: 300px;
	height: 40px;
	text-align: right;
	background: url("images/calculator_display.jpg");
}

.tonnage-calculator .select {
	margin: 16px 25px 0 25px;
	padding: 0;
	width: 300px;
}

.tonnage-calculator select {
	padding:3px;
	margin: 0;
	width: 298px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #f8f6f1;
	color:#363636;
	border:none;
	outline:none;
	display: inline-block;
	cursor:pointer;
}

.tonnage-calculator .inputs {
	margin: 20px 25px 0 25px;
	padding: 0;
	width: 300px;
}

.tonnage-calculator .text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #363636;
}

.tonnage-calculator input {
	padding:3px;
	width: 47px;
	background: #f8f6f1;
	text-align: right;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
}

.tonnage-calculator table tr td {
	padding-bottom: 22px;
}

.tonnage-calculator .calculate-button {
	margin: 0 28px 20px 0;
	float: right;
}

.tonnage-calculator .calculate-button a {
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f8f6f1;
	text-decoration: none;
}

.tonnage-calculator .calculate-button a:hover {
	text-decoration: none;
}

/*--------------------------------------------------*\
		Our Company Page Classes
\*--------------------------------------------------*/

.our-company-left-content {
	margin-top: 10px;
	padding: 22px 25px 22px 25px;
	width: 540px;
	background: #f8f6f1;
	float: left;
	border-top: 10px solid #979081;
}

.our-company-left-content a {
	font-weight: bold;
}

.our-company-left-content p {
	margin: 16px 0;
}

.our-company-left-content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

.our-company-left-content hr {
	border: 0;
	height: 1px;
	color: #e7b01d;
	background-color: #e7b01d;
}

.our-company-left-content-photo {
	margin: 10px 0;
	max-width: 536px;
	border: 2px solid #d5d1cc;
}

.our-company-top-right-content {
	margin-top: 10px;
	padding: 32px 22px 16px 22px;
	width: 296px;
	background: #f8f6f1;
	float: right;
}

.our-company-top-right-content a {
	font-weight: bold;
}

.our-company-middle-right-content {
	margin-top: 10px;
	padding: 32px 22px 16px 22px;
	width: 296px;
	background: #f8f6f1;
	float: right;
}

.our-company-bottom-right-content {
	margin-top: 22px;
	padding: 32px 22px 16px 22px;
	width: 296px;
	color: #fff;
	background: #979081;
	float: right;
}

.our-company-bottom-right-content h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 25px;
	letter-spacing: .5px;
	font-weight: bold;
	line-height: 30px;
	color: #363636;
}

.our-company-bottom-right-content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

.our-company-bottom-right-content h4 {
	font-size: 26px;
}

.our-company-bottom-right-content hr {
	margin-bottom: 14px;
	border: 0;
	height: 1px;
	color: #fff;
	background-color: #fff;
}

.our-company-bottom-right-content a {
	color: #f8f6f1;
	font-weight: bold;
}

/*--------------------------------------------------*\
		Rock The Quarry Page Classes
\*--------------------------------------------------*/

.rock-the-quarry-bottom-right-content {
	margin-top: 22px;
	padding: 32px 22px 16px 22px;
	width: 296px;
	color: #363636;
	background: #f8f6f1;
	float: right;
}

.rock-the-quarry-bottom-right-content h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 25px;
	letter-spacing: .5px;
	font-weight: bold;
	line-height: 30px;
	color: #363636;
}

.rock-the-quarry-bottom-right-content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

.rock-the-quarry-bottom-right-content h4 {
	font-size: 26px;
}

.rock-the-quarry-bottom-right-content hr {
	margin-bottom: 14px;
	border: 0;
	height: 1px;
	color: #e7b01d;
	background-color: #e7b01d;
}

.rock-the-quarry-bottom-right-content a {
	font-weight: bold;
}

/*--------------------------------------------------*\
		Materials Sales Page Classes
\*--------------------------------------------------*/

.materials-sales-logo {
	margin-right: 10px;
	width: 97px;
	height: 61px;
	float: left;
}

/*--------------------------------------------------*\
		Materials Sales Page Classes
\*--------------------------------------------------*/

.rock-the-quarry-middle-right-content {
	margin-top: 22px;
	width: 340px;
	background: #fff;
	float: right;
}

/*--------------------------------------------------*\
		Individual Location Page Classes
\*--------------------------------------------------*/

.single-location-left-column {
	float: left;
}

.single-location-right-column {
	float: right;
}

.single-location-left-content {
	margin-top: 10px;
	padding: 22px 25px 22px 25px;
	width: 540px;
	background: #f8f6f1;
	border-top: 10px solid #979081;
}

.single-location-left-content a {
	font-weight: bold;
}

.single-location-left-content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

.single-location-left-content hr {
	border: 0;
	height: 1px;
	color: #e7b01d;
	background-color: #e7b01d;
}

.single-location-top-right-content {
	margin-top: 10px;
	padding: 22px 22px 16px 22px;
	width: 296px;
	font-size: 16px;
	color: #fff;
	background: #979081;
}

.single-location-top-right-content a {
	font-weight: bold;
}

.single-location-top-right-content hr {
	border: 0;
	height: 1px;
	color: #fff;
	background-color: #fff;
}

.single-location-top-right-content span {
	color: #fff;
	font-weight: bold;
}

.single-location-top-right-content p {
	margin: 6px 0;
}

.single-location-bottom-right-content {
	margin-top: 22px;
	margin-bottom: 22px;
	padding: 22px 22px 16px 22px;
	width: 296px;
	font-size: 16px;
	background: #f8f6f1;
}

.single-location-bottom-right-content a {
	font-weight: bold;
}

/*--------------------------------------------------*\
		Resources Page Classes
\*--------------------------------------------------*/

.resources-main-content-icon {
	margin: 0 12px 0 11px;
	width: 55px;
	float: left;
}

.resources-main-content-box-center-text {
	width: 564px;
	float: left;
}

.resources-bottom-left-content {
	margin-top: 20px;
	padding: 22px 25px 22px 25px;
	width: 540px;
	background: #f8f6f1;
	float: left;
	border-top: 10px solid #979081;
}

.resources-bottom-left-content a {
	font-weight: bold;
}

.resources-bottom-left-content p {
	margin: 16px 0;
}

.resources-bottom-left-content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

.resources-bottom-left-content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #234428;
}

.resources-bottom-left-content hr {
	border: 0;
	height: 1px;
	color: #e7b01d;
	background-color: #e7b01d;
}

.resources-bottom-right-content {
	margin-top: 20px;
	padding: 32px 22px 16px 22px;
	width: 296px;
	color: #fff;
	background: #979081;
	float: right;
}

.resources-bottom-right-content h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 25px;
	letter-spacing: .5px;
	font-weight: bold;
	line-height: 30px;
	color: #363636;
}

.resources-bottom-right-content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

.resources-bottom-right-content hr {
	margin-bottom: 14px;
	border: 0;
	height: 1px;
	color: #fff;
	background-color: #fff;
}

.resources-bottom-right-content a {
	color: #f8f6f1;
}

/*--------------------------------------------------*\
		Project Gallery Page Classes
\*--------------------------------------------------*/

.project-gallery-main-content {
	padding: 22px 25px 22px 25px;
	width: 910px;
	background: #f8f6f1;
}

.project-gallery-main-content a {
	font-weight: bold;
}

.project-gallery-main-content-icon {
	margin: 0 12px 0 11px;
	width: 55px;
	float: left;
}

.project-gallery-main-content-text {
	width: 910px;
}

/*--------------------------------------------------*\
		Blog Page Classes
\*--------------------------------------------------*/

.blog-main-content-icon {
	margin: 0 12px 0 11px;
	width: 55px;
	float: left;
}

.blog-main-content-box-center-text {
	width: 564px;
	float: left;
}

.blog-left-column-container {
	margin-top: 20px;
	width: 625px;
	background: #f8f6f1;
	float: left;
}

.blog-left-column-container a {
	font-weight: bold;
}

.post-container {
	padding: 22px 25px;
	border-top: solid 10px #979081;
}

.post-container hr {
	border: 0;
	height: 1px;
	color: #e7b01d;
	background-color: #e7b01d;
}

.post-container .posted-on {
	font-size: 12px;
}

.blog-left-column-container .navigation {
	margin: 10px 15px;
}

.blog-left-column-container .navigation a {
	color: #363636;
	font-weight: bold;
}

.blog-right-column {
	width: 315px;
	float: right;
}

.blog-top-right-content {
	margin-top: 20px;
	padding: 30px 25px;
	width: 265px;
	font-size: 15px;
	background: #979081;
}

.blog-top-right-content hr {
	margin-bottom: 16px;
	border: 0;
	height: 1px;
	color: #d6d2ca;
	background-color: #d6d2ca;
}

.blog-top-right-content ul li {
	list-style-type: none;
}

.blog-top-right-content a {
	color: #fff;
}

.blog-bottom-right-content {
	margin-top: 20px;
	padding: 30px 25px;
	width: 265px;
	font-size: 15px;
	background: #f8f6f1;
}

.blog-bottom-right-content hr {
	margin-bottom: 16px;
	border: 0;
	height: 1px;
	color: #e7b01d;
	background-color: #e7b01d;
}

.blog-bottom-right-content li {
	list-style-type: none;
}

.blog-bottom-right-content a {
	color: #363636;
}

/*--------------------------------------------------*\
		Contact Us Page Classes
\*--------------------------------------------------*/

.resources-bottom-left-content input[type=text],
.resources-bottom-left-content input[type=email],
.resources-bottom-left-content textarea,
.resources-bottom-left-content select {
	padding: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #363636;
	background: #e1e1e1;
	border: 2px solid #cccccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.resources-bottom-left-content input[type=text],
.resources-bottom-left-content input[type=email] {
	height: 40px;
}

.resources-bottom-left-content select {
	height: 40px !important;
}

.resources-bottom-left-content .submit-button,
.gform_button {
  margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	height: 48px !important;
  width: 218px !important;
	color: #fff !important;
	font-family: "Trebuchet MS", sans-serif !important;
	font-size: 15px !important;
	font-weight: bold !important;
	background: url('images/calculate_button_rollover.png') no-repeat 0 0 !important;
	cursor: pointer !important;
}

.resources-bottom-left-content .submit-button:hover,
.gform_button:hover {
	background-position: 0 -48px !important;
}

.contact-us-side-image {
	margin-top: 20px;
	width: 350px;
	float: right;
}

.contact-us-side-image img {
	width: 350px;
	height: 710px;
}

/*--------------------------------------------------*\
		Affiliations Page Classes
\*--------------------------------------------------*/

.affiliations-bottom-right-content {
	margin-top: 22px;
	padding: 32px 22px 16px 22px;
	width: 296px;
	color: #fff;
	background: #979081;
	line-height: 19px;
	float: right;
}

.affiliations-bottom-right-content h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 25px;
	letter-spacing: .5px;
	font-weight: bold;
	line-height: 30px;
	color: #363636;
}

.affiliations-bottom-right-content h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

.affiliations-bottom-right-content h4 {
	font-size: 26px;
}

.affiliations-bottom-right-content hr {
	margin-bottom: 14px;
	border: 0;
	height: 1px;
	color: #fff;
	background-color: #fff;
}

.affiliations-bottom-right-content a {
	color: #f8f6f1;
}

/*--------------------------------------------------*\
		Footer Classes
\*--------------------------------------------------*/

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #363636;
	text-decoration: none;
}

#footer a:hover {
	color: #363636;
	text-decoration: underline;
}

#footer {
	font-size: 12px;
	line-height: 18px;
}

.address {
	margin: 0;
	padding: 0;
	width: 240px;
	float: left;
}

.address h3 {
	margin-left: 20px;
}

.address p {
	margin-left: 20px;
}

.serving {
	margin: 0;
	margin-left: 108px;
	padding: 0;
	width: 280px;
	float: left;
}

.serving h3 {
	margin-left: 20px;
}

.serving p {
	margin-left: 20px;
}

.quick-links {
	margin: 0;
	padding: 0;
	width: 154px;
	float: right;
}

.quick-links h3 {
	margin-left: 20px;
}

.quick-links ul {
	margin-left: 20px;
	list-style-type: none;
}

.copyright {
	margin-top: 30px;
	margin-left: 20px;
	font-size: 11px;
	float: left;
}

.copyright span {
	margin-left: 20px;
}

.copyright a {
	color: #363636;
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

/*--------------------------------------------------*\
		Font Classes
\*--------------------------------------------------*/

.main-headline {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 25px;
	letter-spacing: .5px;
	font-weight: bold;
	line-height: 30px;
	color: #363636;
}

.sub-headline {
	margin-bottom: 6px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	letter-spacing: .5px;
	color: #363636;
	font-weight: bold;
}

.sub-headline-2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #363636;
}

/*--------------------------------------------------*\
		Call Now Box
\*--------------------------------------------------*/

.call-now-dropdown {
	position: absolute;
	left: 50%;
	margin: 0;
	padding: 2px;
	width: 600px;
	background: #f8f6f1;
	display: none;
	top: 54px;
	z-index: 100;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	transform: translateX(-50%);
}

.call-now-headline {
	margin: 0;
	padding: 10px 0;
	background: #e7b01d;
	text-align: center;
}

.call-now-headline h4 {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
	font-weight: none;
	color: #363636;
}

.call-now-content {
	padding: 8px 18px;
}

.call-now-content p {
	margin: 12px 0;
}

.call-now-content .section {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: none;
	color: #363636;
}

.call-now-content h3 {
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #363636;
}

.call-now-content span {
	font-weight: bold;
}

.clearfix {
	clear: both;
}

.call-now-content .content-left {
	float: left;
	width: 260px;
}

.call-now-content .content-right {
	float: right;
	width: 260px;
}

/*--------------------------------------------------*\
		Dimming Overlay
\*--------------------------------------------------*/

.dim {
	margin-top: 54px;
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:40 !important;
	display: none;
	background-color:black;
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}

/*--------------------------------------------------*\
		Rollovers
\*--------------------------------------------------*/

.rollover span {
	position: absolute;
	top: -999em;
}

#find-a-sales-rep-rollover {
	margin-top: 4px;
	display: block;
	width: 261px;
	height: 70px;
	background: url('images/find_a_sales_rep_rollover.jpg') no-repeat 0 0;
}

#find-a-sales-rep-rollover:hover { 
	background-position: 0 -70px;
}

#view-photo-gallery-rollover {
	margin-top: 4px;
	display: block;
	width: 261px;
	height: 70px;
	background: url('images/view_photo_gallery_rollover.jpg') no-repeat 0 0;
}

#view-photo-gallery-rollover:hover { 
	background-position: 0 -70px;
}

#find-a-location-rollover {
	margin-top: 4px;
	display: block;
	width: 261px;
	height: 70px;
	background: url('images/find_a_location_rollover.jpg') no-repeat 0 0;
}

#find-a-location-rollover:hover { 
	background-position: 0 -70px;
}

#use-our-calculator-rollover {
	margin-top: 4px;
	display: block;
	width: 261px;
	height: 70px;
	background: url('images/use_our_calculator_rollover.jpg') no-repeat 0 0;
}

#use-our-calculator-rollover:hover { 
	background-position: 0 -70px;
}

#inquire-about-jobs-rollover {
	margin-top: 4px;
	display: block;
	width: 261px;
	height: 70px;
	background: url('images/inquire_about_jobs_rollover.jpg') no-repeat 0 0;
}

#inquire-about-jobs-rollover:hover { 
	background-position: 0 -70px;
}

#calculate-button-rollover {
	margin-top: 4px;
	padding-top: 14px;
	display: block;
	width: 218px;
	height: 34px;
	background: url('images/calculate_button_rollover.png') no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#calculate-button-rollover:hover { 
	background-position: 0 -48px;
}

#subscribe-rollover {
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	width: 195px;
	height: 24px;
	color: #fff;
	background: url('images/subscribe_rollover.jpg') no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#subscribe-rollover:hover {
	background-position: 0 -33px;
}

#submit-button-rollover {
	margin-top: 4px;
	padding-top: 15px;
	display: block;
	width: 218px;
	height: 33px;
	font-size: 14px;
	color: #fff;
	background: url('images/calculate_button_rollover.png') no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#submit-button-rollover:hover { 
	background-position: 0 -48px;
}

/*--------------------------------------------------*\
		Drop Shadows
\*--------------------------------------------------*/

.main-shadow {
	-moz-box-shadow: 3px 6px 4px #808080;
	-webkit-box-shadow: 3x 6px 4px #808080;
	box-shadow: 0 6px 10px #808080;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#808080')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#808080');
}

.content-box-shadow {
	-moz-box-shadow: 0 4px 4px -2px #808080;
	-webkit-box-shadow: 0 4px 4px -2px #808080;
	box-shadow: 0 4px 4px -2px #808080;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#808080')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#808080');
}

/*--------------------------------------------------*\
		Flickr Gallery
\*--------------------------------------------------*/

#flickrSets {
	margin: 20px 0;
	max-width: 910px;
	font-size: 0;
	text-align: center;
}

#flickrSets a {
	text-decoration:none !important;
}

#flickrSets .photo-set {
	display: inline-block;
	padding-bottom: 14px;
	width: 180px;
	text-align:center;
	vertical-align: top;
}

#flickrSets .gallery-photo {
	display: inline-block;
	padding-bottom: 14px;
	width: 180px;
	text-align:center;
	vertical-align: top;
}

#flickrSets .smallsquare {
	min-height:100px !important;
	width:150px;
}

.flickrSetName {
	display:block;
	font-size: 13px;
	color:#363636 !important;
	text-decoration:none !important;
	font-weight:bold;
}

.photoHeader {
	width:760px;
	overflow:hidden;
	float:left;
}

.photoSource {
	font-size: 13px;
	color:#f04235;
}

/** UPDATES **/
img.headline-icon {
	max-width: 100%;
	height: auto;
}

div.left-column img {
	max-width: 100%;
	height: auto;
}

div.left-column p {
	margin: 0 0 20px;
}

img.border {
	border: 2px solid #dedbd6;
}

div.main-column {
	padding: 40px 25px 30px;
	font-size: 15px;
	line-height: 20px;
	color: #363636;
}

div.main-column ul,
div.brown-footer-box ul {
	margin: 0 0 20px 20px;
}

div.main-column ul ul,
div.brown-footer-box ul ul {
	margin: 0 0 0 20px;
}

div.main-column ol,
div.brown-footer-box ol {
	margin: 0 0 20px 20px;
}

div.main-column ol ol,
div.brown-footer-box ol ol {
	margin: 0 0 0 20px;
}

div.main-column h1,
div.main-column h2,
div.main-column h3,
div.main-column h4,
div.main-column h5,
div.main-column h6,
div.brown-footer-box h1,
div.brown-footer-box h2,
div.brown-footer-box h3,
div.brown-footer-box h4,
div.brown-footer-box h5,
div.brown-footer-box h6 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 400;
}

div.main-column h1,
div.brown-footer-box h1 {
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 25px;
}

div.main-column h2,
div.brown-footer-box h2 {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 20px;
}

div.main-column h3,
div.brown-footer-box h3 {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 16px;
}

div.main-column h4,
div.brown-footer-box h4 {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 14px;
}

div.main-column h5,
div.main-column h6,
div.brown-footer-box h5,
div.brown-footer-box h6 {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 12px;
}

div.left-column {
	width: 340px;
	float: left;
}

div.right-column {
	width: 540px;
	float: right;
}

div.brown-footer-box {
	margin: 0 0 20px;
	padding: 25px;
	background: #ddd5c5;
	box-shadow: 0px 4px 4px -2px #808080;
}

.two-col {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
	-moz-column-gap: 50px; /* Firefox */
	column-gap: 50px;
}

.clear {
	clear: both;
}

.wp-caption {
	padding: 5px;
	max-width: 100%;
	color: #F1E8D7;
	background: #171442;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------*\
		MOBILE HEADER
\*--------------------------------------------------*/

#mobile-header-wrapper {
	display: none;
}