body {
  background: #d7f7ca url('../img/bg.gif') top left repeat-x;
}

#bodyWrapper { 
}

#mainWrapper {
	margin: 0 auto;
	padding: 0;
	width: 959px;
	background:#fcfefa;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#topWrapper {
	padding: 0;
	width:959px;
  height:94px;
}

#logo {
  float: left;
  margin: 18px 20px 0px 20px ;
}

#logo a img {
  border:none;
}

#topNav {
  float: right;
  padding: 40px 0px 0 50px;
}

#middleWrapper {
	background:#ffffff;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#mediaWrapper {
  clear: both;
  width: 959px;
}

#quickNav {
  width: 959px;
	height: 82px;
	clear:both;
}

#quickNav a {
  text-decoration: none;
}

#quickNav a img{
  border:none;  
}

#quickNav a.env_prog {
  float:left;
  height: 82px;
  width: 209px;
  display:block;
  background:transparent url('../img/btn_env_prog.gif') 0 0 no-repeat;
}

#quickNav a.env_prog:hover {
  background:transparent url('../img/btn_env_prog.gif') 0 -82px no-repeat;
}

#quickNav a.cust_res {
  float:left;
  height: 82px;
  width: 213px;
  display:block;
  background:transparent url('../img/btn_cust_res.gif') 0 0 no-repeat;
}

#quickNav a.cust_res:hover {
  background:transparent url('../img/btn_cust_res.gif') 0 -82px no-repeat;
}

#quickNav a.learn {
  float:left;
  height: 82px;
  width: 327px;
  display:block;
  background:transparent url('../img/btn_learn.gif') 0 0 no-repeat;
}

#quickNav a.learn:hover {
  background:transparent url('../img/btn_learn.gif') 0 -82px no-repeat;
}

#quickNav a.truth {
  float:left;
  height: 82px;
  width: 210px;
  display:block;
  background:transparent url('../img/btn_truth.gif') 0 0 no-repeat;
}

#quickNav a.truth:hover {
  background:transparent url('../img/btn_truth.gif') 0 -82px no-repeat;
}

#secondNav {
  clear: both;
  width: 959px;
  background: transparent url('../img/bg_menu.gif') bottom left repeat-x;
}


#leftcol {
  float: left;
  width: 573px;
  padding: 27px 30px 20px 29px;
}

#leftcol #col1 {
  width:287px;
  float:left;
}

#leftcol #col2 {
  width:257px;
  float:right;
}

#leftcol h1 {
  font-size: 16px;
  padding: 0;
  padding-top: 8px;
}

#leftcol #col1 h1 {
  color: #b2b2b2;
  font-size: 16px;
  padding: 0;
  margin: 0 0 7px 0;
}

#leftconf #col2 {
}

#leftcol ul {
  line-height:18px;
}

#rightcol, #newscol {
  float:right;
  width: 298px;
  background: transparent url('../img/bg_rightcol.jpg') 0 0 no-repeat;
  height:auto !important;
  height:315px;
  min-height:315px;
  margin: 0 29px 20px 0;
}

#newscol h1{
  color:#287fcf;
  font-size: 22px;
  padding: 0;
  margin: 0 0 7px 0;
  font-weight:normal;
}

#newscol .content, #rightcol .content {
  margin: 27px 0 0 29px;
}

#rightcol h1, #rightcol h2 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 7px 0;

}
  
#bottomWrapper {
	margin: 0 auto;
  width: 959px;
}

#bottomText {
	margin:16px 16px 10px 16px;
  font-size: 12px;
  color: #7e7e7e;
  float:left;
  font-weight:bold;
}

#bottomText a, #bottomText a:link, #bottomText a:hover, #bottomText a:visited {
  text-decoration:undeline;
}

#bottomNav {
	margin:16px 16px 10px 16px;
  float: right;
}

.title {
  color:#287fcf;
  font-size:30px;
  margin: 0 0 15px 0;  
}

.pdf {
	padding: 0 0 0 22px;
	display: block;
	background: transparent url(../img/pdf.png) 0px 0px no-repeat;	
	line-height: 22px;
}