/* 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) no-repeat center top #032701;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#fff;
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:972px;
	font-size:.814em;
}

	/* Header */
	header {
		height:114px;
		position:relative;
	}
	
	/* Content */
	section#content {
		float:left;
		width:648px;
	}
	section#content.content {
		float:none;
		width:auto;
	}
	
	/* Sidebar */
	aside {
		width:324px;
		float:left;
	}
			
	/* Footer */
	footer {
		height:170px;
	}




/* 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;
}



/*---- tailings ----*/
.tail-top {
	border-top:7px solid #195c29;
	min-width:972px;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#8e8e8e;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.social-services {
	top:8px;
	position:relative;
}
	.social-services li {
		float:left;
		margin-left:4px;
	}

.list li {
	padding:11px 0 0 14px;
	text-transform:uppercase;
	font-size:.769em;
	background:url(../images/marker.gif) no-repeat 0 16px;
	height:1%;
}
.list li:first-child {
	padding-top:0;
	background-position:0 5px;
} 
.list li.last {
	padding-bottom:22px;
}
	.list li a {
		text-decoration:none;
	}
	.list li a:hover {
		text-decoration:underline;
	}
	
.list1 li {
	line-height:1.385em;
	color:#8e9486;
	padding-bottom:20px;
}
	.list1 li span {
		display:block;
	}
	.list1 li span,
	.list1 li a {
		color:#5cb200;
		font-size:.769em;
		text-transform:uppercase;
	}
		
.comments li {
	padding:18px 0 0 13px;
	background:url(../images/marker.gif) no-repeat 0 24px;
	height:1%;
}
.comments li:first-child {
	padding-top:0;
	background-position:0 5px;
}
	.comments li a {
		color:#8e9486;
		text-decoration:none;
		display:inline-block;
	}
	.comments li a:hover {
		color:#fff;
	}
	.comments li span {
		display:block;
		color:#5cb200;
		text-transform:uppercase;
		font-size:.769em;
		padding-top:3px;
	}
	
ul.solutions li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:20px;
}
ul.solutions li:first-child {
	padding-top:0;
}
	ul.solutions li .img-border {
		margin-right:20px;
	}
	ul.solutions li .link {
		color:#4d9a48;
	}
	ul.solutions li p {
		margin:0;
	}

ul.solutions1 li {
	float:left;
	width:172px;
	margin-left:27px;
}
ul.solutions1 li:first-child {
	margin:0;
}
	ul.solutions1 li h5 {
		clear:both;
		padding-top:18px;
	}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:12px;
	line-height:1.5em;
}
	.img-box .img-border { 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.385em;
}

dl.solutions {
	line-height:1.385em;
	margin-bottom:-12px;
}
	dl.solutions dt {
		font-size:.769em;
		text-transform:uppercase;
		margin-bottom:-2px;
	}
		dl.solutions dt a {
			text-decoration:none;
		}
		dl.solutions dt a:hover {
			text-decoration:underline;
		}
	dl.solutions dd {
		padding-bottom:12px;
	}
	
dl.locations {
	color:#8e9486;
	line-height:1.385em;
} 
	dl.locations dt,
	dl.locations a {
		color:#4d9a48;
	}
	dl.locations dt {
		font-size:.769em;
		text-transform:uppercase;
		margin-bottom:-2px;
	}
	dl.locations dd {
		padding-bottom:18px;
	}

dl.departmens {
	line-height:1.385em;
	margin-bottom:-12px;
}
	dl.departmens dt {
		font-size:.769em;
		text-transform:uppercase;
		margin-bottom:-2px;
	}
		dl.departmens dt,
		dl.departmens dt a {
			text-decoration:none;
			color:#f6b63b;
		}
		dl.departmens dt a:hover {
			text-decoration:underline;
		}
	dl.departmens dd {
		padding-bottom:12px;
	}
	
.address span {
	float:right;
	padding-right:105px;
}
.address a {
	color:#4d9a48;
}
		
.banner {
	margin:-3px 0 10px 0;
	display:inline-block;
}

.img-border {
	display:block;
	float:left;
	border:5px solid #fff;
}
.img-border:hover {
	border-color:#4d9a48;
}



/*----- txt, links, lines, titles -----*/
a {
	color:#f6b63b; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
	padding:0 51px 10px 0;
	background:url(../images/line-ver.gif) repeat-y right top;
	position:absolute;
	left:16px;
	top:19px;
}
	h1 a {
		width:268px;
		height:58px;
		display:block;
		background:url(../images/logo.gif) no-repeat left top;		
	}
h2 {
	line-height:1.2em;
	font-size:2.308em;
	font-weight:normal;
	margin-bottom:22px;
	color:#f6b63b;	
}
	h2 span {
		display:block;
		color:#4d9a48;
		text-transform:uppercase;
		font-size:.333em;
		line-height:1.5em;
		padding-top:7px;
	}
h3 {
	font-size:18px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:19px;	
}
h5 {
	color:#f6b63b;
	font-size:.769em;
	font-weight:normal;
	text-transform:uppercase;	
}

.txt1 p {
	color:#8e9486;
}
.txt2 {
	color:#4d9a48;
}

.link {
	text-transform:uppercase;
	font-size:.769em;
}

.line-ver1 { 
	background-image:url(../images/line-ver1.png); 
	background-repeat:repeat-y;
	background-position:0 0;
	width:100%;
}
.line-ver2 { 
	background-image:url(../images/line-ver1.png); 
	background-repeat:repeat-y;
	background-position:323px 0;
	width:100%;
}


/*==================boxes====================*/
#main-box {
	width:100%;
}
	#main-box .left-bot-corner {
		height:10px;
		padding-left:10px;
		background:url(../images/left-bot-corner.png) no-repeat left top;
	}
	#main-box .right-bot-corner {
		height:10px;
		padding-right:10px;
		background:url(../images/right-bot-corner.png) no-repeat right top;
	}
	#main-box .border-bot {
		background:url(../images/main-box-tail.png);
		height:10px;
	}
	#main-box .left-top-corner {
		height:10px;
		padding-left:10px;
		background:url(../images/left-top-corner2.png) no-repeat left top;
	}
	#main-box .right-top-corner {
		height:10px;
		padding-right:10px;
		background:url(../images/right-top-corner2.png) no-repeat right top;
	}
	#main-box .border-top {
		background:url(../images/main-box-tail.png);
		height:10px;
	}
	#main-box .xcontent {
		background:url(../images/main-box-tail.png);
		width:100%;
	}
	#main-box .inner {
		padding:10px 0 44px 12px;
	}
	#main-box .inner1 {
		padding:38px 27px 44px 50px;
	}
	#main-box .inner2 {
		padding:28px 27px 44px 50px;
	}


.box {
	width:100%;
}
	.box .border-top {
		background:url(../images/box-tail.png) repeat-x left top;
		height:17px;
		font-size:0;
		line-height:0;
	}
	.box .left-top-corner {
		background:url(../images/left-top-corner.png) no-repeat left top;
		height:17px;
		padding-left:17px;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.png) no-repeat right top;
		height:17px;
		padding-right:17px;
	}
	.box .border-bot {
		background:url(../images/border-bot.png);
	}
		.box .border-bot,
		.box .border-bot .line-ver1,
		.box .border-bot .line-ver2,
		.box .right-bot-corner,
		.box .left-bot-corner {
			height:10px;
			font-size:0;
			line-height:0;
		}
		.box .border-bot .line-ver1 {
			background-position:314px 0;
		}
		.box .border-bot .line-ver2 {
			background-position:637px 0;
		}
	.box .left-bot-corner {
		background:url(../images/left-top-corner1.png) no-repeat left top;
		padding-left:10px;
	}
	.box .right-bot-corner {
		background:url(../images/right-top-corner1.png) no-repeat right top;
		padding-right:10px;
	}
	.box .xcontent {
		background:url(../images/box-tail.png);
		width:100%;
		position:relative;
	}
	#page1 .box .xcontent {
		height:319px;
	}
	.box .inner { 
		padding:0 0 0 21px;
	}
	
.box1 {
	width:100%;
}
	#main-box .box1 .border-bot {
		background:url(../images/box1-tail.png) repeat-x left top;
		height:10px;
		font-size:0;
		line-height:0;
	}
	#main-box .box1 .left-bot-corner {
		background:url(../images/left-bot-corner1.png) no-repeat left top;
		padding-left:10px;
	}
	#main-box .box1 .xcontent {
		background:url(../images/box1-tail.png);
	}
	.box1 .border-bot {
		background:url(../images/box1-tail.png) repeat-x left top;
	}
		.box1 .border-bot,
		.box1 .border-bot .line-ver1,
		.box1 .border-bot .line-ver2,
		#main-box .box1 .left-bot-corner {
			height:10px;
			font-size:0;
			line-height:0;
		}
	#main-box .box1 .right-bot-corner {
		padding-right:10px;
		height:10px;
		background:url(../images/right-bot-corner1.png) no-repeat right top;
	}
	#main-box .box1 .inner {
		padding:11px 10px 19px 29px;
	}
	
.box2 {
	width:100%;
	background:url(../images/box2-tail.png);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(js/PIE.htc);
	position:relative;
}
	#main-box .box2 .inner {
		padding:24px 21px 38px 21px;
	}



/*===== header =====*/
header nav {
	position:absolute;
	right:12px;
	top:33px;
}
	header nav ul li {
		float:left;
		font-size:16px;
		line-height:1.2em;
		text-transform:uppercase;
		padding-left:12px;
	}
		header nav ul li a {
			text-decoration:none;
			color:#fff;
			display:block;
			padding:10px 17px 8px;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			behavior: url(js/PIE.htc);
			position:relative;
		}
		header nav ul li a:hover,
		header nav ul li.current a {
			color:#53cb4b;
			background-color:#0b4d06;
		}
			header nav ul li a span {
				background:url(../images/nav-bg.png) no-repeat 0 0;
				position:absolute;
				left:10px;
				top:36px;
				width:12px;
				height:12px;
				display:none;
			}
			header nav ul li a:hover span,
			header nav ul li.current a span {
				display:block;
			}
		
header #login {
	position:absolute;
	right:0;
	top:-5px;
	float:right;
	text-transform:uppercase;
	font-size:.769em;
	line-height:1.2em;
	background-color:#195c29;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:relative;
	padding:7px 26px 9px 26px;
}
	header #login a {
		color:#53cb4b;
		text-decoration:none;
	}
	header #login a:hover {
		text-decoration:underline;
	}

/*===== content =====*/
#content .bot-indent {
	padding-bottom:50px;
}

/*===== Sidebar =====*/
aside .bot-indent {
	padding-bottom:20px;
}

/*===== footer =====*/
footer .inside {
	padding:0 39px 0 22px;
}
footer .fleft {
	font-size:.769em;
	text-transform:uppercase;
	padding-top:35px;
}
	footer .fleft a {
		text-decoration:none;
	}
	footer .fleft a:hover {
		text-decoration:underline;
	}
footer .fright {
	padding-top:17px;
}


/*----- forms -----*/

#search-form {
	background:url(../images/line-ver.gif) repeat-y left top;
	padding:8px 0 0 41px;
	height:60px;
	margin-left:33px;
	top:17px;
	position:relative;
	float:right;
	width:260px;
}
#search-form fieldset {
	position:relative;
}
#search-form .rowElem {
	overflow:hidden;
	height:35px;
	display:block;
}
#search-form input {
	font-style:italic;
	border:none;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:relative;
	padding:8px 17px;
	width:226px;
	display:block;
	z-index:10;
}
#search-form a {
	font-size:18px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	background-color:#29723c;
	padding:12px 11px 6px 11px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.htc);
	position:absolute;
	right:21px;
	bottom:-27px;
}
#search-form a:hover {
	background-color:#010c00;
}
*+ html #search-form a {
	bottom:-29px;
	padding-bottom:5px;
}

/*----------------------*/

#contacts-form label {
	display:block;
	padding-bottom:2px;
}
#contacts-form .rowElem { 
	height:60px;
}
#contacts-form input,
#contacts-form textarea {
	background:#fff;
	border:none;
	color:#000; 
	padding:5px 3px;
}
#contacts-form input {
	vertical-align:top;	
	line-height:1.2em;
	width:255px; 
}
#contacts-form textarea { 
	width:265px; 
	height:136px; 
	overflow:auto;
	margin-bottom:25px;
}

/*==========================================*/
    
/*--- kwicks gallery ---*/
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position:absolute;
	top:0;
	left:21px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:930px;
	height:301px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 186px;
	height: 301px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	text-align:center;
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0; /*Set to same as spacing option. */
	float: left;
}
	.kwicks.horizontal li a.title {
		color:#fff;
		height:301px;
		width:50px;
		display:block;
		float:left;
		text-decoration:none;
		background-repeat:no-repeat;
		background-position:left top;
		position:relative;
		z-index:1000;
	}
		.kwicks.horizontal li .desc {
			display:block;
			font-weight:normal;
			width:717px;
			height:301px;
			background:url(../images/txt-wrapper.png) no-repeat left top;
			position:absolute;
			left:42px;
			top:0;
			text-align:left;
		}
			.kwicks.horizontal li .desc .inside {
				display:block;
				padding:14px 21px 0 24px;
			}
				.kwicks.horizontal li .desc img {
				 	float:right;
					margin-left:21px;
				}
				.kwicks.horizontal li .desc h2 {
					font-size:30px;
					color:#fff;
					text-transform:uppercase;
					padding-top:24px;
					margin-bottom:10px;
				}
				*+ html .kwicks.horizontal li .desc h2 {
					padding-top:8px;
				}
				.kwicks.horizontal li .desc p {
					line-height:1.462em;
					margin:0;
				}
	.kwicks.horizontal li.active {
		width:763px;
	}
.kwicks #kwick_1 a { background-image:url(../images/kwick-1.png);}
.kwicks #kwick_2 a { background-image:url(../images/kwick-2.png);}
.kwicks #kwick_3 a { background-image:url(../images/kwick-3.png);}
.kwicks #kwick_4 a { background-image:url(../images/kwick-4.png);}
.kwicks #kwick_5 a { background-image:url(../images/kwick-5.png);}

.kwicks #kwick_1.active a { background-image:url(../images/kwick-1act.png);}
.kwicks #kwick_2.active a { background-image:url(../images/kwick-2act.png);}
.kwicks #kwick_3.active a { background-image:url(../images/kwick-3act.png);}
.kwicks #kwick_4.active a { background-image:url(../images/kwick-4act.png);}
.kwicks #kwick_5.active a { background-image:url(../images/kwick-5act.png);}

/*--- twitter ---*/
.twitted {
	width:274px;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	/* generate your own loader gif: http://www.ajaxload.info */
	
}

.twitted ul#twitter_update_list {
	margin: 0;
	list-style-type: none;
	color:#fff;
	line-height:1.462em;
}

.twitted ul#twitter_update_list li {
	background:none;
	position:relative;
	padding-top:10px;
}
.twitted ul#twitter_update_list li:first-child {
	padding:0;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	color:#fff;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color:#f6b63b;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color:#f6b63b;
	font-size:.769em;
	text-transform:uppercase;
	text-decoration:none;
}
.twitted ul#twitter_update_list li a:hover {
	text-decoration:underline;
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display:none;
	margin:0;
	text-align:right;
	font-weight:bold;
	font-size:.92em;
	padding:10px 0 0 0;
	margin:0;
	width:100%;
}
	.twitted p.profileLink a {
		display:block;
		color:#af382f;
		text-decoration:underline;
	}
	.twitted p.profileLink a:hover {
		text-decoration:none;
	}