#infobar p, #infobar h4 {
	font-size: .9em;
    color: #555;
    padding: 1px;
    width: 176px;
	margin: 0px;
}

#infobar a.plain {
	background-color: none;
    color: #AA3311;
	text-decoration: underline;
}

#infobar a.plain:hover {
	background-color: #FFF1DF;
	color: #462300;
	text-decoration: underline;
}

#infobar h4 {
	margin-top: 10px;
	_padding-top: 10px;
}

#infobar div {
    margin: 0 2px;
    padding: 0px 4px;
}

#infobar h3 {
    background-color: #EDC;
    padding: 2px;
    margin: 15px 0 5px 0;
    color: #333;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    width: 178px;
    _width: 177px;
}

#infobar {
    width: 183px;
    float: left;
}

.pic {
    float: right;
    padding: 8px;
}

img {
	border: none;
}

#dropdown {
    font-size: .7em;
}

#dropdown a {
    color: #555;
    padding: 2px 3px;
    width: 176px;
}

#dropdown a:hover {
    background-color: #FFBB66;
    color: #555;
}

#dropdown li.haschild:hover, #dropdown li.sfhover {
    background: transparent url(http://www.isu.edu/websc/exports/images/dropdownarrow_over.gif) no-repeat bottom right;
}

#dropdown li {
    border-top: none;
	padding: 0px;
    width: 181px;
}

#dropdown {
    border-bottom: none;
    margin-bottom: 10px;
}

#dropdown li ul {
    margin-left: 181px;
}

#dropdown li ul li {
    font-size: 1.2em;
}

#dropdown li ul li a {
    width: 174px;
}

/* ############ SPLASH AREA STYLES ############ */

#splash {
	width: 539px;
	min-height: 200px;
	margin-top: 10px;
	margin-left: 195px;
}

* html #splash {
	/* Applies only to IE */
	height: 200px;
	margin-left: 192px;
}

#splash img {
	float: left;
	padding: 0;
	margin: 0;
}

.level0 #splash {
	width: 724px;
	margin-left: 10px;
}

.level1 #splash .splashphoto {
	float: left;
	padding: 0;
	margin: 0;
}

.level1 #splash p, .level1 #splash ul, .level1 #splash h3 {
	width: 200px; 
	margin: 0;
	margin-left: 320px;
	font-size: .7em;
	line-height: 1.2em;
}

.level1 #splash h3 {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.level1 #splash ul {
	margin-left: 305px;
}

* html .level1 #splash ul {
	/* Applies only to IE */
	margin-left: 325px;
}

.level2 #splash {
	min-height: 55px;
}

* html .level2 #splash {
	/* Applies only to IE */
	height: 55px;
}

.level2 #splash {
	height: 55px;
}

/* ############ END SPLASH AREA STYLES ############ */

