@media screen,projection {
	/** typography */
	body, input {
		font: normal 12px 'Lucida Grande', Lucida, Verdana, sans-serif;
		/* font: normal 12px 'Lucida Grande', 'Lucida Sans', Lucida, Verdana, sans-serif; */
	}
	a {
		text-decoration: none;
	}
	h1, h2, h3, h4, h5, h6 {
		font: 600 22px 'Myriad Pro Semibold', 'Myriad Pro', Myriad, Arial, sans-serif;
	}
	ul .vcard {
		line-height: 15px;
	}
	.ir {
		text-indent: -2000em;
	}
	#topnav {
		text-align: right;
	}
	#copyright {
		text-align: center;
	}
		#copyright .org,
		#copyright .tel {
			font-weight: bold;
		}
	
	/** colors & images */
	body {
		color: #666;
		background: #fff url(/include/images/bg.jpg) no-repeat center 0;
	}
	a, input {
		color: #666;
	}
	.more {
		background: url(/include/images/button-arrow.png) no-repeat 100% center;
	}
		.more:hover {
			background: url(/include/images/button-arrow-red.png) no-repeat 100% center;
		}
	#logo {
		background: url(/include/images/logo-internal.png) no-repeat 0 0;
	}
	#topnav a {
		border-color: #ccc;
	}
	#enroll {
		background: #eff2eb;
	}	
	#copyright {
		color: #999;
	}
	a:hover {
		color: #ba2624;
	}
	
	/** layout */
	* {
		padding: 0;
		margin: 0;
	}
	body {
		min-width: 1000px;
	}
	a img {
		border: none;
	}
	li {
		margin-left: 1.5em;
	}
	ul .vcard {
		padding-bottom: 1em;
	}
	fieldset,
	form {
		display: inline-block;
		border: none;
		vertical-align: middle;
	}
	input {
		vertical-align: middle;
	}
	.column {
		float: left;
	}
	.ir {
		overflow: hidden;
	}
	.more {
		padding: 0 20px 0 0;
	}
	.ir.more {
		display: inline-block;
		width: 15px;
		height: 15px;
		padding: 0;
		margin-left: 5px;
		vertical-align: middle;
	}
	.scriptable form label {
		display: none;
	}
	#logo {
                position: absolute;
		/* position: fixed; */
		/* top: 75px; */
		top: 69px;
		right: 50%;
		z-index: 50;
	}
	#topnav {
		top: 0;
		right: 0;
		width: 903px;
		/* svsu */
		/* padding: 18px 0; */
		padding: 7px 0;
		margin: 0 auto;
	}
		#topnav li {
			display: inline-block;
			/* svsu */	
			/* margin: 0; */
			/* svsu start 09-24-09_14:11 */
			/*	vertical-align: middle; */
			/* svsu end 09-24-09_14:11 */
			/* svsu */
			padding-bottom: 10px;
		}
		#topnav a {
		  /* svsu */
			/* display: block; */
			/* padding: 0 10px; */
			display: inline;
			padding: 0px 10px;
			border-left-style: solid;
			border-left-width: 1px;
		}
		#topnav .more {
			padding: 0;
		}
		#topnav :first-child a {
			border-left: none;
		}	
	#focus-areas {
		margin: 0 auto;
		overflow: hidden;
	}
	#secondary h2 {
		margin-bottom: .7em;
	}
	#enroll {
		clear: both;
		/* raw-width: 903px */
		width: 883px;
		padding: 12px 20px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 85px auto 100px;
		overflow: hidden;
	}	
	#copyright {
		width: 903px;
		padding: 0 0 75px;
		margin: 0 auto;
	}
	
}
