/* ############ GLOBAL STYLES ############ */

body {
	background: #fefefe url(http://www.isu.edu/websc/exports/images/stripe.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body.level0 {
	background: #fcfcfc url(http://www.isu.edu/websc/exports/images/stripe.gif) repeat-x top;
}

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

html,body {
	margin: 0;
	padding: 0;
}

a {
	color: #000066;
}

a:visited {
	color: #820080;
}

a:hover {
	color: #0000ff;
}

#container {
	background: transparent url(http://www.isu.edu/websc/exports/images/background.gif) repeat-y left;
	min-height: 100%;
	/* width: 744px; */
	width: 750px;
	margin: 0 auto -67px auto;
}

.level0 #container {
	background: #fdfdfd url(http://www.isu.edu/websc/exports/images/level0_pagebg.gif) repeat-y center;
}

.level3 #container   {
	background: none;
}

* html #container {
	height: 100%;
}

abbr, acronym, span.abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
}
/* ############ END GLOBAL STYLES ############ */


/* ############ HEADER/BANNER STYLES ############ */

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

#header h1 {
	background: transparent url(http://www.isu.edu/websc/exports/images/wordmark.gif) no-repeat top left;
	width: 152px;
	height: 45px;
	margin: 5px 0 0 5px;
	padding: 0;
}

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

#header 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;
}

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

.skip:active, .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(http://www.isu.edu/websc/exports/images/isunav.gif) repeat-x top;
	height: 26px;
	font-size: .6em;
	overflow: hidden;
}

#isunav ul {
	background: transparent url(http://www.isu.edu/websc/exports/images/isunavul.gif) no-repeat top;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	height: 26px;
	text-align: center;
	width: 744px;
}

.level0 #isunav ul {
	background: transparent url(http://www.isu.edu/websc/exports/images/isunavul_level0.gif) no-repeat top;
}

#isunav li {
	float: left;
}

#isunav a:link, #isunav a:visited, #isunav a:active {
	display: block;
	height: 22px;
	width: 149px;
	background-color: transparent;
	text-decoration: none;
	line-height: 2.2em;
	font-weight: bold;
	color: #000;
	text-indent: -9999px;
}

* html #isunav a:link, * html #isunav a:visited, * html #isunav a:active {
	/* Applies only to IE */
	margin-bottom: -2px;
}

#isunav a:hover {
	background-color: #FB6;
	color: #333;
}

#isunav a#academics{ background-image: url(http://www.isu.edu/websc/exports/images/isunav_academics.gif); }
#isunav a#prospectivestudents{ background-image: url(http://www.isu.edu/websc/exports/images/isunav_prospect.gif); }
#isunav a#currentstudents{ background-image: url(http://www.isu.edu/websc/exports/images/isunav_current.gif); }
#isunav a#facultystaff{ background-image: url(http://www.isu.edu/websc/exports/images/isunav_faculty.gif); }
#isunav a#alumnivisitors{ background-image: url(http://www.isu.edu/websc/exports/images/isunav_alumni.gif); }

#isunav ul li #alumnivisitors {
	width: 148px;
}

#libnav {
	background: transparent url(http://www.isu.edu/websc/exports/banners/green/isunavul_green.gif) no-repeat;
	height: 26px;
	width: 745px;
	font-size: .6em;
	overflow: hidden;
}

#libnav ul {
	background: transparent url(http://www.isu.edu/library/images/libnavulgreen.gif) no-repeat top;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	height: 26px;
	text-align: center;
	/* width: 745px;  */
	width: 800px;
}

#libnav li {
	float: left;
}

#libnav a:link, #libnav a:visited, #libnav a:active {
	display: block; 
	height: 22px;
	width: 190px;
	background-color: transparent;
	text-decoration: underline;
	line-height: 2.2em;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	/* text-indent: -9999px; */
}

* html #libnav a:link, * html #libnav a:visited, * html #libnav a:active {
	/* Applies only to IE */
	margin-bottom: -2px;
}

#libnav a:hover {
	/* background-color: #669D92; */
	Background-color: #7EB3A8;
	color: #00F;
}

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

#libbannerforms h1  {
	background-color: #FFF;
	text-align: left;
	font-size: 1.2em;
}

#libbannerforms h2  {
	background-color: #FFF;
	text-align: left;
	font-size: 1.1em;
}

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

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

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

#libquicklinks:focus, #libquicklinks:active {
	color: #0000FF;
	background-color: #E3F0ED;

}

#trail {
	align: left;
	font-size: 10px; 
}

/* ############ END HEADER/BANNER STYLES ############ */



/* ############ CONTENT AREA STYLES ############ */

#content {
	margin-left: 195px;
	padding: 10px 10px 10px 0;
	margin-bottom: 10px;
}

.level0 #content, .level3 #content {
	margin-left: 0px;
}

#content table {
	/* margin-top: 2px; */
	/* margin-left: 20px; */
	/* margin-right: 10px; */
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px; 
}

#content td {
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
}

#content th {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
	color: #000000;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h2 {
	background-color: #7EB3A8;
	color: #FFF;
	padding: 2px 5px;
	margin-bottom: 8px;
	font-size: 1.2em;
}

.level0 #content h2 {
	/* background-color: #FB6; */
	background-color: #7EB3A8;
	color: #FFF;
	padding: 2px 5px;
	margin-bottom: 8px;
	font-size: 1em;
}

#content h3 {
	border-bottom: none;
	/* background-color: #FFF1DF;  */
	/* background-color: #669D92; */
	background-color: #7EB3A8;
	padding: 2px 0;
	margin: 10px 10px 0 10px;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}

#content h3 a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#content h3 a:hover {
	color: #0000ff;
	font-weight: bold;
}

#content h4 {
	padding: 2px 0;
	margin: 10px 10px 0 10px;
	font-size: .9em;
}

#content h5 {
	padding: 2px 0;
	margin: 10px 10px 0 15px;
	font-size: .8em;
}

#content .siteid {
	font-family: sans-serif;
	background-color: #ffffff;
	/* color: #035948 */
	color: #055A49;
}

#content p {
	font-size: .85em;
	/* font-size: 12px; */
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5em;
	/* color: #444; */
	color: #000000;
}

#content .indent {
	font-size: .85em;
	margin-top: 2px;
	margin-left: 25px;
	margin-right: 10px;
	line-height: 1.5em;
	color: #000000;
}

#content .indent2 {
	font-size: 1em;
	margin-top: 2px;
	margin-left: 25px;
	margin-right: 10px;
	line-height: 1.5em;
	color: #000000;
}

#content .mainp {
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5em;
	/* color: #444; */
	color: #000000;
}

#content .mainindent {
	font-size: 12px;
	margin-top: 2px;
	margin-left: 35px;
	margin-right: 10px;
	line-height: 1.2em;
	color: #000000;
}

#content .red {
	font-weight: bold;
	color: #FF0000;
}

#content blockquote {
	font-size: .9em; 
}

#content dd {
	font-size: .99em; 
}

#content dl, #content dt {
	font-size: .9em;
} 

#content dl dd { 
	font-size: .9em; 
} 

.level1 #content table, .level2 #content table {
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 10px;
}

.level1 #content td, .level2 #content td {
	font-size: .8em;
	line-height: 1.5em;
	color: #000000;
}

.level1 #content div.highlightbox {
	background-color: #FFF1DF;
	border: 1px solid #FEDCB3;
	font-weight: bold;
}

#content ul, #content ol {
	font-size: .85em;
	line-height: 1.5em;
	color: #000000;
}

#content ul ul, #content ol ol {
	font-size: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

#content ul p, #content ol p {
	font-size: 1em;
}

#content .leftcolumn {
	float: left;
	width: 360px;
	border-top: 1px solid #FFF; /* to line up with #rightcolumn */
}

#content .rightcolumn {
	margin-left: 365px;
	border-top: 1px solid #FFF; /* to fix disappearing padding from float problem */
}

#content .navcolumn {
	float: left;
	width: 150px;
	margin-top: 10px;
	border-top: 1px solid #FFF; /* to line up with #rightcolumn */
	background-color: #E3F0ED;
;
}

#content .contcolumn {
	margin-left: 160px;
	border-top: 1px solid #FFF; /* to fix disappearing padding from float problem */
}

#content .clearcolumn {
	position: relative;
	clear: both;
}

#content .intlinks {
	background-color: #E3F0ED; 
	text-align: center;
}

#ask {
	margin-left: 25px;
	text-align: left;
	font-size: 70%;
	color: #777;
	/* font-style: italic; */
}

#lastmod {
	margin-right: 15px;
	text-align: right;
	font-size: 70%;
	color: #777;
	font-style: italic;
}
/* ############ END CONTENT AREA STYLES ############ */



/* ############ FOOTER STYLES ############ */

#clearfooter{
	clear: both;
	height: 67px;
}

#footer {
	background: #000 url(http://www.isu.edu/library/images/footer.gif) repeat-x top;
	height: 67px;
	font-size: .7em;
	text-align: center;
	color: #EEE;
}

#footer p {
	background: transparent url(http://www.isu.edu/library/images/footer_g.gif) no-repeat top;
	padding: 29px 0 0 0;
	margin: 0;
}

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

.level0 #footer p {
	background: transparent url(http://www.isu.edu/library/images/footer_g_level0.gif) no-repeat top;
	padding: 29px 0 0 0;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #EEE;
}

#footer a:hover {
	color: #A7BFFA;
	text-decoration: underline;
}

/* ############ END FOOTER STYLES ############ */

