/*////////////////////////////////////////////////////////////////////
	Welcome
////////////////////////////////////////////////////////////////////*/

	#welcome {
		padding:5px 5px 15px 5px;
		margin:0 0 20px 0;
		background:#f5f3f1;
		/*height:310px;*/
	}
	
	/* large Image */
	#welcome #hScroll {
		float:right;
		width:633px;
		border:1px solid #ffffff;
	}
	#welcome #hScroll img{
		display:none;
	}
	#welcome #hScroll img.first{
		display:block;
	}
	/* text */
	#welcome h2 {
		font-weight:100;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.7em;
		line-height:1.3em;
		color:#214876;
		width:195px;
		margin:12px 0 8px 12px;
		padding:0;
		border:none;
	}
	#welcome p {
		font-size:1.2em;
		line-height:1.2em;
		color:#707070;
		margin:12px 10px 15px 12px;
		width:195px;
	}
	#welcome p.more {
		margin:0 0 0 12px;
	}
	#welcome p.more a {
		display:block;
		text-indent:-9999px;
		outline:0;
		height:16px;
		width:76px;
		background:url(../../../images/buttons/read-more.jpg) no-repeat top left;
	}
	#welcome p.more a:hover {
		background-position:bottom left;
	}
	
/*////////////////////////////////////////////////////////////////////
	Home
////////////////////////////////////////////////////////////////////*/

	#home {
		border-top:7px solid #b7a340;
		border-bottom:1px solid #b7a340;
		/*height:114px;*/
		padding:12px 0 0 0;
		position:relative;
		margin:0 0 20px 0;
	}
	
	#home .image {
		position:absolute;
		width:230px;
		height:88px;
		top:18px;
		left:0;
	}
	#home .image img {
		margin:0 auto;
	}
	
	#home h1 {
		font-size:1.9em;
		line-height:1.3em;
		color:#464646;
		font-weight:100;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:0 0 14px 230px;
		padding:0;
		border:none;
	}
	#home p {
		color:#636363;
		font-size:1.2em;
		line-height:1.3em;
		margin:0 0 10px 230px;
	}
	#home .signatures {
		margin:0 0 15px 230px;
	}
	#home .signatures div{
		float:left;
	}
	#home .signatures p{
		margin:0;
	}
	#home #sig1 {
		width:260px;
	}
	#home #sig1 #bill{
		height:35px;
		width:85px;
		margin-bottom:2px;
		text-indent:-9999px;
		background:url(../../../images/misc/home/bill-pill-sig.jpg) no-repeat top left;
	}
	#home #sig2 {
		width:150px;
	}
	#home #sig2 #andrew{
		height:35px;
		width:80px;
		margin-bottom:2px;
		text-indent:-9999px;
		background:url(../../../images/misc/home/andrew-brookes-sig.jpg) no-repeat top left;
	}
	
