ul#phl {
  position: relative;
  float: left;
  clear: both;
  margin: 15px 0 20px 10px;
  padding: 0;
}

	ul#phl li {
	  position: relative;
	  width: 540px;
	  height: 83px;
	  float: left;
	  clear: both;
	  margin: 0 0 5px 0;
	  padding: 0;
	  list-style-type: none;
	}

		ul#phl li div.m {
		  float: left;
		  margin: 0;
		  position: absolute;
		  left: 6px;
		  width: 463px;
		  padding: 0 0 0 65px;
		}

		ul#phl li div h2 {
		  color: #2B549D;
		  font-size: 14px;
		  margin: 8px 0 0 0;
		  font-family: georgia;
		}

		ul#phl li div p {
		  margin: 2px 0 5px 0;
		  font-size: 11px;
		  line-height: 16px;
		}

		ul#phl li.alt div.m {
		  height: 83px;
		  background-color: #E9E8E3; 
		}

		ul#phl li.alt div.l {
		  position: absolute;
		  width: 6px;
		  height: 83px;
		  top: 0;
		  left: 0;
		  background: url('/images/layout/phl-e-l.gif') 0 0 no-repeat;
		}

		ul#phl li.alt div.r {
		  position: absolute;
		  width: 6px;
		  height: 83px;
		  top: 0;
		  right: 0;
		  background: url('/images/layout/phl-e-r.gif') 0 0 no-repeat;
		}

		ul#phl li.ex div.m {
		  background: #E9E8E3 url('/images/layout/phl-ico-ex.gif') 15px 10px no-repeat;
		}

		ul#phl li.co div.m {
		  background: url('/images/layout/phl-ico-co.gif') 8px 10px no-repeat;
		}

		ul#phl li.qa div.m {
		  background: #E9E8E3 url('/images/layout/phl-ico-qa.gif') 15px 10px no-repeat;
		}

		ul#phl li.en div.m {
		  background: url('/images/layout/phl-ico-en.gif') 8px 10px no-repeat;
		}

		ul#phl li.re div.m {
		  background: #E9E8E3 url('/images/layout/phl-ico-re.gif') 9px 10px no-repeat;
		}
