/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#909090;
	min-width:960px;
	background:url(../images/body-bg.gif) center top repeat;
}

.bg {width:100%; background:url(../images/bg-top.gif) center top repeat-x;}

.main {
	width:960px;
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.666em;
}

a {color:#1799cf; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.col-1 {width:270px;margin-right:20px;}
.col-2 {width:300px;}

#page5 .col-1 {width:281px;margin-right:20px;color:#818181;}
#page5 .col-2 {width:311px;}

#page5 .col-1 span {display:inline-block;padding-top:5px;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}

p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}
.bo {font-weight:bold;}
.bl {display:block;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#67a741;}

/*********************************boxes**********************************/
.indent {padding:15px 20px 19px;}
.indent2 {padding:16px 5px 13px 16px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:25px;}
.indent-bot3 {margin-bottom:35px;}

.img-indent {float:left; margin:5px 13px 0 0;}
.img-indent2 {float:left; margin:5px 20px 0 0;}
.img-indent3 {padding-top:5px;}

.indent-r {margin-right:5px;}

.bot-pad {padding-bottom:45px;}
.bot-pad2 {padding-bottom:36px;}
.bot-pad3 {padding-bottom:20px;}
.top-pad {padding-top:15px;}
.top-pad2 {padding-top:23px;}
.r-pad {padding-right:28px;}
.r-pad2 {padding-right:40px;}
.l-pad {padding-left:8px;}
.l-pad2 {padding-left:40px;}
.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}

/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:2;
	background:url(../images/border.png) 0 bottom repeat-x;
}

h1 {
	padding:31px 0 43px 0;
	position:relative;
	float:left;
}
h1 a {
	display:block;
	width:636px;
	height:85px;
	text-indent:-5000px;
	background:url(../images/logoP.png) 0 0 no-repeat;
}

.login {
	text-align:right;
	padding-top:42px;
	margin-bottom:26px;
}

.login a {
	background:url(../images/marker-2.png) left 2px no-repeat;
	color:#858585;
	font-weight:bold;
	text-decoration:none;
	padding-left:23px;
	display:inline-block;
	margin-left:11px;
}

.login a:hover {color:#85b433;}

.slider {
	background:url(../images/slider-bg.png) 0 0 repeat;
	width:100%;
	position:relative;
	overflow:hidden;
	height:469px;
}

.slider-border {background:url(../images/border.png) 0 bottom repeat-x;}

.slider-inner {
	left:50%;
	margin:12px 0 0 -536px;
	position:relative;
	width:1075px;
	height:457px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#909090;
}

/*********************************menu**********************************/
.menu {
	padding:0;
	width:100%;
}
.menu > li {
	float:left;
	position:relative;
	padding:0px 0 0px;
	margin-left:20px;
}

.menu > li:first-child {margin-left:0px;}

.footer-text .menu > li {margin-left:21px;}
.footer-text .menu > li:first-child {margin-left:0px;}


.menu > li > a {
	display:inline-block;
	font-size:14px;
	line-height:20px;
	color:#4b494d;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.menu > li > a:hover, .menu > li > a.active, .menu > li.sfHover > a {color:#85b433;}

.menu li:hover {visibility:	inherit; }

/******************************** submenu **************************************/
.menu ul {
	position:		absolute;
	padding:		0px 0 0px 0px;
	top:			-999em;
	width:			205px;
	background: 	#333333;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #292929;
}

.menu li li {padding:0px; background:none;}
.menu li li:first-child a {border-top:none;}
.menu li li a {
	display:block;
	color:#7c7c7c;
	padding:		3px 0 5px 20px;
	text-align:		left;
	background:url(../images/marker-1.gif) 10px 11px no-repeat;
	border-top:1px solid #292929;
	position:relative;
	overflow:hidden;
}

.menu li:hover ul, .menu li.sfHover ul {
	left:			1px;
	top:			26px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}

.menu li li a:hover, .menu li li.sfHover > a {color:#fcfcfc;}

/******************************** submenu 2 **************************************/

ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			207px;
	top:			115px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%;
	padding:30px 0 58px;
	position:relative;
	z-index:1;
}

#page1 #content {padding:40px 0 23px;}
#page6 #content {padding:30px 0 65px;}

h3 {
	font-size:30px;
	line-height:36px;
	color:#272727;
	font-weight:normal;
}

h3 strong {
	color:#88c023;
	font-weight:normal;
	display:inline-block;
}

h3 strong.bl {margin-top:-8px;}

h3.ico1 {background:url(../images/ico1.png) 1px 6px no-repeat;padding:2px 0 0 30px;}
h3.ico2 {background:url(../images/ico2.png) 2px 6px no-repeat;padding:2px 0 0 35px;}
h3.ico3 {background:url(../images/ico3.png) 0px 6px no-repeat;padding:2px 0 0 34px;}

h4 {
	font-size:17px;
	line-height:1.235em;
	color:#454545;
	text-transform:uppercase;
}

.h4-pad {margin-bottom:5px;}

h5 {color:#454545;}

h6 {
	font-size:20px;
	line-height:1.2em;
	color:#858585;
	font-weight:normal;
	padding-top:3px;
}

.box {
	background-image:url(../images/box-bg.gif);
	background-position: 0 top;
	background-repeat:repeat-x;
	background-color:#f3f3f3;
  	border: 1px solid #e6e6e6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	width:100%;
}

#page2 .box {background-image:none !important;}

.box-border {
	border:1px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.box-title {
	font-size:19px;
	line-height:1.21em;
	color:#454545;
	text-transform:uppercase;
	background:url(../images/marker-2.png) left 2px no-repeat;
	padding:0 0 13px 25px;
	font-weight:bold;
	letter-spacing:1px;
}

.box-title strong {
	font-size:17px;
	line-height:1.235em;
	color:#85b432;
	display:block;
	letter-spacing:normal;
}

.border {background:url(../images/border.png) 0 bottom repeat-x;}
.border-1 {background:url(../images/border-1.gif) 0 bottom repeat-x;}
.border-2 {background:url(../images/border-2.png) right 0 repeat-y; width:100%;}

.button {
	display:inline-block;
	background:url(../images/button-left.png) left top no-repeat;
	padding-left:13px;
	color:#fff;
}

.button > strong {
	display:inline-block;
	background:url(../images/button-right.png) right top no-repeat;
	padding-right:13px;
}

.button strong strong {
	display:inline-block;
	background:url(../images/button-tail.png) 0 top repeat-x;
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px 0;
	float:none;
}

.button:hover {background-position: left -34px; color:#85b432;}
.button:hover > strong {background-position: right -34px;}
.button:hover strong strong {background-position: 0 -34px;}

.circle {
	background:url(../images/circle.png) 2px 0 no-repeat;
	font-size:30px;
	line-height:36px;
	color:#FFF;
	font-weight:normal;
	float:left;
	margin-right:20px;
	height:45px;
	width:54px;
	text-align:center;
	padding-top:7px;
}

.list-1 li {padding:0 0 4px;}
.list-1 li.last {padding-bottom:0;}

	.list-1 li a {
		font-size:12px;
		line-height:20px;
		color:#858585;
		background:url(../images/marker-3.png) 0 6px no-repeat;
		display:inline-block;
		padding-left:26px;
		position:relative;
		overflow:hidden;
	}
		.list-1 li a:hover {
			color:#85b432;
			background-position:0 -20px;
		}

.list-2 li {
	padding: 0px 0 8px 14px;
	background:url(../images/marker-7.png) 1px 8px no-repeat;
	line-height:18px;
	font-weight:bold;
}

.list-2 li.last {padding-bottom:0;}

	.list-2 li a {
		display:inline-block;
		color:#67a741;
		text-decoration:none;
	}
		.list-2 li a:hover {text-decoration:underline;}

.link:hover {text-decoration:underline;}

.link-1 {
	color:#67a741;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/marker-4.png) right 6px no-repeat;
	padding-right:7px;
}
.link-1:hover {text-decoration:underline;}

.link-2 {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/marker-5.png) right 6px no-repeat;
	padding-right:7px;
}
.link-2:hover {text-decoration:underline;}

.text-1 {line-height:18px;}

.img-style {
	height:79px;
	padding-right:15px;
}

dt {font-weight:bold;color:#454545;}

dl span {float:left; width:72px;}
dl strong {float:left; width:55px; font-weight:normal;}

/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
			#contact-form label {
				display:block;
				min-height:40px;
			}
			#contact-form label.message {
				min-height:173px;
			}

			#contact-form input {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				width:281px;
				height: 15px;
				border:1px solid #efedee;
				background:#fbfbfb;
				margin:0px;
				padding:7px 9px;
				color:#818181;
				outline:none;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				vertical-align: middle;
				color:#818181;
				margin: 0px;
				width:287px;
				height:139px;
				padding:8px 6px;
				border: 1px solid #EFEDEE;
				overflow:auto;
				outline:none;
				background:none;
			}

			.textarea-bg3 {
				background:url(../images/textarea-bg3.jpg) 0 0 no-repeat;
				width:299px;
				height:155px;
				display:block;
			}

			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding:0 0px 0 0; text-align:right;}
		.buttons-wrapper a { margin-left:5px;}

/****************************footer************************/
footer {width:100%;}

.footer-text {
	background:url(../images/border.png) 0 top repeat-x;
	width:100%;
	padding:38px 0 47px;
}

.footer-text a {
	color:#67a741;
}

.footer-menu {
	padding:0;
	width:100%;
}
.footer-menu li {
	float:left;
	position:relative;
	padding:0px 0 0px;
	margin-left:21px;
}

.footer-menu li:first-child {margin-left:0px;}

.footer-menu li a {
	display:inline-block;
	font-size:14px;
	line-height:20px;
	color:#4b494d;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.footer-menu li a:hover, .footer-menu li a.active {color:#85b433;}

/*----- forms -----*/
form.jqtransformdone {
	padding-top:2px;
	margin-bottom:33px;
}

#page5 form.jqtransformdone {margin-bottom:0px;}

form.jqtransformdone label{
	display: block;
	height:41px;
}
form.jqtransformdone div.rowElem{
	clear:both;
	height:40px;
	position:relative;
	z-index:10;
}
form.jqtransformdone div.rowElem2{
	clear:both;
	height:55px;
	position:relative;
}

.textarea-bg {
	background:url(../images/textarea-bg.jpg) 0 0 no-repeat;
	border: 1px solid #EFEDEE;
	width:219px;
	height:185px;

}

#page5 .textarea-bg {
	background:url(../images/textarea-bg2.jpg) 0 0 no-repeat;
	border: 1px solid #EFEDEE;
	width:610px;
	height:257px;
}

.jqTransformTextarea div textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	vertical-align: middle;
	color:#818181;
	border: none;
	margin: 0px;
	background:transparent;
	float:left;
	width:207px;
	height:169px;
	padding:8px 6px;
	outline:none;
	overflow: auto;
}

#page5 .jqTransformTextarea div textarea {
	width:574px;
	height:217px;
	padding:20px 15px;
}

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	width:201px !important;
	position:relative;
	height: 15px;
	border:1px solid #efedee;
	background:#fbfbfb;
	margin-bottom:10px;
	padding:7px 9px;
	color:#818181;
}

#form3 .c1 .jqTransformInputWrapper {width:257px !important;}
#form3 .c2 .jqTransformInputWrapper {width:291px !important;margin-bottom:6px;}
#form3 .c3 .jqTransformInputWrapper {width:592px !important;margin-bottom:6px;}
#form3 .c4 .jqTransformInputWrapper {width:122px !important;margin-bottom:0px;}

.jqTransformInputInner {
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	margin:0px 0px 0px 0;
	overflow:hidden;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	vertical-align: middle;
	color:#818181;
	border: none;
	padding: 0px 0px;
	margin: 0px;
	background:transparent;
	float:left;
	width:201px;
	outline:none;
}

.extra-wrap .jqTransformInputWrapper {width:91px !important;margin-bottom:0;}
.s1 {width:91px !important;text-align:center;}
.s2 {width:257px !important;}
.s3 {width:291px !important;}
.s4 {width:592px !important;}
.s5 {width:122px !important;}

form#form2 figure {
	margin-right:10px;
	float:left;
}

form#form3 figure {
	margin-right:19px;
	float:left;
}

.m0 .jqTransformInputWrapper {margin-bottom:0 !important}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -25px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -25px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -50px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -50px ;}

/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px;}
.jqTransformRadio {
	background: transparent url(../images/radio.png) no-repeat center bottom;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	display:block;
	margin:4px 5px 0 0;
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(images/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center top;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:213px !important;
	position:relative;
	height: 21px;
	border:1px solid #efedee;
	background:#fbfbfb;
	padding:4px 3px;
	color:#818181;
}

.jqTransformSelectWrapper div span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.23em;
	float: none;
	position: absolute;
	white-space: nowrap;
	padding: 3px 0 3px 6px;
	overflow: hidden;
	cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 3px;
	top:2px;
	width: 25px;
	height: 25px;
	background: url(../images/marker-6.png) no-repeat right 0px;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	z-index:10;
	width:218px !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px 3px;
	text-decoration: none;
	height:25px;
	color:#333;
	background-color: #FFF;
	padding-left:10px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #f7f7f7;
	color: #333;
	padding-left:10px;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#67a741;
	color: #fff;
}

.inner {
	padding:0px 0 31px 3px;
	border-bottom:1px solid #eee;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

a.adv-link {
	background:url(images/arrow1.gif) no-repeat left 6px;
	font-size:10px;
	color:#7e8783;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 10px;
	margin:8px 0 0 0;
}
