@import url("reset.css");

@import url("headings.css");

@import url("mainMenu.css");

div { behavior: url("iepngfix.htc") }

body {
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff url(../_img/woodTop.jpg) repeat-x center -40px;
}

/* Main Blocks */

div#wrapper {
	width: 950px;
	padding: 0 25px;
	position: relative;
	margin: 0 auto;
}

div#headerHome {
	float: left;
	width: 100%;
	height: 115px;
	margin-bottom: 20px;
	position: relative;
	background: url(../_img/permForest.png) no-repeat 267px 20px;
}

div#header {
	float: left;
	width: 100%;
	height: 115px;
	margin-bottom: 20px;
	position: relative;
}

div#menu {
	float: left;
	font-family: "Gill Sans";
}

div#container {
	float: left;
}

div#lColumn {
	float: left;
	width: 240px;
	margin-right: 30px;
}

div#rColumn {
	float: left;
	width: 630px;
}

div#rColumnHome {
	float: left;
	width: 880px;
}

div#footer {
	clear: left;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 50px;
}

/* Main Elements */

a {
	color: #BE1E2D;
}

a:visted {
	color: #941100;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 15px;
}

h2 {

	color: #006699;

	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
}

h3 {

	color: #006699;

	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
	line-height: 16ox;
}

h4 {
	text-transform: uppercase;
	color: #cbcbcb;
	letter-spacing: 4px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4.expand {
	padding: 5px 15px;
	text-transform: uppercase;
	color: #515151;
	background-color: #d2dfe5;
	letter-spacing: 4px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #81a1b1;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

fieldset {
	border: 1px solid #bfbdad;
	padding: 20px;
	width: 572px;
	margin-bottom: 20px;
}

.floatLeft {
	float: left;
	margin-bottom: 5px;
}

.floatRight {
	float: right;
	margin-bottom: 5px;
}

img.topPhoto {
	border: 5px solid #069;
	width: 620px;
	height: 240px;
}

/* OLD COLOR #81a1b1 */

img.topPhotoTall {
	border: 5px solid #069;
	width: 620px;
	height: 340px;
}

img.topPhotoWide {
	border: 5px solid #069;
	width: 890px;
	height: 340px;
	margin-bottom: 20px;
}

div#flashContentHolder {
	border: 5px solid #069;
	width: 620px;
	height: 340px;
}

img.indexImage {
	border: 5px solid #069;
	width: 620px;
	height: 440px;
}

/* Home */

img#homeBanner {
	position: relative;
	right: 5px;
	top: 5px;
}

/* Contact Form */

ul.mailList {
	float: left;
}

ul.mailList li {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

ul.mailList li label {
	display: block;
	float: left;
	width: 145px;
}

ul.mailList li input {
	display: block;
	float: left;
	width: 250px;
	padding: 3px;
}

ul.mailList li textarea {
	display: block;
	float: left;
	width: 418px;
	padding: 3px;
}

ul.mailList li input#submitBtn {
	clear: both;
	float: right;
	width: 150px;
}

/* Lists */

ul.standardList {
	padding-left: 20px;
	margin-bottom: 15px;
}

ul.standardList li {
	margin-bottom: 5px;
	list-style-type: square;
}

/* Content */

/* Header */

h1 {
	display: block;
	float: left;
	width: 197px;
	height: 111px;
	background: url(../_img/logo.png) no-repeat;
	text-indent: -100000px;
	overflow: hidden;
	margin-right: 67px;
}

h1 a {
	display: block;
	float: left;
	width: 197px;
	height: 111px;
	overflow: hidden;
}

/* Footer */

#footer span {
	color: #5e5e5e;
	padding: 0 5px;
}

div#footer p {
	margin-bottom: 5px;
}

/* My Comment */

div#quoteArea {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-align: right;
	color: #515151;
}

ul.classicList {
	list-style: square;
	padding-left: 40px;
	margin-bottom: 30px;
}

ul.classicList li {
	margin-bottom: 5px;
}

ul.introList {
	list-style: square;
	padding-left: 20px;
	margin-bottom: 30px;
}

ul.introList li {
	margin-bottom: 5px;
}

ul.introList li a {
	color: #fff;
}

a.whiteLink {
	color: #fff;
}

p.imageCaption {
	font-size: 11px;
	font-style: italic;
}

div#imageArea {
	position: relative;
	height: 340px;
}

div#imageArea p {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 260px;
	padding: 10px;
	margin-bottom: 0;
	background: url(../_img/whiteFade.png) repeat;
}

div#imageArea img {
	border: 10px solid #C3CBB4;
}

/* Product Tables */

div.productZone {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #069;
}

div.productZone h3 {
	padding-top: 0;
}

ul.productInfo {
	float: left;
	margin-bottom: 10px;
}

ul.productInfo li.label {
	float: left;
	font-weight: bold;
	display: block;
	width: 150px;
}

ul.productInfo li.data {
	float: left;
	display: block;
	width: 300px;
}

ul#leftNumbers {
	float: left;
	width: 100px;
}

ul#rightNumbers {
	float: left;
	width: 150px;
}

div.imgLeft {
	float: left;
	width: 180px;
}

div.imgLeft img{
	margin-bottom: 20px;
	border: 5px solid #069;
}

div.textRight {
	float: left;
	width: 450px;
}

/* Sidemenu */

div#sideMenu {
	padding: 10px;
	color: #fff;
	background-color: #069;
	margin-bottom: 20px;
}

div#sideMenu ul {
	
}

div#sideMenu ul li {

}

div#sideMenu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px 5px;
	border-bottom: 1px dotted #d8d8d8;
}

div#sideMenu ul li.active a {
	background-color: #308fbe;
}

div#sideMenu ul li:last-child a {
	border-bottom: none;
}

/* Sidebar */

div#sideBar {
	padding: 10px;
	color: #fff;
	background: #069 url(../_img/leafBG3.gif) no-repeat left center;
}

div.sideHome div#sideBarInterior {
	height: 308px;
}

div#sideBarInterior {
	padding: 10px;
	border: 1px solid #b2bdc2;
}

div#sideBar img {
	margin-bottom: 10px;
}

p.personName {
	font-weight: bold;
	margin-bottom: 0;
}

p.personPos {
	font-style: italic;
}

/* My Comment */

div#supplyZone {
	float: right;
	width: 250px;
}

div#homeZone {
	float: right;
	width: 250px;
}

div#quoteZone {
	float: right;
	width: 200px;
	padding: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	color: #fff;
	background: #069 url(../_img/leafBG3.gif) no-repeat left center;
}

div#quoteZoneInterior {
	padding: 10px;
	border: 1px solid #b2bdc2;
}

div#imageZone {
	float: right;
	width: 200px;
	padding: 20px;
}

div#imageZone img {
	width: 190px;
	height: 190px;
	border: 5px solid #069;
}

div#imageZone p {
	margin-top: 5px;
	font-size: 10px;
	font-style: italic;
}

/* My Comment */

img#homeImage {
	border: 5px solid #5c9b42;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* My Comment */

p.company {
	font-weight: bold;
}

/* Certification */

a.certification {
	margin-top: 20px;
	display: block;
}

/* Press Releases */

ul#pressList {
	color: #919191;
}

/* Locations */

div#locationFinder {
	width: 593px;
	margin-top: 20px;
}

div#locationFinder input#addressInput {
	width: 214px;
	padding: 3px;
	margin-right: 5px;
}

div#finderTop {
	margin-bottom: 10px;
}

div#sidebar {
	float: left;
	width: 200px;
	height: 450px;
	overflow: auto;
	padding-right: 13px;
	background-color: #069;
	border: 1px solid #ccc;
	border-right: none;
}

div#sidebar ul {
	padding: 10px;
}

div#sidebar ul li {
	margin-bottom: 10px;
	font-size: 10px;
}

div#sidebar ul li.specialNote {
	font-style: italic;
}

div#map {
	float: left;
	width: 400px;
	overflow: hidden;
	height: 450px;
	border: 1px solid #ccc;
	border-left: none;
}

input#formSubmit {
	float: right;
}

/* Accordion */

div#accordion div {
	margin-left: 20px;
}

div#accordion ul.classicList {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#accordion ol {
	list-style-type: decimal;
	margin-left: 60px;
}

div#accordion a {
	text-decoration: none;
}

div#accordion em {
	font-weight: bold;
}
