@charset "UTF-8";
/* Adapted from University of Utah Stylesheet */
/* Templates by U of U Media Solutions (contact-us@media.utah.edu) */

/* --- global styles --- */

/* it's good practice to zero the margin, padding, and other elements to account for differing browser defaults */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}
body  {
	font: 100.01% Verdana, Helvetica, "Trebuchet MS",Arial, sans-serif;
	background: #666 url(../images/background/page-bg.gif) repeat;
	color: #000;
	text-align: center; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
}
h1 { padding: 0.85em 0 0.5em 0; }
h2, h3 { padding: 0.5em 0 0.2em 0; }
h4, h5, h6 { padding: 0.5em 0 0 0; }
h1 { font-size: 130%; color: #666; letter-spacing: .02em; }
h2 { font-size: 110%; color: #900; }
h3 {
	font-size: 85%;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-bottom: 10px;
	border-bottom: 2px #ccc solid;
}
h4 { font-size: 90%; color: #666; line-height: 1.0em; }
h5 { font-size: 85%; color: #c00; }
h6 { font-size: 85%; color: #333; }
p { 
	font-size: 90%; 
	color: #000; 
	margin: 0.2em 0 0.8em 0; 
}
strong { font-weight: bold; color: #333; }
em { font-style: italic; }
a { font-weight: normal; }
a:link { color: #8f5917; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:focus, a:hover, a:active { color: #600; text-decoration: none; }
table {
	font-size: 80%;
}
form textarea {
	margin: 10px 0;
}
hr {
	border: 0;
	color: #777;
	background-color: #777;
	height: 2px;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}

/* --- page layout styles --- */

.mb_style #wrapper,
.bc_style #wrapper { 
	position: relative;
	z-index: 5;
	width: 90%;
	max-width: 75em;
	min-width: 58em;
	margin: 0 auto;
	background: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
.mb_style #header,
.bc_style #header { 
	position: relative;
	z-index: 5;
	width: 100%;
	border-top: #333 10px solid;
	background: #666 url(../images/header/whtBck.jpg) top left no-repeat !important;
}
.mb_style #headerLeft,
.bc_style #headerLeft {
	float: left;
	width: auto; 
}
.mb_style #headerRight,
.bc_style #headerRight {
	position: relative;
	float: right;
	width: 25em;
}
.mb_style #headerNavBar,
.bc_style #headerNavBar {
	clear: both;
	width: 100%;
	height: 1em;
	color: #fff;
	text-align: center;
	padding: 0.2em 0 0 0;
	background-color: #b11;
	border-top: #900 7px solid;
}
.mb_style #headerNavBar {
	background-color: #b11;
	border-top: #ae7c33 7px solid;
}
.bc_style #headerNavBar {
	background-color: #900;
	border-top: #ae7c33 7px solid;
}
.mb_style #innerWrapper,
.bc_style #innerWrapper {
	position:relative;
	z-index:4;
	width: 100%;
	max-width: 75em;
	min-width: 58em;
	background: #fff;
	clear:both;
}
.mb_style #sideColumn,
.bc_style #sideColumn {
	position: relative;
	z-index: 1;
	float: left; 
	width: 11.5em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.mb_style #sideColumn {
	background: #b11;
}
.bc_style #sideColumn {
	background: #900;
}
.mb_style #sideColumn div,
.bc_style #sideColumn div {
	margin: 0 0 0 10px; /* this creates the left and right margin for the side columns */
}
.mb_style #content,
.bc_style #content {
	position:relative;
	z-index: 1;
	margin: 0 14em 0 13em;
} 
.mb_style #content .spacer,
.mb_style #content div {
	margin: 0 20px 0 10px; /* padding here creates white space "inside the box." */
	width: 88%;
}

.bc_style #content .spacer,
.bc_style #content div {
	margin: 0 20px 0 10px; /* padding here creates white space "inside the box." */
	width: 88%;
}
.col{
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.mb_style .side1,
.bc_style .side1 { 
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 12em;
	border-right: #adab92 7px solid;
}
.mb_style .side1 { 
	background: #b11;
}
.bc_style .side1 { 
	background: #900;
}
.mid { 
	position:absolute;
	z-index: 0;
	bottom: 0;
	width: 50%; 
	background: #fff url(../images/background/uofu_medallion_lt.gif) bottom left no-repeat;
	left: 22%;
}
.mb_style #footer,
.bc_style #footer {
	clear: both;
	position: relative;
	z-index: 5;
	min-height: 30px;
	background-color: #333;
	margin: -0.1em 0 0 0;
	padding: 0 0 8px 0;
} 
.mb_style #footer p, .mb_style #footer ul,
.bc_style #footer p, .bc_style #footer ul {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
html>body .col { top: 0 } /* hide from ie6 and under  */
.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

/* --- header styles --- */

/* --- headerRight styles (top right bar) --- */
.mb_style #headerRight div ul,
.bc_style #headerRight div ul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #dac092;
	font-weight: normal;
	background: #333 url(../images/header/whtBar_corner.gif) left bottom no-repeat;
	margin: 0;
	padding: 0 .7em .5em 2em;
}
#headerRight div ul li {
	display: inline;
	padding: 0 .25em 0 .5em;
	margin: 0;
}
#headerRight div li + li {
	border-left: #dac092 1px solid;
}
#headerRight div a:link, #headerRight div a:visited { 
	color: #fff; 
	text-decoration: none;	
}
#headerRight div a:focus, #headerRight div a:hover, #headerRight div a:active { 
	color: #dac092; 
	text-decoration: none; 
}

/* --- search styles --- */
#search {
	float: right;
	width: 15em;
	text-align: right;
	padding: .5em 1em 0 0;
}
#search form input {
	display: inline;
	margin: 0 .25em 0 0;

}
#search form label input {
	width: 10em;
	height: 1em;
	margin-bottom: .4em;
}
#search form label {
	position: absolute;
	top: -1000px;
	left: -1000px
	font-size: 1px;
	color: #999;
}

/* --- headerNavBar styles --- */
.mb_style #headerNavBar{
	background: #550866 url(../images/background/colorBarMB_Bck.jpg) top left no-repeat;
	border-bottom: #b11 7px solid;
}
.bc_style #headerNavBar{
	background: #553266 url(../images/background/colorBarBC_Bck.jpg) top left no-repeat;
	border-bottom: #900 7px solid;
}
#headerNavBar ul {
	width: 100%;
	list-style: none;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#headerNavBar ul li {
	display: inline;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 2px 0 7px;
}
#headerNavBar li + li {
	border-left: #dac092 2px solid;
}
.mb_style #headerNavBar a:link, .mb_style #headerNavBar a:visited,
.bc_style #headerNavBar a:link, .bc_style #headerNavBar a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 2px 4px 7px;
}
.mb_style #headerNavBar a:focus, .mb_style #headerNavBar a:hover, .mb_style #headerNavBar a:active,
.bc_style #headerNavBar a:focus, .bc_style #headerNavBar a:hover, .bc_style #headerNavBar a:active {
	color: #fff; 
	font-weight: bold;
	text-decoration: none;
	padding: 4px 2px 4px 7px;
}
.mb_style #headerNavBar a:focus, .mb_style #headerNavBar a:hover, .mb_style #headerNavBar a:active {
	background-color:#900;
}
.bc_style #headerNavBar a:focus, .bc_style #headerNavBar a:hover, .bc_style #headerNavBar a:active {
	background-color:#b11;
}

/* --- content styles --- */
#content ul, ol {
	font-size: 90%;
	list-style-position: outside;
	padding-left: 0.4em;
	margin: 0.2em 0 0.5em 0.25em;
}
#content ul {
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
}
#content img {
	max-width: 100%;
	margin: 0 0 .1em 0;
}
#content table {
	max-width: 95%;
	border-top:2px #ddd solid;
	margin-top: 0.5em; 
	padding-top: 0.3em; 
}
#content table td {
	font-size: 100%;
	vertical-align: top;
	padding: 0 0.5em 0.8em 0;
}

/* --- sideColumn styles --- */
#sideColumn ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 95%;    
	color: #fff;
    font-weight: normal;
}
* html #sideColumn ul {
	height: 1%;					/* IE6 fix to give list "hasLayout" */
}
#sideColumn ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 3px 0 3px 10px;
}
#sideColumn a {
	display: block;
	font-weight: normal;
	font-size: 95%;
	text-decoration: none;
	padding: 2px 4px;
}
.mb_style #sideColumn ul a:link, .mb_style #sideColumn ul a:visited { 
	color: #edb; 
	background-color: #b11;
}
.bc_style #sideColumn ul a:link, .bc_style #sideColumn ul a:visited { 
	color: #edb; 
	background-color: #900;
}
.mb_style #sideColumn ul a:focus, 
.mb_style #sideColumn ul a:hover, 
.mb_style #sideColumn ul a:active { 
	color: #fff; 
	background-color: #adab92; 
}
.bc_style #sideColumn ul a:focus, 
.bc_style #sideColumn ul a:hover, 
.bc_style #sideColumn ul a:active { 
	color: #fff; 
	background-color: #adab92; 
}

/* expandable menu styles */
#sideNav, #sideNav ul
{
    padding: 0;
    margin: 0;
    width: 160px;
}
#sideNav a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
	padding-left: 15px;
}
.mb_style #sideColumn #sideNav a:link,
.mb_style #sideColumn #sideNav a:visited {
	background: #b11 url(../images/nav/inactive.gif) top left no-repeat;
}
.bc_style #sideColumn #sideNav a:link,
.bc_style #sideColumn #sideNav a:visited {
	background: #900 url(../images/nav/inactive.gif) top left no-repeat;
}
.mb_style #sideColumn #sideNav a:focus, 
.mb_style #sideColumn #sideNav a:hover, 
.mb_style #sideColumn #sideNav a:active { 
	background: #b11 url(../images/nav/expand.gif) top left no-repeat;
}
.bc_style #sideColumn #sideNav a:focus, 
.bc_style #sideColumn #sideNav a:hover, 
.bc_style #sideColumn #sideNav a:active { 
	background: #900 url(../images/nav/expand.gif) top left no-repeat;
}
#sideNav .subMenu {
	background-color: #adab92;
	width:  145px;
	margin: 3px 10px 0 15px;
	padding: 0;
	font-size: 90%;
}
#sideNav .subMenu li {
	border-bottom: 2px #900 solid;
}
#sideNav .subMenu a {
	padding: 0 5px 0 0;
	font-weight: bold;
}
.mb_style #sideColumn #sideNav .subMenu a:link, 
.mb_style #sideColumn #sideNav .subMenu a:visited {
	background-color: #adab92;
	background-image: none;
	color: #333;
}
.bc_style #sideColumn #sideNav .subMenu a:link, 
.bc_style #sideColumn #sideNav .subMenu a:visited {
	background-color: #adab92;
	background-image: none;
	color: #333;
}
.mb_style #sideColumn #sideNav .subMenu a:focus, 
.mb_style #sideColumn #sideNav .subMenu a:hover, 
.mb_style #sideColumn #sideNav .subMenu a:active { 
	background-color: #adab92;
	background-image: none;
	color: #fff;
}
.bc_style #sideColumn #sideNav .subMenu a:focus, 
.bc_style #sideColumn #sideNav .subMenu a:hover, 
.bc_style #sideColumn #sideNav .subMenu a:active { 
	background-color: #adab92;
	background-image: none;
	color: #fff;
}
.mb_style #sideColumn #sideNav ol a:link,
.mb_style #sideColumn #sideNav ol a:visited { 
	background-color: #adab92;
	background-image: none;
	color: #333;
}
.mb_style #sideColumn #sideNav ol a:focus, 
.mb_style #sideColumn #sideNav ol a:hover, 
.mb_style #sideColumn #sideNav ol a:active { 
	background-color: #adab92;
	background-image: none;
	color: #fff;
}
.bc_style #sideColumn #sideNav ol a:link,
.bc_style #sideColumn #sideNav ol a:visited { 
	background-color: #adab92;
	background-image: none;
	color: #333;
}
.bc_style #sideColumn #sideNav ol a:focus, 
.bc_style #sideColumn #sideNav ol a:hover, 
.bc_style #sideColumn #sideNav ol a:active { 
	background-color: #adab92;
	background-image: none;
	color: #fff;
}

#sideColumn h1, #sideColumn div h2 { padding: .5em 0 .2em .2em; }
#sideColumn h3, #sideColumn div h4, #sideColumn div h5, #sideColumn div h6 { padding: 0.5em 0 0 10px; }
#sideColumn h1 { 
	font-size: 90%;
	font-weight: normal; 
	text-transform: uppercase;
	color: #dac092;
	padding: .2em 0 .1em 0;
}
#sideColumn h2 { 
	font-size: 85%; 
	font-weight: bold; 
	color: #eee;
}
#sideColumn h3 {
	font-size: 85%;
	color: #dac092;
	font-weight: normal; 
	text-transform: uppercase;
	border-bottom: none; 
	margin-bottom: 0;
}
#sideColumn h4 { font-size: 95%; color: #eee; font-weight: normal; }
#sideColumn h5 { font-size: 90%; color: #dac092; font-weight: normal; }
#sideColumn h6 {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: normal;
	color: #eee;
}
#sideColumn p {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 80%;
	line-height: 120%;
	color: #fff;
	padding: 0.2em 0 0.5em 10px;
}
#sideColumn p a {
	display: inline;
	padding: 0;
}

/* --- footer styles --- */
#footer ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 0 .2em 0 .5em;
}
#footer li + li {
	border-left: #fff 1px solid;
}
#footer a:link,
#footer a:visited { 
	color: #fff; 
	text-decoration: none; 	
}
#footer a:focus,
#footer a:hover, 
#footer a:active { 
	color: #dac092; 
	text-decoration: none; 	
}

/* --- faculty styles --- */
#content #facultyPhoto {
	float: right;
	width: 35%;
	margin: 10px 0;
	padding: 0;
}
#content #facultyPhoto img {
	border: 1px solid #000;
	margin: 0 0 10px 10px;
}
#content #facultyInfo img {
	border: none;
	margin: 0;
	padding: 0;
}
.degrees {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

/* --- slideshow styles --- */
#content #slideshow {
	position: relative;
	width: 320px;
	overflow: hidden;
	float: right;
	background: #e7d6b5;
	/*margin: 0 0 20px 0;*/
	margin: 0 0 20px 20px;
	padding: 5px 20px 0 0;
}
#slideshow #slides {
	width: 300px;
	min-width: 300px;
	margin: 0;
	padding: 0;
}
#slides div {
	top: 0;
	left: 10px !important;
	padding-top: 15px;
}
#slides h2,
#slides p,
#slides ul,
#slides ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0.5em 0 0.2em 0;
	color: #333;
}
#slides h2 {
	color: #555;
}
#slides ul,
#slides ol {
	padding: 0.5em 0 0.2em 1.2em;
}

/* --- formstyle form styles --- */
form
.formstyle {
	width: 100%;
	min-width: 500px;
	max-width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}
.formstyle fieldset {
	padding: 10px; /* padding in fieldset supports display in IE */
	padding: 0 0 5px 0;
	margin: 0 0 0 10px;
	border-bottom: 1px #888 solid;
}
.formstyle legend {
	color: #933;
	font-size: 110%;
	font-weight: normal;
	padding: 1em 0 0 0;
	margin: 0;
}
.formstyle legend span {
	display:block;
	font-size: 75%;
	font-weight:normal;
	padding-top:5px;
	color: #c00;
}
.formstyle br {
	clear: both;  /* clears floats placed on labels */
}
.formstyle .columnLeft {
	display: block;
	float: left;
	width: 35%;
	font-size: 90%;
	margin: 10px 0 3px 0;
	padding: 0.8em 1em 0 0;
}
.formstyle .columnRight {
	display: block;
	float: left;
	width: 60%;
	font-size: 90%;
	margin: 10px 0 3px 0;
	padding: 5px 0 0 0;
}
.formstyle .required {
	color: #c00 !important;
}
.formstyle .smallText {
	font-size: 80%;
}
.formstyle .submit {
	border-top: 2px #aaa solid;
	border-bottom: none !important;
}	
.formstyle .submit label {
	clear: both;
	padding-right: 10px;
}

/* --- class styles --- */
.clearDirectory { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
	margin: 0;
	padding: 0;
}
.leftfloat { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.rightfloat { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.pixLeft { /* this class can be used to put a border on an image and float it left */
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #000;
}
.pixRight {  /* this class can be used to put a border on an image and right it left */
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid #000;
}
.captions {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 80%;
	margin: 20px 0;
	border-top: 2px #ccc solid;
	}
.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.1em;
	font-weight: lighter;
	color: #999;
	padding: 5px 0;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
}
.borderBelow {
	border-bottom: 2px #888 solid;
}
.borderAbove {
	border-top: 2px #888 solid;
}

.tablesubhead {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-weight: bold;
}
tr.tableHeader {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	background-color: #7e7e7e;
}
tr.tablerow1 {
	font-size: 80%;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	background-color: #fff;
}
tr.tablerow2 {
	font-size: 80%;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	background-color: #dad8d3;
}

/* --- IE6 and earlier hacks--- */

* html .mb_style #wrapper { width: 58em; } /*ie5 needs this */
* html .bc_style #wrapper { width: 58em; } /*ie5 needs this */
* html #footer, * html #header { height:1px }
* html .col{ display: none; }
* html .mb_style .side1, * html .bc_style .side1 { display: none; }
* html .mid { display: none; }
* html .mb_style #innerWrapper {
	background: #fff url(../images/background/sideFill_MB.gif) top left repeat-y;
} 
* html .bc_style #innerWrapper {
	background: #fff url(../images/background/sideFill_BC.gif) top left repeat-y;
}

