﻿html 
{
	height:100%;
}

body 
{
	padding:0;
	margin:0;
	height:100%;
	text-align:center;
}

#Header
{
	background-color:#77bc58;
    height:70px;
}

#HeaderContent
{
	width:980px;
    margin:auto;
    text-align:left;
}

#Header #Logo
{
    float:left;
    padding:22px 0 0 0;
}

#SearchPanel
{
    width:250px;
    margin:20px 0 0 0;
    padding:0 0 0 10px;
    float:right;
    background:url('header/searchboxl.png') no-repeat;
}

#SearchBoxInput
{
    float:left;
    width:220px;
    height:27px;
    background-color:#ffffff;
}

.SearchInput, .SearchInputWatermark
{
    border:none;
    width:220px;
    padding:2px 0 0 0;
    font-size:1.05em;
}

#SearchBoxButton
{
    float:right;
    width:30px;
    height:27px;
}

.SearchButton {
    background:url('header/searchbutton.png') no-repeat;
    background-color:none;
    border:none;
    width:30px;
    height:27px;
}

.SearchButton:hover {
    background:url('header/searchbutton1.png') no-repeat;
    cursor:pointer;
}


#Navigation
{
	margin:auto;
	width:980px;
    text-align:left;
    padding:10px 0 0 0;
    height:35px;
}

#Page
{
	margin:auto;
	width:980px;
    padding:10px 0 0 0;
	text-align:left;
}


#ColumnMain
{
	width:660px;
	float:right;
	/*border-left:#dddee1 1px solid;*/
}

#ColumnSecondary
{
	width:300px;
	float:left;
	padding:0;
}

#ColumnSecondary h2
{
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 5px 0;
	border:0;
}

#ColumnSecondary a
{
	text-decoration:none;
}

#ColumnSecondary ul
{
	margin:0;
    padding:0 0 15px 0;
}

#ColumnSecondary li
{
	margin:0;
	list-style-type:none;
    padding:0 0 5px 0;
    font-size:1.05em;
}

#ColumnSecondary li a
{
	color:#8f7c4b;
}

#footer
{
    float:left;
    margin:20px 0 0 0;
	height:80px;
    width:100%;
    background-color:#a3d379;
}

#footerContent
{
    margin:auto;
    width:980px;
    padding:20px 0 0 0;
    font-size:.9em;
}

#footerContent a {
    color:#fff;
}

#CookiePolicy{
	position:fixed;
	bottom:0px;
	height:90px;
	width:100%;
	background:#afdc87;
	z-index:999999;
}

#CookiePolicyContent{
    margin:auto;
    width:980px;
    padding:6px 0 6px 0;
    font-size:.9em;
	color:#375124;
}

#CookiePolicyContent p{
    padding:6px 0 6px 0;
}

#CookiePolicyContent a{
    color:#fff;
}

#CookiePolicyButton{
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	margin:4px 0 0 0;
	background-color:#97ca6b;
    border-radius:5px;
    padding:4px 10px 4px 10px;
	margin:5px 5px 5px 5px;
	border:#496236 2px solid;
}