/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");



/* --- Container
-------------------------------------------------------*/
#ctr {
	background: url(../../__img/sunset/home/container_bg.gif) no-repeat 0 152px;
}


/* --- Intro Well
-------------------------------------------------------*/

#intro_well {
	width: 800px;
	height: 335px;
	margin: -9px 0 41px;
	background: url(../../__img/sunset/home/intro_well.jpg) no-repeat;
}

	#intro_well h2.congratulations {
		display: none;
	}

	/* --- | Scholarships | --- */

	#intro_well .scholarships {
		text-align: justify;
		float: right;
		display: inline;
		width: 183px;
		margin-right: 30px;
		padding-top: 84px;
	}
	
		#intro_well .scholarships h2 { display: none; }
	
		#intro_well .scholarships h3 {
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
	
		#intro_well .scholarships p {
			margin-bottom: .5em;
		}



/* --- Winners
-------------------------------------------------------*/

#winners {

}

	#winners h2 {
		text-indent: -9999px;
		height: 31px;
		margin-bottom: 8px;
	}
	
		#winners ul {
			width: 824px;
			height: 198px;
			margin: 0 0 27px -35px;
		}
		
			#winners ul li {
				display: none;
			}

	#winners .fraternity {
	
	}
	
		#winners .fraternity h2 {
			background: url(../../__img/sunset/home/fraternity.gif) no-repeat;
		}
	
		#winners .fraternity ul {
			background: url(../../__img/sunset/home/fraternity_winners.jpg) no-repeat;
		}

	#winners .sorority {
	
	}
	
		#winners .sorority h2 {
			background: url(../../__img/sunset/home/sorority.gif) no-repeat;
		}
	
		#winners .sorority ul {
			background: url(../../__img/sunset/home/sorority_winners.jpg) no-repeat;
		}