HTML {
	margin: 0;
	padding: 0;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .75em/1.4em Arial, sans-serif;
	color: #555;
	background: url(pics/header.jpg) #fff repeat-x left top;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
    color: #f5821e;
}
A:hover {
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1 A, H2 A,
H1 A:hover, H2 A:hover {
	text-decoration: none;
	color: #6c6e70;
}
H3 A,
H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0;
  	margin: 1em 0 1em 0;
  	color: #6c6e70;
}
H2 {
	font-size: 1.33em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0;
  	margin: 1.3em 0 0.5em 0;
  	color: #6c6e70;
}
H3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0;
  	margin: 1.5em 0 0.5em 0;
  	color: #6c6e70;
}
P {
	padding: 0;
	margin: 10px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG, TABLE, TD {
	border-color: #ccc;
}
UL {
}
LI {
}

/* sitemap
============*/
UL LI UL {
	margin: 0;
	padding: 10px 0;
}
LI.subList {
	background: none;
}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 948px;
 }
#wrapperContent {
	margin: 0 auto;
	width: 948px;
	position: relative;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}

/* Header
==========*/
#header {
	padding-top: 212px;
	position: relative;
	/* background: url(pics/headerImg.jpg) no-repeat right top; */
}
.banner {
	text-align: center;
	padding: 3px 0;
	background: url(pics/bannerLine.jpg) repeat-y center top;
	border-left: 3px #e7e8e9 solid;
	border-right: 3px #e7e8e9 solid;
}
.bannerText {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.bannerText * {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: normal;
	font-size: 60px;
	font-weight: bold;
}

#lang {
	position: absolute;
	left: 205px;
	top: 70px;
	z-index: 100;
}
#lang A {
	margin: 0 5px;
}
#lang SPAN {
	display: none;
}

/* Logo
=========*/
#logo {
	width: 182px;
	height: 111px;
	overflow: hidden;
	position: absolute;
	top: 49px;
	left: 0px;
}
#logo A {
	display: block;
	width: 182px;
	height: 111px;
}


/* searchBox
=============*/
.searchBox {
	width: 319px;
	height: 25px;
	position: absolute;
	z-index: 100;
	top: 67px;
	right: 234px;
	background: url(pics/search.jpg) no-repeat left top;
}
.searchBox TABLE {
	border-collapse: collapse;
	border: 0;
}
INPUT.searchInput {
	width: 248px;
	height: 18px;
	padding: 2px 7px;
	border: 0;
	background: none;
	color: #555;
}
INPUT.searchSubmit {
	width: 55px;
	height: 20px;
	border: 0;
	background: none;
	color: #FFF;
	cursor: pointer;
}

/* Top Navigation
===================*/
#nav {
	width: 620px;
	padding: 0 0 0 0px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 200px;
}
#nav UL {
	padding: 0;
	overflow: hidden;
	margin: 0;
}
#nav UL LI {
	margin: 0 0 0 -3px;
	padding: 0 0 0 3px;
	float: left;
	list-style-type: none;
	background: url(pics/navSep.jpg) no-repeat left center;
}
#nav UL LI A {
	display: block;
	line-height: 40px;
	padding: 0 7px;
	font-size: 14px;
	color: #939598;
	text-decoration: none;
}
#nav UL LI A:hover {
	text-decoration: underline;
}
#nav UL LI A.open {
	color: #00807a;
}
#nav1,
#nav2,
#nav3 {
	margin-bottom: 80px !important;
}
#nav1 {
	padding-left: 191px !important;
}
#nav3 {
	float: none !important;	
}
#nav3 A {
	display: inline-block !important;
	padding-left: 9px !important;
	margin-left: -3px;
	background: url(pics/navSep.jpg) no-repeat left center;	
}
#nav4 {
	clear: left;
}


/* Content
============*/
#content {
	height: auto;
	min-height: 300px;
	overflow: hidden;
	padding: 0px 0 30px 0;
}
#main {
	float: right;
	width: 415px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	position: relative;
	right: 300px;
}
#contentGroup {
	width: 740px;
	float: right;
}
.mainText {
	padding: 0 5px 0 0;
}
#mainContent > DIV,
#column1Content > DIV,
#column2Content > DIV {
	margin-top: 26px;
}
#column1 {
	float: left;
	width: 205px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.column1Text {
	padding: 0 5px;
}
#column2 {
	left: 410px;
	width: 277px;
	float: right;
	position: relative;
}
#clearDiv,
.clearDiv {
	clear: both;
}
#column3 {
	clear: right;
	padding: 20px 10px 0 25px;
}

#column2 H2,
#column2 H2 *,
#column2 H3,
#column2 H3 * {
	color: #006f51 !important;
}


/* heading
============*/
.heading H1 {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #ccc;
}

/* breadCrumb
=============*/
.breadCrumb {
	padding: 10px 0;
}
.breadCrumb .crumbMarker {
	display: none;
}
.breadCrumb A {
	display: inline-block;
	padding: 0 12px 0 0;
	margin: 0 7px 0 0;
}


/* Sub navigation
==================*/
.subnav {
	padding: 0 0 15px 0;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	width: 205px;
	clear: left;
	float: left;
	background: url(pics/subnav.jpg) no-repeat left bottom;
}
.subnav UL LI A {
	background: url(pics/subnavTop.jpg) no-repeat left top;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 20px 5px 20px;
}
.subnav UL LI A:hover {
	text-decoration: underline;
}
.subnav UL LI A.open {
	font-weight: bold;
}
.subnav UL LI A.current {
	
}
.subnav UL LI.sub {
	float: none;
	clear: both;
	background: none;
	border: 0;
}
/* sub */
.subnav UL LI UL {
	padding: 7px 0 10px 0;
	clear: both;
}
.subnav UL LI UL LI {
	float: none;
	display: inline;
	border: 0;
	background: none;
}
.subnav UL LI UL LI A {
	background: none;
	padding: 1px 20px 1px 28px;
	color: #000;
}
.subnav UL LI UL LI A.open {
}
/* subsub */
.subnav UL LI UL LI UL LI A {
	padding: 1px 20px 1px 49px;
}
.subnav UL LI UL LI UL LI A.open {
}
/* subsubsub */
.subnav UL LI UL LI UL LI UL LI A {
	padding: 1px 20px 1px 50px;
	background: none;
}
.subnav UL LI UL LI UL LI UL LI A.open {
	background: none;
}


/* FooterContainer
==================*/
#footerContainer {
	padding-top: 50px;
	background: url(pics/footer.jpg) #d2d3d3 repeat-x left top;
	min-height: 44px;
	height: auto;
	font-weight: bold;
	overflow: hidden;
	color: #57575a;
}
.footerContact {
	padding-top: 10px;
	width: 948px;
	margin: 0 auto;
	overflow: hidden;
}
.footerContact UL {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footerContact UL LI {
	margin: 0 0 0 -15px;
	padding: 0 26px 0 15px;
	float: left;
	background: url(pics/footerSep.jpg) no-repeat left center;
}

/* really
===========*/
#really {
	padding: 0 20px 0 0;
	text-align: right;
}
#really A {
	color: #909090;
	display: inline-block;
	padding: 2px 5px;
	font: bold 11px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* Green box
============== */
.greenBox {
	margin-left: 15px;
	color: #fff;
	background: url(pics/greenBox.jpg) #1baf4d repeat-x left top;
	padding: 3px 23px 6px 23px;
	width: 132px;
	font-size: 11px;
	line-height: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.greenBox * {
	margin-top: 10px;
	color: #fff;
}


/* FB*/
.facebook__share{
	position: absolute !important;
    top: 121px;
    right: 0;
    z-index: 999;
}
	.facebook__share img {
		width: 30px;
	}