
/* ///////////////////////////////////////////////// Globals */

body {
		margin: 0;
		padding: 0 0 40px 0;
		background: #f4f5f5;
		color: #000;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 0.875em; /* 14px typically */
		line-height: 1.50em; /* 21px */
}

.supText {
		font-family: Geneva, Tahoma, Verdana, sans-serif;
		font-size: 0.75em; /* 10.5px */
}

.Caps {
		text-transform: uppercase;
}

a:link, a:visited {
		color: #cf5f51;
		text-decoration: none;
}

a:active, a:hover {
		color: #000;
		text-decoration: none;
		border-bottom: 1px dotted;
}

ul.noBulletsNoMargins {
		margin: 0;
		padding: 0;
		list-style: none;
}

img {border: 0;}

a {outline: none;}

.clear {
		clear: both;
}

hr, #skips {
		display: none;
}

div.rule {
		height: 1px;
		background: #000;
		margin: 3.00em 0;
}

/* ///////////////////////////////////////////////// UT/CoFA Header */
	
#utHeader {
		position: relative;
		width: 100%;
		height: 40px;
		background: #fff;
		border-bottom: 1px solid #ddd;
}

#utHeader #wordmarks {
		position: relative;
		width: 900px;
		margin: 0 auto;
}

/* ///////////////////////////////////////////////// Container */

#container {
		position: relative;
		width: 900px;
		margin: 40px auto 0 auto;
		background: url(../_images/sitewide/background-logo2.png) no-repeat center 20px #fff;
		border: 1px solid #ddd;
		padding: 20px;
}

/* ///////////////////////////////////////////////// Header */

#header {
		position: relative;
		width: 100%
}

#translate {
		position: absolute;
		right: 20px;
		top: 0;
		z-index: 4;
}

#translate li {
		display: inline;
		margin-left: 0.50em;
}

#casaLogo {
		position: relative;
		left: 10px;
		margin: 0;
		z-index: 3;
}

#casaLogo a {border-bottom: 0;}

#mesoLogo {
		position: absolute;
		width: 230px;
		bottom: 60px; /* set to 40px when reintroduce english/spanish options above */
		right: 15px;
		z-index: 3;
		text-align: right;
		font-size: 0.75em;
		line-height: 1.25em;
}

#mesoLogo img {
		float: right;
		margin-left: 5px;
		margin-top: -15px;
}

#headerImage {
		position: relative;
		width: 892px;
		height: 300px;
		margin-top: -40px;
		z-index: 2;
		border: 1px solid #000;
		background: #fff;
		padding: 3px;
}

/* ///////////////////////////////////////////////// Navigation */

#nav {
		position: relative;
		border-bottom: 1px solid;
		height: 28px;
}

#nav ul {
		margin: 20px 0 0 0; /* 14px */
}

#nav li {
		margin: 0 32px; /* set right/left margin to 14px if using 'research and resources' list item, otherwise set to 32px */
		text-indent: -9999px;
		float: left;
}

#nav li.about {width: 55px;}
#nav li.facility {width: 61px;}
#nav li.residencies {width: 93px;}
/*#nav li.research {width: 188px;}*/
#nav li.events {width: 162px;}
#nav li.contacts {width: 75px;}
#nav li.support {width: 66px;}

#nav a {
		display: block;
		height: 10px;
}

#nav li.about a {background: url(../_images/nav/but-about.png) no-repeat left top;}
#nav li.facility a {background: url(../_images/nav/but-facility.png) no-repeat left top;}
#nav li.residencies a {background: url(../_images/nav/but-residencies.png) no-repeat left top;}
/*#nav li.research a {background: url(../_images/nav/but-research.png) no-repeat left top;}*/
#nav li.events a {background: url(../_images/nav/but-events.png) no-repeat left top;}
#nav li.contacts a {background: url(../_images/nav/but-contacts.png) no-repeat left top;}
#nav li.support a {background: url(../_images/nav/but-support.png) no-repeat left top;}

#nav li.about a:hover {background: url(../_images/nav/but-about.png) no-repeat left bottom; border: 0}
#nav li.facility a:hover {background: url(../_images/nav/but-facility.png) no-repeat left bottom; border: 0}
#nav li.residencies a:hover {background: url(../_images/nav/but-residencies.png) no-repeat left bottom; border: 0}
/*#nav li.research a:hover {background: url(../_images/nav/but-research.png) no-repeat left bottom; border: 0}*/
#nav li.events a:hover {background: url(../_images/nav/but-events.png) no-repeat left bottom; border: 0}
#nav li.contacts a:hover {background: url(../_images/nav/but-contacts.png) no-repeat left bottom; border: 0}
#nav li.support a:hover {background: url(../_images/nav/but-support.png) no-repeat left bottom; border: 0}

#nav li a.selected {background-position: left bottom;}

/* ///////////////////////////////////////////////// Content */

#content {
		margin: 30px 0 40px 0;
		overflow: auto;
}

#content.singleColumn {
		margin-left: 145px;
		margin-right: 145px;
}

#content.twoColumn {
		margin-left: 30px;
		margin-right: 30px;
}

#leftColumn {
		position: relative;
		width: 400px;
		float: left;
}

#rightColumn {
		position: relative;
		width: 400px;
		float: right;
}

#content h2 {
		margin-top: 2.00em;
		font-size: 1.125em;
}

#rightColumn h3 {
		font-size: 1.00em;
		margin-bottom: -1.00em;
		font-style: italic;
}

.imgBorder {
		border: 1px solid #ccc;
}

ul.regularList li {
		list-style: square;
		margin-top: 0.50em;
		margin-bottom: 0.50em;
}

#appStartDate {
	background: #e1c683;
	padding: 0 2.00em;
	border: 1px solid #A59160;
	text-align: justify;
	margin: 2.00em 0;
}

#floorplan {
	margin-top: 60px;
	}
	
.tmNeg1em {
		margin-top: -1.0em;
}

code {
		color: #990;
}

/* ///////////////////////////////////////////////// Footer */

#footer {
		position: relative;
		border-top: 1px solid;
		padding-top: 1.75em;
		overflow: auto;
}

#footer ul {
		float: left;
}

#footer li {
		display: inline;
		padding-right: 0.75em;
		border-right: 1px solid #ccc;
		margin-right: 0.75em;
}

#footer li.lastChild {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
}

#footer #copyright {
		position: relative;
		float: right;
		margin: 0;
}



	


		



