/* 3-column layout styles provided by http://css.maxdesign.com.au/floatutorial/tutorial0916.htm */



 #container
 {background-image:url(../images/pls_logo09all1.jpg);
  background-repeat:no-repeat;
 width:800px;
 margin: 10px 0 0 0;
 color: #333;
line-height:1em;
}
 /*hack provided by Ben Jansen,to fix IE spacing*/
 * html #container
 { width:850px;/*make it much wider to accomodate ie spacing problem*/
 margin: 30px 0 0 0;/*add space at the top for IE*/
 padding:0;
 color: #333;

  line-height:1em;
 }

 #leftcolumn
 {
 float: left;
 width: 170px;
 margin: 0;
 padding: 0 ;
line-height:1em;
 }
 
#homelink {float:left; margin: 0 0 0 0;
}

#leftnav{
  margin-left:3px;
  padding:0;
  line-height:1em;

  }


#leftbottomnav {
	float:left;
	margin-left: -157px;
	/* *margin-left:-157px; /*hack for IE*/
	position: absolute;
	z-index: inherit;
	left: 158px;
	top: 1192px;
	width: 206px;
  }
  
  .menuOptionBottom {
	color: #003333;
	font-size: 11px;
	font-weight: bold;  
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-left: 12px;
	}
	
	
  #leftbottomnav2 {
	float:left;
	margin-left: -157px;
	/* *margin-left:-157px; /*hack for IE*/
	position: absolute;
	z-index: inherit;
	left: 158px;
	top: 2350px;
	width: 175px;
  }

 #content
 {
  margin-top:0px;
  margin-left: 170px;
 width:640 px;
 padding:0 0 0 0;
 }
 
 
iframe {
margin-top:0px;
margin-left:0px; 
width:600px;

border:0px solid #fff;
}

#footer{
 clear: both;
 margin: 20 0 0 0px;

 }
 
a#footer:link {   color: #ffffff; text-decoration:none;} 
a#footer:active { color: #028478;  text-decoration: none; } 
a#footer:hover {color: #028478; text-decoration: underline; background-color: #ffffff; } 
a#footer:visited {  color: #ffffff;  text-decoration: none; } 




#legal{
 clear: both;
 margin: 0;
 padding: 0;
 color: #028478;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align:left;

 }
 
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #028478;
	line-height:normal;
}
