/* CSS Document */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 9pt;
	height: 100%;
}
h1{
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom: 10px;
}
h2{
	font-size: 1.4em;
	font-weight:bold;
	margin-bottom: 10px;
}
h3{
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 10px;
	color: #70CBD2
}
p{
	margin-bottom: 10px;
	line-height: 1.7em;
}
#errbox{
	border: 1px solid #790000; 
	background-color: #910000; 
	width: 100%; 
	padding: 2px; 
	text-align: center; 
	font-size:0.8em; 
	font-weight:bold;
	color: #FFF;
	width: 180px;
	margin: 20px 0 -10px 20px;
}
#Container{
	width: 900px; 
	padding-bottom: 41px;
	min-height: 100%;
	position: relative;
}
#Nav{
	float: left; 
	background-color:#70CBD2; 
	width: 250px; 
	margin-right: 20px;
}
#Nav ul{
	padding: 0;
	margin: 20px 0 0 20px;
	list-style: none;
	width:230px;
}
#Nav ul li{
	margin:10px 5px 0 0;
}
#Nav ul li a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display:block;
}
#Nav ul li a:hover, #Nav ul li a.selected{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

#BioLogo{
	height: 250px;
	width: 250px;
	background: url('../../lib/img/logo-advice.jpg') center center no-repeat;
	margin-top: -10px;
}
#BioLogo span{
	display: none;
}
#Header{
	padding-top: 50px;
	height: 75px;
}
#Join{
	background: url('../../lib/img/header-join.gif');
	height: 96px;
	width: 50px;
	float: left;
	margin: -18px 0 0 -47px;
	display:block;
	position: relative;
	z-index:10;
}
#Header #Title{
	background-color:#70CBD2;
	height: 50px;
	font-size: 3em;
	color: #FFF;
	padding-top: 10px;
	float: left;
	width: 350px;
	margin-left: -4px;
}
#Header #Logo1{
	background: url('../../lib/img/logo-air-products.jpg');
	width: 115px;
	height: 25px;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}
#Header #Logo2{
	background: url('../../lib/img/logo-biofresh.jpg');
	width: 115px;
	height: 43px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#Header #Logo2 a{
	display: block;
	width: 115px;
	height: 43px;
}
#Header #Logo1 a{
	display: block;
	width: 115px;
	height: 25px;
}
#Header span{
	display: none;
}
#Content{
	float: left;
	width: 580px;
	margin-top: 30px;
}
.clear{
	clear: both;
	height: 1px;
}
#SimpleForm{
	/*border: 1px solid #598D98;*/
  	width: 200px;
}
#SimpleForm fieldset {
  margin: 10px 0 0 10px;
  padding: 10px;
  color: #FFF;
}

#SimpleForm legend {
  font-weight: bold;
  color: #FFF;
}
#SimpleForm div{
	margin-bottom: 5px;
}
#SimpleForm label{
	width: 80px;
	font-size:0.9em;
}

#SimpleForm input, textarea{
	width: 180px;
	border: 1px solid #999;
	font-size: 0.9em;
	padding: 2px;
}

#SimpleForm textarea{
	width: 180px;
	height: 80px;
}

#SimpleForm #submitbutton{
	width: 60px;
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #999;
	color: #598D98;
	background-color:#FFF;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
}
#Footer{
	text-align:center; 
	position:absolute;
	font-size: 0.87em;
   	bottom:0;
   	width:100%;
   	height:30px;   /* Height of the footer */
	/*border-top: 1px solid #CCC;*/
	padding-top: 10px;
	/*border: 1px solid #FF0000;*/
}
