﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color: #f3f6ef;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, Verdana, sans-serif;
    color: #333333;
    margin: 0px;
    padding: 0px;
	height: 100%;
}

img
{
    border: 0px;
}

a
{
    color: #ccc;
	text-decoration: none;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #ccc;
}

p
{
    margin-bottom: 10px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #000;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
    padding-top: 20px;
	font-family: 'Open Sans', Helvetica, Verdana, sans-serif;
}

h1
{
    font-size: 17px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.08em;
	color: #2c3b16;
	text-transform: uppercase;
}

h2
{
    font-size: 17px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.08em;
	color: #2c3b16;
	text-transform: uppercase;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
	color: #666666;
    /*background-color: #666;*/
	border-bottom: 1px solid #666666;
}

h4
{
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
}

h5, h6
{
    font-size: 11px;
    margin-top: 0px;
    padding-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.wrapper
{
    width: 900px;
    margin: 0px auto 0px auto;
}

.page
{
    width: 100%;
    background-color: #fff;    
    margin: 0px;
	border-left: 1px solid #218b29;
	border-right: 1px solid #218b29;
}

.header
{
	height: 140px;
	width: 900px;
}

.top_wrapper
{
    height: 28px;
    padding: 0px;
    margin: 0px;
	width: 100%;
    list-style-type: none;
}

.top_left
{
	float: left; 
	width: 80%;	
}

.top_right
{
	float: right; 
	width: 15%;	
}


.main
{
    padding: 0px;
    margin: 0px;
}

.content_container
{
	font-family: 'Open Sans', Helvetica, Verdana, sans-serif;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 35px;
	line-height: 18px;
	font-size: 12px;
	color: #2c3b16;
	margin-bottom: 30px;
	min-height: 200px;
}


.footer
{
    padding: 0px;
    margin: 0px;
	width: 100%;
}

.footer_images
{
	margin-left: 29px;
}



/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.gallery img
{
	border: 2px solid #ccc;
}

/* NAVIGATION  
----------------------------------------------------------*/

.language_selection
{
	text-align: right;
	padding-top: 8px;
	padding-right: 19px;
}

.navigation ul 
{
	list-style-image: url(../images/list_item.png);
	margin-left: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
	height: 30px;
}

.navigation ul  li
{	
	margin: 0px;
	margin-right: 35px;
	padding: 0px;
	float: left;
}

.navigation ul li a
{
	font-family: 'Open Sans', Helvetica, Verdana, sans-serif;
	padding: 0px 5px 0px 0px;
	color: #218b29;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
}

.navigation ul li a:hover
{
	font-weight: !important;
}

.current a
{
	font-weight: bold !important;
	/*text-decoration: underline !important; */
}



