body {
	background: #fefefe url(../../../images/stripe.gif) repeat;
}

#wrapper {
background: #fefefe url(http://www.isu.edu/websc/exports/templates/images/stripe.gif) repeat-x top;
}

#header {
	width: 950px;
	margin: auto;
}

#isunav {
	width: 744px;
	margin: auto;
}

#container {
	background: transparent url(../../../images/container.png) repeat-y left;
	width: 960px;
	margin-top: 0;
}

#splash {
	width: 768px;
	margin: 0;
	margin-left: 187px;
}
	
.level2 #splash {
	height: 200px;
}

.level1 #splash {
	border: none;
}

#infobar {
	width: 180px;
	float: left;
}

#infobar h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 0;
	background: #cbc5ad;
	padding: 2px 0;
}


#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav a {
	font-weight: bold;
	font-size: .7em;
	color: #02745d;
	text-decoration: none;
	width: 169px;
	padding: 6px 2px 6px 12px;
	display: block;
	background-color: transparent;
}

#nav a:hover {
	color: #90264c;
}


#dropdown, #dropdown ul { 
	padding: 0; 
	margin: 0; 

	margin-left: 5px;
	list-style: none; 
	float : left;

	width : 180px;
	background-color: transparent;
	font-size: .8em;


}

 
#dropdown {
	border-bottom: none;
}


* html #dropdown {

	/* Applies only to IE */

	border-top: none;

}


#dropdown a { 
	display: block; 
	width: 166px; 
	text-decoration: none;
	color: #02745d;
}

 
#dropdown a:hover { 
	color: #90264c;
}

 
#dropdown li { 
	position: relative;
	float: left; 
	width: 166px; 
	border-top: none;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1em;
}

#dropdown li.haschild { 
	background: transparent url(http://www.isu.edu/websc/exports/images/dropdownarrow.gif) no-repeat bottom right;
}

#dropdown li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	margin-left: 176px;
	margin-top: -2em;
	background: #efefef;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	z-index: 99;
}

#dropdown li ul li {
	line-height: 1.1em;
	font-size: 1.1em;
	border-top: 1px solid #666;
}

#dropdown li:hover ul, #dropdown li.sfhover ul {
	left: auto;
}

#dropdown li.haschild:hover, #dropdown li.sfhover { 
	background: transparent url(http://www.isu.edu/websc/exports/images/dropdownarrow_over.gif) no-repeat bottom right;
	%position: static;
}

#dropdown li .subtitle {
		display: block; 
		font-size: .8em;
		font-weight: normal;
		font-style: italic;
}


#content {
	width: 753px;
	margin: 5px 5px 5px 192px;
}

#content p.index {
	width: 530px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#extras {
	width: 195px;
	float: right;
	margin-right: 5px;
}

#extras h3{
	color: #fff;
	font-weight: bold;
	background: #90264c;
	border: none;
	margin: 15px 0 0 10px;
	
}

#content h2 {
	background: none;
	border-bottom: 1px solid #02745d;
	font-size: 1em;
}

#content h3 {
	font-weight: bold;
	border: none;
	margin-top: 15px;
}

#lastmod {
	margin-top: 30px;
}

#content dl {
	font-size: 0.8em;
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;
	color: #444444;
}

#content dt {
	font-weight: bold;
}

#content h2.head {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		background: none;
		border-bottom: none;
}

#content td.guest {
	width: 22%;
	vertical-align: top;
	padding-bottom: 30px;
}

#content td.bio {
	width: 60%;
	vertical-align: top;
	padding-bottom: 30px;
}

#content td.schedule {
	width: 18%;
	vertical-align: top;
	padding-bottom: 30px;
}
