@import url("class_style_medium.css");
/* last modified on 2005.09.29 by nhan nguyen, nnguyen17@uh.edu */

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

body {
	margin: 0;
	}
p {
	font: small arial, sans-serif;
	color: #000;
	background: none;
	margin-top: 0;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #006;
	padding: 0;
	margin: 0;
	}
a:hover, a:active {
	color: #c00;
	text-decoration: underline;
	background: #eee;
	padding: 0;
	margin: 0;
	}
/*a:visited {
	color: #999;
	}*/
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: #eee;
	}
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: 100%;
	}
#header {
	padding: 0;
	margin: 0;
	width: 100%;
	}
#combiheader {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eee;
	}
#textsizer {
	display: none;
	}
#navcontainer { /* holds #navleft and #miscleft */
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	}
#navleft {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border-right: 1px solid #c00;
	background: transparent url("../__images/layout/bg_nav.jpg") no-repeat;
	}
#miscleft {
	display: none;
	}
#content {
	margin: 0 0 0 5px;
	width: 100%;
	display: block;
	}
#columna {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #fff;
	}
#columnb {
	width: 100%;
	margin: 0;
	display: block;
	border-top: 10px solid #fff;
	}
#footer {
	display: none
	}
#expo1, #expo2, #expo3, #expo4, #expo5, #expo6, #expo7, #expo8, #expo9, #expo10 {
	display: none;
	}

/* NAVIGATION -------------------------- */

/* level 1 */

#navleft a {
	display: block;
	margin: 0;
	}
#navleft ul {
	font: bold small arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	list-style-type: square;
	display: block;
	overflow: hidden;
	}
#navleft ul li {
	border-bottom: 1px solid #bcd;
	line-height: 130%;  /* fixes IE display glitch of ul menus */
	}
#navleft ul li a {
	color: #000;
/*	padding-left: 20px;*/
	}
#navleft ul li .navselected, #navleft ul li a:hover, #navleft ul li a:active {
	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;
	display: block;
	overflow: hidden;
	}
#navleft ul li ul li {
	border-top: 1px solid #222;
	border-bottom: none;
	}
#navleft ul li ul li a {
	color: #fff;
	background: #333;
/*	padding: 0 0 0 40px;*/
	}
#navleft ul li ul li .navselected, #navleft ul li ul li a:hover, #navleft ul li ul li a:active {
	color: #c00;
	text-decoration: none;
	background: #fff;
	border-right: thick solid #c00;
	}
	
/* level 3 */
	
#navleft ul li ul li ul {
	font: x-small arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	}
#navleft ul li ul li ul li {
	border-top: 2px solid #222;
	border-bottom: none;
	}
#navleft ul li ul li ul li a {
	color: #fff;
	background: #000;
	margin: -1px 0 0 0;
/*	padding: 0 0 0 60px;*/
	}
#navleft ul li ul li ul li .navselected, #navleft ul li ul li ul li a:hover, #navleft ul li ul li ul li a:active {
	font-weight: bold;
	color: #c00;
	text-decoration: none;
	background: #fff;
	border-right: thick solid #c00;
	display: block;
	margin: -1px 0 0 0;
	}

/* 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");
	}
.sidebarred {
	width: 100px;
	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: 100px;
	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;
	}
	
ul.leftsidebarblue {
	width: 100px;
	background-color: #ddd;
	border: solid 1px #006;
	float: left;
	padding: 5px 0 5px 5px;
	list-style-type: none;
	}
ul.leftsidebarblue a {
	color: #009;
	}
ul.leftsidebarblue li {
	font: italic bold large arial, sans-serif;
	color: #000;
	}
ul.leftsidebarblue li ul li {
	font: normal bold small arial, sans-serif;
	color: #000;
	list-style-type: square;
	}
ul.leftsidebarblue li ul li a {
	color: #009;
	}
ul.leftsidebarblue li ul li a:hover, ul.leftsidebarblue li ul li a:active {
	color: #c00;
	text-decoration: underline;
	}
ul.leftsidebarblue li ul li a:visited {
	color: #09c;
	}
div#header a {
	border: 0;
	}
.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: 100%;
	font: x-small verdana;
	color: #fff;
	padding: 3px;
	margin: -5px 0 5px 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;
	}
.subnav { 
	font: italic bold large arial, sans-serif; 
	color: #000; 
	margin: 0 0 10px 0;
	}
.subnav a { 
	font: normal large arial, sans-serif;
	color: #036; 
	text-decoration: none;
	}
.subnav a:hover, .subnav a:active {
	text-decoration: underline;
	}
.subsubnav {
	font: italic bold medium arial, sans-serif; 
	color: #000; 
	text-indent: 20px;
	text-align: right;
	margin: 0 0 10px 0;
	}
.subsubnav a {
	font: normal medium arial, sans-serif;
	color: #036; 
	text-decoration: none;
	}
.subsubnav a:hover, .subsubnav a:active {
	text-decoration: underline;
	}
.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 { 
	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;
	}
.textright {
	text-align: right;
	}

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

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