#content input, select, textarea {
	margin-left: 50px;
}

#infobar div {
    margin: 0 2px;
    padding: 0px 4px;
}

#infobar h3 {
    background-color: #EDC;
    padding: 2px;
	margin:5px 0 5px 0;
/*    margin: 15px 0 5px 0; */
    color: #333;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    width: 178px;
}

#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;
	font-size:14px;
	font-family:Georgia, "Times New Roman";
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#FB6;
}

#dropdown a:hover {
    background-color: #FF8C00;
	color:#000000;
/*    color: #FFF1DF;  */
}

#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: 0;
    width: 181px;
	line-height:1.8em;
}

#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;
	border-bottom:none; 
}


/* ############ 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 ############ */

/*############# MENU HIDER ################### */
#pblock, #cblock, #puhead, #pghead, #cuhead, #cghead, #pulinks, #pglinks, #culinks, #cglinks {
	display:none;
}
.pupage #mainlinks, .pgpage #mainlinks, .cupage #mainlinks, .cgpage #mainlinks {
	display:none;
}
.pupage #pblock, .pgpage #pblock, .cupage #cblock, .cgpage #cblock, {
	display:block;
}
.pupage #puhead, .pgpage #pghead, .cupage #cuhead, .cgpage #cghead, {
	display:block;
}
.pupage #pulinks, .pgpage #pglinks, .cupage #culinks .cgpage #cglinks {
	display:block;
}

