/*
  style the list which contains the links
*/
#benefits {
    list-style-type : none;
    width:100%;
	margin:0px auto 10px;
	min-height: 100px;
}

.icon {
  float:left;
  width : 150px;
  height : 50px;
  display : inline;
  margin-bottom:50px;
  margin-right:50px;
  background-repeat:no-repeat; 
  text-decoration : none;
  font-weight : bold;
  cursor : pointer;
  color:#FFF;
}

#benefits h2 {
	width:425px;
	margin-bottom:10px;
}

/*
  static link styling
*/


/*
  styles for the span (kept opff screen until needed
*/
#benefits a span {
  border:solid;
  border-width:medium;
  position : absolute;
  top : -9000px;
  left : -9000px;
  display : block;
  width : 500%;
  height : 100px; /* to make the text resizable but do allow room */
  padding : 5px;
  padding-left : 23px;
  text-indent : -17px;
  cursor : pointer; /* needed for opera */
}

/*
  re-postion the pre-styled span on hover/focus
*/
#benefits a:hover span, ul#cmd a:focus span, ul#cmd a:active span {
  top : 3px;
  left : 125px;
}

/* End Styles */

