/*-----------------------------------------------------------------------------
Department of Physical Medicine and Rehabilitation Screen Stylesheet

version:   1.1
updated:   2011-03-14
author:    Eric Rasch
email:     Eric.Rasch@uth.tmc.edu
website:   http://med.uth.tmc.edu/comm/
version:   1.2
updated:   2011-10-11
author:    Carlos Gonzalez
email:     Carlos.Gonzalez@uth.tmc.edu
website:   http://www.uth.tmc.edu/schools/med/phymed/
location:  /Assets/css/stylesheet.css
-----------------------------------------------------------------------------*/

/* @group Initial CSS */

/* ************************************************************** BEGIN Initial CSS
************************************************************** */

/* @group Skip to Content */

#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
	}

/* @end Skip to Content */
/* @group Clear Floats */

/* =Clear Floated Elements: http://sonspring.com/journal/clearing-floats
	.............................................................. */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* @end Clear Floats */

html {}

body {  /* 62.5% is used so 'em' defined font sizes will equal 10px */
	font: 62.5%/140% Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	color: #000000;
	background: #FFFFFF url(../images/BG_page.jpg) repeat-x 0 0;
	}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
	blockquote, ul, ol, dl, address {
	margin: 1em 0; padding: 0;
	}

/* Apply left margin Only to the few elements that need it: */
li, dd, blockquote {
	margin: .5em 0 .5em 1em;
	}

dt {
	margin-top: 1em;
	}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	}

fieldset {
	border: none;
	}

input, select, textarea {
	font-size: 100%;
	font-family: inherit;
	}

hr {
	margin: 20px auto; padding: 0;
	background: none;
	border: none;
	border-top: 2px solid #CCCCCC;
	text-align: center;
	width: 98%;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.2em;
	margin: 1em 0;
	}
table th{
	border: none;
	color: #FFFFFF;
	background: #8499D8;
	padding: .8em;
	font-size: 1.3em;
	}
table td {background: none; padding: .8em;}
table tr {background: #CDDAFD;}
table tr.alt {background: #D8E3FE;}

ul {
	list-style: none;
	font-size: 1.2em;
	}

ul ul {
	list-style: none;
	font-size: 1em;
	}

ol {
	font-size: 120%;
	line-height: 130%;
	margin-left: 1.2em;
	border-top: 2px solid #F1F1F1;
	border-bottom: 2px solid #F1F1F1;
	}
ol strong {
	font-size: 120%;
	line-height: 130%;
	}

q:before, q:after,
	blockquote:before, blockquote:after {
	content: "";
	}

a:link {
	text-decoration: none;
	color: #666666;
	background-color: #EFEEE7;
	border-bottom: 1px solid #E6E4DA;
	}

a:visited {
	text-decoration: none;
	color: #666666;
	background: #F4F4F4;
	border-bottom: 1px dotted #CCCCCC;
	}

a:link.active, a:visited.active, a:hover, a:active {
	color: #333333;
	background-color: #E6E4DA;
	border-bottom: 1px solid #9DA5A5;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 0.2em 0;
	letter-spacing: -1px;
	}

h1 {font-size: 2em; line-height: 85%;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em; letter-spacing: -.01em;}
h5 {font-size: 1.2em; letter-spacing: -.01em;}
h6 {font-size: 1em; letter-spacing: normal;}

p {line-height: 120%;}

.column-in {
	margin: 0; padding: 0.5em 1em;
	}

.cleaner, .clr, .clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
	}

.floatL, .floatR {
	float: left;
	position: relative;
	margin: 0; padding: 0;
	overflow: hidden;	/* IE really wanted this overflow to help the width behave */
	}

.floatR {
	float: right;
	}

.highlight {
	background: #F7F2B2;
	padding: .5em;
	}

.required {
	font-weight: bold;
	color: #990000;
	}

.more {
	text-align: right;
	padding: .1em;
	}

.alt {
	background: #F7F7F7;
	}

.caption {
	font: italic normal 1.2em/140% Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}

/* ************************************************************** END Initial CSS
************************************************************** */

/* @end */

/* @group Container Groups */

#siteContainer {
	margin: 0 auto;	padding: 0;
	width: 810px;
	background: none;
	}
	/* for Internet Explorer */
	/*\*/
	* html #siteContainer {
		padding: 0 0 0 1px;	/* IE really wanted this padding to help the container not display a white line */
		}
	/**/

#siteShadows {
	margin: 0; padding: 0;
	width: auto;
	background: none;
	}

#masthead {
	margin: 0; padding: 8px 0 0 0;
	width: 100%;	/* IE really wanted this width to help background images behave */
	position: relative;
	background: none;
	}

#masthead img {
	float: left;
	position: relative;
	/*height: 74px;*/
	}

#main1 {
	margin: 0 0 1em 0; padding: 0;
	overflow: hidden;	/* IE really wanted this overflow to help the width behave */
	width: 100%;	/* IE really wanted this width to help background images behave */
	background: none;
	}

#main2 {
	margin: 0; padding: 0;
	overflow: hidden;	/* IE really wanted this overflow to help the width behave */
	width: 100%;	/* IE really wanted this width to help background images behave */
	background: none;
	}

#header {
	margin: 0; padding: 0;	/* Firefox really wanted this padding to help the container behave */
	line-height: normal;
	width: 100%;
	/* height: 140px;*/
	background: none;
	}

#storyColumn {
	float: right;
	position: relative;
	width: 557px;
	height: 100%;
	margin: 0; padding: 0;
	color: #333333;
	background: none;
	}

#linkColumn {
	float: left;
	position: relative;
	width: 248px;
	margin: 0; padding: 0;
	color: #666666;
	background: none;
	}

#middle {
	float: none;
	margin: 0 557px 0 248px;
	}

/* @end */

/* @group Header Area */

/* ************************************************************** Header Area
************************************************************** */

#header h2 {
	font: italic normal 2.3em/110% Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	margin: 0.3em 3em; padding: 0;
	width: 400px;
	color: #FFFFFF;
	background: none;
	border: none;
	}

#header p {
	font: italic normal 1.3em/100% Arial, Helvetica, sans-serif;
	text-align: right;
	letter-spacing: normal;
	margin: 0.3em 3em; padding: 0;
	width: 400px;
	color: #DDDDDD;
	background: none;
	border: none;
	}

/* @end */

/* @group Middle Column */

/* ************************************************************** Middle Column
************************************************************** */

#middle .column-in {
	margin: 0; padding: 0;
	}

#middle h4 {
	font: normal bold 1.2em/18px Arial, Helvetica, sans-serif;
	background: #C6D5EA url() repeat-x 0 0;
	padding: 0 4px;
	color: #666666;
	border: 1px solid #ADADAD;
	border-left: none;
	border-right: none;
	}

#middle ul, #middle ul li {
	margin: 0; padding: 0;
	list-style: none;
	}

#middle ul li.altRow {
	background: #EBEBEB;
	}

#middle ul {
	font: normal normal .85em/110% Arial, Helvetica, sans-serif;
	}

#middle ul li {
	padding: 3px;
	}

#middle p {
	margin: 0; padding: 0.5em;
	}

#middle ul li a:link, #middle ul li a:visited {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	border-bottom: none;
	}

#middle ul li a:link.active, #middle ul li a:visited.active, #middle ul li a:hover, #middle ul li a:active {
	color: #000000;
	background-color: #DDDDDD;
	border-bottom: none;
	}

#middle a:link, #middle a:visited {
	text-decoration: none;
	color: #666666;
	background-color: #A3491A;
	border-bottom: 1px solid #732700;
	}

#middle a:link.active, #middle a:visited.active, #middle a:hover, #middle a:active {
	color: #FFFFFF;
	background-color: #732700;
	border-bottom: 1px solid #A3491A;
	}

#middle .more {
	text-align: right;
	margin: 5px 0 0 0; padding: 0 5px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	background: #DDDDDD;
	font-size: .9em;
	}

/* @end */

/* @group storyColumn (right) */

/* ************************************************************** Right Column
************************************************************** */

#storyColumn .column-in {
	margin: 1px 0 0 0; padding: .625em;
	background: none;
	height: auto;
	clear: left;
	}

#storyColumn .content {
	margin: 1px 0 0 0; padding: .625em;
	background: none;
	height: auto;
	}

#storyColumn #buckets {
	position: relative;
	margin: 0 0 0 -4px;
	padding: 0;
	background: none;
	border: none;
	width: 584px;
	/*height: 101px;*/
	top: 0;
	}

#storyColumn .gallery img {
	position: relative;
	margin: .1em;
	padding: .1em;
	}

#storyColumn h1 {
	background: none;
	font: normal normal 3.3em/1em Arial, Helvetica, sans-serif;
	letter-spacing: -.04;
	margin: 0;
	padding: .1em;
	color: #B55314;
	border: none;
	}

#storyColumn h2 {
	background: none;
	font: normal bold 2em/1.5em Arial, Helvetica, sans-serif;
	margin: 1em 0 0;
	padding: .1em;
	color: #333333;
	border: none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

#storyColumn h3 {
	background: none;
	font: normal bold 1.9em/1em Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0;
	padding: .4em 0 .1em 0;
	color: #204267;
	clear: both;
	}

#storyColumn h4 {
	background: none;
	font: normal normal 1.6em/90% Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: .4em 0 .1em 0;
	color: #603912;
	border-bottom: 1px dashed #603912;
	}


#storyColumn p {
	font-size: 1.3em;
	margin: .7em 0;
	padding: 0;
	line-height: 140%;
	color: #666666;
	}

#storyColumn ul {color: #666666; list-style: disc; margin: 0 0 2em 1em;}
#storyColumn ul ul {list-style: circle; margin-bottom: 0;}
#storyColumn ul li {margin: 0 inherit;}

#storyColumn img {
	margin: 0; padding: 0;
	border: 0 solid #B2B6BA;
	}

#storyColumn .column-in img {
	margin: 1em; padding: 0;
	border: 0 solid #B2B6BA;
	position: relative;
	}

#storyColumn .more {
	font-size: 1em;
	text-align: right;
	margin: 0;
	padding: .3em;
	line-height: 120%;
	}

#storyColumn .introtext {
	font-size: 1.8em;
	margin: .2em 0;
	padding: .3em;
	line-height: 140%;
	color: #666666;
	border: none;
	}

#storyColumn .introtext strong {
	font-size: 1.1em;
	}

#storyColumn a:link, #storyColumn a:visited {
	text-decoration: none;
		color: #637ba7;
		background: #eaf6ff;
	border-bottom: 1px solid #DDDDDD;
	padding: .2em;
	}

#storyColumn a:link.active, #storyColumn a:visited.active, #storyColumn a:hover, #storyColumn a:active {
	color: #666666;
	background-color: #D5D5D5;
	border-bottom: 1px solid #C5C5C5;
	}

/* ************************************************************** Right Highlight Area
************************************************************** */

#storyColumn .highlight {
	margin: 1em 0 0 0; padding: .5em .5em .5em 120px;
	background: #F7F7F7;
	border: none;
	border: 1px solid #EEEEEE;
	min-height: 135px;
	}

	/* for Internet Explorer */
	/*\*/
	* html #storyColumn .highlight {
		height: 135px;
		}
	/**/

#storyColumn .highlight h2 {
	background: none;
	font: normal bold 1.6em/1em Arial, Helvetica, sans-serif;
	margin: 0; padding: .1em .5em;
	letter-spacing: -.01em;
	color: #000000;
	border: none;
	}

#storyColumn .highlight p {
	font-size: 1.5em;
	margin: 0; padding: .1em .5em;
	line-height: 140%;
	color: #777777
	}
#storyColumn .highlight .more {
	font-size: 1.1em;
	}

#storyColumn .highlight img {
	margin: .2em 0 .2em -110px; padding: 0;
	border: 1px solid #999999;
	float: left;
	}

#storyColumn .facultytitles {
	width: 65%;
	margin: 0 0 1em 0; padding: 1em 0 0 0;
	min-height: 215px;
	}
	/* for Internet Explorer */
	/*\*/
	* html #storyColumn .facultytitles {
		height: 215px;
		}
	/**/

#storyColumn .faculty h1 {
	width: 65%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/* @end */

/* @group linkColumn (left) */

/* ************************************************************** Left Column
************************************************************** */

#linkColumn .column-in {
	margin: 0;
	padding: 0 1em 1em 0;
	}

#linkColumn h1 {
	font: normal normal 3em/90% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	margin: .7em 0 0 0;	padding: 0;
	color: #000000;
	background: none;
	border: none;
	text-align: center;
	}

#linkColumn h3 {
	font: normal normal 2.1em/90% Georgia, "Times New Roman", Times, serif;
	margin: .8em 0 0 0;
	padding: 0;
	color: #666666;
	background: none;
	border: none;
	}

#linkColumn h4 {
	font: normal bold 1.7em/90% Arial, Helvetica, sans-serif;
	padding: 0;
	color: #603912;
	background: none;
	border: none;
	}

#linkColumn h5 {
	font: normal normal 1.5em/90% Georgia, "Times New Roman", Times, serif;
	margin-top: .4em;
	padding: .25em 0;
	color: #B38800;
	background: none;
	border-top: 1px dotted #CCCCCC;
	line-height: 120%;
	}

#linkColumn h6 {
	font: normal normal 1.6em/90% Georgia, "Times New Roman", Times, serif;
	margin-top: .4em;
	padding: .25em 0;
	color: #000000;
	background: none;
	}

#linkColumn p {
	font: normal normal 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: .5em 0 0 0;
	padding: 0;
	}

#linkColumn ul, #linkColumn ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#linkColumn ul li.altRow {
	background: #F4F0D6;
	}

#linkColumn ul {
	font: normal normal .9em/110% Arial, Helvetica, sans-serif;
	}

#linkColumn ul li {
	padding: 3px;
	}

#linkColumn ul li a:link, #linkColumn ul li a:visited {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	border-bottom: none;
	}

#linkColumn ul li a:link.active, #linkColumn ul li a:visited.active, #linkColumn ul li a:hover, #linkColumn ul li a:active {
	color: #000000;
	background-color: #EAE2B0;
	border-bottom: none;
	}

#linkColumn a:link, #linkColumn a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #F9F9F9;
	border-bottom: 1px solid #F4F4F4;
	}

#linkColumn a:link.active, #linkColumn a:visited.active, #linkColumn a:hover, #linkColumn a:active {
	color: #000000;
	background-color: #E8E8E8;
	border-bottom: 1px solid #D5D5D5;
	}

#linkColumn .more {
	text-align: right;
	margin: 0;
	padding: 0 0 1px 5px;
	border: none;
	background: none;
	font-size: .95em;
	font-weight: normal;
	color: #CCCCCC;
	}

#linkColumn .more a:link, #linkColumn .more a:visited {
	text-decoration: none;
	color: #999999;
	background-color: #FDFCF5;
	border-bottom: 1px solid #E6E4DA;
	}

#linkColumn .more a:link.active, #linkColumn .more a:visited.active, #linkColumn .more a:hover, #linkColumn .more a:active {
	color: #666666;
	background-color: #E6E4DA;
	border-bottom: 1px solid #9DA5A5;
	}

#linkColumn h1 a:link, #linkColumn h1 a:visited {
	color: #993400;
	text-decoration: none;
	}

#linkColumn h1 a:hover, #linkColumn h1 a:active {
	color: #632303;
	text-decoration: none;
	}

#linkColumn .seminars {
	background: #FEFCF5 url(subpage.css) no-repeat 0 bottom;
	margin: 0 0 1em 0;
	padding: 0 0 0 67px;
	}

#linkColumn .seminars h3 {
	margin: 0 0 0 -67px;
	padding: 0 .5em;
	font: normal bold 1.6em/20px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #CDE1F4;
	border: none;
	}

#linkColumn .seminars h4 {
	font: normal bold 1.3em/16px Arial, Helvetica, sans-serif;
	padding: 0 .5em;
	color: #666666;
	background: #CDE1F4;
	border: none;
	}

#linkColumn .seminars p {
	font: normal normal 1.1em/110% Arial, Helvetica, sans-serif;
	color: #000000;
	}

#linkColumn .seminars ul, #linkColumn .seminars ul li {
	margin: 0; padding: 0;
	list-style: none;
	}

#linkColumn .seminars ul li.altRow {
	background: #F4F0D6;
	}

#linkColumn .seminars .more {
	text-align: right;
	margin: 0; padding: 0 0 1px 5px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	background: none;
	font-size: 1em;
	}

#linkColumn .contact {
	margin: 0 .5em;
	}

/* ************************************************************** BEGIN Sidebar Submenu
************************************************************** */

#linkColumn #subnavlist {
	margin: 0;
	padding: 0;
	width: 18em;
	font-size: 1.1em;
	}

#linkColumn #subnavlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	}

#linkColumn #subnavlist li a {
	border-left: 3px solid #FFF;
	display: block;
	font-size: 120%;
	margin: 0;
	padding: .7em 0 .7em .9em;
	text-decoration: none;
	width: 99%;
	}

#linkColumn #subnavlist li a:link {
	color: #000000;
	}

#linkColumn #subnavlist li a:visited {
	color: #333333;
	}

#linkColumn #subnavlist li a:hover {
	color: #000080;
	background: #b1d5ed;
	border-left: 3px solid #004080;
	margin: 0;
	}

#linkColumn #subnavlist li a:active, #linkColumn #subnavlist li.active {
	color: #CCCCCC;
	background: #E5E5E5;
	border-left: 3px solid #666666;
	}

/* ************************************************************** END Sidebar Submenu
************************************************************

** */

/* @end */

/* @group Footer */

/* ************************************************************** Footer
************************************************************** */

#footer {
	position: relative;
	font: normal normal 1em/130% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1.5em 0 3em;
	color: #666666;
	border: none; border-top: 5px solid #9b9b9b;
	width: 100%;
	background: #c1c1c1;
	}

#footerArea {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 810px;
	}

#footer hr {
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
	border-top: 2px solid #EDEDED;
	text-align: center;
	width: 100%;
	}

#footer p {
	margin: 0 292px 0 0;
	padding: 1.5em 0 0 0;
	line-height: 130%;
	border: none;	/* border-right: 1px solid #F8F5E4; */
	}

#footer a:link, #footer a:visited {
	color: #666666;
	background-color: #E9E9E9;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color: #333333;
	background-color: #8C969F;
	border-bottom: 1px solid #567D9F;
	text-decoration: none;
	}

#footerLogo {
	float: right;
	position: relative;
	margin: 1.3em 0 0 -10em;
	padding: 1.5em 0;
	border: none;
	}

#footerLogo a:link, #footerLogo a:link img, #footerLogo img {
	border: none;
	text-decoration: none;
	margin: 0; padding: 0;
	}

/* @end */

/* @group CSS Tabs 01 */

/* ************************************************************** BEGIN CSS Tabs 01
************************************************************** */

#navcontainer01 {
/* none needed */
	margin: 0 0 0 0;
	padding: 0 0 0 45px;
	background: #FFFFFF;
	}

ul#navlist01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#navlist01 li {
	display: inline;
	font: normal bold 10px/27px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-transform: uppercase;
	}

#navlist01 a:link, #navlist01 a:visited {
	margin: 0;
	padding: 2px 9px;
	color: #B55314;
	background: none;
	border: none;
	border-right: 1px solid #B55314;
	text-decoration: none;
	}

#navlist01 a:link.last, #navlist01 a:visited.last {
	border-right: none;
	}

ul#navlist01 a:link#active {
	color: #712501;
	background-color: #E8D1C4;
	}

#navlist01 a:hover, ul#navlist01 a:hover#active {
	color: #FFFFFF;
	background: #B55314;
	}

/* ************************************************************** END CSS Tabs 01
************************************************************** */

/* @end */

/* @group CSS Tabs 02 */

/* ************************************************************** BEGIN CSS Tabs 02
************************************************************** */

#navcontainer02 {
/* none needed */
	margin: 0;
	padding: 0;
	color: #000000;
	background: none;
	font: normal bold 10px/30px Verdana, Arial, Helvetica, sans-serif;
	border: none;
	position: relative;
	}

ul#navlist02 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul#navlist02 li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	}

#navlist02 a:link, #navlist02 a:visited {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #000000;
	background: none;
	border: none;
	text-decoration: none;
	}

ul#navlist02 li#active {
	color: #95bbae;
	background-color: #deebe5;
	}

#navlist02 a:hover {
	color: #333333;
	background: #BBBBBB;
	}

/* ************************************************************** END CSS Tabs 02
************************************************************** */

/* @group Tabs 02 Navbar */

/* ************************************************************** BEGIN NAV Bar 02
******************************* This container holds the Search & secondary NAV */

ul#navbar02 {
	list-style-type: none;
	margin: .5em 0 1em 0; padding: 0;
	position: relative;
	background: #e0e0e0;
	height: 30px;	/* IE needs this element */
	clear: both;
	}

ul#navbar02 .left {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	}

ul#navbar02 .right {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	}

#navbar02 form {
	margin: .4em 0;
	padding: 0;
	position: relative;
	font: normal bold 10px/100% Verdana, Arial, Helvetica, sans-serif;
	background: none;
	}

#navbar02 form input, #navbar02 form select, #navbar02 form #btnGo {
	margin: 0;
	padding: 1px 0;
	color: #333333;
	font: normal bold 10px/105% Verdana, Arial, Helvetica, sans-serif;
	}

#navbar02 form #btnGo {
	margin: 0;
	padding: 0 4px;
	}

/* @end */

/* @end */

/* @group CSS Tabs 03 */

/* ************************************************************** BEGIN CSS Tabs 03
************************************************************** */

#navcontainer03 {
/* none needed */
	margin: 1px auto 0; padding: 0;
	background: url(../images/BG_toolbar-03-off.jpg) repeat-x 0 0;
	font: normal bold 12px/30px Arial, Helvetica, sans-serif;
	height: 30px;	/* IE needs this element */
	clear: both;
	}
	/* for Internet Explorer */
	/*\*/
	* html #navcontainer03 {
		margin: 0 auto; /* IE really wanted this padding to help the container not display a white line */
		}

ul#navlist03 {
	margin: 0 2px; padding: 0;
	list-style-type: none;
	}

ul#navlist03 li {
	display: inline;
	letter-spacing: -.02em;
	margin: 0; padding: 0;
	background: none;
	border: none;
	}

#navlist03 a:link, #navlist03 a:visited {
	margin: 0 .01em 0 0; padding: 7px 9px 5px 9px;
	color: #000000;
	background: none;
	border: none;
	/*border-right: 1px solid #acc5ed;*/
	text-decoration: none;
	}

ul#navlist03 a:link#active {
	color: #FFFFFF;
	background: url(../images/BG_toolbar-03-on.jpg) repeat-x 0 0;
	}

#navlist03 a:hover, ul#navlist03 a:hover#active {
	color: #333333;
	background: url(../images/BG_toolbar-03-on.jpg) repeat-x 0 0;
	}

/* ************************************************************** END CSS Tabs 03
************************************************************** */

/* @end */

/* @group Content Formatting */

/* @group Buttons */

/* BUTTONS */

.buttons a, .buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
	/* Links */
	}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
	/* IE6 */
	}

.buttons button[type] {
	padding: 5px 10px 5px 7px;
	/

* Firefox */
		line-height: 17px;
	/* Safari */
	}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;
	/* IE7 */
	}

.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	}

/* STANDARD */

button:hover, .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
	}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
	}

/* POSITIVE */

button.positive, .buttons a.positive {
	color: #529214;
	}

.buttons a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
	}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
	}

/* NEGATIVE */

.buttons a.negative, button.negative {
	color: #d12f19;
	}

.buttons a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
	}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
	}

/* @end */

/* @end */

/* @group linkColumn Submenu */

#linkColumn #submenu01 {
	width: 225px;
	font: normal normal 1.4em Arial, Helvetica, sans-serif;
	letter-spacing: -.01em;
	margin: 1px 0 1em 0;
	padding: 0;
	border: 1px solid #3D261D;
	border-bottom: none;
	background: #D9CFC3;
	}

#linkColumn #submenu01 ul, #linkColumn #submenu01 li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#linkColumn #submenu01 li a {
	height: 28px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 20px;
	text-decoration: none;
	outline: none;
	}
	/* for Internet Explorer */
	/*\*/
	* html #linkColumn #submenu01 li a {
		margin-top: -1px;
		}
	/**/

#linkColumn #submenu01 li a:link, #linkColumn #submenu01 li a:visited {
	color: #E4D6CD;
	display: block;
	background: url() repeat 0 50%;
	border: none;
	border-bottom: 1px solid #603912;
	padding: 8px 0 0 10px;
	outline: none;
	}

#linkColumn #submenu01 li a:hover, #linkColumn #submenu01 li #current {
	color: #FFFFFF;
	background: url() repeat 0 50%;
	padding: 8px 0 0 10px;
	outline: none;
	}

#linkColumn #submenu01 li li a {
	font-size: .95em;
	outline: none;
	}

#linkColumn #submenu01 li li a:link, #linkColumn #submenu01 li li a:visited {
	color: #603912;
	display: block;
	background: url() repeat 0 0;
	border: none;
	border-bottom: 1px solid #E4DDD5;
	padding: 8px 0 0 1.4em;
	outline: none;
	}

#linkColumn #submenu01 li li a:hover, #linkColumn #submenu01 li li #current {
	color: #FFFFFF;
	background: #806141;
	padding: 8px 0 0 1.4em;
	outline: none;
	}

/* ************************************************************** END CSS Submenu
************************************************************** */

/* @end */

/* @group footer sprites */

/* ************************************** begin footer sprites */

#utPublications {
	width: 335px;
	height: 62px;
	background: url(stylesheet.css);
	margin: 0;
	padding: 0;
	position: relative;
	}

#utPublications li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	}

#utPublications a {
	display: block;
	background: none;
	border: none;
	}

#utPublications a span {
	display: none;
	background: none;
	border: none;
	}

#utPublink1 {
	left: 0;
	top: 14px;
	width: 128px;
	height: 45px;
	}

#utPublink1 a {
	height: 45px;
	}

#utPublink2 {
	left: 129px;
	top: 14px;
	width: 122px;
	height: 45px;
	}

#utPublink2 a {
	height: 45px;
	}

#utPublink3 {
	left: 250px;
	top: 14px;
	width: 82px;
	height: 45px;
	}

#utPublink3 a {
	height: 45px;
	}

#utPublink1 a:hover {
	background: url(stylesheet.css) -3px -79px no-repeat;
	}

#utPublink2 a:hover {
	background: url(stylesheet.css) -132px -79px no-repeat;
	}

#utPublink3 a:hover {
	background: url(stylesheet.css) -253px -79px no-repeat;
	}

/* ************************************** end footer sprites */

/* @end */

/* @group directory NAV */

#directoryNAV {
	background: none;	/* border-top: 1px solid #E5E5E5; */
	float: left;
	font-size: 8px;
	margin-top: -4px;
	padding-bottom: .8em;
	position: relative;
	width: 100%;
	}

#directoryNAV .column {
	padding: 9px 0 0 18px;
	width: 150px;
	}

#directoryNAV .column.last {
	float: left !important;
	padding-right: 0;
	}

.column {
	display: inline;
	float: left;
	}

#directoryNAV h3 {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -.02em;
	}

#directoryNAV a {
	display: block;
	margin: 0;
	padding: 0;
	}

#directoryNAV a:link, #directoryNAV a:visited {
	color: #777777;
	background: none;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	}

#directoryNAV h3.standalone a:link, #directoryNAV h3.standalone a:visited {
	color: #444444;
	}

#directoryNAV a:hover {
	color: #FFFFFF !important;
	background: #676F75 !important;
	border: none !important;
	text-decoration: none !important;
	}

#directoryNAV ul {
	margin-bottom: 9px;
	}

#directoryNAV ul li {
	margin: 0.5em 0;
	padding: 0;
	}
	/* for Internet Explorer */
	/*\*/
	* html #directoryNAV ul li {
		margin: -0.8em 0;	/* IE really wanted this padding to help the container not display a white line */
		}
	/**/

/* @end */

/* @group Faculty Listing */

	#storyColumn .headlineBox {  /* used on the Headlines archive page */
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		margin: 1em 1.5em; padding: 0 0 1em;
		width: 115px;
		min-height: 220px;
		color: #333333;
		}
	/* for Internet Explorer */
	/*\*/
	* html .headlineBox {
		height: 220px; /* IE really wanted this padding to help the container not display a white line */
		}

	#storyColumn .headlineBox h3 {  /* used on the Headlines archive page */
		font-size: 1.9em;
		color: #333333;
		clear: both;
		}
	#storyColumn .headlineBox em {
		font: normal normal .8em/1em Arial, Helvetica, sans-serif;
		margin: 0; padding: 0;
		color: #666666;
		}

	#storyColumn .headlineBox h3 a,
	#storyColumn .headlineBox h3 a:link,
	#storyColumn .headlineBox h3 a:visited {background: none; border: none;}

	#storyColumn .headlineBox h3 a:active,
	#storyColumn .headlineBox h3 a:hover {background: none; color: #B55314;}

	#storyColumn .headlineBox img {  /* used on the Headlines archive page */
		margin: 0 .4em 0 0; padding: 0;
		float: left;
		}

	#storyColumn .faculty img {
		margin: 0 0 20px 10px; padding: 0;
		float: right;
		}

	#storyColumn .faculty h3 {
		color: #666666;
		background: #F4F4F4;
		padding: .5em;
		border: 1px solid #CCCCCC; border-left: none; border-right: none;
		}

	#storyColumn .faculty dl {
		border-bottom: 1px solid #E9E9E9;
		font-size: 120%;
		padding-bottom: 1.5em;
		}


/* @end */

/* @group Feature Boxes */
	#storyColumn .feature,
	#linkColumn .feature {
		margin: 1em 0; padding: 0 0 0 11em;
		clear: both;
		border-bottom: 2px solid #EDEDED;
		background: none;
		}
	
	#storyColumn .sideNews,
	#linkColumn .sideNews {
		margin: 0; padding: 1em;
		border: 1px solid #CCC;
		}
	
	#storyColumn .feature img,
	#linkColumn .feature img {
		float: left;
		border: 1px solid #CCC;
		margin: .4em .2em .6em;
		position: relative;
		}

	#storyColumn .TopDocs img,
	#linkColumn .TopDocs img {
		border: none;
		margin: .5em 0 0 -10em;
		}

	#storyColumn .feature .dates,
	#linkColumn .feature .dates {
		float: none;
		border: none;
		border-top: 1px solid #EEEEEE;
		color: #BBBBBB;
		text-align: center;
		margin: .5em 0 -.5em 0; padding: .5em 0 0 0;
		font: normal normal 2em/90% Georgia, "Times New Roman", Times, serif;
		letter-spacing: -.1em;
		text-transform: uppercase;
		line-height: 100%;
		}

	#storyColumn .dates {
		float: none;
		border: none;
		border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE;
		color: #82ADFF;
		text-align: left;
		margin: .2em 0; padding: .5em 0;
		font: normal bold 1.5em/90% Georgia, "Times New Roman", Times, serif;
		letter-spacing: -.1em;
		text-transform: uppercase;
		line-height: 100%;
		}
	
	#storyColumn .feature h2,
	#linkColumn .feature h2 {
		font: normal bold 1.5em/100% Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: -.01em;
		color: #000000;
		padding-top: .5em;
		border: none;
		}
	#storyColumn .UTP h2,
	#linkColumn .UTP h2 {
		text-transform: none;
		color: #50788A;
		}

	#storyColumn .sideNews h2,
	#linkColumn .sideNews h2 {
		text-align: center;
		}
	
	#storyColumn .feature p,
	#linkColumn .feature p {
		font: normal normal 1.2em/120% Arial, Helvetica, sans-serif;
		letter-spacing: -.01em;
		color: #666666;
		color: #999999;
		font-size: 1.4em;
		line-height: 120%;
		}
	
	#storyColumn .feature .more,
	#linkColumn .feature .more {
		font-size: 1em;
		text-align: right;
		margin: .5em; padding: .5em;
		}

	#storyColumn .sideNews p,
	#linkColumn .sideNews p {
		text-align: left;
		}
	
	#storyColumn .spotlight {
		float: left;
		width: 270px;
		margin: 1em -1em 0 0; padding: .7em;
		background: #F5F7F5 url(../images/bucket-director-Francisco.jpg) no-repeat center 0;
		border: 1px solid #DBDEDD;
    	}
	#storyColumn .spotlight h2 {
		margin: 2.4em 0 .5em 7.5em;
		line-height: 90%;
		}


/* @end */

/* @group Vertical LinkBlocks */

	#linkColumn #linkblocks,
	#linkColumn #linkblocksSubpage {margin: -1em -1em 0 0;}

	#linkColumn #linkblocks ul,
	#linkColumn #linkblocksSubpage ul {
		list-style-type: none;
		width: 247px;
		}

	#linkColumn #linkblocks li,
	#linkColumn #linkblocksSubpage li {
		margin: 1em 0; padding: 0 0 0 0;
		border-bottom: 2px solid #EDEDED;
		}

	#linkColumn #linkblocks li img,
	#linkColumn #linkblocksSubpage li img {
		float: left;
		margin: 0 1em 0 -.1em;
		border: 2px solid #FFFFFF;
		}

	#linkColumn #linkblocks h2,
	#linkColumn #linkblocksSubpage h2 {
		}
	
	#linkColumn #linkblocks li a, #linkColumn #linkblocksSubpage li a {
		font: normal bold 1.7em/100% Arial, Helvetica, sans-serif;
		letter-spacing: -.01em;
		color: #666666;
		background: #b4b4b4;
		padding: .5em;
		display: block;
		text-decoration: none;
		min-height: 100px;
		}
		/* for Internet Explorer */
		/*\*/
		* html #linkColumn #linkblocks li a {
			height: 100px;
			}
		/**/
	#linkColumn #linkblocksSubpage li a {
		padding: .3em;
		min-height: 50px;
		}
		/* for Internet Explorer */
		/*\*/
		* html #linkColumn #linkblocksSubpage li a {
			height: 40px;
			}
		/**/
	
	
	#linkColumn #linkblocks li a:hover,
	#linkColumn #linkblocks li a:hover.second,
	#linkColumn #linkblocksSubpage li a:hover,
	#linkColumn #linkblocksSubpage li a:hover.second {
		background: #778bac;}

	#linkColumn #linkblocks a strong,
	#linkColumn #linkblocksSubpage a strong {
		display: block;
		color: #000000;
		padding: .7em 0;
		position: relative;
		text-transform: uppercase;
		}
	 #linkColumn #linkblocksSubpage a strong {padding: .2em 0;}

	#linkColumn #linkblocks a em,
	#linkColumn #linkblocksSubpage a em {
		display: block;
		font: normal normal 80%/130% Arial, Helvetica, sans-serif;
		letter-spacing: -.01em;
		color: #464646;
		padding: .4em 0;
		text-transform: none;
		}
		#linkColumn #linkblocksSubpage a em {padding: .1em 0;}

	#linkColumn #linkblocks a span,
	#linkColumn #linkblocksSubpage a span {
		color: #125F15;
		font: normal 70% Verdana, Arial, Helvetica, sans-serif;
		line-height: 150%;
		}

	#linkColumn #linkblocks li a.second ,
	#linkColumn #linkblocksSubpage li a.second {background: #8C3501;}
	#linkColumn #linkblocks li a.second strong,
	#linkColumn #linkblocksSubpage li a.second strong {color: #FFFFFF;}
	#linkColumn #linkblocks li a.second em,
	#linkColumn #linkblocksSubpage li a.second em {color: #FFFFFF;}
	#linkColumn #linkblocks li a.second span,
	#linkColumn #linkblocksSubpage li a.second span {color: #FFFFFF;}
	
/* @end */

/* @group Horizontal LinkBuckets */

	#storyColumn #linkbuckets {display: block; margin: 0; padding: 0;}

	#storyColumn #linkbuckets ul {
		list-style-type: none;
		width: auto;
		}

	#storyColumn #linkbuckets li {
		margin: 1em 2.4em; padding: 0;
		border-bottom: 0px solid #EDEDED;
		width: 115px;
		float: left;
		}

	#storyColumn #linkbuckets li img {
		float: none;
		position: relative;
		margin: 0 -.3em .3em;
		border: 2px solid #CCCCCC;
		}

	#storyColumn #linkbuckets h2 {
		}
	
	#storyColumn #linkbuckets li a {
		font: normal bold 1.2em/100% Arial, Helvetica, sans-serif;
		letter-spacing: -.01em;
		color: #666666;
		background: none;
		padding: .3em;
		display: block;
		text-decoration: none;
		min-height: 260px;
		}
		/* for Internet Explorer */
		/*\*/
		* html #storyColumn #linkblocks li a {
			height: 260px;
			}
		/**/
	
	
	#storyColumn #linkbuckets li a:hover {background: #E7F0F7;}

	#storyColumn #linkbuckets a strong {
		clear: both;
		display: block;
		color: #000000;
		padding: .2em 0;
		position: relative;
		}
	#storyColumn #linkbuckets a em {
		display: block;
		font: normal normal 80%/130% Arial, Helvetica, sans-serif;
		letter-spacing: -.01em;
		color: #666666;
		padding: .2em 0;
		}

	#storyColumn #linkbuckets a span {
		color: #125F15;
		font: normal 70% Verdana, Arial, Helvetica, sans-serif;
		line-height: 150%;
		}

/* @end */

/* @group Footer Stick */

/* ************************************************************** Footer Stick
************************************************************** */
 html, body {height: 100%;}
 #siteContainer {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -18em;
	}
 #footer, .push {height: 18em;}

/* @end */

/* @group Alert Boxes */

#storyColumn .alert {
		background: #FFF6BF url(../images/exclamation.png) no-repeat 15px 50%;
		text-align: left;
		padding: .8em 2em .8em 3.5em;
		border-top: 2px solid #ffd324;
		border-bottom: 2px solid #ffd324;
		}
	#storyColumn .notice {
		color: #2D458D;
		background: #B3C8FF url(../images/information.png) no-repeat 15px 50%;
		text-align: left;
		padding: .8em 2em .8em 3.5em;
		border-top: 2px solid #4E6DC7;
		border-bottom: 2px solid #4E6DC7;
		}

	#storyColumn .pdf, #linkColumn .pdf {
		color: #96000C;
		background: #F9F9F9 url(../images/icon_pdf.jpg) no-repeat 15px 50%;
		text-align: left;
		padding: .8em 2em .8em 3.5em;
		border-top: 2px solid #F4F4F4;
		border-bottom: 2px solid #F4F4F4;
		}

/* @end */
		
	#storyColumn .photoCaption {
		font: normal normal 2.3em/100% Georgia, "Times New Roman", Times, serif;
		color: #999999;
		text-align: left;
		clear: both;
		}
	#storyColumn .photoCaption img {
		float: left;
		margin: 0 10px 0 0; padding: 0;
		border: 4px solid #F4F4F4;
		}
		
		
/* ************************* Residency & Fellowship ************************ */
div#specialEmphasis{
	background-color:#D2DDEE;
	border:solid 3px #345A92;
	margin-top:30px;
	padding: 4px 4px 4px 4px;
	text-align:center;	
	}	
		
div#specialEmphasis h4{
	color:#2A4874;
	font-size:36px;
	font-weight:normal;
	}
		
div#specialEmphasis h5{
	border:none;
	border-bottom: dotted 1px #993300;
	color:#993300;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-.5px;
	line-height:20px;
	}	
		
div#specialEmphasis h5 span{
	color:#2A4874;
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	}
div#specialEmphasis a{
	padding:3px 3px 3px 3px;
	}
		
/* @end */

