html
{
	background: url(../img/backgrounds/site.jpg);
	height:100%;
}

body
{
	color: white;
	height:100%;
	font-family: Arial,verdana;
}

a
{
	text-decoration: none;
    color:white;
}

div.clear
{
 	clear: both;
}

/* PAGE */
div#page
{
	background: url(../img/backgrounds/page.gif) repeat-x #123613;
	width: 800px;
	margin: 0 auto;
	position:relative;
}

/* BRANDING */
div#branding
{
	height: 116px;
}

div#branding img
{
	position:absolute;
	top:0px;
	left:2px;
}

/* NAVIGATION */
div#navigation
{
	background-color: #051a05;
	height: 48px;
}

div#navigation ul
{
	padding: 15px 0 0 0;
	width: 574px;
	margin: 0 auto;
}

div#navigation ul li
{
	float: left;
	margin-right: 10px;
	background: url(../img/backgrounds/navigation-spacer.gif) no-repeat;
	background-position: right;
	padding-right: 10px;	
}

div#navigation ul li.last
{
	background: none;
	padding-right: 0px;
}

div#navigation ul li a
{
	color: white;
	text-decoration:none;
}

div#navigation ul li a:hover,
div#navigation ul li.active a
{
	color:#dece1a;
}

/*HEADER*/
div#header
{
	height: 166px;
	background: url(../img/backgrounds/header.gif);
	position: relative;
	
}

div#header h2
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #dece1a;
	color: #0e340f;
	font-weight: bold;
	padding: 5px 5px 2px 5px;
	
}

/*FOOTER*/
div#footer
{
	width: 795px;
	postion: relative;
	text-align: left;
	bottom: 0px;
	padding: 5px 0px 5px 5px;
	background: #051a05;
	margin: 10px 0px 0px 0px;
	font-size: 11 px;
}

div#footer a
{
	
	color: #ffffff;
	text-decoration: none;
}

/*CONTENT*/
div#content,
div#content-3col
{
	padding: 20px 15px 10px;
}

div#content div#content-left,
div#content div#content-right
{
	width: 50%;
	float: left;
	padding: 0 0px 10px;
}

div#content-3col div#content-left,
div#content-3col div#content-main,
div#content-3col div#content-right
{
	width:247px;
	float:left;
}

div#content-3col div#content-main
{
	padding-right:29px;	
}

div#content-left-60,
div#content-right-40
{
	float: left;
	padding: 0 0px 10px;
}

div#content-left-70
{
	width: 60%;	
}

div#content-right-30
{
	width: 40%;	
}

/* TEASER */
div.content-teaser,
div.content-big-teaser
{
	float: left;
	width: 385px;
	margin-bottom: 10px;
}

div.content-big-teaser
{
	width: auto;
}

div.content-teaser div.content-teaser-image,
div.content-big-teaser div.content-big-teaser-image
{
	float: left;
	margin-right: 10px;	
}

div.content-teaser div.content-teaser-text img
{
	border: none;
}

div.content-big-teaser div.content-big-teaser-image
{
	margin: 2px 21px 0px 0px;	
}

div.content-teaser div.content-teaser-text,
div.content-big-teaser div.content-big-teaser-text
{
	float: left;	
}

div.content-teaser div.content-teaser-text a
{
	color: #ffffff;
}

div.content-teaser div.content-teaser-text h3,
div.content-big-teaser div.content-big-teaser-text h3,
h3

{
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ffffff;
	width: 160px;
}

div.content-big-teaser div.content-big-teaser-text h3
{
	width: 225px;
}

#content-left div.content-big-teaser div.content-big-teaser-text h3,
#content-right div.content-big-teaser div.content-big-teaser-text h3,
#content-left div.content-big-teaser div.content-big-teaser-text,
#content-right div.content-big-teaser div.content-big-teaser-text
{
	width: 160px;
}

/* CONTACT FORM */
div#contact-form
{
	width:500px;	
}

div#contact-form fieldset legend {
	display:none;
}

div#contact-form .form-row {
	clear: both;
}

div#contact-form .form-col {
	float: left;	
}

div#contact-form .form-col input,
div#contact-form .form-col textarea {
	margin: 0px 13px 5px 0;
}

div#contact-form fieldset label {
	width:200px;
	display:block;
	margin:5px 0 3px 0;
}

div#contact-form fieldset input,
div#contact-form fieldset textarea {
	padding:2px;
}

div#contact-form fieldset input,
div#contact-form fieldset select {
	width: 200px;
	border: none;
}

div#contact-form fieldset textarea {
	width: 417px;
	height: 150px;
	border: none;
}
