@media screen,projection {
	/** typography */
	.carousel h2 {
		font-size: 70px;
		font-weight: 600;
		
	}
	.carousel p {
		line-height: 20px;
	}
	.carousel .subhead {
		font: 100 35px "P22 Underground Light", 'Lucida Grande', Lucida, Verdana sans-serif;
	}
	.column {
		line-height: 22px;
	}
	#announcements {
		/* svsu */
		/* text-align: center; */
		/*text-align: left;*/
	}
		#announcements a {
			font-weight: bold;
		}
		#announcements h2 {
			font-size: 15px;
		}
		#announcements p {
			font-size: 16px;
		}
	#topnav {
		text-align: right;
	}
	#focus-areas h2 {
		font-size: 19px;
	}
	#focus-areas li {
		font-size: 11px;
		line-height: 20px;
	}
	
	/** colors & images */
	.carousel-wrap {
		/* background: url(/include/images/slides/volleyball.jpg) no-repeat center 0; */
		background: url(/include/images/slides/pic1.jpg) no-repeat center 0;
	}
	.carousel {
		color: #fff;
	}
	.carousel h2 {
		opacity: .75;
	}
	.control a {
		border-color: #231f20;
	}
	.control .active,
	.control a:hover {
		border-color: #ba2624;
	}
	#announcements a {
		color: #257ecc;
	}
	#announcements h2 {
		color: #e76a00;
	}
	#logo {
		background: url(/include/images/logo.png) no-repeat 0 0;
	}
	#focus-areas-wrap {
		background: url(/include/images/bg-flat-curve-fs8.png) no-repeat center 0;
	}
	#focus-areas a:hover {
		color: #666;
	}
	#discover h2 a,
	#discover a:hover {
		color: #26375e;
	}
		#discover h2 a:hover {
			color: #bd9f5a;
		}
	#visit h2 a,
	#visit a:hover {
		color: #a45f26;
	}
		#visit h2 a:hover {
			color: #5ba0d9;
		}
	#apply h2 a,
	#apply a:hover {
		color: #366;
	}
		#apply h2 a:hover {
			color: #c99;
		}
	#on-campus h2 a,
	#on-campus a:hover {
		color: #004b8d;
	}
		#on-campus h2 a:hover {
			color: #df7c26;
		}
	#find h2 a,
	#find a:hover {
		color: #909;
	}
		#find h2 a:hover {
			color: #909;
		}
	#resources h2 a,
	#resources a:hover {
		color: #ba2624;
	}
		#resources h2 a:hover {
			color: #45d9db;
		}
		
	/** layout */
	body {
		position: relative;
	}
	.announcement #logo {
		top: 90px;
	}
	.carousel {
		position: relative;
		width: 903px;
		height: 160px;
		padding: 149px 0 0;
		margin: 0 auto; 
	}
	.carousel h2 {
			padding: 0 0 0 32px;
			margin-bottom: -25px;
	}
	.carousel-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: 552px;
	}
	.column li {
		margin: 0;
		list-style-type: none;

	}
	.control {
		float: right;
		position: absolute;
		top: 19px;
		right: 0;
	}
		.control a {
			display: block;
			width: 53px;
			height: 32px;
			border-style: solid;
			border-width: 3px;
			margin-left: 3px;
		}
		.control img {
			width: 53px;
			height: 32px;
		}
		.control li {
			float: left;
			margin: 0;
			list-style-type: none;
		}
	.slide {
		position: absolute;
		display: none;
		width: 470px;
	}
	#announcements {
		padding: 4px 0 10px;
		text-align:center; /*ew 10-08-09*/
	}
	#announcements h2,
	#announcements p {
            display: inline;
            padding: 0 .4em 0 0;
	}
	#topnav {
		padding: 7px 0;
	}
	#logo {
		top: 60px;
		width: 478px;
		height: 100px;
		margin-right: 88px;
	}
	#focus-areas {
		/* raw-width: 961px */
		width: 903px;
		padding: 85px 29px 61px 0;
	}
		#focus-areas .column {
			padding: 0 0 0 29px;
		}
	#focus-areas-wrap {
		position: relative;
		z-index: 5;
	}
	#discover {
		width: 140px;
	}
	#visit {
		width: 105px
	}
	#apply {
		width: 95px;
	}
	#on-campus {
		width: 155px;
	}
	#find {
		width: 96px;
	}
	#resources {
		width: 125px;
	}
	#slide1-content {
		display: block;
	}
}

