/* New Dept Page css styles Jan '12 */
* {font-size: 100%; padding: 0; margin: 0;}
html {
	background: #fbfbf3;
	color: #222;
}
body {
	background: #fbfbf3 url(../images/campus1.jpg) repeat-x 0 1.85em;
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
sup {font-size: smaller; vertical-align: 0.5em; line-height: 1px;}
ul, ol, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 {line-height: 1em; }
span.hilite { color: #f00; }

#cunavbar {
	background: #e9e6d2 url(../images/cu-searchbar-border.gif) repeat-x 0 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	height: 1.75em;
	margin: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #202020;
}
#cunavbar h1 {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding: 0.33em 0 0.33em 8px;
}
#cunavbar ul {
	float: right;
	margin: -1.33em 1.75em 0 0;
}
#cunavbar li {
	display: inline;
	font-size: .84em;
	margin-left: 0;
}
 #cunavbar a {
	text-decoration: none;
}
#cunavbar a:link, #cunavbar a:visited {
	color: #000;
}
#cunavbar a:hover {
	color: #00f;
	text-decoration: underline;
}
#header {
	height: 100px;
	margin: 0;
	padding: 1px 0;
}
#header h1 {
	background: url(../images/campus1-66.jpg) repeat-x 0 -1.1em;
	color: #fc3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	letter-spacing: -1px;
	margin: 1em 0 0;
	padding: 0.33em 0 0.33em 8px;
}
#header h1.right {
	background: transparent;
	float: right;
	letter-spacing: -1px;
	margin: -1.66em 1em 0;
	padding: 0.33em 30px 0.33em 0; /* the 30px right padding fixes header sliding out of window in ie mac */
/* now feed a different rule to all but ie mac \*/
	padding-right: 0; /* end ie mac hack */
	text-align: right;
}
#sitenav {
	font-size: 93%;
	background-color: #cec69c;
	border: 1px solid #000;
	border-bottom: none;
	float: left;
	margin-top: -3px;
	width: 10em;
}
#sitenav a {
	border-bottom: 1px solid #333;
	display: block;
	margin: 0;
	padding: 4px 0 3px 8px;
	text-decoration: none;
	width: 95%;
}
 /* the above line fixes clickable link width problem in ie/win  */
html>body div#sitenav a {width: auto;} /* override for compliant browsers */
#sitenav a:link {
	color: #333;
}
#sitenav a:visited {
	color: #333;
}
#sitenav a:hover {
	background-color: #ffcc33;
	color: #000;
}
#sitenav #currentsn {
	background-color: #fbfbf3;
	color: #000;
}
#sidebar {
	font-size: 90%;
	float: right;
	margin-top: -3px;
	width: 20%;
}
#sidebar h3 {
	background-color: #444;
	border-bottom: 2px solid #000;
	color: #ddd;
	font-size: 110%;
	margin: 0;
	padding: 0.25em 0 0.25em 10px;
}
#sidebar a {
	border-left: 1px solid #b3b38c;
	color: #222;
	display: block;
	margin: 0;
	padding: 4px 0 3px 10px;
	width: 95%;
}
 /* the above line fixes clickable link width problem in ie/win  */
html>body div#sidebar a {width: auto;} /* override for compliant browsers */
#sidebar a:hover {
	background-color: #e9e6d2;
	border-left: 3px solid #fc3;
	padding-left: 8px;
}
#sidebar ul li {
	display: inline;
}
/* the preceding declaration fixes unexplained vertical gap in the following 
	declaration in ie win */
#sidebar #currentsb {
	background-color: #e6e6e6;
	border-left: 1px solid #b3b38c;
	color: #000;
	padding-left: 10px;
	text-decoration: none;
}
#content {
	margin: 0 22% 0 12.5em;
	padding: 1.5em 0 0;
}
#content h2 {
	color: #80661a;
	font-size: 150%;
	padding: 0 0 0.75em;
}
#content h3 {
/*	border-bottom: solid 1px #cec69c;  /* 7F7F59 */
	color: #c90;
	font-size: 130%;
	margin: 0 1em 0.75em 0;
}
#content h3.uline {
	border-bottom: solid 1px #cec69c;
}
#content h3.closer {
	margin-bottom: 0.33em;
}
#content h3 span {
	color: #222;
	font-size: 70%;
	font-weight: normal;
}
#content h4 {
	color: #40330D;  /* #40330D; */
	font-size: 110%;
	padding: 0 0 0.66em;
}
#content h4.alt {
	color: #000;
	line-height: 1.2;
}
#content h4 span {
	color: #00f;
}
#content address {
	font-style: normal;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 1.5em 0;
}
#content address.indent {
	padding-left: 1.75em;
	font-weight: bold;
}
#content strong {
	color: #000;
	font-weight: bold;	
}
#content p {
	line-height: 1.5; /* line height with no units is more consistent across browsers */
	margin: 0;
	padding: 0 0 0.75em;
}
#content p.longp {
	padding: 0 1em 0.75em; /* set l/r margins to 1em for readability of longer paragraphs */
}
#content p.colloq {
	padding: 0 1em 1.5em; /* set bottom padding larger tp separate colloq items more */
}
#content p.linkp {
	margin: -0.5em 0 0.75em 1em; /* negative top margin to pull it closer to preceding p */
	padding: 0;
}
#content p.linkp2 {
	margin: -0.5em 0 1em 0;
	clear: both;
}
#content p.bigbot {
	padding-bottom: 8em; /* for short pages that need large bottom padding so footer clears nav(s) */
}
#content p.biggerbot {
	padding-bottom: 1.75em;
}
#content p.footnote {
	font-size: .9em;
	padding-bottom: 1em;
}
#content p.footbot {
	padding-bottom: 2em;
}
#content p.tightp { /* clqss for note at bottom of a list, e.g. */
	clear:both;     /* needs a clear because used after "twocol" floated list */
	margin: 0 0 1.5em;
}
#content p.newsitem {
	padding: 0 0 1em 2.75em;
	background: url(../images/arrow3.gif) no-repeat .33em 0.2em;
	line-height: 1.5;
}
#content p span.outodfdate {
	text-decoration: line-through;	
}
#content ul {
	padding: 0 0 1em;
}
#content ul li {
	padding: 0 0 0.5em;
}
#content ul.multicol {
	float: left;
	width: 14em;
	padding: 0 2em 2em 0;
}
#content ul.multicol2 {
	float: left;
	width: 12em;
}
#content ul.tightlist li {
	padding: 0 0 0.2em;
}
#content ul.tightlist li.long {
	line-height: 1.33;
	padding: 0 0 .4em 1em;
	text-indent: -1em;
}
/* The following is for situations where every item in the list is long (multi-line) */
#content ul.longli li {
	line-height: 1.33;
	padding: 0 0 .4em 1em;
	text-indent: -1em;
}
#content ul.longli span {
	font-size: 90%;	
}
#content ul.bulleted, #content ul.anchored {
	padding: 0 0 1em;
}
#content ul.bulleted li.longer {
	line-height: 1.4;
}
#content ul.bulleted li {
	padding: 0 0 0.5em 2.25em;
	background: url(../images/triangle-gold.gif) no-repeat 1em 0.2em;
	line-height: 1.2;
}
#content ul.anchored li {
	padding: 0 0 0.5em 2.25em;
	background: url(../images/arrow.gif) no-repeat 1em 0.2em;
	line-height: 1.2;
}
#content ol.twocol {
	float: left;
	width: 34em;
	padding: 0 0 1.5em;
	margin: 0;
}
#content ol.twocol li {
	float: left;
	width: 17em;
	padding: 0 0 0.4em;
	margin: 0;
}
#content ol.smallerbot {
	padding: 0 0 0.75em; /* class to create less space at bottom of ol (for (foot)note, e.g.) */
}
#content table.peopleinfo {
	border-bottom: 1px solid #cec69c;
	margin: 0 0 1.5em;
	padding: 0 0em;
	width: 90%;
}
#content table.peopleinfo th {
	border-bottom: 1px solid #cec69c;
	padding-bottom: 0.33em;
	text-align: left;
}
#content table.peopleinfo td {
	padding-bottom: 0.25em;
}
#content table.simpletab {
	margin-bottom: 2em;
}
#content table.simpletab, #content table.simpletab th, #content table.simpletab td {
	border: 1px solid #ccc;
	padding: 5px;
	border-collapse: collapse;
}
#content table.simpletab td.center {
	text-align: center;
}
#content p.tablefootnote {
	margin-top: -1em;
	padding-bottom: 1.5em;
}
#content img.rightf {
	float: right;
	margin: -1em 0 0 0.5em;
	padding: 0;
}
#content img.rightf2 {
	float: right;
	margin: 0.5em 0 0.5em 0.66em;
	padding: 0;
}
#content img.rightf3 {
	float: right;
	margin: 0 0.5em 0 0.33em;
	padding: 0;
}
#content dl.info {
	width: 27em;
}
#content .info dt {
	float: left;
	width: 9.5em;
}
/* commented backslash hack for mac-ie5 
dt {clear: both;}
/* end hack */
#content .info dd {
	float: left;
	width: 16em;
	padding: 0 0 0.33em 10.5em;
}
#content .info dd.name {
	padding-left: 1em;
	font-weight: bold;
	color: #000;
}
#content .info dd.last {
	padding-bottom: 1.5em;
}
#content #sitemap {
	font-size: 120%;
}
#sitemap ul {
	padding: 0;
	margin: 0;
}
#sitemap li.topic {
	font-weight: bold;
	color: #000;
	padding-bottom: 1em;
}
#sitemap li.topic ul {
	padding-top: 0.66em;
}
#sitemap li.topic ul li ul {
	padding-top: 0;
}
#content #sitemap li ul {
	font-size: 90%;
	font-weight: normal;
}
#content #sitemap li ul li {
	padding: 0 0 0.5em 1.5em;
}
#content #sitemap li ul li ul li {
	padding: 0.5em 0 0 1.5em;
}
#content br.clearing {
	clear: both;
	line-height: 10px;
	margin: 0;
	padding: 0;
}
#content a:link {
	color: #00c;
	text-decoration: underline;
}
#content a:visited {
	color: #55d;
}
#content a:hover {
	color: #c90 ;
	text-decoration: none;
}
/* #content li {
	margin: 0;
	padding: 0 0 0.5em;
} */
#content p.up {
	margin: 0 0 .33em;
	padding: 0;
	text-align: right;	
}
#content p.up a:link, #content p.up a:visited {
	color: #80661a;
	text-decoration: none;
}
#content p.up a:hover {
	color: #00f;
}

div#footer {
	border-top: 1px solid #bbb;
	clear: both;
	font-size: 92%;
	margin: 2em 8px 0; /* 8px 0; */
	padding: 5px 19% 0 12.5em;
}
#footer p {
	color: #333;
	font-size: 84%;
	line-height: 1.25;
	margin: 0;
	padding: 6px 19% 0 19%;
}
#footer img {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
/*	border-right: solid 1px #000; */
}
#footer ul {
	padding-top: 5px;
}
#footer li {
	display: inline;
}
#footer li.blockit {
	display: block;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
