@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
}

@font-face {
	font-family: 'lithos-b-webfont';
	src: url('/includes/fonts/lithos-b-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/includes/fonts/lithos-b-webfont.woff') format('woff'), 
	     url('/includes/fonts/lithos-b-webfont.ttf')  format('truetype'),
	     url('/includes/fonts/lithos-b-webfont.svg#svgFontName') format('svg');
}

#global-nav-container {
	background-image:url(/images/global-nav-bgb.png);
	height:43px;
	background-repeat:repeat-x;
}

h1 {
	font-family:"lithos-b-webfont", Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#85bb3b;
}
	
h3 {
	font-family:"lithos-b-webfont", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#85bb3b;
}
	

#content {
	background-image:url(/images/content-bg.png);
	width:968px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
/*	width: 100% */
}

.logo {
	float:left;
	padding-left:30px;
	padding-top:20px;
}

#pic {
	background-image:url(/images/home-pic.jpg);
	background-repeat:no-repeat;
	width:954px;
	height:333px;
	margin-left:7px;
}

.image-options {
	float:right;
	padding-right:30px;
}

.content-copy {
	padding-left:30px;
	padding-top:0px;
	width:920px;
}
	
.right-column {
	float:right;
	background-color:#FFFFFF;
	width:197px;
	margin-right:19px;
	margin-left:20px;
}

#footer {
	background-image:url(/images/grass.png);
	height:55px;
	clear:both;
	width:968px;
	margin-left:7px;
	margin-left:auto;
	margin-right:auto;
}

.footer-text {
	padding-top:26px;
	text-align:center;
	font-size:11px;
}

/* language drop down */


.nav-links {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
}

.nav-links ul {
	margin:0px;
}

.nav-links li {
	display:inline;
}



#sddm
{
	z-index: 3;
	height:19px;
}

#sddm li
{
	list-style: none;
	padding-right:45px;
	font-family:"lithos-b-webfont", Arial, Helvetica, sans-serif;
	font-size:16px;
}

#sddm li a
{
	color: #224801;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover
{	
color:#fff;}

#sddm div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	margin-top:7px;
		margin-left:70px;
	background: #fff;
	width:250px;
	border: 1px solid #d2d2d2;
	z-index: 3;
		}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #333;
		color: #999;
		font-family:"lithos-b-webfont", Arial, Helvetica, sans-serif;
		font-size:14px;
		z-index: 2}

	#sddm div a:hover
	{	background: #333;
		color: #FFF;
		}
		
		/* CONTACT FORM */

#contact p, label, legend { font: 1.0em Arial, sans-serif; font-weight:bold; }

#contact h1 {font-family:"lithos-b-webfont", Arial, Helvetica, sans-serif; margin: 10px 0 10px; font-size: 18px; color: color:#85bb3b; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 550px; margin: 0px; margin-bottom:20px; padding: 5px; border: 0px solid #cbcbcb;  -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.0em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #fff; border: 1px solid #85bb3b; margin: 5px 0; font:1.0em Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#85bb3b; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #85bb3b; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #85bb3b; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('/images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('/images/success.gif') left no-repeat; padding-left:22px; }