/* ---------- GLOBAL ---------- */

body {
	background: url("../images/bg.jpg") top center no-repeat #cbe6c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}

/* ---------- TYPOGRAPHY ---------- */

h1 {
	background: url("../images/h1_detail.gif") top right no-repeat;
	display: inline;
	clear: both;
	color: #103F1F;
	font-size: 1.2em;
	padding: 0 30px 10px 5px;
}

h2 {
	background: url("../images/h2_detail.gif") top right no-repeat;
	display: inline;
	clear: both;
	color: #103F1F;
	font-size: 1.1em;
	padding: 0 26px 10px 5px;
}

hr {
	color: #9EAA82;
	border: 0;
	background-color: #9eaa82;
	height: 1px;
	width:100%;
}

p strong, li strong	{
	font-size: 0.8em;
	font-weight: bold;
}

p a	{
	color: #103F1F;
	text-decoration: none;
}

/* ----- LINKS ----- */

p a	{
	font-weight: bold;
}

p a:hover	{
	color: #333300;
	text-decoration: underline;
}

a:hover strong	{
	text-decoration: underline;
}

/* ---------- LAYOUT ---------- */

#content-outer {
	float:left;
	border-top: 3px solid #3c4331;
	border-bottom: 3px solid #3c4331;
	width: 100%;
	text-align: center;
	background-image: url("../images/bg_content.png");
}

#content-inner {
	padding: 12px 0;
	width: 765px;
	min-height: 270px;
	text-align: left;
	margin: 0 auto;
}

/* ---------- NAVIGATION ---------- */

#nav {
	margin:90px 10px 0 0;
	padding:10px 10px 0;
	list-style:none;
	font-size: 0.8em;
	display: block;
	float: right;
}

#nav li {
	float:left;
	background:url("../images/tab_left.png") no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 0 11px;
}

#nav a {
	display:block;
	background:url("../images/tab_right.png") no-repeat right top;
	padding:6px 15px 4px 4px;
	text-decoration:none;
	color:#d3dbbc;
}

#nav a:hover {
	color:#123a1d;
	text-decoration:underline;
}

#nav #current {
	background-image:url("../images/tab_left_current.png");
}

#nav #current a {
	background-image:url("../images/tab_right_current.png");
	color:#3c3d2f;
}

/* ---------- HEADER ---------- */

#header {
	width: 765px;
	text-align: left;
	margin: 0 auto;
}

#header #logo {
	margin: 14px 0 19px 14px;
}

/* ---------- CONTENT ---------- */

#content-inner p, #content-inner ul {
	margin: 12px 75px;
}

/* ----- IMAGES -----*/

#image-container	{
	text-align: center;
}

#image-container img	{
	border: 2px solid #1B8155;
	margin: 0 0 5px 10px;
}

/* ----- LISTS ----- */

#content-inner ul	{
	list-style: none;
}

#content-inner ul li	{
	background: url(../images/li_bullet.png) left 0.25em no-repeat;
	padding-left: 24px;
	margin-bottom: 1em;
}

/* ----- FORMS ----- */

#contact-form .form-row	{
	padding:3px 0;
	margin:0 75px;
	clear:both;
}

#contact-form .form-row label, .form-label	{
	font-weight:bold;
	display:block;
	float:left;
	width:180px;
}

#contact-form .form-row input.textbox-short	{
	background-color:#FFF;
	width:200px;
	border:1px solid #7F9DB9;
}

#contact-form .form-row input.textbox-long	{
	background-color:#FFF;
	width:540px;
	border:1px solid #7F9DB9;
}

#contact-form .form-row textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	border:1px solid #7F9DB9;
}

#contact-form .form-row textarea.textarea-large	{
	width:540px;
	height:250px;
}

#contact-form .form-row textarea.textarea-address	{
	width:200px;
	height:100px;
}

#contact-form .form-row textarea.textarea-other	{
	width:540px;
	height:100px;
}

#mandatory-text	{
	float:right;
	font-size: 0.8em;
}

.mandatory	{
	color:#006600;
	font-weight:bold;
}

.mandatory-field	{
	color:#006600;
	font-weight:bold;
	float:right;
	margin-right:4px;
}

/* ---------- FOOTER ---------- */

#footer-outer {
	width: 100%;
	margin-top: 26px;
	margin-bottom: 10px;
	color: #008345;
	text-align: center;
	background-color: #E2F1E8;
	border-top: 1px solid #BBD6C6;
	border-bottom: 1px solid #BBD6C6;
}

#footer-outer #footer-inner {
	width: 100%;
	padding: 5px 0 9px 0;
}

#footer-outer #footer-inner a {
	color: #008345;
	text-decoration: none;
}

#footer-outer #footer-inner a:hover {
	text-decoration: underline;
}

#footer-outer #footer-inner p {
	padding-left:7px;
	font-size: 0.6em;
}

#footer-outer #footer-inner #footer-telephone {
	background: url(../images/phone_icon.gif) top left no-repeat;
	padding: 0 0 5px 24px;
}

#footer-outer #footer-inner #footer-email {
	margin-left: 10px;
	background: url(../images/mail_icon.gif) top left no-repeat;
	padding: 0 0 5px 35px;
}

#footer p	{
	color:#494B30;
	width:765px;
	margin: 0 auto;
	font-size:0.6em;
	text-align:right;
}
