/****************************************
 * IWS
 * Section Default CSS Rules
 * 11/08 
 ****************************************/
 
/****************************************
 * Campaign Image
 ****************************************/
#identity h1 {
	background: transparent url(../images/layout/campaign/btp_secondary.jpg) no-repeat;
	line-height: 1.3em; /*188px*/
	}
	
#identity h1 a {
	padding: 0;
	position: absolute;
	top: 30px;
	left: 33px;
	}

.home #identity h1 {
	/*background: transparent url(../images/layout/campaign/btp_home.jpg) no-repeat;*/
	/* had to comment this out, so it doesn't 
	   try to take precedence over styles/banner_style.cfm
	   jes59 6/8/2009
	background: #fff url(../images/layout/campaign/btp_home.jpg) no-repeat 50% 100%;
	*/
	height: 191px;
	}

.home #identity h1 a {
	width: 260px;
	/*height: 191px;*/
	padding: 0;
	position: absolute;
	top: 58px;
	left: 25px;
	}

.home #identity h1 .welcome {
	font-size: 1.6em;
	font-style: normal;
	color: #a5a294;
	/*line-height: 120px; /*1.1em;*/
	text-transform: uppercase;
	/*padding-top: 60px;
	display: block;*/
	}
	
.home #identity h1 a .cornell {
	color: #b31b1b;
	}
	
.home #identity h1 a .line2 {
	margin-left: 18px;
	}
	
.home #identity h1 a .line3 {
	margin-left: 38px;
	}

/*.home #identity h1 a strong {
	position: absolute;
	left: -1000em;
}*/

