 /* 
Title:		Media and Pubs Website Styles
Author: 	w3admin@usg.edu
*/


.icon {vertical-align: middle;}

.citation { text-indent: -2em; padding-left: 2em; }
.facts { background: #eee; padding: 1em; margin-bottom: 1em;}
.intro { padding: 1em 0 0; }
.desc { margin-bottom: 1em; padding: 0 0 1em; border-bottom: 1px solid #ccc;}
.outline {border: 1px solid #ccc;}

table.meetings {border: none;}
table.meetings th {position: absolute; top: -1000em;}
table.meetings td {border: none;}

table.behavioral_table th, table.behavioral_table td {
	padding: 5px 2px;
	font-size: .8em;
}

/* =Tertiary Navigation (subnavigation)
-------------------------------------------------------------------------*/

#main ul.subnav {
	border: #ccc solid;
	border-width: 1px 0;
	font-size: 0.9em;
	list-style-type:none;
	margin: 0 0 1.5em 0;
	overflow: hidden;
	padding: 5px 0;
}
	
#main ul.subnav li {
	display: inline;
	padding: 0 5px;
	margin: 0;
}

#main ul.subnav li a {
	color: #0038A8;
	font-weight: bold;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#main ul.subnav li a.active {
	color: #000;
	text-decoration: none;
}

