/* DEFAULT TAGS -------------------------- */

body {
	margin: 0;
	/*background:url(file:///Macintosh%20HD/Users/cws/Desktop/Craig_Steven/__images/layout/background.jpg) repeat-x;*/
	}
p {
	font: small arial, sans-serif;
	color: #000;
	background: none;
	margin-top: 0;
	}
a, a:link {
	text-decoration: none;
	font-weight: bold;
	color: #006;
	padding: 0;
	margin: 0;
	}
a:visited {
	color: #999;
	}	
a:hover {
	color: #c00;
	text-decoration: underline;
	background: #eee;
	padding: 0;
	margin: 0;
	}
a:active {
	color: #c00;
	text-decoration: underline;
	background: #eee;
	padding: 0;
	margin: 0;
	}
h1 {
	font: italic bold large arial, sans-serif;
	color: #000;
	margin-top: 0;
	}
h2 {
	font: italic bold medium arial, sans-serif;
	color: #000;
	margin-bottom: 2px;
	margin-top: 0;
	border-top: 1px solid #999;
	background: url(../__images/layout/bg_h2_grad_gry2wht.gif) repeat-x;
	}
h2 a {
	display: block;
	}
h2 a:hover {
	text-decoration: none;
	color: #c00;
	}
h3 { 
	font: italic medium arial, sans-serif; 
	color: #009; 
	margin: 0 0 2px 0;
	}
h4 {
	font: italic small arial, sans-serif;
	color: #000;
	margin: +10px 0 2px 0;
	}
h5 {
	font: italic bold small arial, sans-serif;
	color: #000;
	}
h6 {
	font: italic small arial, sans-serif;
	color: #000;
	margin: +10px 0 0 0;
	}
ol {
	font: small arial, sans-serif;
	color: #000;
	}
ul {
	font: small arial, sans-serif;
	color: #000;
	list-style-type: square;
	}
ul li ul {
	list-style-type: circle;
	}
table {
	text-align: left;
	}
td {
	font: small arial, sans-serif;
	color: #000;
	}
td.tdcentered {
	text-align: center;
	}
td.tdunderlined {
	text-align: center;
	border-bottom: 1px solid #333;
	display: block;
	background-color: #ddd;
	}
tr.tableheader {
	background-color: #ccc;
	}

/* DIVS -------------------------- */

#container {
	width: 750px;
	margin: 0 auto;
	background:#FFFFFF;
	}
#header {
	padding: 0;
	margin: 0;
	}
#textsizer {
	width: 150px;
	border-bottom: 1px solid #ccc;
	background: #eee;
	padding: 2px;
	text-align: center;
	}
#navcontainer { /* used for SIDEBAR NAV; holds #navleft and #miscleft */
	float: left;
	width: 196px;
	}
#gutter { /* when HORIZONTAL NAV is used, this gutter will contain content in lieu of vertical navigation; this replaces #navleft and holds #gutterleft and #miscleft */
	float: left;
	width: 196px;
	}
#navleft, #gutterleft {
	display: block;
	padding: 0 1px 0 0;
	width: 196px;
	border-right: 1px solid #c00;
	background: transparent url("../__images/layout/bg_nav.jpg") no-repeat;
	}
#miscleft {
	display: block;
	padding: 0;
	width: 196px;
	margin: 10px 0 50px 0;
	}
#navhoriz {
	display: block;
	top: 50px;
	left: 50px;
	width: 700px;
	padding: 5px;
	margin: 5px 0;
	}
#content {
	margin-top: 1em;
	padding-right: 10px;
	border-right: 1px dotted #eee;
	}
#columna {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	}
#columnb {
	margin: 0 0 50px 265px;
	padding: 0;
	width: 250px;
	}
#footer {
	clear: both;
	width: 722px;
	margin: 50px 0 0 10px;
	padding: 0;
	}
#expo1, #expo2, #expo3, #expo4, #expo5, #expo6, #expo7, #expo8, #expo9, #expo10 { /* these exposition items display extra content when user clicks show/hide controls */
	display: none;
	}
	
/* HEADER -------------------------- */

#combiheader {
	width: 730px;
	margin: 0;
	padding: 10px;
	display: block;
	}
.textright {
	text-align: right;
	}
#combiheader p {
	font: italic 75% times;
	color: #000;
	letter-spacing: -0.001em;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	}
#combiheader p a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
	padding: 0 4px;
	border-left: 1px solid #000;
	}
#combiheader p a:hover {
	text-decoration: underline;
	}
#combiheader p a.firstitem {
	border-left: none;
	}
#uhlogotype {
	padding-top: 4px;
	float: left;
	clear: both;
	margin: 0;
	}

/* FOOTER -------------------------- */

#footeruh {
	border-top: 1px solid #c00;
	padding: 4px 10px 50px 10px;
	width: 730px;
	margin: 0;
	}
#uhinterlocklogo {
	float: left;
	padding: 4px 6px 4px 0;
	margin: 0;
	border-right: 1px solid #c00;
	}
#footeruh p {
	font: italic 75% times;
	color: #000;
	padding: 4px;
	letter-spacing: -0.001em;
	line-height: 0.5em;
	margin: 0;
	}
#footeruh p a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
	padding: 0 4px;
	border-left: 1px solid #000;
	}
#footeruh p a:hover {
	text-decoration: underline;
	}
#footeruh p a.firstitem {
	border-left: none;
	}
#footeruh p a.lastitem {
	border-right: 1px solid #000;
	margin-right: 4px;
	}

/* NAVIGATION (HORIZONTAL DROP DOWN) -------------------------- */

#navhoriz ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#navhoriz li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

#navhoriz li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#navhoriz li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navhoriz li:hover ul, #navhoriz li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* NAVIGATION (VERTICAL NON-DROP DOWN) -------------------------- */

/* level 1 */

#navleft a {
	display: block;
	margin: 0;
	}
#navleft ul {
	font: bold small arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	display: block;
	overflow: hidden;
	}
#navleft ul li {
	border-bottom: 1px solid #bcd;
	line-height: 130%;  /* fixes IE display glitch of ul menus */
	display: block;
	}
#navleft ul li a {
	color: #000;
	padding-left: 20px;
	}
#navleft ul li a:link {
	color: #000;
	padding-left: 20px;
	}

#navleft ul li a:visited {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	}
#navleft ul li a:hover, #navleft ul li a:active, #navleft ul li a.navselected {
	color: #c00;
	text-decoration: none;
	background: #fff;
	border-right: thick solid #c00;
	}
	
/* level 2 */

#navleft ul li ul {
	font: x-small arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	overflow: hidden;
	}
#navleft ul li ul li {
	border-top: 1px solid #222;
	border-bottom: none;
	display: block;
	}
#navleft ul li ul li a, #navleft ul li ul li a:link {
	color: #fff;
	background: #333;
	padding: 0 0 0 40px;
	text-decoration: none;
	}
#navleft ul li ul li a:visited {
	color: #fff;
	padding: 0 0 0 40px;
	text-decoration: none;
	}
#navleft ul li ul li a:hover, #navleft ul li ul li a:active, #navleft ul li ul li a.navselected, #navleft ul li ul li a.navselected:visited {
	color: #c00;
	background: #fff;
	border-right: thick solid #c00;
	text-decoration: none;
	}
	
/* level 3 */
	
#navleft ul li ul li ul {
	font: x-small arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	overflow: hidden;
	}
#navleft ul li ul li ul li {
	border-top: 2px solid #222;
	border-bottom: none;
	display: block;
	}
#navleft ul li ul li ul li a, #navleft ul li ul li ul li a:link {
	color: #fff;
	background: #000;
	margin: -1px 0 0 0;
	padding: 0 0 0 60px;
	text-decoration: none;
	}
#navleft ul li ul li ul li a:visited {
	font-weight: bold;
	color: #fff;
	margin: -1px 0 0 0;
	padding: 0 0 0 60px;
	text-decoration: none;
	}
#navleft ul li ul li ul li a:hover, #navleft ul li ul li ul li a:active, #navleft ul li ul li ul li a.navselected, #navleft ul li ul li ul li a.navselected:visited {
	font-weight: bold;
	color: #c00;
	background: #fff;
	border-right: thick solid #c00;
	display: block;
	margin: -1px 0 0 0;
	text-decoration: none;
	}

/* CUSTOM --------------------------*/

#combiheader img {
	border: 0;
	margin: 0;
	padding: 0;
	}
#header img a, #header img a:hover, #header img a:active {
	background: #fff;
	}
.redhot, .redhot a {
	font-weight: bold;
	color: #c00;
	}
.phototopright {
	float: right;
	border: solid 1px #aaa;
	margin: 0 0 5px 5px;
	padding: 2px;
	}
.photocaptionright {
	float: right;
	display: block;
	font: x-small arial, sans-serif;
	text-align: center;
	width: 104px;
	padding: 1px 0 5px 0;
	}
.photoright {
	margin: 5px 0 5px 5px;
	float: right;
	}
.clear {
	clear: both;
	margin-top: 20px;
	}
.bulletword {
	list-style-image:   url("../__images/layout/icons/word.gif");
	}
.bulletacrobat {
	list-style-image:   url("../__images/layout/icons/acrobat.gif");
	}
.bulletextlink {
	list-style-image:   url("../__images/layout/extlink.png");
	}
.bulletwindows {
	list-style-image:   url("../__images/layout/icons/windows.gif");
	}
.bulletapple {
	list-style-image:   url("../__images/layout/icons/apple.gif");
	}
.bulletnoimg {
	list-style-image:   none;
	}
.sidebarred {
	width: 200px;
	background-color: #ddd;
	border: solid 1px #c00;
	font: italic bold medium arial, sans-serif;
	color: #c00;
	float: right;
	padding: 5px 0 5px 5px;
	text-align: center;
	}
.sidebarred a {
	color: #c00;
	}
ul.sidebarblue {
	width: 200px;
	background-color: #ddd;
	border: solid 1px #006;
	float: right;
	padding: 5px 0 5px 5px;
	list-style-type: none;
	}
ul.sidebarblue a {
	color: #009;
	}
ul.sidebarblue li {
	font: italic bold large arial, sans-serif;
	color: #000;
	}
ul.sidebarblue li ul li {
	font: normal bold small arial, sans-serif;
	color: #000;
	list-style-type: square;
	}
ul.sidebarblue li ul li a {
	color: #009;
	}
ul.sidebarblue li ul li a:hover, ul.sidebarblue li ul li a:active {
	color: #c00;
	text-decoration: underline;
	}
ul.sidebarblue li ul li a:visited {
	color: #09c;
	}
.deptlogo {
	padding: 0;
	margin: 10px 10px;
	border: 0;
	}
.deptlogo a, .deptlogo a:hover, .deptlogo a:active {
	background: #fff;
	text-decoration: none;
	}
.featurecaption {
	background: #000;
	width: 489px;
	font: x-small verdana;
	color: #fff;
	padding: 10px 5px 5px 5px;
	margin: -5px 0 10px 0;
	text-align: justify;
	}
.featurecaption a {
	font-style: italic;
	color: #acd;
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
	}
.readmore, .backtotop {
	font: italic x-small verdana;
	color: #c96;
	text-align: right;
	margin-top: -10px;
	}
ol.lettered {
	font: small arial, sans-serif;
	list-style-type: upper-alpha;
	}
ol.lettered li ol li ol li {
	list-style-type: lower-alpha;
	}
ol.lettered li ol li ol li ol li {
	list-style-type: decimal;
	}
ul.twocolumn {
	font: small arial, sans-serif;
	display: inline;
	}
.footercontactinfo {
	font: italic x-small arial, sans-serif;
	color: #333;
	text-align: center;
	margin: 5px 5px;
	}
.fineprint {
	font: italic x-small arial, sans-serif;
	color: #333;
	}
.newsintro {
	font: normal x-small verdana;
	color: #333;
	}
.initialcontent {
	margin-top: 0;
	}
.extlink, a:link.extlink, a:hover.extlink { 
	padding-right: 16px; 
	background-image: url("../__images/layout/extlink.png"); 
	background-position: right; 
	background-repeat: no-repeat;
	}
.left {
	float: left;
	padding: 0 3px 0 20px;
	}
.center {
	text-align: center;
	}
.bottomline {
	border-bottom: 1px solid #999;
	}
img.bottomline {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999;
	}
.hide {
	display: none;
	}
.alignright {
	text-align: right;
	}
.docacrobat, a:link.docacrobat, a:hover.docacrobat { 
	padding-right: 20px; 
	background-image: url("../__images/layout/icons/acrobat.gif"); 
	background-position: right; 
	background-repeat: no-repeat;
	}
.bold {
	font-weight: bold;
	}
.bolditalic {
	font-weight: bold;
	font-style: italic;
	}
.bolditalicunderline {
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #000;
	}
.italic {
	font-style: italic;
	}
.underline {
	border-bottom: 1px solid #000;
	}
.textright {
	text-align: right;
	}
/* FACULTY PAGES -------------------------- */

h1.positiontitle {
	font: italic bold large arial, sans-serif;
	color: #006;
	margin-top: -1em;
	}
#facstaffsidebar {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	}
img.facstaffphoto {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 0 0 5px 0;
	}
ul.facstaffjumps {
	font: x-small arial;
	width: 150px;
	color: #000;
	margin: 0;
	padding: 0 0 0 5px;
	border-top: 1px solid #999;
	background: #eee;
	list-style-type: none;
	}
ul.nobullets {
	list-style-type: none;
	}
ul.smalltypelist {
	font: x-small arial, sans-serif;
	margin: 5px 0 5px 5px;
	padding-left: 5px;
	text-indent: 0;
	list-style: none;
	}
.sidegradient {
	background: url("../__images/layout/bg_grad_cream2wht150w.png") repeat-y;
	}
.linkback {
	position: absolute;
	top: 118px;
	left: 640px;
	padding: 2px;
	border: 1px solid #ddcc9f;
	background: url("../__images/layout/bg_grad_cream2wht150w.png");
	width: 100px;
	font: x-small arial, sans-serif;
	white-space: nowrap;
	}
.linkback a:visited {
	color: #006;
	}

/* TEXT SIZING TOOL -------------------------- */

.small {
	font: small arial, sans-serif;
	}
.medium {
	font: medium arial, sans-serif;
	}
.large {
	font: large arial, sans-serif;
	}