/* 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:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#CCCCCC;
	min-width:1100px;
	text-align: left;
}
html, body { height:100%;min-width:1100px;}
strong {
	color:#CCCCCC;
}




p {padding-bottom:18px;}

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

/* Global Structure ============================================================= */

	/* Header */
	header{
		background:url(../images/header-bg.jpg) top center repeat;		
	}
		.header-bg {			
			background:url(../images/header-bg1.jpg) top center no-repeat;
		}
			.header-tail {
				background:url(../images/header-tail.png) left bottom repeat-x;
			}
				.top-tail {
					background:url(../images/top-tail.png) left top repeat-x;
					min-height:467px;
				}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear{clear:both;line-height:0;font-size:0;overflow:hidden;height:0;width:100%;}

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

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

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

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.extra-wrap{display:block;}
.extra-wrap1{display:block; overflow:hidden;}
/*===== header =====*/
h1 {
	padding:75px 0 44px 0;
	margin-right:-1px;
}
	h1 a {
	display:block;
	text-indent:-5000px;
	width:188px;
	height:262px;
	background:url(../images/logo.png) left top no-repeat;
	}
	
h2 {
	font-size:20px;
	line-height:1.2307em;
	color:#CCCCCC;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding:39px 0 10px 0;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.h2-top {margin-top:-2px;}
.h2-bottom {padding-bottom:13px;}	
nav {
	width:100%;
	position:relative;
	z-index:5
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
}

.sf-menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:25px;
	line-height:1.4em;
	text-transform:uppercase;
	letter-spacing:-1px;
	position:relative;
	color: #777575;
	
}
	.sf-menu li a {
		color:#777575;
		text-decoration:none;
	}
		.sf-menu li a:hover {
			color:#FFF
		}
.sf-menu li li {
	font-size:14px;
	line-height:1.5em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			111px; 
	display:none;
	background:#333;
	padding:14px 0px 18px 15px;
	border-radius:5px;
	
}
.sf-menu ul ul {
	position:		absolute;
	top:			-999em;
	display:none;
	width:110px;
}

.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			130px;
	top:			0px; /* 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:			105px; /* match ul width */
	top:			-13px;
}
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:			00px;
}

.sf-menu li.sfHover > a,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a.active {
	color:#fff
}



/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}






.slider1 {
	width:750px;
	height:432px;
	position:relative;
	z-index:2;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: -116px;
	margin-left: -29px;
}
.pagination {
	display:none;
}
.items {
	display:none;
}
.navigation {
	position:absolute;
	z-index:30;
	right:-31px;
	bottom:-105px;
	overflow:hidden;
	width:68px;
	height:34px;
}
	.navigation a {
		display:block;
		width:34px;
		height:34px;
		float:left;
	}
		.navigation .next {
			background:url(../images/buttons.png) right -34px no-repeat;
		}
			.navigation .next:hover {
				background:url(../images/buttons.png) right 0px no-repeat;
			}
		.navigation .prev {
			background:url(../images/buttons.png) left 0px no-repeat;
		}
			.navigation .prev:hover {
				background:url(../images/buttons.png) left -34px no-repeat;
			}

.pad-top {padding-top:146px;}
.pad-top1 {padding-top:11px;}
.pad-top2 {padding-top:19px;}
.pad-top3 {padding-top:16px;}

.margin-right {margin-right:27px;}

.img-bottom {padding-bottom:15px;}

.img-top {margin-top:25px;}

.text-top {margin-top:-5px; display:inline-block;}

.margin-bottom {margin-bottom:25px; display:inline-block;}
/*===== content =====*/
#content {
	min-height:200px;
	padding-left:35px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat;
	background-position: left top;
	
}
.content-bottom {padding-bottom:24px;}
.content-bottom1 {padding-bottom:26px;}
.content-bottom2 {padding-bottom:22px;}
.content-bottom3 {padding-bottom:27px;}
.content-bottom4 {padding-bottom:36px;}

.indent {
	padding:0 0px 0 0;
}
		
.title-1 {
	font-size:27px;
	line-height:1.2307em;
	color:#333333;
	font-weight:300;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	padding:22px 50px 50px 50px;
}	
.title-1-pad {padding:38px 0px 24px 0px;}
.title-1-pad1 {padding:38px 0px 19px 0px;}
.title-1-bottom {padding-bottom:18px;}


.title-2 {
	font-size:18px;
	line-height:1.2307em;
	color:#7f7f7f;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin-top:-3px;
	padding-bottom:10px;
	letter-spacing:-1px;
	margin-left:1px;
}

.title-3 {font-size:20px; line-height:1.2307em; color:#333333; font-weight:600;font-family: 'Open Sans', sans-serif; text-transform:uppercase; margin-top:-3px; letter-spacing:-1px; margin-left:1px;}	

.block1 {
	background:#fff;
	margin-left:-29px;
	margin-right:-31px;
	padding-left:200px;
}
	


.button {display:inline-block; font-size:14px; line-height:1.2307em; cursor:pointer; color:#fff;font-weight:700;font-family: 'Open Sans', sans-serif; padding:6px 10px 7px 10px; background:url(../images/button-bg.gif) 0 0 repeat-x;
text-decoration:none; text-transform:uppercase; border-bottom:1px solid #204202;}
.button:hover {background:url(../images/button-bg.gif) 0 -32px repeat-x;}	

.button-top {margin-top:17px;}

.border2 {background:url(../images/border1.gif) 0 0 repeat-x; height:1px; margin:30px 0px 28px 0px;}
.border2-pad {margin:0px 0px 0px 0px;}
.border2-pad1 {margin:27px 26px 0px 0px;}
.border2-pad2 {margin:14px 26px 0px 0px;}
.border2-pad3 {margin:13px 26px 0px 0px;}

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

.list1 li {font-size:12px; line-height:24px; border-bottom:1px dotted #b2b2b2; width:179px;}
.list1 a {text-decoration:none; color:#666666;}
.list1 a:hover {color:#4a930a;} 

.list1-top {padding-top:17px;}
.list1 .last {border-bottom:none;}

.accordion1 {padding-top:0px;margin:0px;}
.accordion1 dt {background:none; font-size:14px; line-height:27px; font-weight:600;font-family: 'Open Sans', sans-serif; text-transform:uppercase; border-bottom:1px dotted #b2b2b2; width:182px; cursor:pointer;}
.accordion1 dt a {background:url(../images/accordion-marker.png) 3px 7px no-repeat; color:#6e6d6d; text-decoration:none;  padding:0px 0px 0px 27px;  display:inline-block;font-size:14px;font-weight:600;font-family: 'Open Sans', sans-serif;}
.accordion1 dt:hover a, .accordion1 dt.active a {text-decoration:none; background:url(../images/accordion-marker.png) 3px -61px no-repeat; color:#438706;}
.accordion1 dd {color:#797979; font-size:12px; line-height:20px; padding:0px 0px 0px 0px;}

.accordion1 dt.font {line-height:18px; padding-top:5px; padding-bottom:4px;}

.accordion1 dt.last {border-bottom:none !important;}

.accordion2 {padding-top:0px;margin:0px;}
.accordion2 dt {background:none; font-size:14px; line-height:27px; font-weight:600;font-family: 'Open Sans', sans-serif; text-transform:uppercase; border-bottom:1px dotted #b2b2b2; width:182px; display:inline-block; cursor:pointer;}
.accordion2 dt a {background:url(../images/accordion-marker.png) 3px 3px no-repeat; color:#6e6d6d; text-decoration:none;  padding:0px 0px 0px 27px;font-size:14px;font-weight:600;font-family: 'Open Sans', sans-serif;}
.accordion2 dt:hover a, .accordion2 dt.active a {text-decoration:none; background:url(../images/accordion-marker.png) 3px -65px no-repeat; color:#438706;}
.accordion2 dd {color:#797979; font-size:12px; line-height:20px; padding:0px 0px 0px 0px;}

.accordion2 dt.font {line-height:18px; padding-top:5px; padding-bottom:4px;}
.accordion2 dt span {margin-left:27px;}
.accordion2 dt em {margin-left:27px; font-style:normal;}


.accordion2 dt.last {border-bottom:none !important;}


.link1 {border-bottom:1px dotted #b2b2b2; width:182px;}
.link1 a {font-size:12px; line-height:27px; display:inline-block; color:#666666; text-decoration:none; margin-left:26px;}


.absolute1 {background:url(../images/absolute1.gif) 0 0 no-repeat; position:absolute; height:499px; width:16px; top:0px; left:210px;}
.absolute2 {background:url(../images/absolute2.gif) 0 0 no-repeat; position:absolute; height:499px; width:16px; top:0px; right:-32px;}

.block {
	position:fixed;
}


#page2 .col-1 {width:330px; margin-right:30px;}
#page2 .col-2 {width:325px;}

#page4 .col-1 {width:330px; margin-right:30px;}
#page4 .col-2 {width:325px;}


.link2 {font-size:14px; line-height:1.2307em; color:#438706; margin-bottom:3px; display:inline-block;font-weight:600;font-family: 'Open Sans', sans-serif; text-decoration:none; text-transform:uppercase; background:url(../images/link2-bg.gif) 0 7px no-repeat; padding-left:9px;}
.link2:hover {color:#000;}

.link2-top {margin-top:21px;}
.link2-top1 {margin-top:39px;}
.link2-top2 {margin-top:16px; margin-bottom:2px;}

.jcarousel-skin-tango-2 .jcarousel-container {width:690px;
}

.jcarousel-skin-tango-2 .jcarousel-container-horizontal {
	margin:0 auto; 
	background:none;
	padding:0px 0px 0px 0px; 
	width:690px;
	min-height:690px;
	margin-top:0px;
	margin-left:0px;
}

.jcarousel-skin-tango-2 .jcarousel-clip-horizontal {
    width:  690px;
    height:690px;
}

.jcarousel-skin-tango-2 .jcarousel-item {
    width: 210px;
    height: 690px;
	position:relative;
}

.jcarousel-skin-tango-2 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 30px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango-2 .jcarousel-next-horizontal {
	background:url(../images/button-next.gif) 0 0 no-repeat; height:32px; width:30px; position:absolute; top:-49px; right:0px; z-index:2; cursor:pointer;
}

.jcarousel-skin-tango-2 .jcarousel-next-horizontal:hover {
   background:url(../images/button-next.gif) 0 -44px no-repeat;
}

.jcarousel-skin-tango-2 .jcarousel-next-horizontal:active {
    top: -49px;
    right: 0px;    
}

.jcarousel-skin-tango-2 .jcarousel-prev-horizontal {
	background:url(../images/button-prev.gif) 0 0 no-repeat; height:32px; width:30px; position:absolute; top:-49px; right:31px;z-index:2;  cursor:pointer;
}

.jcarousel-skin-tango-2 .jcarousel-prev-horizontal:hover {
	background:url(../images/button-prev.gif) 0 -44px no-repeat;    
}

.jcarousel-skin-tango-2 .jcarousel-prev-horizontal:active {
    top: -49px;
    right: 31px;    
}

.list2 li {font-size:12px; line-height:18px; background:url(../images/link2-bg.gif) 0 7px no-repeat; padding-left:10px; margin-bottom:12px;}
.list2 a {color:#666666; text-decoration:none;}
.list2 a:hover {text-decoration:underline;}	

.link3-top {padding-top:18px;}

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

#map_canvas {width:510px; height:345px; margin-top:5px; float:left; margin-right:20px;}

dl dt{margin:0 0 0px; font-weight:normal; padding-bottom:0px;}
dl dd span{display:inline-block;width:67px;}
dl dd {padding:0px 0px 0px 0px;}
dl dd a{text-decoration:none; color:#4a930a;}
dl dd a:hover{text-decoration:underline;}

.dl-top {padding-top:18px;}

.link4 {color:#4a930a; text-decoration:none;}
.link4:hover {text-decoration:underline;}

/*===== footer =====*/
footer {height:75px;

}
.footer-text {padding:25px 0px 0px 0px;}
.footer-text a {color:#666666; text-decoration:none; margin-left:15px;}
.footer-text a:hover {text-decoration:underline;}

/*----- forms -----*/
#contact-form1 {
	width:550px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}
#contact-form1 input {
	background:none;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#666666; 
	padding:6px 13px 6px 7px;
    outline: medium none;
    width: 158px;
	float:left;
	height:15px;
	
	
}
#contact-form1 textarea {
	background:none;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#666666; 
	padding:6px 13px 6px 7px;
    height: 175px;
    outline: medium none;
    overflow: auto;
    width: 158px;
	resize:none;
	margin:0px;
	float:left;
	
}
#contact-form1 label {
    display: block;
    min-height:39px;
	overflow:hidden;
	position:relative;
}
#contact-form1 .error, #contact-form1 .empty {
    color: #FF0000;
    display: none;
    font-size: 10px;
	line-height:14px;
	width:180px;
	float:left;
	margin-top:2px;
	margin-left:5px;
	
}
#contact-form1 .error-empty {margin: 4px 0 0 5px !important; display:none;}
#contact-form1 .success {
	display:none;
	background:none !important;
	border:none;
	color:#CCC;
	text-shadow:none;
	width:200px;
	margin-bottom:14px;
	display:block;
	box-shadow:none;
	position:relative;
	z-index:999;
}
#contact-form1 .btns {
	position:relative;
	overflow:hidden;
    padding: 21px 0px 3px 0px;
    text-decoration: none;
	text-align:left;
	
}
.btns a {
	margin-right:10px;
}


/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
