@import"reset.css";@import"pro_pages_style.css";@import"grid.css";@import"forms.css";@import"prettyPhoto.css";@import"jquery.snippet.min.css";@import"ui.totop.css";
@import"jplayer.blue.monday.css";@import"jquery-ui-1.8.17.custom.css";@import url(http://fonts.googleapis.com/css?family=Noticia+Text:700,700italic);
body{
	background: #e5e5e5;
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#333;
	position:relative;
	min-width:1039px;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#397a42;outline:none;cursor:pointer;text-decoration:none; }
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#3b3b3b; font-weight:bold; margin-bottom:27px;font-family: 'Noticia Text', serif;}
h1{font-size:40px;}
h2{font-size:35px;}
h3{font-size:30px;} 
h4{font-size:27px;}  
h5{font-size:25px;}
h6{font-size:22px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	position:relative;
}

.bg {
	width:1029px;
	margin:0 auto;
	background:#f7f7f7;
}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}



.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px !important;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px !important;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}


.logo {
	display:block; 
	width:206px; 
	height:73px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

.head-line {
	background:#057323;
	width:100%;
	height:6px;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}

header h1 {
	padding:30px 0 0 5px;
	float:left;
	margin:0;
	font-size:0;
	line-height:0;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
nav {
	float:right;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-left: 25px;
}
.sf-menu a {
	display:		block;
	position:		relative;
	font-family: 'Noticia Text', serif;
	font-size:14px;
	line-height:17px;
	padding:67px 17px 18px;
	text-transform:uppercase;
	color:#9e1300;
	font-weight:bold;
}

.sf-menu a:after {
	position:absolute;
	bottom:-8px;
	left:43%;
	content:'  ';
	display:none;
	background:url(../images/marker2.png) no-repeat 0 0;
	width:15px;
	height:9px;
}

.sf-menu a:hover,
.sf-menu a.active,
.sf-menu li.sfHover >a{
	background:url(../images/menu-bg-hov.gif) repeat-x 0 bottom #e9e9e9;
	text-decoration:none;
}

.sf-menu ul a:hover,
.sf-menu ul li.sfHover >a{
	background:#4bb1be;
}

.sf-menu a:hover:after,
.sf-menu a.active:after,
.sf-menu li.sfHover >a:after{
	display:block;
}

.sf-menu ul a:hover:after,
.sf-menu ul li.sfHover >a:after{
	display:none;
}

.sf-sub-indicator {
	display:inline-block;
	width:5px;
	height:4px;
	background:url(../images/marker1.png) no-repeat 0 0 ;
	margin-left:3px;
	margin-top:8px;
}

.last3 {
	padding:67px 6px 18px !important;
}

.sf-menu .sf-with-ul{
	padding:67px 4px 18px 6px !important;
}

.sf-menu ul .sf-with-ul{
	padding:9px 0 11px 17px !important;
}

.sf-menu ul .sf-sub-indicator {display:none;}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			143px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	margin-bottom:1px;
}
.sf-menu ul a {
	color:#fffdf8;
	background:#3b3b3b;
	padding:9px 0 11px 17px;
}


.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -23px;
    top: 103px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			144px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.head-line2 {
	width:950px;
	margin:0 auto;
	background:#e0e0e0;
	height:6px;
}



/********************** Content ************************/

#content {
	width:100%; 
	padding:35px 0 25px;
	position:relative;
	z-index:1;
}

.p13 {
	padding:35px 0 0 !important;
}

.head-box1 {
	margin-bottom:17px;
}

																									/***** Page 1 *****/

.text1 {
	display:block;
	color:#397a42;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-top:-3px;
	font-style:italic;
	margin-bottom:27px;
	font-family: 'Noticia Text', serif;
}

.img-bot {
	display:inline-block;
	background:#e0e0e0;
	padding:6px;
}

.page1-img1 {
	margin-top:7px;
}

.list1 a {
	color:#2b2b2b;
	text-decoration:underline;
	font-size:12px;
}

.list1 a:hover {
	color:#397a42;
	text-decoration:none;
}

.list1 {
	padding-top:3px;
}


.list1 li {
    background: url("../images/marker4.png") no-repeat scroll 0 5px transparent;
    display: block;
    line-height: 15px;
    padding-bottom: 7px;
    padding-left: 17px;
}

.text2:after {
    background: url("../images/marker5.png") no-repeat scroll 0 0 transparent;
    bottom: -8px;
    content: " ";
    display: block;
    height: 8px;
    left: 107px;
    position: absolute;
    width: 13px;
}
.text2 {
    background: url("../images/bg1.gif") repeat-x scroll 0 0 #E5E5E5;
    border-bottom: 1px solid #D7D7D7;
    border-top: 6px solid #397a42;
    color: #397a42;
    font-family: 'Noticia Text',serif;
    font-size: 20px;
    line-height: 30px;
    margin-top: 8px;
	font-weight:bold;
	font-style:italic;
    padding: 44px 23px 39px;
	margin-bottom:12px;
    position: relative;
    text-align: center;
}

.text3,
.link1 {
	color:#2b2b2b;
	font-size:14px;
	display:inline-block;
}


.link1 {
    margin-left: 26px;
    margin-right: 4px;
}

.link1:hover {
	color:#397a42;
	text-decoration:none;
}

.p6 {
	background:url(../images/border1.gif) no-repeat center bottom;
	margin-bottom:35px;
}

.text4 {
    color: #3B3B3B;
    display: block;
    font-family: 'Noticia Text',serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 35px;
    text-transform: uppercase;
	padding-top: 4px;
}

.date {
	display:block;
	color:#2b2b2b;
	font-size:10px;
	line-height:12px;
}

.text5 {
    color: #397a42;
    display: block;
    font-family: 'Noticia Text',serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 11px;
}

.button1 {
	display:inline-block;
	background:url(../images/button1.gif) repeat-x 0 bottom #e9e9e9;
	color:#2b2b2b;
	font-size:14px;
	line-height:17px;
	padding:8px 21px 10px;
	border-bottom:1px solid #d7d7d7;
}

.button1:hover {
	background:#397a42;
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #15565d;
}

.p7 {padding-bottom:21px;}

.list2 a {
	color:#3b3b3b;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family: 'Noticia Text', serif;
}


.list2 li {
    background: url("../images/marker4.png") no-repeat scroll 0 7px transparent;
    display: block;
    line-height: 17px;
    padding-bottom: 15px;
    padding-left: 17px;
}

.list2 a:hover {
	color:#397a42;
	text-decoration:none;
}

.date2 {
	display:block;
	font-size:11px;
	line-height:13px;
	color:#397a42;
	font-weight:bold;
	margin-bottom:4px;
}

.link2 {
	color:#797979;
	text-decoration:underline;
}

.link2:hover {
	color:#397a42;
	text-decoration:none;
}

.page1-box3 {
	overflow:hidden;
	margin-bottom:18px;
}

.p8 {
	margin-bottom:20px;
	padding-bottom:18px;
}

.list3 a {
	color:#797979;
	font-size:12px;
}


.list3 li {
    background: url("../images/marker5.gif") no-repeat scroll 0 6px transparent;
    display: block;
    line-height: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.text6 {
	display:block;
	color:#3b3b3b;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	font-style:italic;
	font-family: 'Noticia Text', serif;
	margin-bottom:24px;
}

aside {
	padding:40px 0 28px;
	position:relative;
}

.text7 {
	color:#397a42;
	display:block;
	font-style:italic;
}

.page1-box4 {
	line-height:30px;
}

.link3 {
	color:#797979;
}

#news-form {
    position: relative;
}

#news-form input {
    border: 0 none;
    color: #797979;
    outline: none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:16px;
	line-height:16px;
	box-shadow:none;
    padding: 6px 30px 7px 8px;
    width: 193px;
	background:#fff;
}

#news-form label.invalid .error {
    height: 19px;
}
#news-form .error, #form1 .empty {
    color: #FF0000;
    display: block;
    font-size: 10px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.page3-img1 {
	margin-top:7px;
}

#news-form a {
    background: url("../images/search-marker.gif") no-repeat scroll 0 0 transparent;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 23px;
}

#news-form a:hover {
	background-position:0 -78px;
}

.link3:hover {
	color:#397a42;
	text-decoration:none;
}
.list3 a:hover,
.list3 a.active {
	color:#397a42;
	text-decoration:none;
}
.p9 {
	margin-bottom:16px;
}


.p10 {
	margin-bottom:19px;
}

.foot-page1 {
	margin-left:4px;
}
																									/***** Page 2 *****/

.p11 {
	margin-bottom:22px;
}


.page2-img1 {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.link4 {
	display:inline-block;
	color:#3b3b3b;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	line-height:17px;
	font-style:italic;
	font-family: 'Noticia Text', serif;
}

.p12 {
	padding-bottom:29px;
}

.page2-box1 {
	overflow:hidden;
	margin-bottom:27px;
}

.page2-box2 {
	overflow:hidden;
	margin-bottom:25px;
	padding-top:2px;
}

.page2-box2 span {
    color: #4BB1BE;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 4px;
}

.page2-box2 a {
	display:inline-block;
	color:#46aab9;
}


.p14 {
    line-height: 28px;
    margin-bottom: 31px;
    padding-top: 4px;
}

.page30img1 {
	margin-top:6px;
}

.p15 {
	border-bottom:1px solid #d5d5d5;
	padding-bottom:35px;
	margin-bottom:39px;
}
																									/***** Page 3 *****/

.link5 {
	display:inline-block;
	color:#4bb1be;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	font-family: 'Noticia Text', serif;
	margin-bottom:11px;
}

.page3-img2 {
	margin-top:6px;
}

.p16 {
	margin-bottom:19px;
}

.text8 {
	display:block;
	text-transform:uppercase;
	color:#4bb1be;
	font-weight:bold;
	font-size:11px;
	line-height:22px;
	display:block;
}

.page3-box3 {
	overflow:hidden;
	margin-bottom:10px;
	padding-top:2px;
}


.p17 {
	margin-bottom:23px;
}

.last4 {
	margin-bottom:45px;
}
																									/***** Page 4 *****/


.list4 li {
    background: url("../images/divider1.gif") no-repeat scroll right 4px transparent;
    color: #2B2B2B;
    display: block;
    float: left;
    font-size: 10px;
    line-height: 12px;
    margin-right: 13px;
    padding-right: 13px;
}
.list4 a {
	color:#2b2b2b;
}

.list4 a:hover {
	color:#46aab9;
	text-decoration:none;
}

.text9 {
	display:block;
	color:#397a42;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	font-family: 'Noticia Text',serif;
	margin-bottom:9px;
	font-style:italic;
	margin-top: 9px;
}

.p18 {
	margin-bottom:28px;
}

.p19 {
    padding-bottom: 21px;
}

.page4-img1 {
	margin-top:3px;
}

.page4-box1 {
	margin-bottom:37px;
}

.last5 {
	background:none !important;
}

.p20 {
	margin-bottom:31px;
}

.p21 {
	padding-top:16px;
}

																									/***** Page 5 *****/


.page6-box1 p {
	padding-bottom:21px;
}
																									
	
																								

.dl1 dt {width:150px;margin-bottom: 18px;}

.dl1 span {float:left; width:88px;}

.dl1 dd { line-height:18px;}

.dl1 dd a {color:#171717;}

.dl1 dd a:hover {color:#9ea198; text-decoration:underline;}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:25px 0 44px;
	position:relative;
}

.foot-page1 a {
	color:#797979;
}

.foot-line {
	position:absolute;
	bottom:0;
	left:0;
	background:#057323;
	width:100%;
	height:8px;
}

.foot-page1 a:hover {
	color:#057323;
	text-decoration:none;
}


#contact-form {
	width:465px;
	position:relative;
}

#contact-form h1 {
	font-size:42px;
}

#contact-form h2 {
	margin-bottom:15px;
	font-style:italic;
	font-weight:normal;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
	font-size:15px;
	margin-bottom:2px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
	width:450px;
	border: 1px solid #CEE1E8;
	margin-bottom:20px;
	padding:4px;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
	border: 1px solid #AFCDD8;
	background-color: #EBF2F4;
}

#contact-form textarea {
	height:150px;
	resize: none;
}

#contact-form label {
	display:block;
}

#contact-form .required {
	font-weight:bold;
	color:#F00;	
}

#contact-form #submit-button {
	width: 100px;
	background-color:#333;
	color:#FFF;
	border:none;
	display:block;
	float:right;
	margin-bottom:0px;
	margin-right:6px;
	background-color:#8FB5C1;
	-moz-border-radius:8px;
}

#contact-form #submit-button:hover {
	background-color: #A6CFDD;
}

#contact-form #submit-button:active {
	position:relative;
	top:1px;
}

#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(../img/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}

#errors {
	border:solid 1px #E58E8E;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

#success {
	border:solid 1px #83D186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-style:italic;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color:#CCC;
	font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#CCC;
	font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color:#CCC;
	font-style:italic;
}
