body {
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: small;
	line-height: 1.5;
	text-align: left;
	color: #333;
	background-color: #f0f0f0;
}
strong { font-weight: bold; }
hr {
	border: none;
	border-top: 1px dotted #bbb;
	margin-top: 1em;
}

.hide {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
	height: 1px;
	overflow: hidden;
}
#wrap {
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/cie/content-background.gif) left top repeat-y;
	background-color: #e08e5f;
	border-left: 1px solid #ada8a4;
	border-right: 1px solid #ada8a4;
}
#wrap_event {
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/cie/content-background-event.gif) left top repeat-y;
	background-color: #e08e5f;
	border-left: 1px solid #ada8a4;
	border-right: 1px solid #ada8a4;
}

#header {
	background-color: white;
	position: relative;
	border-bottom: 1px solid #ada8a4;
	padding: 22px 18px 0 22px;
	height: 59px;
}
#title {
	float: left;
    position: relative;
    top: 3px;
    width: 345px;
    height: 36px;
    overflow: hidden;
    z-index: 2;
}
#title span {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 345px;
    height: 36px;
    background: url(images/cie/cie-wordmark.gif);
}
#title_event {padding:0px;
    width: 900px;
    height: 126px;
    background: url(http://www.utexas.edu/cie/images/cie/banner-CIE-new.gif);
}
#title_event h1.offscreen {position: absolute;left: -999em;}

#icons {
	float: right;
}
#icons a {
	margin-left: 15px;
}
#nav {
	clear: both;
	background-color: white;
	font-family: Verdana,Arial,sans-serif;
	width: 874px;
	height: 1.9em;
	padding-top: 0.4em;
	padding-left: 26px;
	list-style: none;
	border-bottom: 1px solid #ada8a4;
}
#nav li {
	display: inline;
	padding-right: 2em;
}
#nav a {
	font-weight: normal;
}
#content {
	clear: both;
	width: 900px; /* necessary for IE */
}
#content p {
    padding-bottom: 1em;
}
#main-column {
	float: left;
	width: 648px;
}
#main-column_event {
	float: left;
	width: 613px;
}
#main-column_event h2 {
	background-color: white;
	margin-bottom: 0.5em;
	padding: 0.25em 0 0.25em 20px;
	font-size: 150%;
	color: #996039;
	border-top: 1px solid #ada8a4;
	border-bottom: 1px solid #ada8a4;
}
#main-column_event h3 {
	font-size: 130%;
}
#main-column_event ul li {list-style-image:url(images/cie/event-bullet.gif);margin-right:3px;list-style-position:inside;}
#main-column_event ul  {margin-bottom:1em;margin-left:1.5em;}

#main-column h2 {
	background-color: white;
	margin-bottom: 0.5em;
	padding: 0.25em 0 0.25em 20px;
	font-size: 150%;
	color: #996039;
	border-top: 1px solid #ada8a4;
	border-bottom: 1px solid #ada8a4;
}
#main-column h3 {
	font-size: 130%;
}

.staff-member {
    padding: 0.5em;
    margin-bottom: 1em;
}
.staff-member dt {
    font-size: 130%;
}
.staff-member dd {
	margin-left: 2em;
}
.staff-member .title {
    font-size: 110%;
    color: #666;
}
.staff-member .email { font-style: italic; }


#main-column .full h2 {
	margin-bottom: 0;
}
#main-column .half {
	background-color: white;
	float: left;
	width: 324px;
}
#main-column .half.l {
	width: 454px;
}
#main-column .half.l p {
	text-align: justify;
}
#main-column .half.r {
	width: 194px;
}
#main-column .half.r p {
	font-style: italic;
	font-size: 110%;
}
#main-column .full {
	clear: both;
	padding-top: 20px;
	border-bottom: 1px solid #e8e8e8;
}

#sidebar_event {
	float: right;
	width: 255px;
	background-color: #cc5500;
	font-size: 90%;
	line-height: 1.3;
	padding: 16px;
}
#sidebar_event a {color:#dc9f74;text-decoration:none;}
#sidebar_event a:hover {color:#fff;text-decoration:underline;}
#sidebar_event img {border:1px #333 solid;}
#sidebar_event h3 {
	color: white;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 16px;
}
#sidebar_event h4 {
	color: white;line-height:1.1em;
	font-size: .78em;margin-top:0.7em;
	font-weight: bold; line-height:1.5em;
	margin-bottom:0.3em; text-transform:uppercase;font-family:verdana;

}


#sidebar {
	float: right;
	width: 212px;
	background-color: #e08e5f;
	font-size: 90%;
	line-height: 1.3;
	padding: 20px;
}
#sidebar a {
	font-size: 120%;
	color: #b93830;
}
#sidebar h3 {
	color: white;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 16px;
}
#sidebar ul {
}
#sidebar ul ul {
	margin-left: 2.5em;
}
#sidebar ul li {
	margin-bottom: 1em;
}
#sidebar ul ul li {
	list-style-image: url(images/cie/sidebar-li.gif);
}
#footer {
	clear: both;
	background-color: white;
	border-top: 1px solid #ada8a4;
	border-bottom: 1px solid #ada8a4;
	padding: 0.5em 0 0.5em 20px;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #c50;
}
a:hover {
	text-decoration: underline;
}

.signature { font-weight: bold; }
img.headshot {
	float: left;
	padding: 2px;
	border: 1px solid #c7855d;
	margin-right: 0.5em;
}
.news {
	background-color: #e8e8e8;
	padding: 0.5em 0;
	height: 100%;
}
.news-item { clear: left; }
.news-item, .gutter {
	padding: 0.5em 20px 0.5em 20px;
}
#main-column .news-item h3 {
	display: inline;
	font-size: 110%;
	font-weight: bold;
	margin-right: 2em;
	line-height: 1.5;
}

#main-column ul {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
#main-column li {
  list-style-type: disc;
  padding: 0.25em 0;
}

.date {
	font-size: 90%;
	font-style: italic;
}
.news-item p {
	font-size: 90%;
}
#footer p {
	font-size: 90%;
}
#footer a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

/* NEW for FCC event*/
.eventComments {float:left;margin-right:3px;margin-bottom:12px;font-size:.85em;color:#fff;font-family:arial;text-align:center;width:65px;}
.pullOut {width:98%;border:1px #bbb dashed;padding:8px;font-family:times;font-style:italic;font-size:1.2em;color:#777;background-color:#f1f1f1;}