/* -------------------------------------------------------------------- */
                          /* !*** GENERAL STYLES *** */
/* -------------------------------------------------------------------- */


body {
/* 	font-family: Georgia, "HelveticaNeue-Light", HelveticaNeue, Helvetica, Arial, sans-serif; */
	font-family: Georgia, Times, serif;
	font-size: 13px;
/* 	line-height: 18px; */
	color: #fff;
	margin: 0;
	padding: 0;
	background: url(bg.jpg) no-repeat top center #697928;
	}

a:link {
	color: #fff;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	color: #ffc !important;
	text-decoration: underline;
	}
	
h1,h2,h3,h4,p,ul,li,form{
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}
	
.clear {
	clear: both;
	}

.clearfix {
	display: block;
	}
	
.last {
	margin: 0 !important;
	}

.dummy-image {
	background: #efefef;
	}
	

/* -------------------------------------------------------------------- */
                          /* !*** CONTAINERS *** */
/* -------------------------------------------------------------------- */



#header-wrap,
#body-wrap,
#footer-wrap {
	float: left;
	clear: left;
	position: relative;
	width: 100%;
	min-width: 912px;
	padding: 0;
	margin: 0;
	}

#header,
#body,
#footer {
	position: relative;
	margin: 0 auto;
	width: 912px;
	}
	
#header {
	height: 86px;
	z-index: 100;
	}
	
#body {
	padding: 0px 0px 30px 0px;
	}
	
#footer {
	clear: both;
	padding: 7px 0px 30px 0px;
	font-size: 11px;
	color: #c4cf96;
	border-top: 1px solid #98a469;
	}

	
/*
#body-left,
#body-center,
#body-right {
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-left: 20px;
	width: 150px;
	}
*/

.column-left,
.column-right,
.column-full {
	float: left;
	position: relative;
	width: 540px;
	padding: 0 30px;
	}
		
.column-right {
	width: 250px;
	margin-top: 0px;
	border-left: 1px solid #98a469;
	}

.column-full {
	width: 850px;
	}

#home-page .column-right {
	margin-top: 40px;
	}
		
#text-page .column-right {
	margin-top: 134px;
	}
		
		
/* -------------------------------------------------------------------- */
                       /* !*** FOOTER *** */
/* -------------------------------------------------------------------- */


#footer {
	text-transform: uppercase;
	}

#footer div.divider {
	clear: both;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #98a469;
	}

#footer ul {
	float: left;
	position: relative;
	list-style: none;
	}

#footer ul li {
	float: left;
	position: relative;
	padding: 0px 3px;
	border-left: 1px solid #98a469;
	}
	
#footer ul#copyright {
	float: right;
	}
	
#footer ul li.first {
	padding-left: 0;
	border: none;
	}
	
#footer ul li.last {
	padding-right: 0;
	}
	
#footer ul li a {
	display: block;
	padding: 1px 5px;
	color: #c4cf96;
	}
	
#footer ul li a:hover {
	color: #fff !important;
	text-decoration: none;
	background: #cb4611;
	}
	
	
	
/* -------------------------------------------------------------------- */
                       /* !*** HEADER & TOP MENU *** */
/* -------------------------------------------------------------------- */


/*See horiz.css*/

ul#language-selector {
	float: right;
	position: relative;
	list-style: none;
	margin-right: 4px;
/* 	border: 1px solid; */
	}

ul#language-selector li {
	float: left;
	position: relative;
	padding-top: 8px;
	}	
	
ul#language-selector a,
ul#language-selector li.divider {
	display: block;
	float: left;
	padding: 6px 7px;
	font-size: 12px;
	line-height: 14px;
	color: #c4cf96;
	}	
	
ul#language-selector li.divider {
	padding: 14px 0px;
	font-size: 14px;
	}	
	
ul#language-selector li a:hover {
	color: #fff !important;
	background: #cb4611;
	text-decoration: none;
	}

#logo {
	float: left;
	position: absolute;
	left: 30px;
	width: 198px;
	height: 148px;
	background: url(logo.png) no-repeat;
	z-index: 500;
/* 	border: 1px solid; */
	}

#logo span {
	float: left;
	position: absolute;
	top: 15px;
	left: 96px;
	font-size: 13px;
	line-height: 16px;
	color: #c4cf96;
	}


	
	
/* -------------------------------------------------------------------- */
                       /* !*** FORM *** */
/* -------------------------------------------------------------------- */

	
#contact-form {
	font-size: 16px;
	}
	
#contact-form div {
	float: left;
	position: relative;
	width: 230px;
	padding-bottom: 10px;
	padding-right: 30px;
/* 	border: 1px solid; */
	}

#contact-form div#form-comment {
	width: 490px;
	}

#contact-form label {
	display: block;
	}

#contact-form input,
#contact-form textarea {
	width: 100%;
	padding: 4px;
	font-size: 13px;
	}

#contact-form textarea {
	height: 120px;
	}

#contact-form input#submit {
	display: block;
	float: left;
	position: relative;
	clear: left;
	width: 100px;
	left: 200px;
/* 	border: 1px solid; */
	}



/* -------------------------------------------------------------------- */
                       /* !*** BREAD CRUMBS *** */
/* -------------------------------------------------------------------- */

	
#breadcrumbs {
	font-size: 13px;
	font-weight: bold;
	color: #5087a6;
	margin-bottom: 20px;
	margin-left: -5px;
	margin-top: -4px;
	}

#breadcrumbs a {
	color: #5087a6;
	padding: 0 5px;
	}

#breadcrumbs a.selected {
	font-size: 18px;
	}




/* -------------------------------------------------------------------- */
                   /* !***   HOMEPAGE   *** */
/* -------------------------------------------------------------------- */

#slideshow {
	width: 912px;
	height: 501px;
	padding-top: 31px;
	padding-left: 31px;
	background: url(slideshow-bg.jpg) no-repeat;
	}
	
ul#myCarousel {
	display: block;
	float: left;
	position: relative;
	list-style: none;
	}

ul#myCarousel li {
	display: block;
	float: left;
	position: relative;
	margin-top: 14px;
	}

ul#myCarousel li h1 {
	display: block;
	float: left;
	position: relative;
	height: 30px;
	padding: 24px 10px 10px 12px;
	margin-right: 20px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #cb4611;
	text-shadow: 1px 1px 1px #efefef;
	background: url(slideshow-title-hover-bg.png) no-repeat 0 1px;
	border-left: 1px solid #c78b73;
	}

ul#myCarousel li a {
	display: block;
	float: left;
	position: relative;
	max-width: 200px;
	min-width: 148px;
	height: 30px;
	padding: 16px 10px 10px 12px;
	margin-right: 20px;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #9ba36e;
	text-shadow: 1px 1px 1px #efefef;
	border-left: 1px solid #bbcf6b;
	}
	
ul#myCarousel li a span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
	}

ul#myCarousel li a:hover,
ul#myCarousel li.selected a {
	color: #cb4611 !important;
	text-decoration: none;
	background: url(slideshow-title-hover-bg.png) no-repeat 0 1px;
	border-left: 1px solid #c78b73;
	}
	
a#operators {
	display: block;
	float: right;
	width: 224px;
	height: 32px;
	position: relative;
	margin-top: -6px;
	margin-right: 10px;
	padding-top: 8px;
	padding-left: 11px;
	z-index: 500;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
/* 	text-align: center; */
	background: url(btn-operators.jpg) no-repeat;
	}

a#operators span {
	font-size: 16px;
	}

a#operators:hover {
	text-decoration: none;
	}


/* -------------------------------------------------------------------- */
                   /* !***   BODY   *** */
/* -------------------------------------------------------------------- */


h1,h2,h3 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0;
	}
	
h1 {
	}
	
h2,h3 {
/* 	margin-top: 30px; */
	}
	
h2 {
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 20px;
	}
	
h3 {
	font-size: 16px;
	margin-top: 22px;	
	}
	
p {
	font-size: 15px;
	line-height: 20px;
	margin-top: 16px;
	text-align: left;
	}
	
td {
	font-size: 14px;
	line-height: 20px;
	margin-top: 16px;
	text-align: left;
	}
	
a {
	color: #fff;
	}
	
#home-page .column-right p {
	font-size: 13px;
	line-height: 17px;
	}
	
.image {
	border: 4px solid hsl(72, 43%, 52%);
	}
	
.facebook-box {
	padding: 6px;
	background: #fff;
	}
