﻿/*---------------------------------------------
 * Reliable Paper Recycling main styles
 * Author:		Josh Daniels
 * Email:		josh@lockdata.com
 * Created:		2010-04-01
 *
 * Colors:
 *	Green (links, etc): #347704
 *	Yellow (top "wood" link): #e1a800
 *	Brown (footer): #593709
 *---------------------------------------------*/

/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { border:0; outline:none; }
a { outline: none; }
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th { text-align:left; }
h1 {font-size:3em;}
h2 {font-size:2.5em;}
h3 {font-size:2em;}
h4 {font-size:1.5em;}
h5 {font-size:1em;}
h6 {font-size:.8em;}
ul,ol {margin:1em;}
li {margin-left:1em;padding-left:.4em;}
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* @end */

html {
	background: url(../images/bg-content.jpg) repeat;
}

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-content-top.jpg) repeat-x left 188px;
}

a:link, a:visited {
	color: #347704;
	text-decoration: none;
}
a:hover, a:active {text-decoration: underline;}

#headerContent,
#content,
#footer {
	width: 1010px;
	padding: 0 16px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* @group Header */

#header {
	height: 188px;
	background: url(../images/bg-header.jpg) repeat center top;
	overflow: hidden;
}
#logo {
	margin: 20px 10px 46px;
}

/* @group Company Navigation */

#companyNav {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#companyNav li {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #fff;
}
#companyNav li:first-child {border: 0;}
#companyNav a {
	color: #fff;
	text-decoration: none;
}
#companyNav a:hover,
#companyNav a:active {
	text-decoration: underline;
}
#companyNav .nav-wood a {color: #e1a800;}

/* @end */

/* @group Main Navigation */

#mainNav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 899px;
}
#mainNav li {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	display: block;
}
#mainNav li:first-child {
	margin-left: 0;
}
#mainNav li a {
	display: block;
	width: 149px;
	height: 59px;
	text-indent: -99999px;
	background: url(../images/mainNav.png) no-repeat;
	position: relative;
	top: 2px;
}
#mainNav li a:hover,
#mainNav li a:active {top: 0;}
#mainNav #mn-paper a {background-position: 0 0;}
#mainNav #mn-cardboard a {background-position: -149px 0;}
#mainNav #mn-document a {background-position: -298px 0;}
#mainNav #mn-pallet a {background-position: -447px 0;}
#mainNav #mn-electronic a {background-position: -596px 0;}
#mainNav #mn-municipal a {background-position: -745px 0;}

/* @end */

/* @end */

/* @group Superfluous Visual Styles */

#divider {
	height: 19px;
	background: url(../images/divider.png) repeat-x left top;
	position: absolute;
	top: 182px;
	left: 0;
	z-index: 100;
	width: 100%;
}
#contentTop,
#contentBottom {
	position: absolute;
	left: 0;
	width: 1042px;
	z-index: 10;
}
#contentTop {
	top: 0;
	height: 343px;
	background: url(../images/bg-mainContent-top.jpg) no-repeat;
}
#contentBottom {
	bottom: 0;
	height: 15px;
	background: url(../images/bg-mainContent-bottom.jpg) no-repeat;
}

/* @end */

/* @group Content */

#content {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 15px;
	background: url(../images/bg-mainContent.jpg) repeat-y left top;
}
.contentMasthead,
#mainContent,
#contactInfo {
	position: relative;
	z-index: 20;
	margin-top: 10px;
}
.contentMasthead {
	width: 993px;
	margin: 0 auto;
	display: block;
	z-index: 21;
}

/* @group Main Content */

#mainContent {
	width: 724px;
	float: left;
	margin-left: 8px;
}
#mainContent .contentSection {
	background: url(../images/bg-contentSection.jpg) no-repeat left top;
	margin-bottom: 20px;
	min-height: 118px;
	padding: 10px;
}
.contentSection h2,
.contentSection h3,
.contentSection h4,
.contentSection p,
.contentSection ul,
.contentSection ol {
    clear: both;
}
.contentSection h2 {
	font-weight: normal;
	margin-bottom: 10px;
}
.contentSection h3 {
	font-size: 1.2em;
	color: #347704;
}
.contentSection h4 {
    font-size: 1em;
    margin-bottom: 20px;
}
.contentSection p {margin-bottom: 10px;}
.contentSection div {margin-bottom: 20px;}
.contentSection ul,
.contentSection ol {
	margin-top: 5px;
	margin-bottom: 20px;
}
.contentSection li {
	margin-bottom: 2px;
}
.contentImageLeft,
.contentImageRight {
    overflow: hidden;
}
.contentImageLeft p,
.contentImageLeft ul,
.contentImageLeft ol {
	margin-left: 210px;
	clear: none;
}
.contentImageLeft img {float: left;}
.contentImageRight p,
.contentImageRight ul,
.contentImageRight ol {
	margin-right: 210px;
	clear: none;
}
.contentImageRight img {float: right;}
#mainContent #links {
	padding-top: 20px;
}
#links dt {
	width: 220px;
	display: block;
	float: left;
	clear: both;
	text-align: center;
}
#links dd {
	display: block;
	margin-left: 220px;
	margin-bottom: 20px;
}
#links dd p {
	margin-bottom: 10px;
}

/* @end */

/* @group Contact Info Sidebar */

#contactInfo {
	width: 241px;
	height: 676px;
	float: right;
	margin-right: 8px;
	margin-top: -16px;
	padding: 40px 10px 10px;
	background: url(../images/bg-contactInfo.jpg) no-repeat;
}
#contactInfo h4 {
	text-align: center;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 5px;
	color: #347704;
}
#contactInfo p,
#contactInfo .emailForm {
	margin-bottom: 20px;
}
#contactInfo #tollfree,
#contactInfo .address,
#contactInfo .phone {
	text-align: center;
	font-size: 1.2em;
}
#contactInfo #tollfree {
	margin: 30px 0;
	font-size: 1.6em;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}
#footer,
#footer a {
	color: #593709;
}
#footer-mainNav,
#footer-companyNav {
	margin: 0 0 5px 30px;
	padding: 0;
	list-style: none;
	clear: both;
	overflow: hidden;
}
#footer-mainNav li,
#footer-companyNav li {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	float: left;
	border-left: 1px solid #593709;
}
#footer-mainNav li:first-child,
#footer-companyNav li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#footer .nav-wood a {color: #251808;}
.copyright {
	clear: both;
	margin-top: 15px;
	
}
.lockdata {
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
}
.lockdata img {vertical-align: middle;}

/* @end */

/* @group Contact Form */

.contactForm {font-size: 1.1em;}
.contactForm ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contactForm li {
	margin: 0 0 4px;
	padding: 0;
}
.contactForm label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
	text-align: right;
}
.contactForm input,
.contactForm select,
.contactForm textarea {width: 300px;}
.contactForm .submit {margin-left: 210px;}
.contactForm .submit input {width: 10em;}

.error,
.success {
	padding: 20px 10px;
	border: 1px solid #333;
	background: #922;
	margin-bottom: 20px;
}
.success {background: #292;}
.error p,
.success p {
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}
.error small,
.success small {font-size: .7em;}

/* @end */

/* @group News */

.news li {
	margin-bottom: 8px;
	font-size: 1.1em;
}
.news .date {
	margin-left: 10px;
	font-size: .9em;
}
#facebook {
	position: absolute;
	text-align:right;
	top: 55px;
	right: 20px;
	color:#fff;
}
#facebook a {color:#fff;}
#facebook a img {vertical-align:middle;}
/* @end */
