/* infopages.css
 * To be placed in /htdocs/style
 * Daniel Chung, Updated: 10/18/2007
 * Common styling for TEC information pages
 *
 * Organized structurally according to the page
 */

/*	General		*/
a:visited { text-decoration: none; color: #0066CC; }
.clear-both { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
th { text-align: center; }
th { vertical-align: baseline; }
td { vertical-align: middle; text-align: center;}
table { border: 1px solid black; }
td { border: 1px solid black; }

#top-bar {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
	padding: 5px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px solid #eeeeee;
}
	#top-bar p{
		display: inline;
		margin: 0px 0px 0px 2px;
		padding: 0px 0px 0px 2px;
		font-size: 14px;
	}
	#top-bar a:link, #top-bar a:visited, #top-bar a:active {
		text-decoration: none;
	}


/*******
*	tsn stands for test_side_nav a style sheet used for testing.
*	It is named as such to prevent naming overlap
********/


#tsn_side {	
	position: relative;
	float: left;
	border-right: 1px solid #e8e8e8;
	width: 150px;
	font-family: Verdana;
	margin: 15px 0px 0px 0px;
}
#tsn_title {
	font-size: 15px;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #e8e8e8;
}
.tsn_item{
	position: relative;
	text-align: center;
	background-color: white;
	color: #0066CC;
	clear: both;
	margin: 0;
	font-size: 11px;
	display: block;
	line-height: 120%;
	border-bottom: 2px solid white;
	vertical-align: middle;
}
	.tsn_item a {
		display: block;
		text-decoration: none;
		color: #0066CC;
	}
	.tsn_item a:hover { background-color: #0066CC; color: white; }
	.tsn_item a:link { text-decoration: none; }

.info {
	position: relative;
	float: left;
	width: 588px;
	padding: 0px 3px 0px 5px;
	font-family: Verdana;
	font-size: 13px;
	line-height; 16px;
}
	.info ul li { list-style-position: inside; margin: 0px 0px 0px 50px; }
	.info h1 { font-size: 20px; font-weight: bold; }
	.info h2, .info h3, .info h4, .info h5, .info h6, .info h7 {
		font-size: 16px;
		font-weight: bold;
	}
	.info ol li { font-size: 12px; font-weight: normal; }

.site-map {
	position: relative;
	float: left;
	width: 700px;
	padding: 0px 3px 0px 5px;
	font-family: Verdana;
	font-size: 16px;
	line-height: 140%;
}

.full-info {
	position: relative;
	float: left;
	width: 750px;
	padding: 0px 3px 0px 5px;
	font-family: Verdana;
}
	.full-info ul {
		font-size: 16px;
		margin: 0px 0px 3px 15px;
	}
	.full-info ul li {
		list-style-position: inside;
		margin: 0px 0px 0px 7px;
	}

	.full-info h1 {
		font-size: 20px;
		font-weight: bold;
		line-height: 150%;	
	}

	.full-info ol li {
		font-size: 12px;	
		font-weight: normal;
	}
.board {
	position: relative;
	float: left;
	width: 250px;
	height: 60px;
	font-size: 12px;
}
.job {
	position: relative;
	float: left
	font-size: 13px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #EEEEEE;
}
.staff {
	position: relative;
	font-size: 13px;
	width: 250px;
	padding: 2px;
	margin: 0px 0px 5px 0px; 
}
.advisory { color: red; font-size: 15px; }
.picture-wrap {
	position: relative;
	float: left;
	margin: 0px 3px 0px 3px;
}	
.indent-paragraph { text-indent: 15px }
.indent-2 { text-indent: 30px; }

