/* Creator: Jonathan Davies for Dulay Seymour */
/* Use: Style overrides for homepage.  Homepage style also requires screen-all-tips.css */

	div#home-secondary {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		width: 212px;
		height: 444px;
		background-image: url(../images/home-secondary-bg.gif);
		background-repeat: no-repeat;
		float: left;
		
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 40px; 
  }
		
	div#home-container {
		background-repeat: no-repeat;
		width: 706px;
		height: 911px;
		float: left;
	}
	
	div#home-container a {
	  outline: none;
	}
	
	#home-sec-h-super, #home-sec-h-each {
	  background: url(../media-new/home/home-subtitle1.png) no-repeat 0 0;
		display: block;
		height: 20px;
		width: 174px;
		text-indent: -3000px;
		margin-bottom: 10px;
	}
	
	#home-sec-h-super {
	  background-image: url(../media-new/home/home-subtitle2.png);
	}
	
	div#home-secondary ul {
	  padding-bottom: 20px;
		list-style: none;
	}
	
	div#home-secondary li {
		list-style-image: none;
	}

  div#home-secondary p, div#home-secondary li {
	  color: #999;
		line-height: 1em;
		padding-bottom: 15px;
		padding-right: 60px;
	}
	
	div#home-secondary img {
	  padding-bottom: 10px;
	}
	
	div#home-secondary a {
	  font-weight: normal;
	}
	
	div#home-secondary a:hover {
	  text-decoration: underline;
	}
	