/*
blue: #0079c2;
green: #7ac142;
orange: #fcb017;
sidebar gray: #f1f1f1;
footer gray: #999999;
*/

html, body {
	background: #e4e4e4;
	margin: 0;
	padding: 0;
	color: #555;
	font-family: lucida grande, lucida sans unicode, sans-serif;
}

body {
	font-size: 62.5%;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	margin-top: 55px;
	width: 970px;
}

#header {
	position: relative;
	display: block;
	width: 970px;
	height: 150px;
	background: #fff url(../images-layout/bg-header.gif) no-repeat;
}

#headerNav {
	position: absolute;
	top: 20px;
	right: 20px;
}

#headerNav a {
	padding: 2px 9px;
	color: #777;
	text-decoration: none;
	font-size: 1.2em;
	border-right: 1px solid #888;
}

#headerNav a.last {
	padding-right: 0;
	border-right: none;
}

#headerNav a.selected,
#headerNav a:active,
#headerNav a:hover {
	color: #0079c2;
}
#headerContact {
	position:absolute;
	top: 60px;
	right: 20px;
	font-size:13px;
	text-align:right;
}
#headerContact a {
	color:#80c342;
	font-weight:bold;
	text-decoration:none;
}
#nav {
	position: relative;
	display: block; 
	float: left;
	color: #000;
	z-index: 3000;
}	

#content {
	width: 960px;
	padding: 5px;
	background: #fff;
	text-align: left;
}

#contentHero {
	width: 960px;
	height: 300px;
}

#contentHomeWrapper {
	position: relative;
	width: 960px;
	margin-top: 5px;
	background: url(../images-layout/bg-home-content.gif) repeat-y;
}

.contentHome {
	position: relative;
	display: inline-block;
	float: left;
	width: 311px;
	padding: 0 0 0 7px;
}

.contentHomeFirst {
	width: 312px;
	margin: 0 7px 0 0;
	padding: 0;
	border-left: none;
	background: url(../images-layout/bg-home.jpg) no-repeat; 
/*	background: url(../images-layout/bg-home-leaf.gif) no-repeat; */
}

.contentHomeSecond {
	padding: 0 6px 10px 6px;
}

#contentHomeCompanyWrapper {
	position: relative;
	margin-bottom: 50px;
}

.contentHomeCompany {
	position: relative;
}

#contentHomeCompanyNav a {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 2px 5px;
	background: #e4e4e4;
	color: #999;
	font-size: 1.2em;
}

#contentHomeCompanyLogo {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#contentHomeCompanyLogo img {
	display: none;
}

#contentHomeCompanyNav a:active,
#contentHomeCompanyNav a:hover,
#contentHomeCompanyNav a.activeSlide {
	background: #0079c2;
	color: #fff;
}

.contentHome h1 {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.contentHome p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px 10px 0px 10px;
}

.contentHomeFirst p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px 20px 10px 20px;
}

.contentHome a {
	color: #0079c2;
	text-decoration: none;
}

.contentHome a:active,
.contentHome a:hover {
	color: #0091e8;
}



#contentBody {
	position: relative;
	display: inline-block;
	float: left;
	width: 643px;
	margin: 0 5px 0 0;
	padding-bottom: 10px;
}

#contentBody h1 {
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	background: #0079c2;
}

#contentBody h1.nospace {
	margin-top: 0;
}

#contentBody h2 {
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
	background: #0079c2;
	cursor: pointer;
}

#contentBody p {
	padding: 10px 10px 0 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#contentBody ul {
	padding: 10px 10px 0 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#contentBody li {
	list-style: disc;
	margin-left: 16px;
}

#contentBody ul ul {
	padding-top: 0;
	font-size: 1em;
}

#contentBody a {
	color: #0079c2;
	text-decoration: none;
}

#contentBody a:active,
#contentBody a:hover {
	color: #0091e8;
}

#contentBody .pdfDownload {
	float: right;
	display: inline-block;
	width: 125px; /* added for IE6 */
	margin: 10px 0 10px 10px;
	padding: 10px;
	background: #838383;
	color: #fff;
}

#contentBody .pdfDownload img {
/*	float: left; */
	margin: 0 10px;
	border: 2px solid #333;
}

#contentBody .pdfDownload a {
	color: #fff;
}

#contentBody .pdfDownload a:active,
#contentBody .pdfDownload a:hover {
	color: #7ac142;
}

#contentBody .pdfDownloadSpace {
	margin-bottom: 20px;
}

#contentSide {
	display: inline-block;
	float: left;
	padding: 20px;
	width: 272px;
	background: #f1f1f1;
}

#contentSide p {
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

#contentSide ul {
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

#contentSide li {
	list-style: disc;
	margin-left: 16px;
}

#contentSide ul.nodot li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(../images-layout/leaf-20-gray.gif) no-repeat left 3px;
}

#contentSide a {
	color: #0079c2;
	text-decoration: none;
}

#contentSide a:active,
#contentSide a:hover {
	color: #7ac142;
}

#contentSide img.product {
	display: none;
}

#contentSide .pdfDownload {
	display: none;
	margin: 0 20px;
	padding: 10px;
	background: #838383;
	color: #fff;
}

#contentSide .pdfDownload img {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #333;
}

#contentSide .pdfDownload a {
	color: #fff;
}

#contentSide .pdfDownload a:active,
#contentSide .pdfDownload a:hover {
	color: #7ac142;
}

#contentSide .pdfDownloadSpace {
	margin-bottom: 20px;
}

#footer {
	width: 960px;
	margin-top: 5px;
	padding: 6px 0;
	background: #999999;
	color: #fff;
	text-align: center;
}

.footerCopy {
	display: inline;
	margin-right: 50px;
}

.footerContent {
	display: inline;
	margin-right: 20px;
}

.callout {
	color: #7ac142;	
	font-weight: bold;
}

.clearIt {
	clear: both;
}

/* form elements */
form {
	margin: 10px 40px;
	padding: 0;
	font-size: 1.2em;
}

#content form p {
	padding: 0 5px 6px;
	font-size: 1em;
}

fieldset {
	margin-top: 10px;
	padding: 5px;
	background: #f9f9f9;
}

legend {
	margin-bottom: 10px;
	padding: 0 5px 5px;
	color: #7ac142;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}

p.legend {
	padding: 0 5px 5px;
	color: #7ac142;
	font-weight: bold;
/*	text-transform: uppercase; */
}

input, textarea {
	/* display: block; */
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

p input {
	display: inline;
	float: none;
/*	margin: 0; */
/*	width: auto; */
}

label {
	/* display: block; */
	float: left;
	width: 100px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	color: #555;
}

select {
	/* display: block; */
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

form br {
	clear: left;
}

.short {
	width: 100px;
}
