@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 h3 {
	font-size: 14px;
	padding-left: 11px;
}

#left-column p {
	font-size: 12px;
	color: #333;
	padding-left: 11px;
}

#left-column img {
	padding-top: 2px;
	padding-bottom: 2px;
}
#left-column p a {
	color: #C00;
	text-decoration: none;
}

#left-column a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: 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-nav {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.left-nav li {
	border: 1px #ccc solid;
	border-style: solid none none none;
	font-weight: bold;
	list-style: none outside;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}


.left-nav a {
	display: block;
	margin: 0px;
	color: #333;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 11px;
	padding-left: 11px;	/*font-size: 110%;*/
	padding-bottom: 11px;
	}
	
.left-nav li.selected a{
	color: #C00;
	background-color: #FFF;
	background-image: url(../images/left-column/left-column-list.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 25px;
	}
	
.left-nav li.selected li a {
	color: #C00;
	background-color: #FFF;
	background-image: url(../images/left-column/left-column-list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.left-nav .selected ul .selected a {
	color: #C00;
}	

.left-nav .selected ul .emphasis a {
	color: #00F;
}
	
.left-nav .selected ul li a {
	list-style-type: none;
	list-style-image: none;
	padding-left: 25px;
	color: #333;
	background-image: url(../images/left-column/lili.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding-bottom: 11px;
	display: block;
	
}

	
.left-nav li a:hover, .left-nav li.selected a:hover {
	color: #C00;
	background-color: #FFF;
	background-image: url(../images/left-column/left-column-list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

.left-column-bottom {
	height:18px;
	background-image: url(../images/left-column/left-column-bottom.jpg);
}

		
/* ========     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-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;
}

.clebox {
	background-color: #FFF;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	border: medium solid #C8102E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.redhighlight { color: #C8102E; }
.clinicheader {
	font-family: League Gothic;
	font-size: 50px;
	
	color: #C00;
}

.left-nav .red a {
    display: block;
    margin: 0px;
    color: #fff;
    background-color: #C00;
    text-decoration: none;
    padding-top: 7px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 110%;
    padding-bottom: 11px;
}

.content #left-column .left-nav .grey a {
    background-color: #333;
    color: #FFF;
}

.left-nav li ul li a {
    list-style-type: none;
    list-style-image: none;
    padding-left: 25px;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    margin: 0px;
    padding-bottom: 11px;
    display: block; }
	
	.left-nav li ul li a:hover {

    color: #C00;
   }
   
   .content .clinic-mini-nav {
  
    width: 200px;
float: right;
    display: block;
    margin-right: 3px;
	margin-left:10px;
    background: #FFF;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #CCC;
}

.content .clinic-mini-nav .gray-top {
    color: #FFFFFF;
    height: 40px;
    margin-bottom: 10px;
	padding-top:10px;
    background: #333;
	text-align:center;
}

.content .clinic-mini-nav p {
    padding-left: 10px;
}

.clinicpagetitle {
	background-color: #C00;
	color: #FFFFFF;
	padding-left: 10px;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: Helvetica;
}