/* University of Utah Grey Stylesheet */
/* Written by Nikolai Langlois (nlanglois@mac.com) */
/* Modified by David Titensor (dave.titensor@ucomm.utah.edu) */
/* CSS Positioning by U of U Media Solutions (contact-us@media.utah.edu) */

/* --- global styles --- */
html, body, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #666 url(../images/background/page-bg.gif) repeat;
	font: 100.01% Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
}
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; font-family: Georgia, "Times New Roman", Times, serif; }
p { 
	font-size: 90%; 
	color: #000; 
	margin: 0.2em 0 0.8em 0; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong { font-weight: bold; color: #333; }
em { font-style: italic; }
a { font-weight: normal; }
a:link { color: #8f5917; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:focus, a:hover { color: #600; text-decoration: none; }
a:active { color: #600; text-decoration: none; }	
hr {
	border: 0;
	color: #339;
	background-color:#339;
	height: 2px;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}

/* --- layout styles --- */
#wrapper {
	width: 90%;
	max-width: 1200px;
	min-width: 890px;
	position: relative;
	background: #999 url(../images/header/grayBck.jpg) top left no-repeat;
	margin: 0 auto;
}
#innerWrapper {
	padding-left: 180px;   /* LC width */
	padding-right: 220px;  /* RC width */
}
#innerWrapper .column {
	position: relative;
	float: left;
	margin-top: 0;
}
#header {
	position: relative;
	width: 100%;
	border-top: #333 10px solid;
	background-image: none;
}
#headerWrapper {
	min-height: 65px;
}
#headerLeft {
	float: left;
	width: 420px;
}
#headerRight {
	float: right;
	width: 400px;
}
#headerNavBar {
	clear: both;
	background-color: #900;
	text-align: center;
	color: #fff;
	padding: 4px 30px 4px 0px;
	border-top: #c00 4px solid;
	border-bottom: #c00 4px solid;
}
#content {
	width: 100%;
	background: #fff url(../images/background/uofu_medallion_lt.gif) no-repeat left bottom;
}
#content div {
	margin: 10px 10px 10px 30px;
}
#sideColumn1 {
	width: 180px;          /* LC width */
	right: 180px;          /* LC width */
	margin-left: -100%;
	background: #666;
	border-right: #bb8d49 8px solid;
}
#sideColumn1 div {
	position: relative;  /* Fix for IE6 Hover Bug */
	padding: 0 0 0 10px;
}
#sideColumn2 {
	width: 220px;          /* RC width */
	margin-right: -220px;  /* RC width */
	background: #dac092;
}
#sideColumn2 div {
	margin-top: 0;
	padding: 0 26px;
}
#footer {
	clear: both;
	min-height: 30px;
	background-color:#333;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

/* --- headerLeft styles --- */
#headerLeft #Ulogo {
	float: left;
}
#headerLeft #orgTitle {
	float: left;
	width: 340px;
}
#headerLeft .title1 {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 10px;
	margin: 7px 0 0 5px;
	padding:0;
}
#headerLeft .title2 {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 2px 5px;
	padding: 4px 0 0 0;
}
#headerLeft .title2 span {
	border-bottom: 1px #fff solid;
}
#headerLeft .title1 a, #headerLeft .title2 a { color: #fff; text-decoration: none; }
#headerLeft .title1 a:link, #headerLeft .title1 a:visited { color: #fff; }
#headerLeft .title2 a:link, #headerLeft .title2 a:visited { color: #fff; }
#headerLeft .title1 a:focus, #headerLeft .title1 a:hover  { color: #fff; }
#headerLeft .title2 a:focus, #headerLeft .title2 a:hover  { color: #fff; }
#headerLeft .title1 a:active, #headerLeft .title3 a:active { color: #fff; }

/* Adjust the letter-spacing to make title 1 longer or shorter */
/* Minimum adjustment 0em, Maximum adjustment 0.3em */
#headerLeft .title1 {
	letter-spacing: 0.1em;
}

/* Adjust the letter-spacing to make title 2 longer or shorter */
/* Minimum adjustment -0.1em, Maximum adjustment 0.5em */
#headerLeft .title2 {
	letter-spacing: 0.1em;
}

/* --- headerRight navigation styles (top right bar) --- */
#headerRight div ul{
	float: right;
	display: inline;
	list-style: none;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 5px 20px;
	background-image: url(../images/header/grayBar.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#headerRight div ul li {
	display: inline;
	padding: 4px 2px;
	color: #dac092;
}
#headerRight div a {
	text-decoration: none;
}
#headerRight div a:link, #headerRight div a:visited { color: #fff; }
#headerRight div a:focus, #headerRight div a:hover { color: #dac092; }
#headerRight div a:active { color: #fff; }

/* --- search styles --- */
#search {
	position: relative;
	top: 5px;
	right: 10px;
	float:right;
	text-align: right;
	height: 26px;
	width: 300px;
}
#search ul li {
	display: inline;
	list-style: none;
}
#search form input {
	display: inline;
	vertical-align: top;
	font-size: 10px;
	max-height: 26px;
	margin: 3px;
}
#search form label {
	font-size: 1px;
	color: #7f7f7f;
}

/* --- headerNavBar styles --- */
#headerNavBar ul {
	display: inline;
	list-style: none;
	font-size: 70%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
#headerNavBar ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#headerNavBar a {
	font-weight: bold;
	letter-spacing: 0.3em;
	text-decoration: none;
	padding: 4px 10px;
}
#headerNavBar a:link, #headerNavBar a:visited { color: #fff; }
#headerNavBar a:focus, #headerNavBar a:hover { color: #fff; background-color: #c00; }
#headerNavBar a:active { color: #fff; }

/* --- content styles --- */
#content ul, ol {
	font-size: 90%;
	list-style-position: inside;
	margin: 0.2em 0 0.5em 12px;
}
#content img {
	max-width: 100%;
	margin: 0 0 5px 0;
}
#content table {
	max-width: 95%;
}

/* --- sideColumn1 styles --- */
#sideColumn1 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#sideColumn1 ul li{
	padding: 0;
	border-bottom: 2px solid #888;
}
#sideColumn1 a {
	display: block;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	padding: 3px 0 3px 10px;
}
#sideColumn1 a:link, #sideColumn1 a:visited { color:#fff; background-color: #666; }
#sideColumn1 a:focus, #sideColumn1 a:hover { color: #fff; background-color: #888; }
#sideColumn1 a:active { color:#fff; background-color: #666; }

#sideColumn1 .subnav {
	position: relative;  /* Fix for IE6 Hover Bug */
	list-style: none;
	margin: 0;
	background: #999;
}
#sideColumn1 .subnav ul {
	margin: 0;
	padding: 0;
}
#sideColumn1 .subnav ul li{
	display: inline; /* Fix for IE excessive space between list items */
	font-size: 80%;
	letter-spacing: 0.1em;
	padding: 0;
	border-bottom: none;
}
#sideColumn1 .subnav a {
	font-weight: bold;
	text-decoration: none;
}
#sideColumn1 .subnav a:link, #sideColumn1 .subnav a:visited { color:#fff; background-color: #999; }
#sideColumn1 .subnav a:focus, #sideColumn1 .subnav a:hover { color: #444; background-color: #bbb; }
#sideColumn1 .subnav a:active { color:#fff; background-color: #999; }

#sideColumn1 h1, #sideColumn1 div h2 { padding: 0.5em 0 0.2em 10px; }
#sideColumn1 h3, #sideColumn1 div h4, #sideColumn1 div h5, #sideColumn1 div h6 { padding: 0.5em 0 0 10px; }
#sideColumn1 h1 { 
	font-size: 90%;
	font-weight: normal; 
	text-transform: uppercase;
	color: #dac092;
	padding: 10px 0 5px 0;
}
#sideColumn1 h2 { 
	font-size: 85%; 
	font-weight: bold; 
	color: #eee;
}
#sideColumn1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: normal; 
	text-transform: uppercase;
	color: #dac092;
	border-bottom: none; 
	margin-bottom: 0;
}
#sideColumn1 h4 { font-size: 95%; color: #eee; font-weight: normal; }
#sideColumn1 h5 { font-size: 90%; color: #dac092; font-weight: normal; }
#sideColumn1 h6 {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: normal;
	color: #eee;
}
#sideColumn1 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;
}
#sideColumn1 p a {
	display: inline;
	padding: 0;
}
#sideColumn1 img {
	max-width: 100%;
	margin-bottom: 10px;
}

/* --- My.Utah.edu login styles --- */
#myutahedu {
	background: #666;
	width: 160px;
	height: 160px;
	color: #fff;
	font-size: 80%;
	text-align: left;
	margin-left: -10px;
}
#myutahedu p {
	font-size: 80%;
	text-align: center;
	padding-top: 3px; 
	}
#myutahedu img {
	padding: 0;
	margin: 0;
}
#myutahedu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#myutahedu ul li{
	padding: 0;
	margin: 0;
	border-bottom: none;
}
#myutahedu a {
	display: inline;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
}
#myutahedu a:link, #myutahedu a:visited { color:#fff; background-color: #666; }
#myutahedu a:focus, #myutahedu a:hover { color: #fff; background-color: #888; }
#myutahedu a:active { color:#fff; background-color: #666; }
#myutahedu img {
}
#myutahedu form {
	text-align: right;
}
#myutahedu form input {
	margin: 3px 10px;
	margin: 3px 5px;
}
#myutahedu form #goBtn {
	height: 25px;
	width: 25px;
	border: none;
}
#myutahedu form label {
	font-size: 10px;
	color: #fff;
}

/* --- sideColumn2 styles --- */
#sideColumn2 ul {
	list-style: none;
	margin: 0 0 10px 0;
}
#sideColumn2 ul li{
	padding: 0;
	border-bottom: 2px solid #997;
}
#sideColumn2 a {
	display: block;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	padding: 3px 0 3px 10px;
}
#sideColumn2 a:link, #sideColumn2 a:visited { color:#900; background-color: #dac092; }
#sideColumn2 a:focus, #sideColumn2 a:hover { color: #fff; background-color: #c95; }
#sideColumn2 a:active { color:#900; background-color: #dac092; }

#sideColumn2 .subnav {
	position: relative;  /* Fix for IE6 Hover Bug */
	list-style: none;
	margin: 0;
	padding: 0;
	background: #e8cea1;
}
#sideColumn2 .subnav ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#sideColumn2 .subnav ul li{
	display: inline; /* Fix for IE excessive space between list items */
	font-size: 80%;
	letter-spacing: 0.1em;
	padding: 0;
	border-bottom: none;
}
#sideColumn2 .subnav a {
	font-weight: bold;
	text-decoration: none;
}
#sideColumn2 .subnav a:link, #sideColumn2 .subnav a:visited { color:#c00; background-color: #e8cea1; }
#sideColumn2 .subnav a:focus, #sideColumn2 .subnav a:hover { color: #666; background-color: #f7e0b8; }
#sideColumn2 .subnav a:active { color:#c00; background-color: #f7e0b8; }

#sideColumn2 h1, #sideColumn2 h2, #sideColumn2 p { padding: 0.5em 0 0.2em 0; }
#sideColumn2 h3, #sideColumn2 h4, #sideColumn2 h5, #sideColumn2 h6 { padding: 0.5em 0 0 0; }
#sideColumn2 h1 { font-size: 90%; color: #900; }
#sideColumn2 h2 { font-size: 85%; color: #333; }
#sideColumn2 h3 {
	font-size: 80%;
	color: #900;
	text-transform: uppercase;
	border-bottom: none; 
	margin-bottom: 0;
}
#sideColumn2 h4 { font-size: 90%; color: #444; }
#sideColumn2 h5 { font-size: 85%; color: #a00; }
#sideColumn2 h6 {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 80%;
	color: #444;
}
#sideColumn2 p {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	text-align: left;
	margin: 0 0 0.5em 0;
	font-size: 80%;
	line-height: 120%;
	color:#333;
}
#sideColumn2 p a {
	display: inline;
	padding: 0;
}
#sideColumn2 img {
	max-width: 100%;
	margin-bottom: 10px;
}

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

/*--- class styles ---*/
.clearAll {
	clear: both;
}
.pixLeft {	
	float: left;
	border: 1px solid #000;
	margin: 5px 5px 5px 0;
}
.pixRight {	
	float: right;
	border: 1px solid #000;
	margin: 5px 0 5px 5px;
}
.captions {
	font-size: 80%;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	margin: 20px 0;
	border-top: 2px #ccc solid;
	}
.pullquote {
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.1em;
	font-weight: lighter;
	color: #999;
	padding-top: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.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-weight: bold;
	font-size: 80%;
	background-color: #7e7e7e;
	line-height: 1.1em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
tr.tablerow1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-color: #FFF;
	line-height: 1.1em;
	color: #333;
	text-align: center;
}
tr.tablerow2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	background-color: #DAD8D3;
	line-height: 1.1em;
	color: #333;
	text-align: center;
}
