@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
body {
	background-image: none;
	background-color:#FFFFFF;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	}
.body_content {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	}
.page_margins {
	width: 100% !important;
	min-width: 100%;
	height: 100%;
	margin: 0px !important;
	}
.page {
	width: 100%  !important;
/*	background: #FFF url(/templates/liquidpixel_content/images/teaser_bg_content.png) fixed bottom left repeat-x !important;
*/	}

/*
========
Header
========
*/ 
#header {
	height: 90px;
	background: #143e70 url(/templates/liquidpixel_content/images/header_bg.png) scroll top left repeat-x;
	position: relative;
	width: 100%;
	display: none;
	}

/*
========
Nav & Dropmenu
========
*/
#nav {
	height: 32px;
	width: 100%;
	background: url(/templates/liquidpixel_content/images/dropmenu_bg.png) scroll top left repeat-x;
	z-index: 100;
	display: none;
	position: absolute;
	top: 0;
	}


/*
========
Teaser & Pagetitles
========
*/ 
#teaser {
	width: 100%;
	position: relative;
	margin-bottom: -20px;
	}
#teaser_content {
/*	width: 900px;*/
	margin: 0 auto;
	position: relative;
	min-height: 3px;
	}
#teaser {
}


/*
========
Main divs & Columns
========
*/ 
#main {
/*	border-bottom: 1px solid #555;*/
	margin-top: 10px;
	}
#main_content {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	}
	#col1 {
		display: none;
		}
	#col2 {
		width: 48%;
		float: right;
/*		position: fixed;
		left: 50%;
		top: 0;
		margin-right: -135px;*/
		}
	#col2_content {
		margin: 0 15px 0;
		padding-top: 16px;
/*		position:relative;
		left: 135px;*/
		}
	#col3 {
		margin-right: 52%;
		margin-left: 0px;
		}
	#col3_content {
		margin: 0 30px 0 20px;
		padding-top: 1em;
		}

/*
========
Content & Text styles
========
*/ 
#pagetitles {
	font-size: 1.85em;
	color: #143e70;
	margin: 0 0 0 0px;
	padding: 0px 0 0;
	font-family: "trebuchet MS", "Lucida Sans Unicode","Century Gothic",Verdana,Arial,sans-serif;
	}
#pagetitles h1, #pagetitles h2 { font-weight:bold; 	margin-top: 0; }
#pagetitles .pagetitle {
	font-size: 1em;
	color: #444444;
	margin-left: 0px;
	margin-top: 0;
	}
#pagetitles .pagesubtitle {
	color: #8AB724;
	font-size: 0.75em;
	margin-left: 0px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0.5em;
	}
#col3 h1,
#col2 h1 {
	color: #8AB724;
	margin-top: 1.2em;
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: bold;
	}
#col3 h2,
#col2 h2 {
	color: #111;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	}
#col3 h3,
#col2 h3 {
	font-size: 1em;
	line-height: 1.5em;
	color: #939393;
	}
#col3 a,
#col2 a {
	color: #779C1F;
	font-weight: normal;
	}
#col3 a:hover,
#col3 a:focus,
#col2 a:hover,
#col2 a:focus {
	color: #A5CA00;
	font-weight: normal;
	}
#col3 a:visited,
#col2 a:visited {
	color: #155712;
	font-weight: normal;
	}
.rowhover tbody tr:hover th[scope="row"],
.rowhover tbody tr:hover tbody th.sub { 
	background-color: #EEEEEE; 			/* background-color on hover for table.tablehover */
	}
.rowhover tbody tr:hover td { 
	background: #EEEEEE; 			/* background-color on hover from table.tablehover */
	}
.cellhover:hover {
	background-color: #EEEEEE; 			/* background-color on hover for table.tablehover */
	}
.introtext {
	margin-top: 1.85em;
	}
.featuregrid td {
	padding: 5px 3px 5px 3px; 			/* override standard table padding for feature grid*/
	}
.featuregrid p {
	margin-bottom: 0px					/* remove normal padding for feature grid*/
	}
#col3 input, #col2 input { margin-bottom: 0.35em; }


/*
========
Footer
========
*/ 
#footer {
	width: 100%;
	background: url(/templates/liquidpixel_content/images/footer_bg_extended.png) scroll bottom left repeat-x;
	height: 150px;
	padding: 0;
	position: fixed;
	bottom: 0;
	line-height: 1em;
	display: none;
	}

