﻿/*********************************************************/
/** Designed by CLOUD ONE DESIGN. www.cloud1design.com  **/
/*********************************************************/

body, html, form
{
    height:100%;
}
body 
{
	background: #e5e8d6 url(Images/body-bg.jpg) repeat-x top center;
}
body, form, table 
{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Times New Roman;
	font-size: 14px;
	line-height: 20px;
	color: #1b3d1c;
}
#containerA 
{
	position: relative;
	min-height: 100%;
}
* html #containerA 
{
	height: 100%;
}
#main
{
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
}
* html #main
{
	height: 100%;
}
#header 
{
	height: 179px;
}
#containerC 
{
	height: 100%;
	padding-bottom: 180px;
}
#containerB 
{
	height: 180px;
	margin-top: -180px;
	position: relative;
	background-color: #c5c9b3;
}
#footer 
{
	padding-top: 20px;
	margin: 0 auto;
	width: 900px;	
	color: #4f543b;
}

/******* footer ********/
#footer a
{
	color: #4f543b;
	text-decoration: underline;
}
#footer a:hover
{
	color: #353535;
	text-decoration: underline;
}
/******* header ********/
#header #logo 
{
	float: left; 
	width: 380px; 
	height: 137px;
}
#header #logo img 
{
	border-width: 0px;
}
#header #languageBar 
{
	float: left; 
	width: 160px; 
	padding-left: 350px;
	padding-top: 50px;
	text-align: right;
}
#header #languageBar span 
{
	color: #5b7116;
}
#header #languageBar a 
{
	font-size: 14px;
	color: #1b3d1c;
	text-decoration: none;
	text-transform: lowercase;
}
#header #languageBar a:hover
{
	font-size: 14px;
	color: #8db68e;
	text-decoration: none;
}
#header #slogan
{
	float: left; 
	width: 510px; 
	padding-top: 0px;
}
#header #topMenu
{
	float: left;
	height: 42px;
	width: 760px;
	margin-top: 5px;
}
#header #toolbar
{
	width: 130px;
	height: 42px;
	line-height: 35px;
	float: right;
	text-align: right;
}
/******* Panels ********/
#fullPage 
{
	padding: 25px 0;
}
#column40 
{
	float: left;
	width: 300px;
}
#column60 
{
	float: left;
	width: 550px;
}
#column30 
{
	float: left;
	width: 200px;
}
#column70 
{
	float: left;
	width: 650px;
}
#columnSeparator
{
	float: left;
	width: 50px;
	height: 100px;
}