/*-----------------------------------------------------------------------------
UT Medical School Screen Stylesheet

version:   1.0
updated:   2008-02-13
author01:  Eric Rasch
email:     Eric.Rasch@uth.tmc.edu
author02:  Carlos Gonzalez
email:     Carlos.Gonzalez@uth.tmc.edu
website:   http://med.uth.tmc.edu/comm/
location:  /Assets/css/stylesheet.css
-----------------------------------------------------------------------------*/

/* ********** BEGIN Initial CSS ********** */
html {}
body {/* 62.5% is used so 'em' defined font sizes will equal 10px */font: 62.5%/140% Arial, Helvetica, sans-serif; color: #000000; background:#999999; margin:0; padding: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:0 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.1em;}	
	ul {list-style: none; font-size: 1.2em;}
	ul ul {list-style: none; font-size: 1em;}
	ol {margin-left: 1.2em; border-top: 2px solid #F1F1F1; border-bottom: 2px solid #F1F1F1;}
	
	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: 850px;
		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 20px;
		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;
		}

	#masthead #emergency {
		background: #FBF6D6;
		border: 3px solid #C4B794; border-left: none; border-right: none;
		color: #615535;
		display: block;
		font: 14px/1.2 "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		margin: 0 0 .5em 0; padding: 1em 1em 3em 1em;
		position: relative;
		}
		
	#masthead #emergency img {
		float: none;
		position: relative;
		height: auto;
		}
	/*
	this code creates extra spacing between university_header.jpg and #navcontainer01 
	but is necessary for other images to render the correct size
	(comment by Carlos Gonzalez, 02.07.2011)	
	*/
	#masthead #emergency h2 strong {
		font-variant: small-caps;
		font-size: 30px;
		text-shadow: rgba(118,118,118,0.41) 0 1px 1px;
		color: #000;
		}	

	#masthead #emergency.green {
		background: #cbf099;
		border-color: #54880d;
		color: #426b0a;
		}	
		#masthead #emergency.green strong { color: #558b0d; }

	#masthead #emergency.red {
		background: #c54f42;
		border-color: #9a2013; 
		color: #FFF; 
		}
		#masthead #emergency.red strong { color: #f6d5d0; }
		#masthead #emergency.red strong.regularBold {color: #ffffff; }

	#masthead #emergency h2 { font-size: 24px; letter-spacing: -1px; }	
	#masthead #emergency h3 { font-size: 18px; letter-spacing: -1px; }	
	#masthead #emergency p { margin: 5px 0 8px 0; }	
	#masthead #emergency p.update { font-size:14px; font-style:italic; font-weight:bold; margin: 5px 0 8px 0; }
	
	#masthead #emergency a {padding-bottom:2px;}
	
	#masthead #emergency.green a:link, #masthead #emergency.green a:visited {background:none; border-bottom:solid 1px #6CAD11; color:#6CAD11;}	
	#masthead #emergency.green a:hover, #masthead #emergency.green a:active {background:none; border-bottom:solid 1px #7CC516; color:#7CC516;}	
	#masthead #emergency.red a:link, #masthead #emergency.red a:visited {background:none; border-bottom:solid 1px #EBB095; color:#EBB095;}	
	#masthead #emergency.red a:hover, #masthead #emergency.red a:active {background:none; border-bottom:solid 1px #F5F6D1; color:#F5F6D1;}	
	#masthead #emergency .box a.imageLink { border-bottom:none;}
	

	#masthead #emergency .box {
		float: right; 
		margin-top: -2.5em;
		position: relative; 
		width: 150px; 
		}


	#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: #993400 url(../images/BG_footer.jpg) repeat-y 0 0;
		}

	#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: 455px;
		height: 100%;
		margin: 0; padding: 0;
		color: #F4F4F4;
		background: none;
		}

	#linkColumn {
		float: left; position: relative;
		width: 355px;
		margin: 0; padding: 0;
		color: #666666;
		background: none;
		border-bottom: 1px solid #E5E5E5;

		}

	#middle {
		float: none;
		margin: 0 580px 0 225px;
		}

/* @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(../images/BG_title-menu.jpg) 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 {margin: 0 !important;}
	/* for Internet Explorer (IE6) */
	/*\*/
	* html #storyColumn {margin: 0 -.6em 0 0 !important;}
	/**/


	#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 2.8em/1em Georgia, "Times New Roman", Times, serif;
		margin: 0; padding: .1em;
		color: #F2F1D9;
		border: none;
		}

	#storyColumn h1 em {
		background: none;
		font: normal normal .75em/1em Arial, Helvetica, sans-serif;
		margin: 0; padding: 0;
		color: #FFFFFF;
		border: none;
		}

	#storyColumn h1 em strong{
		background: none;
		font: normal bold 1.4em/1em Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		color: #ffcc00;
		border: none;
		}

	#storyColumn h1 a:link, #storyColumn h1 a:visited {
		color: #F2F1D9;
		text-decoration: none;
		background: none; border: none;
		}
	
	#storyColumn h1 a:hover, #storyColumn h1 a:active {
		color: #FFFFFF;
		text-decoration: none;
		background: none; border: none;
		}

	#storyColumn h2 {
		background: none;
		font: normal bold 2em/1.5em Arial, Helvetica, sans-serif;
		margin: 1em 0 0; padding: .1em;
		color: #F2F1D9;
		border: none; border-top: 1px solid #666666; border-bottom: 1px solid #666666;
		}
		
	#storyColumn h3 {
		background: none;
		font: normal bold 1.6em/1em Arial, Helvetica, sans-serif;
		margin: 0; padding: .4em 0 .1em 0;
		color: #F2F1D9;
		}

	#storyColumn h4, #storyColumn h5, #storyColumn h6  {color: #FFCC00;}

	#storyColumn p {
		font-size: 1.2em;
		margin: .7em 0; padding: 0;
		line-height: 140%;
		color: #FFFFFF;
		}

	#storyColumn img {
		margin: 0; padding: 0;
		}

	#storyColumn .more {
		font-size: 1em;
		text-align: right;
		margin: 0; padding: .3em;
		line-height: 120%;
		}

	#storyColumn .introtext {
		font-size: 1.4em;
		margin: .2em 0; padding: .3em;
		line-height: 140%;
		color: #FFFFFF;
		border: none;
		}
	#storyColumn .introtext strong {font-size: 1.1em;}

	#storyColumn a:link, #storyColumn a:visited {
		text-decoration: none;
		color: #DFDB9F;
		background-color: #B36740;
		border-bottom: 1px solid #892F00;
		}
	#storyColumn a:link.active, #storyColumn a:visited.active, #storyColumn a:hover, #storyColumn a:active {
		color: #FFFFFF;
		background-color: #892F00;
		border-bottom: 1px solid #B36740;
		}


/* ************************** Right Highlight Area *********************************** */

	#storyColumn .highlight {
		margin: 1em 0 0 0; padding: .5em;
		background: #892F00 url(../images/BG_headline-02.jpg) repeat-y 0 0;
		border: none; border-top: 1px solid #B36740; border-bottom: 1px solid #B36740;
		min-height: 8.3em;
		}

	/* for Internet Explorer */
	/*\*/
	* html #storyColumn .highlight {
		height: 8.3em;
		}
	/**/

	#storyColumn .highlight h2 {
		background: none;
		font: normal bold 1.6em/1em Arial, Helvetica, sans-serif;
		margin: 0; padding: .1em .5em;
		letter-spacing: -.01em;
		color: #E8E6BB;
		border: none;
		}

	#storyColumn .highlight p {
		font-size: 1.2em;
		margin: 0; padding: .1em .5em;
		line-height: 120%;
		color: #FFFFFF;
		}

	#storyColumn .highlight img {
		margin: 0 .5em; padding: 0;
		border: 1px solid #333333;
		float: left;
		}

	#storyColumn .highlight a:link, #storyColumn .highlight a:visited {
		text-decoration: none;
		color: #E8E6BB;
		background: none;
		border-bottom: none;
		}
		
	#storyColumn .highlight a:link.active, #storyColumn .highlight a:visited.active, 
	#storyColumn .highlight a:hover, #storyColumn .highlight a:active {
		color: #DFDB9F;
		background: none;
		border-bottom: none;
		}
/************** NEW CODE PUT IN 09.04.2009 *******************************/
#readmore {
	background: #fc0 url(../images/RSS-background.jpg) no-repeat 0 0;
	position: relative;
	margin: 1em 0 1em -.6em; padding: 1.3em 0 1.3em 1em;
	width: 445px;
	}

#readmore a.more:link, #readmore a.more:visited {
	background: none;
	border: none;
	color: #FFFFCC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
#readmore a.more:hover, #readmore a.more:active {color: #FBFB83;}

#readmore a.rss:link, #readmore a.rss:visited {
	background: none;
	border: none;
	color: #ED5204;
	font-size: 12px;
	font-weight: bold;
	margin-left: 2.2em;
	text-decoration: none;
	}
#readmore a.rss:hover, #readmore a.rss:active {color: #FA864C;}


#storyColumn .highlightSocialMedia {
	margin: 1em 0 0 0; padding: .5em;
	border: none;
	font-size:10px;
	text-align:left;
	min-height: 8.3em;
	}
* html #storyColumn .highlightSocialMedia {
	height: 8.3em;
	}
#storyColumn .highlightSocialMedia img{
	margin: 0 0 0 10px; padding: 0;
	border: none;
	}
#storyColumn .highlightSocialMedia p.bottomParagraph{
	margin: 15px 0 0 0; padding: .5em;
	border: none;
	background-color:transparent;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	}
#storyColumn .highlightSocialMedia p.bottomParagraph img{
	margin: 5px 1px 0 3px;
	}
#storyColumn .highlightSocialMedia p.bottomParagraph a:link, #storyColumn .highlightSocialMedia p.bottomParagraph a:visited	{
	text-decoration:none;
	color:#ED5204;
	background-color:transparent;
	border:none;
	}
#storyColumn .highlightSocialMedia p.bottomParagraph a:link.active, #storyColumn .highlightSocialMedia p.bottomParagraph a:visited.active, #storyColumn .highlightSocialMedia p.bottomParagraph a:hover, #storyColumn .highlightSocialMedia p.bottomParagraph a:active	{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFCC;
	background-color:transparent;
	border:none;
	}
#SocialMediaContainer	{
	background-image: url(../images/twitter-background.gif);
	background-repeat:repeat-y;
	margin:0 0 0 10px;
	padding:0;
	width:428px;
	height:325px;
	}
*html #SocialMediaContainer	{
	margin:-5px 0 0 10px;
	padding:0;
	width:428px;
	height:325px;
	}
#tweeple, #twitter	{
	background-color:transparent;
	font-weight:bold;
	float:left;
	}
#tweeple	{
	margin: 0 0 0 10px;
	padding: 0;
	width:148px;
	}
*html #tweeple ul	{
	margin:0;
	}
#tweeple ul	{
	margin:10px 0 0 0;
	padding:0;
	}
*html #tweeple ul	{
	margin:0;
	}
#tweeple ul	li{
	margin:0;
	padding:3px;
	vertical-align:middle;
	}
#tweeple ul	li a:link, #tweeple ul li a:visited	{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFCC;
	background-color:transparent;
	border:none;
	}
#tweeple ul	li a:link.active, #tweeple ul li a:visited.active, #tweeple ul li a:hover, #tweeple ul li a:active	{
	text-decoration:none;
	font-weight:bold;
	color:#ED5204;
	background-color:transparent;
	border:none;
	}

.highlightSocialMedia #tweeple ul li img{
	margin:0;
	padding:0 0 0 3px;
	vertical-align:middle;
	}
#twitter	{
	margin: 0;
	padding: 0 4px 0 6px;
	width:260px;
	}
*html #twitter {
	width: 240px;
	}
#twitter .tweet	p{
	margin:10px auto 0 auto;
	}
#twitter p.tweettime	{
	margin:0 auto 0 auto;
	color:#dddddd;
	font-weight:normal;
	}
*:first-child+html #tweeple, *:first-child+html #twitter	{
	margin-top: -3px;
	}
* html #storyColumn .highlightSocialMedia {
	height: 8.3em;
	}
/* @end */

/* @group linkColumn (left) */

/* ************************************************************** Left Column
************************************************************** */
	#linkColumn .column-in {
		margin: 0; padding: 1em;
		}

	#linkColumn h1 {
		margin: .7em 0 0 0; padding: 0;
		color: #993400;
		background: none;
		border: none;
		}

	#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;
		}

	#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(../images/BG_icon-seminars.jpg) 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 url(../images/BG_sidebar-header.jpg) repeat 0 0;
		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-left: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		text-align: left;
		}
	
	#linkColumn #subnavlist li a {
		display: block;
		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; padding: .7em 0 .7em .6em;
		}
	#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: 0;
		color: #818181;
		border: none;
		width: 100%;
		min-height: 9em;
		}

	/* for Internet Explorer */
	/*\*/
	* html #footer {
		height: 9em;
		}
	/**/

	#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: #CCCCCC;
		border-bottom: 1px solid #999999; 
		text-decoration: none;
		}

	
	#footerLogo {
		float: right;
		position: relative;
		margin: 0 5em 0 8.8em; padding: 1.5em 1em;
		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 4.5em;
		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: 0; padding: 0 1em;
		position: relative;
		background: #CCCCCC;
		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: 0 auto; padding: 0 0 0 6em;
		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;
		}

	ul#navlist03 {
		margin: 0; 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; padding: 7px 9px;
		color: #FFFFFF;
		background: none;
		border: none;
		border-right: 1px solid #8A3104;
		text-decoration: none;
		}

	ul#navlist03 a:link#active {
        color: #CCCCCC;
        background: url(../images/BG_toolbar-03-on.jpg) repeat-x 0 0;
		}

	#navlist03 a:hover, ul#navlist03 a:hover#active {
        color: #F4EAB7;
        background: url(../images/BG_toolbar-03-on.jpg) repeat-x 0 0;
		}
/* ************************************************************** END CSS Tabs 03
************************************************************** */

/* @end */

/* @group CSS Double Lists */
#cdl {
	margin: auto; padding: 0;
	}

#cdl h3 { 
	display: block;
	color: #993400;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
	}

#cdl ul {
	margin: 0 0 1em 1em; padding: 0;
	}

#cdl ul li {
	height: 1em;
	list-style-type: none;
	color: #333333;
	padding: .3em 0 .4em 0;
	font-size: 0.9em;
	border-bottom: 1px solid #CCCCCC;
	}

#cdl ul li.cdl_l2 {
	margin: -1.7em 0 0 48%;
	padding: .3em 0 .4em 0;
	border: 0;
	}  

.cdl_alt {
	background-color : #E6DECE;
	}

* html #cdl ul li.cdl_l2 {
	margin-top : -2.5em;
	}
/* ************************************************************** END CSS Double Lists
************************************************************** */

/* @end */

/* @group Content Formatting */

/* @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 */

/* @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 */

/* @group Photo Caption */

/* ************************************************************** BEGIN photo caption
************************************************************** */
	div.captionRight, div.captionLeft {
		float: right;
		margin: .5em; padding: .5em;
		width: 35%;
		font-size: .9em;
		line-height: 150%;
		color: #666666;
		}

	div.captionLeft {float: left;}
	
	div.captionRight img, div.captionLeft img {
		border: 1px solid #CCCCCC;
		margin: 0; padding: 0;
		}
/* ************************************************************** END photo caption
************************************************************** */

/* @end */

/* @group Figure Caption */

/* ************************************************************** BEGIN figure caption
************************************************************** */
	div.biofigure {
		float: none;
		margin: .1em .1em 2em; padding: .1em;
		font-size: .75em;
		line-height: 150%;
		color: #666666;
		}

	div.biofigure img {
		border: 1px solid #FFFFFF;
		margin: 0; padding: 0;
		}
/* ************************************************************** END figure caption
************************************************************** */

/* @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(../images/stripe_brown.png) 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(../images/stripe_brown-on.png) 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(../images/stripe_beige_d.png) 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
************************************************************** */


#linkColumn .bannerDean {
	background: url(../images/icon_DeanCommBanner.jpg) no-repeat left top;
	padding: 33px 20px 0 80px;
	font-size: .9em;
	color: #FFFFFF;
	height: 48px;
	text-align: left;
	}
	
#linkColumn .bannerDean p {
	margin: 0; padding: 0;
	float: left;
	font-size: 9px;
	letter-spacing: -.05em;
	color: #FFFFFF;
	}

#linkColumn .bannerDean p.left {width: 84px;}
#linkColumn .bannerDean p.right {
	margin: 0; padding: 0 0 0 8px;
	width: 110px;
	border-left: 1px solid #CE4906;
	}

	#linkColumn .bannerDean a:link, #linkColumn .bannerDean a:visited {
		text-decoration: none;
		color: #CCC;
		background: none;
		border: none;
		}
#linkColumn .bannerDean a:link.active, #linkColumn .bannerDean a:visited.active, #linkColumn .bannerDean a:hover, #linkColumn .bannerDean a:active {color:#CCCCCC; background:#B36740; border:none;}

/* ********** BEGIN footer sprites ********** */
#utPublications {width:335px; height:62px; background:url(../images/sprite-publications.jpg); 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(../images/sprite-publications.jpg) -3px -79px no-repeat;}
#utPublink2 a:hover {background:url(../images/sprite-publications.jpg) -132px -79px no-repeat;}
#utPublink3 a:hover {background:url(../images/sprite-publications.jpg) -253px -79px no-repeat;}	
#utBlogs {width:335px; height:100px; background:url(../images/sprite-blogs.jpg); margin:0; padding:0; position:relative;}
#utBlogs li {margin:0; padding:0; list-style:none; display:block; position:absolute;}	
#utBlogs a {display:block; background:none; border:none;}
#utBlogs a span {display:none; background:none; border:none;}	
#utBloglink1 {left:0; width:144px;}
#utBloglink1 a {height:96px;}
#utBloglink2 {left:146px; width:184px;}
#utBloglink2 a {height:96px;}	
#utBloglink1 a:hover {background:url(../images/sprite-blogs.jpg) -3px -104px no-repeat;}
#utBloglink2 a:hover {background:url(../images/sprite-blogs.jpg) -149px -104px no-repeat;}

/* ********** BEGIN Facebook ********** */
/* ********** #facebook02 starts 10.01.2010 ********** */
#facebook{padding:30px 0 10px 0;}
#facebook hr{padding:0 0 20px 0;}
#facebook p{font-family:'lucida grande', Tahoma, Verdana, Arial, sans-serif; font-size:12px;}
#facebook ul li{float:left; line-height:120%; padding:3px 5px 3px 7px; width:150px;}
#linkColumn #facebook a:link, #linkColumn #facebook a:visited, #linkColumn #facebook a:hover, #linkColumn #facebook a:focus{ background-color:#FFFFFF; border:none; color:#3B5998; font-family:'lucida grande', Tahoma, Verdana, Arial, sans-serif; font-size:12px; font-style:normal; font-variant:normal; font-weight:normal;}
#linkColumn #facebook ul li a:link, #linkColumn #facebook ul li a:visited, #linkColumn #facebook ul li a:hover, #linkColumn #facebook ul li a:focus{font-size:10px;}
#linkColumn #facebook a:hover, #linkColumn #facebook a:focus{background:none; background-color:none; border-bottom:none; color:#5580da;}

#facebookOnRight{padding:0 0 10px 0;}
#facebookOnRight ul li{float:left; line-height:120%; margin:0 0 0 50px; width:160px;}
*html #facebookOnRight ul li{float:left; line-height:120%; margin:0 0 0 35px; width:150px;}
#storyColumn #facebookOnRight p{padding:10px 0 0 10px;}

#facultyMeeting{border:solid 1px #993400; font-size:11px; margin:10px 0 0 0; padding:7px;}
#facultyMeeting h3{color:#993400; margin:0 0 0 0;}
#facultyMeeting a:link{ background-color:#FFFFFF; border-bottom:none; color:#993400;}
#facultyMeeting a:hover{background-color:#FFFFB9; border-bottom:solid 1px #993400; color:#993400;}

/* ********** BEGIN 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:#333333 !important; background:#F7F7F7 !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 */}

/* =Google Feedburner Elements
	.............................................................. */
#creditfooter {display: none;}
.myFeed {width: 250px; float: left; margin: .5em; margin-bottom: 3em;}
.feedburnerFeedBlock {margin: 1em;}
	
#left .column-in .myFeed img,
#left .column-in .myFeed a img,
#left .column-in .myFeed a:link img,
#left .column-in .myFeed a:visited img { margin: 0; padding: 0; float: none; border: none; background: none !important; }

div.feedburnerFeedBlock ul li div p a, div.feedburnerFeedBlock ul li div p a img {display: none !important;}


p.feedTitle {
		color: #454545 !important; 
		font: normal bold 1.8em/110% Arial, Helvetica, sans-serif !important;
		letter-spacing: -1px !important;
		margin-bottom: -1.5em !important;
		}	

span.headline {font: normal bold 1.2em/110% Arial, Helvetica, sans-serif !important; margin-top: 1em; padding-top: 1em; clear: both; display:block; border-top: 1px solid #EEE;}	

span.headline a {color: #BD4F19 !important;}	

p.date {color: #999 !important; font-size: .9em !important; margin: 0 !important; padding: 0 !important;}
	
p.small {font-size: .9em !important; margin: -.7em .7em 0 .7em !important; padding: 0 1em 1em !important; border-bottom: 1px solid #DDD; }

/* @group Clear Floats */

/* =Clear Floated Elements
	.............................................................. */
.cleaner, .clr /*, .clearfix*/ {background:transparent; border:none; clear:both; font-size:1px; height:1px; margin:0; padding:0;}

/* http://sonspring.com/journal/clearing-floats */

.clear {clear:both; display:block; height:0; overflow:hidden; visibility:hidden; width:0;}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {clear:both; content: ' '; display:block; font-size:0; height:0; line-height:0; visibility:hidden; width:0;}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* @end */

/* ********** BEGIN NIVO SLIDER for Home page(added 03.15.2011, Carlos A. Gonzalez) ********** */
.homePageNivo img{
	display:none;
	left:0px;
	position:absolute;
	top:0px;
	}

.homePageNivo .nivo-directionNav a {
	border:0;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:30px;
	}
.homePageNivo a.nivo-nextNav {
	background: url(../js/nivo-slider/images/arrows.png) no-repeat;
	background-position:-30px 0;
	right:15px;
	}
.homePageNivo a.nivo-prevNav {
	background: url(../js/nivo-slider/images/arrows.png) no-repeat;
	left:15px;
	}

/* to prevent background colors to show on hover */
#storyColumn .homePageNivo .nivo-directionNav a:hover {
	background-color: transparent !important;
	border: none;
	margin-bottom: 0; 
	padding-bottom: 0;
	}

