/* CSS Document */

/*
Redesign of lecture_hall.cfm and associated pages,
2008-11-12, mortenson@aarc.org
*/
#nav {
	padding: 1em;
	border: solid 1px #dddddd;
	margin-right: 1em;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav li {
	margin: 0;
	background-color: white;
	background-image: none;
	padding: .3em;
	border: none;
	border-bottom: solid 1px #dddddd;
	}
#nav li a {
	display: block;
	color: #990000 !important;
	}
#nav li.last {
	border-bottom: none;
	padding-bottom: 0;
	}
#nav li.first {
	padding-top: 0;
	}
body#lecthall #nav #li_lecthall,
body#reslib #nav #li_reslib,
body#articles #nav #li_articles,
body#edcert #nav #li_edcert {
	background-color: #e0e0e0;
	}
div.div_steps {
	width: 95%;
	padding: 1em;
	border: solid 1px #dddddd;
	}
div.div_steps h2, div.div_steps p {
	margin-top: 1px;
	margin-bottom: 1px;
	}
div#course2 {
	margin: 2em 0;
	}
table.steps {
	margin: 12px 0;
	border: none;
	width: 100%;
	height: 48px;
	border-collapse: collapse;
	}
table.steps td {
	/*background-color: #F0F0F0;*/
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: none;
	}
table.steps td.step1 {
	background: #dddddd url(images/1.jpg) top left no-repeat;
	width: 33%;
	}
table.steps td.step2 {
	background: #dddddd url(images/2.jpg) top left no-repeat;
	width: 33%;
	border-left: solid 1px white;
	border-right: solid 1px white;
	}
table.steps td.step3 {
	background: #dddddd url(images/3.jpg) top left no-repeat;
	width: 33%;
	}

.pStrong {
	font-size: 120%;
	line-height: inherit;
	font-weight: bold;
	}
h2.subhead {
	font-size: 167%;
	}
img.lh_pic {
	padding: 2px;
	border: solid 1px #dddddd;
	margin: 0 0 .5em .5em;
	float: right;
	text-align: right;
	}
