/* 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 ======================================================== */
body { 
	background:url(../images/body-bg.jpg) 0 0 repeat-x #030b03; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#525252;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:18px;}

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


h3{
	color:#774f23;
	font-size:24px;
	line-height:33px;
	font-weight:normal;
	padding:9px 0 13px 0;
}
h2{
	color:#2f2f2f;
	font-size:26px;
	line-height:33px;
	padding:9px 0 17px 0;
	font-weight:normal;
}
#page1 h2{padding:9px 0 13px 0;}

h4{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#7c7c7c;
	padding:3px 0 7px 0;
}
h5{
	font-size:28px;
	line-height:1.23em;
	color:#6e6c4b;
	padding:0 0 16px 0;
	font-weight:normal;
	margin-top:-2px;
}
h6{
	padding-bottom:6px;
}
/* Global Structure ============================================================= */

.main {
	margin: 0 auto;
	position: relative;
	font-size:0.75em;
	line-height:1.5em;
	width: 980px;
	padding-bottom:32px;
	}
.extra{width:100%;background:url(../images/extra-bg.png) center 0 no-repeat;}
	/* Header */
	header{
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		
	}
/* Left & Right alignment */

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

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

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

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:12px 38px 0 0; 
	float:left;
}
.img-indent1 { 
	margin:-2px 20px 0 1px; 
	float:left;
}
.img-indent2 { 
	margin:-2px 20px 0 2px; 
	float:left;
}
.img-indent3 { 
	margin:2px 19px 0 0px; 
	float:left;
}
.extra-wrap { 
	width:100%;
}
.img-indent4 { 
	margin:3px 19px 0 0px; 
	float:left;
}
.extr{overflow:hidden;}
/*===== header =====*/
header {height:570px;}
header .row-1{height:58px;overflow:hidden;}
header .row-2{height:371px;}

header .row-2 .colump-1{float:left;width:670px;}
header .row-2 .colump-2{float:left;width:310px;font-size:12px;line-height:17px;color:#a3de6d;}
	header .row-2 .colump-2 .box-1{ background:url(../images/box-1-bg.jpg) 0 0 no-repeat #64970a;height:319px;}
	header .row-2 .colump-2 .indent{padding:57px 22px 0 31px;}
	header .row-2 strong{font-size:48px;line-height:1.23em;color:#fff;display:block;}
	header .row-2 em{font-size:26px;line-height:1.23em;color:#aade64;display:block;}
	header .row-2 .box-2{background:url(../images/box-2-bg.jpg) 0 0 no-repeat #4a8101;height:45px;padding:7px 0 0 31px;}
.header h1 {
    height: 88px;
    padding: 15px 0 25px 11px;
}
.header h1 a {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
}
.header h1 a strong {
	color: #B8E38A;
    display: inline-block;
    font-size: 60px;
    line-height: 1.23em;
}
.header h1 span {
    color: #B8E38A;
    display: block;
    font-size: 24px;
    margin: 0px 0 0 100px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 2px #000000;
    font-weight: normal;
}
ul.topmenu {
    position: absolute;
    top: 0;
    right: 0;
}
.topmenu li {
    float: left;
    padding-right: 5px;
}
.topmenu li a {
    border-right: 2px solid #CCCCCC;
    color: #B8E38A;
    padding-right: 5px;
}
.topmenu li:last-child a {border: none;}
.callbutton {
    position: absolute;
    right: 20px;
    top: 60px;
}
.callbutton strong {
    color: #fff;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}
nav{
	padding:0px 0px 0 0px;
	overflow:hidden;
	float:left;
	height:58px;
	position:relative;
	min-width:798px;
	}
	nav ul{
		overflow:hidden;
		
	}
	nav ul li {
		float:left;
		/*font-size:16px;*/
		font-size:12px;
		/*line-height:1.23em;*/
		text-transform:uppercase;
		padding-right:1px;
		/*font-weight:bold;*/
		font-weight:normal;
	}
	nav ul li a{		
		color:#000;
		display:inline-block;
		text-decoration:none;
		/*padding:22px 28px 17px 28px;*/
		padding:22px 15px 17px 14px;
		border-radius: 17px 17px 0 0;
		-moz-border-radius: 17px 17px 0 0;
		-webkit-border-radius: 17px 17px 0 0;
		box-shadow: 0 0 4px #848484;
		-moz-box-shadow: 0 0 4px #848484;
		-webkit-box-shadow: 0 0 4px #848484;
		
		behavior: url(js/PIE.htc);
		position: relative;
		
		background:url(../images/nav-a-bg.gif) 0 0 repeat-x #eaeaea;
		text-align: center;
		/*width: 50px;*/
	}
	nav ul a:hover, nav ul a.active, nav ul li.current_page_item a{background:url(../images/nav-a-bg-hover.gif) 0 0 repeat-x #9ea79e;}
	nav ul li a.first{/*padding:22px 34px 17px 30px;*/}
.border{border-bottom:#271b17 solid 6px;}

.list-1{float:left;padding:15px 0 0 29px;}
	.list-1 li{padding-right:5px;float:left;}
		.list-1 li a{}
		
.butt{
	background:url(../images/butt-bg.gif) 0 0 repeat-x #86ba00;
	color:#fff;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	
	behavior: url(js/PIE.htc);
	position: relative;
	padding:8px 24px 10px 16px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	
	}
	.butt span{background:url(../images/marker.gif) 0 7px no-repeat;display:inline-block;padding-left:9px;}
		.butt:hover{background:url(../images/butt-bg-hover.gif) 0 0 repeat-x #76aa06;}
		
.link{background:url(../images/marker-1.png) 0 12px no-repeat;display:inline-block;padding-left:25px;font-size:28px;line-height:1.23em;color:#faffff;cursor:pointer;}
	.link b{color:#ffd969;cursor:pointer;}
	.link:hover{color:#000;}
	.link:hover b{color:#000;}
/*===== content =====*/
#content {}
#content .row-1{background:url(../images/content-row-1-bg.gif) 0 0 repeat-x #e8e8db;min-height:264px;border-bottom:#e2e2d5 1px solid;color:#9a7041;}
	#content .row-1 .indent{padding:33px 0 41px 68px;}
#page4 #content .row-1{min-height:260px;border-bottom:none;}
	#page4 #content .row-1 .indent{padding:33px 0 40px 68px;}
#content .row-2{background:url(../images/content-row-2-bg.gif) 0 0 repeat-x #ececec;min-height:291px;color:#525252;}
	#content .row-2 .indent{padding:24px 0 23px 35px;}
	#content .row-2 .indent1{padding:33px 0 23px 44px;}
	#content .row-2 .indent2{padding:23px 0 25px 44px;}
#page7 #content .row-2 .indent1{padding:33px 0 28px 44px;}
	#page4 #content .row-2 .indent2{padding:23px 0 21px 44px;}
	
#content aside{background:url(../images/aside-bg.gif) 0 0 repeat-x #1c1d13;min-height:213px;color:#65654b;}
	#content aside .indent{padding:33px 0 23px 45px;}
#content ul, #content ol {
    padding-left: 25px;
}
#content li {
    list-style: disc outside none;
}
#content ol li {
    list-style: decimal outside none;
}
.divider{background:url(../images/divider-1.gif) 257px 0 repeat-y;overflow:hidden;}
.divider1{background:url(../images/divider-1.gif) 586px 0 repeat-y;overflow:hidden;}
.divider2{background:url(../images/divider-1.gif) 498px 0 repeat-y;overflow:hidden;}
.divider4{background:url(../images/divider-1.gif) 298px 0 repeat-y;overflow:hidden;}
.divider5{background:url(../images/divider-1.gif) 449px 0 repeat-y;overflow:hidden;}

.divider3{background:url(../images/divider-2.gif) 370px 0 repeat-y;overflow:hidden;}
.list{}
	.list li{
		font-size:14px;
		line-height:24px;
		background:url(../images/marker-2.gif) left 9px no-repeat;
		padding-left:11px;
		display:block;
	}
		.list li a{color:#8f6e4a;text-decoration:none;}
			.list li a:hover{color:#000;text-decoration:underline;}

.list-2{}
	.list-2 li{
		font-size:12px;
		line-height:18px;
		background:url(../images/marker-4.gif) left 7px no-repeat;
		padding-left:14px;
		display:block;
		font-weight:bold;
	}
		.list-2 li a{color:#3f3f3f;text-decoration:none;}
			.list-2 li a:hover{color:#000;text-decoration:underline;}
			
.link-1{
	display:inline-block;
	background:url(../images/marker-3.png) 0 0 no-repeat;
	padding:3px 0 3px 31px;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	color:#774f23;
}
	.link-1:hover{color:#000;}
	
.marg-top{margin-top:-25px;}
.marg-top1{margin-top:-3px;}
.marg-top2{margin-top:-1px;}
.marg-top3{margin-top:-6px;}
.marg-top4{margin-top:-2px;}

.marg-top-pl{margin-top:4px;}
.marg-top-pl1{margin-top:5px;}
.marg-top-pl2{margin-top:1px;}
.marg-top-pl3{margin-top:3px;}
.marg-top-pl4{margin-top:6px;}

.marg-bott{margin-bottom:-3px;}

.top{padding-top:13px;}
.top1{padding-top:6px;}
.top2{padding-top:26px;}
.top3{padding-top:16px;}
.top4{padding-top:35px;}

.bottom{padding-bottom:16px;}
.bottom1{padding-bottom:20px;}
.bottom2{padding-bottom:27px;}
.bottom3{padding-bottom:40px;}
.bottom4{padding-bottom:37px;}

.left{padding-left:2px;}
.left1{padding-left:1px;}

.right{padding-right:30px;}

.marg-left{margin-left:-4px;}

.border-1{border-bottom:#dedfde 1px solid;overflow:hidden;}

.img-container{
	background:#fff;
	box-shadow: 0 0 3px #d0d0d0;
	-moz-box-shadow: 0 0 3px #d0d0d0;
	-webkit-box-shadow: 0 0 3px #d0d0d0;
	
	behavior: url(js/PIE.htc);
	position: relative;
	padding:8px;
	overflow:hidden;
	display:inline-block;
}
.box-3{
	height:49px;
	background:url(../images/box-3.gif) 0 0 repeat-x #c6c7c1;
	padding:8px 0 0 14px;
	font-size:14px;
	line-height:18px;
	color:#474747;
	}
	.box-3 span{display:block;margin:-3px 0 0 25px;}
.link-2{background:url(../images/marker-1.png) 0 4px no-repeat;display:inline-block;padding:3px 0 3px 25px;font-size:14px;line-height:18px;color:#474747;cursor:pointer;text-transform:uppercase;font-weight:bold;text-decoration:none;}
	.link-2:hover{color:#000;}
	
.butt-1{
	background:url(../images/butt-1-bg.gif) 0 0 repeat-x #5f5946;
	color:#fff;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	
	behavior: url(js/PIE.htc);
	position: relative;
	padding:9px 23px 11px 22px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	line-height:1.23em;
	height:15px;
	}
	.butt-1 span{background:url(../images/marker.gif) 0 6px no-repeat;display:inline-block;padding-left:9px;}
		.butt-1:hover{background:url(../images/butt-1-bg-hover.gif) 0 0 repeat-x #a6a39a;}
		
.butt-2{
	background:url(../images/butt-2-bg.gif) 0 0 repeat-x #9abb3d;
	color:#fff;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	
	behavior: url(js/PIE.htc);
	position: relative;
	padding:9px 24px 11px 16px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	line-height:1.23em;
	height:15px;
	
	}
	.butt-2 span{background:url(../images/marker.gif) 0 6px no-repeat;display:inline-block;padding-left:9px;}
		.butt-2:hover{background:url(../images/butt-2-bg-hover.gif) 0 0 repeat-x #bccf84;}

.butt-3{
	background:url(../images/butt-3-bg.gif) 0 0 repeat-x #33341c;
	color:#979772;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	
	behavior: url(js/PIE.htc);
	position: relative;
	padding:7px 21px 10px 15px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	
	}
	.butt-3 span{background:url(../images/marker-5.gif) 0 8px no-repeat;display:inline-block;padding-left:9px;}
		.butt-3:hover{background:url(../images/butt-3-bg-hover.gif) 0 0 repeat-x #2a2b19;}
.bott{padding-bottom:2px;}
.color{color:#898989;}
.color1{color:#9d9d72;}
.color2{color:#9b9c6a;}

.text{font-size:13px;line-height:16px;}
.text1{font-size:18px;line-height:22px;color:#989871;display:inline-block;padding-left:4px;font-family:Arial, Helvetica, sans-serif;}

.border-2{background:url(../images/border-2-bg.gif) 0 bottom repeat-x;padding-left:1px;padding-bottom:20px;overflow:hidden;}
.border-3{background:url(../images/border-2-bg.gif) 0 bottom repeat-x;padding:0 0 42px 0px;overflow:hidden;}
.border-4{background:url(../images/border-2-bg.gif) 0 bottom repeat-x;padding-left:1px;overflow:hidden;}
.border-5{background:url(../images/border-2-bg.gif) 0 bottom repeat-x;padding:0 0 37px 0px;overflow:hidden;}

dl{color:#898989;float:left;width:160px;}
dl dt{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#7c7c7c;
	padding:0px 0 7px 0;
	font-weight:bold;
	}
.widht{width:175px;}

dl span {float:left; width:66px;}
dl a{color:#3f3f3f;}
.block{display:block;}
/*===== footer =====*/
footer {height:55px;background:url(../images/footer-bg.gif) 0 0 repeat-x #1d1f10;border-bottom:#1b1d0f 1px solid;font-size:12px;line-height:36px;color:#4f4f37;text-transform:uppercase;}
	footer a{/*color:#4f4f37;*/color:#B8E38A;text-transform:none;}
footer .inner{padding:9px 0 0 40px;}
/*----- forms -----*/
#form-main{padding:4px 0 0px 2px;color:#898989;line-height:1.23em;}

#form-main label {display:block; height:32px;overflow:hidden;}

#form-main i{float:left;width:78px;font-style:normal;padding-top:2px;}
#form-main strong{float:left;width:94px;font-weight:normal;padding-top:2px;}

#form-main input {width:159px;padding:2px 4px;border:1px #c3c2bd solid;background:#fff;color:#898989;float:left;margin-top:0px;}

#form-main textarea {height:79px; overflow:auto; width:175px;padding:2px 4px;background:#fff;border:1px #c3c2bd solid;color:#898989;margin-top:0px;float:left;}

.buttons {padding:23px 0px 0px 0;text-align:right;}
		.buttons a{margin-left:17px;}
		
/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.socialicons .twitter-share-button{
	margin:0;
}
.socialicons div {
vertical-align:top !important;
}

/*****additional*****/
	
.social-icons img{
	padding: 5px 20px 30px 0;
	}
@media (max-width: 480px) {
	.header h1 {
	    height: 88px;
	    padding: 5px 0 40px 11px;
	}
	.callbutton {
	    left: 20px;
	    position: absolute;
	    top: 100px;
	    z-index: 9999;
	}
}