@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 2.2em;
	}
	a{
	text-decoration: none;
	color: #009966;
	font-weight: bold;
}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
	position: absolute;
	width: 902px;
	margin: -10px auto 0 auto;
	height: 10px;
	font-size:0.1em;
	background-color: #DFE6B3;
	top: 24px;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
	width: 902px;
	padding-bottom:10px;
	background-color: #DFE6B3;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	#containerPlain{
	width: 902px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #C4D175;
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.4em;
		text-transform: uppercase;
	}
	h1 a,h1 a:hover{
	display: block;
	width: 850px;
	height: 30px;
	padding-top:10px;
	margin-left:18px;
	padding-left:52px;
	color: #7b8266;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/logo.gif);
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28 url(images/nav_bg.gif) 0 0 repeat-x;
		height: 37px;
		width: 861px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(images/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 30px;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.15em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #FFFFFF;
	}
	#navigation li a:hover{
		color: #C89C08;
		background: #394030 url(images/nav_hover_bg.gif) 0 0 repeat-x;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(images/navigation_right.gif) right top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
	width:860px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	background-color: #DFE6B3;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
	position: absolute;
	width: 860px;
	height: 7px;
	font-size:1.2em;
	top:-22px;
	left:0;
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	color: #7b8266;
	padding-left: 5px;
	text-transform: uppercase;
	}
	#frame_image_bottom{
	bottom:0;
	top:auto;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNERS */
	#banner_wrapper{
	width: 874px;
	overflow: hidden;
	background-color: #DFE6B3;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
	}
	#banner_wrapperApp1{
	width: 874px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 28px;
	font-size: 1.3em;
	}
	.banner{
	float: left;
	width: 245px;
	float: left;
	margin-right:54px;
	padding-bottom:6px;
	position: relative;
	background-color: #98AD75;
	background-repeat: repeat-y;
	background-position: left;
	}
	/* =BANNER for approach section color change */
	.bannerApproach{
	float: left;
	width: 245px;
	float: left;
	margin-right:54px;
	padding-bottom:6px;
	position: relative;
	background-color: #976736;
	background-repeat: repeat-y;
	background-position: left;
	}
	.bannerApproach1{
	float: left;
	width: 800px;
	float: left;
	margin-right:54px;
	padding-bottom:6px;
	position: relative;
	background-color: #E8ECC9;
	background-repeat: repeat-y;
	background-position: left;
	font-size: 2.5em;
	padding-top: 6px;
	padding-left: 6px;
	}
	.bannerBlank{
	float: left;
	width: 245px;
	float: left;
	margin-right:54px;
	padding-bottom:6px;
	position: relative;
	background-color: #DFE6B3;
	background-repeat: repeat-y;
	background-position: left;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #181B0F;}
	.banner_last{margin-right:0;}
	.banner_lastApp{margin-right:0;}
	.banner h2{
	height: 25px;
	font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #98AD75;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: center;
	}
	/* =BANNER for approach section color change */
	.bannerApproach h2{
	height: 25px;
	font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #976736;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
	.bannerBlank h2{
	height: 25px;
	font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #DFE6B3;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
	/* for the rounded bottom */
	.image_wrapper span{
	position: absolute;
	width: 245px;
	height: 6px;
	font-size:0.1em;
	left:-1px;
	bottom:-154px;
	background-color: #98AD75;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
/* =SERVICES */
	#services{
		width: 858px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #363B28;
	}
	#servicesSub{
		width: 858px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #363B28;
	}
	#servicescontent{
	width: 858px;
	overflow: hidden;
	background-color: #98AD75;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
	#servicescontentSub{
	width: 858px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}
	/* sevices header */
	#services h2{
	height: 39px;
	font-size:2.5em;
	color: #98AD75;
	padding: 12px 0 0 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #363B28;
	}
	#servicesSub h2{
	height: 22px;
	font-size:2em;
	color: #98AD75;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #363B28;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}
	/* top rounded image */
	#services h2 span{
	position: absolute;
	display: block;
	height: 8px;
	width: 862px;
	left:0;
	top:0;
	font-size:0.1em;
	margin: -2px;
	background-color: #363B28;
	background-repeat: no-repeat;
	background-position: left top;
	}
	/* bottom rounded image */
	.bottom_rounded{
	position: absolute;
	display: block;
	width: 862px;
	height: 7px;
	font-size:0.1em;
	right:0;
	bottom:0;
	margin: -2px;
	background-color: #363B28;
	background-repeat: no-repeat;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		background: url(images/services_bg_pic.jpg) left top no-repeat;
	}
	/* list of services */
	.serviceslist{
		padding-left: 30px;
		float: left;
		font-size:1.3em;
		line-height:1em;
	}
	.serviceslistSub{
		padding-left: 80px;
		float: left;
		font-size:1.1em;
		line-height:1em;
	}
	.serviceslist li a{
	display: block;
	padding: 10px;
	width: 230px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:-0.03em;
	color: #003300;
	background-color: #DFE6B3;
	background-image: url(images/list_dotted_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	.serviceslist li a:hover{
		color: #BEA727;
		background: #2C3421 url(images/list_dotted_border.gif) bottom repeat-x;
	}
	.serviceslistSub li a{
	display: block;
	padding: 10px;
	width: 230px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing:-0.03em;
	color: #003300;
	background-color: #DFE6B3;
	background-image: url(images/list_dotted_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	.serviceslistSub li a:hover{
	color: #993300;
	background-color: #C1CF6D;
	background-image: url(../images/list_dotted_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
/* =sub headings in text*/
	h3{
		font-size: 1.4em;
		text-transform: uppercase;
	}
		h4{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	}
#container h6 {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 50px;
	padding-left: 50px;
}
#containerPlain h6 {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 50px;
	padding-left: 50px;
}

		h5{
	text-transform: none;
	font-weight: bold;
	}
	
/* =FOOTER */
	#footer_wrapper{
	width: 875px;
	padding-left:2px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-size: 0.9em;
	background-color: #DFE6B3;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	#footer_wrapperSub{
	width: 875px;
	padding-left:2px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-size: 0.9em;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	#footer{
	position: relative;
	width: 875px;
	height: 20px;
	background-color: #DFE6B3;
	background-repeat: repeat-x;
	background-position: 0 bottom;
	font-weight: bold;
	}
	#footerSub{
	position: relative;
	width: 875px;
	height: 20px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 bottom;
	font-weight: bold;
	}
	#footer .logo{
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 40px;
		background: url(images/footer_right.png) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper #footer_wrapperSub{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
	padding-top: 5px;
	padding-right: 5px;
	float: right;
	margin-right: 100px;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #303923;
	}
	#footer li a:hover{
		color: #993300;
	}
	#footerSub ul{
	padding-top: 5px;
	padding-right: 5px;
	float: right;
	margin-right: 100px;
	}
	#footerSub ul li{
		float: left;
		padding-left:10px;
	}
	#footerSub a{
		color: #303923;
	}
	#footerSub li a:hover{
		color: #993300;
	}
