*
{
	margin: 0;
	padding: 0;
}
body, html {
            height: 100%;
            }
        
@font-face
{
	font-family: 'BebasRegular';
	src: local('Bebas Regular'), local('Bebas'), url('style/fonts/BEBAS___.woff') format('woff'), url('style/fonts/BEBAS___.TTF') format('truetype'), url('style/fonts/BEBAS___.svg#Bebas') format('svg');
}

#accessibility
{
	display: none;
}

html
{
	background: url('images/side.png') top left repeat-y #fff;
}

body
{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	padding-left: 12px;
	background: url('images/corner.png') top left no-repeat;
	min-width: 1100px;
}
#container {
position: relative;
            height: auto !important;
            min-height: 100%;
            height: 100%;
}
#wrapper
{
	background: url('images/top.png') top left repeat-x #fff;
	padding: 24px 12px;
padding-bottom: 50px;
	clear: left;
overflow: hidden;
}

h1#logo
{
	float: left;
}

h1#logo a
{
	display: block;
	text-indent: -9999em;
	background: url('images/logo.png') center no-repeat;
	height: 111px;
	width: 439px;
}

h2
{
	font-family: "BebasRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 0.75em;
	margin-top: 0em;
	margin-bottom: 0.75em;
	color: #7BC242;
	font-weight: normal;
}
	td h2, td h3 {font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;}

h2 a
{
	text-decoration: none;
	color: #7BC242;
}

h3
{
	font-family: "BebasRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #7BC242;
	font-weight: normal;
}

h3 a
{
	text-decoration: none;
	color: #7BC242;
}

h4
{
	font-size: 1.333333em;
	line-height: 1.125em;
	margin-top: 1.125em;
	margin-bottom: 1.125em;
}

h5
{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.75em;
}

p
{
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

a {color: #4B7F1F;}

ul, ol, dl
{
	margin: 1.5em 0 1.5em 1em;
	padding: 0 0 0 1em;
}

ul li, ol li, dd
{
	padding-left: 1em;
}

dt
{
	font-weight: bold;
}

ul li
{
	list-style-type: circle;
}

#header
{
	border-bottom: 3px solid #efefef;
	overflow: hidden;
	margin-left: -12px;
	padding-left: 12px;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

#content
{
	clear: left;
	width: 600px;
	float: left;
	padding-left: 12px;
	 margin-right: 12px;
}
#sidebar {width: 460px; float: left;}
#footer {
background: #efefef; 
color: #666;
position: absolute;
            left: 0;
            bottom: 0;
            height: 50px;
            width: 100%;
line-height: 50px;
}
#navigation
{
	float: left;
}

.section_list, .nav-sub
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
}

.section_list *, .nav-sub *
{
	float: left;
}

.section_list li, .nav-sub li
{
	display: inline;
}

.section_list li a, .nav-sub li a
{
	display: inline;
}

.section_list li
{
	font-size: 1.2em;
}

.section_list li a
{
	background: #7BC242;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	color: #111;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: #fff 0 1px 1px;
	box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.section_list li a:hover
{
	background: #7BC242;
	color: #000;
	text-shadow: #fff 0 1px 1px;
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
}

.section_list li ul
{
	display: none;
}

.nav-sub
{
	clear: left;
	margin-left: 12px;
}
.nav-sub li {padding-left: 12px;}

.nav-sub li a
{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-sub li a:hover {color: #467F17;}
#footer {text-align: center;}
#footer a {text-decoration: none; color: #666}
