body{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

h1{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
}

h2{
	margin: 0;
	padding: 0;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 18px;
}

p{
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
}

blockquote{
	background: #f2ebc7 url('../img/blockquote.png') top left no-repeat;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 15px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 18px;
}

blockquote p{
	margin-bottom: 5px;
}

blockquote .interviewee{
	font-weight: bold;
	padding-left: 15px;
}

#feature li,
#content li{
	font-size: 12px;
	line-height: 18px;
}

a:link, a:visited{
	color: #348899;
}

a:hover, a:active{
	color: #47b8d0;
}

.wrapper{
	width: 942px;
	margin: 0 auto;
	padding: 0 15px;
}

#topbar{
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	min-height: 15px;
	min-width: 970px;
}

#topbar a:link, #topbar a, #topbar a:visited{
	color: #e2e2e2;
	text-decoration: none;
}

#topbar a:hover{
	color: #fff;
}

ul.orgMenu{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 650px;
}

ul.orgMenu li{
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#topbar acronym{
	border-bottom: none;
}






#topbar #employeeMenu{
	float: right;
	color: yellow;
}

#topbar #employeeMenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#topbar #employeeMenu ul li{
	display: inline;
}

#topbar #employeeMenu ul a{
	display: block;
	text-decoration: none;
}

#topbar #employeeMenu li ul { /* second-level lists */
	font-size: 14px;
	position: absolute;
	width: 175px;
	text-indent: .5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: none;
}

#topbar #employeeMenu li ul li{
	font-size: 12px;
	line-height: 24px;
}

#topbar #employeeMenu li ul li a:hover{
	background-color: #ccc;
	color: #000;
}

#topbar #employeeMenu li ul li a:active{
	background-color: #fff;
}

#topbar #employeeMenu li:hover ul, #topbar #employeeMenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #000;
	margin-left: -90px;
}

#titlebar{
	background: transparent url('../img/shadow-white.jpg') left top repeat-x;
	min-width: 970px;
}

#titlebar h1{
	line-height: 50px;
	margin: 0;
	padding: 0;
}

#titlebar h1.iu1,
#titlebar a.iu1{
	padding-left: 50px;
	background: transparent url('../img/IU1logo.png') left center no-repeat;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	margin: 0;
}

#titlebar h1.iu1{
	padding-bottom: 0;
	padding-top: 0;
}

#titlebar a.iu1{
	color: #000;
	display: block;
	text-decoration: none;
	padding-right: 30px;
	background: transparent url('../img/IU1logo.png') left center no-repeat;
}

#feature{
	background: #f2ebc7;
	color: #000;
	clear: left;
	min-width: 970px;
}

.feature-content{
	margin-right: 360px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#feature .wrapper{
	background: transparent url('../img/iu1building.jpg') left no-repeat;
}

#content{
	padding-top: 10px;
	background: transparent url('../img/lightshadow.jpg') left top repeat-x;
	min-width: 970px;
	margin-bottom: 10px;
}

#footer{
	clear: both;
	padding-top: 10px;
	background: transparent url('../img/lightshadow.jpg') left top repeat-x;
	min-width: 970px;
}

/*- - Main Navigation - -*/
#nav{
	font-size: 15px;
	background: #962d3e;
	height: 30px;
	/*display: block;*/
	min-width: 970px;
}

#nav .wrapper{
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #962d3e;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
}

#nav li a{
	line-height: 30px;
	color: #eee;
	padding: 0 12px;
}

/*#nav li a.daddy,
#nav li:hover a.daddy{
	background: transparent url('../img/arrow.png') right center no-repeat;
	padding-right: 20px;
	padding-left: 10px;
}*/

#nav li:hover,
#nav li a:hover{
	color: #fff;
	background: #a73e4f;
}

/*#nav li a:active{
	background: #740b1c;
}*/

#nav li { /* all list items */
	float: left;
	border-left: 1px solid #a73e4f;
}
#nav li.last{
	border-right: 1px solid #a73e4f;
}

#nav li ul { /* second-level lists */
	font-size: 14px;
	position: absolute;
	width: 18em;
	text-indent: .5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border-color: #999;
	border-style: solid;
	border-width: 1px;*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: none;
	opacity: 0.95;
}

#nav li ul a{
	width: 18em;
	line-height: 22px;
	border-top: 1px solid #ddd;
	padding-right: 0;
	color: #000;
	padding-left: 0;
}

#nav li ul li{
	border-left: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #fff;
	margin-left: -2px;
	border-top: none;
}

#nav acronym{
	text-decoration: none;
	border-bottom: none;
}
/*- - - - - - - - - - - - - - -*/

ul li.skip{
	display: none;
}

#search{
	float: right;
	clear: both;
	margin-top: 0.9em;
}

.transcript{
	width: 475px;
	float: right;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-right: 15px;
}

.transcript blockquote{
	background: /*#f2ebc7  url(../img/blockquote-transcript.png) 2px top no-repeat*/ #f2ebc7  none;
	border-radius: 0px;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 3px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border: 1px solid #eae3c0;
	border-left: 7px solid #eae3c0;
	padding: 10px;
}

.transcript blockquote.alt{
	background-color: #fff8d6;
	border-color: #f2ebc7;
}

.interviews{
	padding: 15px 0;
}

.interviews img{
	margin: 0 10px;
}
