/* ############ ISU HOMEPAGE-ONLY STYLES ############ */

/* commented backslash hack \*/
html, body {
	height: 100%;
} 
/* end hack */ 

#isuContainer {
	background: #fdfdfd url(level0_pagebg.gif) repeat-y center;
	/*
	min-height: 100%;
	margin: 0 auto -67px auto;
	*/
	width: 744px;
	margin: 0 auto;
}

* html #isuContainer {
	/*height: 100%;*/
}

#isuHeader {
	background-color: #000;
	padding: 1px;
	height: 54px;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}

#isuHeader h1 {
	background: transparent url(wordmark.gif) no-repeat top left;
	width: 152px;
	height: 45px;
	margin: 5px 0 0 5px;
	padding: 0;
}

#isuHeader h1 a {
	display: block;
	width: 152px;
	height: 45px;
}

#isuHeader h1 span {
	display: none;
}

#bannernav {
	float: right;
	text-align: right;
	font-size: .8em;
	width: 550px;
}

#bannernav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bannernav li {
	display: inline;
	padding-left: 10px;
}

#bannernav a:link, #bannernav a:visited, #bannernav a:active {
	color: #FFF;
}

#bannernav a:hover {
	color: #FB6;
	text-decoration: none;
}

#bannerforms {
	margin: 10px 0 0 0;
	text-align: right;
}

#bannerforms form {
	margin: 10px 0 0 0;
	display: inline;
	padding: 0;
}

#bannerforms fieldset {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}

#bannerforms form .hiddenfield {
		width: 1px;
		overflow: hidden;
}

#searchsubmit,#quicklinksubmit {
	color: #fff;
	background-color: #444;
	border: 1px solid #555;
	font-size: .95em;
	padding: 1px;
	cursor: pointer;
}

a.skip:link, a.skip:visited, a.skip:hover {
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	width: 0;
	height: 0;
}

a.skip:active, a.skip:focus {
	border: 2px solid #C83;
	background-color: #FB6;
	overflow: visible;
	width: auto;
	height: auto;
	color: #000 !important;
}

#quicklinks option {
	border: none;
	border-top: 1px solid #999;
}

#searchbox, #quicklinks {
	font-size: 1em;
	background-color: #444;
	border-top: 1px solid #444;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #444;
	padding-left: 3px;
	padding-right: 0;
	margin-right: 0;
	color: #fff;
}

#searchbox:focus, #searchbox:active, #quicklinks:focus, #quicklinks:active {
	color: #000;
	background-color: #fb6;
}

#searchsubmit:focus, #searchsubmit:active, #quicklinksubmit:focus, #quicklinksubmit:active {
	color: #000;
	background-color: #ddd;
}

#isunav {
	background: transparent url(isunavul_level0.gif) repeat-x top;
	height: 26px;
}

#bannernav #homelink, #bannernav #aboutisulink, #isunav ul li {
	display: none; 
}

# {
	float: right;
	margin: -2px 0 2px 0;
	padding: 0;
	font-size: .7em;
	font-style: italic;
	color: #666;
	padding-right: 1em;
}

# p {
	margin: 0;
	padding: 0;
}
# img {
	margin-left: 2px;
	padding-top: 1px;
}
#clearfooter{
	clear: both;
}

#isuFooter {
	background: #000 url(footer.gif) repeat-x top;
	height: 67px;
	font-size: .7em;
	text-align: center;
	color: #eee;
}

#isuFooter p {
	background: transparent url(footer_p_level0.gif) no-repeat top;
	padding: 29px 0 0 0;
	margin: 0;
	text-align: center;
}

* html #isuFooter p {
	/* Applies only to IE */
	margin-left: -2px;
}

#isuFooter a:link, #isuFooter a:visited, #isuFooter a:active {
	color: #eee;
}

#isuFooter a:hover {
	color: #fb6;
	text-decoration: none;
}

/* for image transitions */
/* duplicate image positioning */ 
img.idupe { 
	position:absolute; 
	z-index:30000; 
	visibility:hidden; 
}

/* ############ END ISU HOMEPAGE-ONLY STYLES ############ */

#isuHeader, #isuFooter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #fcfcfc url(stripe.gif) repeat-x top;
	font-size: 100%;
}

#container, #topCobrandedHeader, #lightbox{
	font-size: 12px;
}

#menuTop {
	margin-top: 10px;
}

#menuTop, #menuTop ul,#menuTop li ul {
	background: #000; 
}
#menuTop ul{ 
	padding: 5px 0 0 0 
}
#menuTop{
	padding:0 5px;	
	margin:0 10px;	
	width:auto;
}
#menuTop li.menuHover li a:hover{
	color: orange;
}
#topCobrandedHeader, #footer ul {
	margin:10px;	
}
#content{
	padding: 10px;
}

.mainBox h4, .listPanel caption, .listPanel th, .detailsTable caption, .infoTable th, .infoTable caption{
	background: #d94;
	color: black;
}

.listPanel .browsingLP span{
	color: #333;
}

.listPanel .over{
	background: #fed597;
}

.detailsTable caption a{
	color: #000;
}

a {
	color: #462300;
}

a:hover {
	color: #A31;
}

#container h1, h2{
	color: #000;
}

.tabs .active {
	background: #Fb6 !important;
	color: #000;
}

