@charset "utf-8";

@import url('https://ssl.uh.edu/css/uh-fonts.css?version=2');


.pagetitle {
	background-color: #313131;
	width: 956px;
	color: #F3F3F3;
	font-size: 24px;
	padding-left: 10px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-family: Helvetica;
}


.content {
	padding: 10px 0;
	width: 960px;
	margin: 0px auto;
	height: auto;
	color: #333;
}


.clinichighlight {
	background-color: #FF0;
	color: #000;
}

/* CSS Document */

/* ========      MAINCONTENT   ======== */



#breadcrumbs{
	width: 945px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0;
	text-align: left;
	}  
	
#breadcrumbs p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs p a {
	font-size: 10px;
	text-decoration: none;
	color: #333;
} 

#breadcrumbs p a:hover {
	text-decoration: underline;
	color: #000;
}
/* ========     LEFT COLUMNS   ======== */
	
#left-column {
	float: left;
	width: 231px;
	margin-top: 10px;
	padding-bottom: 150px;
}

#left-column h2 {
	font-size: 18px;
	color: #FFF;
	padding-top: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: Georgia, serif;
	font-weight: normal;
}
#left-column h2 a {
	color: #FFF;
	text-decoration: none;
}


.left-column-top {
	background-color: #323232;
	background-image: url(../images/left-column/left-column-top.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
}
.left-column-top h2 {
	margin: 0px;
	padding: 0px;
}




.left-column-bottom {
	height:18px;
	background-image: url(../images/left-column/left-column-bottom.jpg);
}



#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}

/* The container */
#cssmenu > ul {
  display: block;
  position: relative;
  /* The list elements which contain the links */

}
#cssmenu > ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}
/* General link styling */
#cssmenu > ul li a {
	/* Layout */

	display: block;
	position: relative;
	margin: 0;
	border-top: 1px dotted #3a3a3a;
	border-bottom: 1px dotted #1b1b1b;
	padding: 11px 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
;
  border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {

  border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover,
#cssmenu > ul li:hover > a {
	color: #ffffff;
	border-color: transparent;
	background-color: #CCC;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0px;
  height: 0px;
  /* Creating the arrow using borders */

  border: 4px solid transparent;
  border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
  border-left: 4px solid #ffffff;
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#cssmenu > ul ul {
	position: absolute;
	left: 100%;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	/* The fade effect, created using an opacity transition */

	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  
}
#cssmenu > ul ul li a{
	background-color: #666;
	width: 300px;
}	
		
/* ========     RIGHT COLUMN    ======== */

#right-column {
	padding: 0;
	width: 695px;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	}

.right-column-middle .news-item {
	margin: 0px;
	border-bottom: 2px dotted #333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.right-column-middle .news-item img {
	padding: 0px 10px 0px 0px;
	float: left;
}

.right-column-middle .lefts {
	padding: 5px;
	float: left;
	width: 400px;
}
.right-column-middle .red-title-highlight {
	color: #D51500;
	border-bottom: 3px solid #D51500;
	font-size: 24px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

.right-column-middle .rights {
	padding: 5px;
	float: right;
	width: 240px;
}
.right-column-middle .center { text-align: center; }
.right-column-middle .rightalign  { float: right; }
.right-column-middle .leftalign  { float: left; }

.right-column-middle .rights a  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}



.right-column-middle {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

.right-column-middle img {
	padding-right: 5px;
	padding-bottom: 5px;
}
.right-column-middle .nopaddding {
	margin: 0px;
	padding: 0px;
}


.right-column-middle p {
	font-size: 12px;
	padding: 0px 0px 10px;
	margin: 0px;
}

.right-column-middle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 15px;
}

.right-column-middle h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 0px 10px;
}

.right-column-middle h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 0px 5px;
}
.right-column-middle h1 a {
	font-weight: normal;
	font-variant: normal;
}



.right-column-middle a {
	color: #D51500;
	text-decoration: none;
	font-weight: bold;
}

.right-column-middle a:hover {
	color: #333;
	text-decoration: underline;
	
}

.right-column-middle a:visited {
	color: #D51500;
	text-decoration: none;
	font-weight: bold;
	
}
.right-column-middle ol li {
	font-size: 12px;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 10px;
}

.right-column-middle .ipilfaculty {
	color: #D51500;
	text-decoration: none;
	font-weight: bold;
}

.right-column-middle ul li {
	font-size: 12px;
	list-style-image: url(../images/left-column/left-column-list.jpg);
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	padding-bottom: 10px;
}

.right-column-middle ul li ul li {
	list-style-type: square;
		list-style-image: url(../images/left-column/left-column-list.jpg);
	margin-left: 25px;
}
.right-column-middle ul li ul li ul li {
	list-style-position: outside;
	list-style-type: square;
		list-style-image: url(../images/left-column/left-column-list.jpg);
	margin-left: 30px;
}

.right-column-middle blockquote {
	padding-left: 30px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.right-column-middle .mini-nav {
	background: #CCC;
	float: right;
	width: 200px;
	border: 1px inset #323232;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.right-column-middle .mini-nav p a {
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.right-column-middle .mini-nav p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.right-column-middle .mini-nav h2 {
	padding-top: 20px;
}



.right-column-middle .mini-nav img {
	margin: 0px auto;
	padding: 0px;
	display: block;
}

.right-column-middle .lefttable {
	clear: both;
	margin-right: auto;
	margin-left: 10px;
}


/* ========     GENERAL TAGS   ======== */

table {
	border:#DDD 1px solid;
	border-width: 1px 1px 0 1px;
	margin:0px auto;
	padding:0;
	font-size: 12px;
	}

	
table caption {
	font-weight:bold;
	}
	
table.center th, table.center td, td.center, th.center, tr.center  {text-align:center;}
table.left th, table.left, td.left, th.left, tr.left {text-align:left;}
table.right th, table.right, td.right, th.right, tr.right {text-align:right;}

table th {
 	background:#FCF5C0;
	color: #000;
	margin:0;
	padding:2px;
	border-bottom:1px solid #666;
	}

table td {
	padding:5px;
	border:0;
	margin:0;
	border-bottom:1px solid #CCC;
	}
table td.scope {
 	text-align:left;
	background:#FCF5C0;
	}
table th.alt-th{
	background-color:#FFF;
	}

.emeriti {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}

.right-column-middletable a {
	font-weight: normal;
	color: #333;
}

.right-column-middletable-ipil  {
	font-weight: normal;
	color: #C00;
	font-size: large;
}
.ipil-emphasis {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #888b8d;
}

.ipil-emphasis2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
}

.giving-emphasis {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
}
.caption {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.sm-caps {
	font-variant: small-caps;
}
.admissions-calendar {
	color: #FFF;
	font-weight: bolder;
}
.admissions-calendarhouston {
	color: #00F;
	font-weight: bolder;
}
.employer {
	font-size: small;
	font-style: italic;
}

.right-column-middle .newsheadline { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 15px;
	color: #000000;
	}
.right-column-middle .newssubhead {
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	color: #666;
}
.taxheader {
	font-size: 30px;
	font-weight: bold;
}

.clinicbox {
	background-color: #999;
	display: block;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	border: thin solid #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cjibox {
	background-color: #FFF;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	border: medium solid #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.redhighlight { color: #D51500; }
.clinicheader {
	font-family: League Gothic;
	font-size: 50px;
	
	color: #C00;
}
