/* Levin Alexander's graphic headers image replacement for the title */
#title, #title span {
	width:100%;
	height:85px;
	background-image: url("/ihis/img/logo-header2.jpg");
	background-repeat: no-repeat;
}


/* line 1 */
/* make right portion of header slide */
#header {
	background-image: url("/ihis/img/bkgHeader2.jpg");
}

#headerRight {
/*	this is currently a part of the header image and the auto-sliding has
	been broken for IE7 somehow.  It used to work, so some aspect of the CSS
	has been changed.  To use it, this is place dright above the #title id
	<span id="headerRight"></span>
*/	
	position:absolute;
	width:100%;
	height:85px;
	background-image: url("/ihis/img/header_right2.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}

/* make the primary nav blend a bit more with the title */
#navline {
	background:#f5f6f8 url("/ihis/img/bkgTopNav.jpg") repeat-x scroll 0% 0%; 
}

#primary_nav li {
	background-position: center right;
	background-repeat: no-repeat;
}

#primary_nav li a {
	padding-right:1em;
}
#primary_nav li.lastItem {
	background-image: none;
}

/*** BEGIN header MPC link ***/
#hdrMPCLink {
	text-align:right;
}

#hdrMPCLink a {
	position:relative;
	width:auto;
	margin-right:25px;
	border-bottom-width:0;
	background-image: none;
	color: #A4C3C2;
}

#hdrMPCLink a:hover {
	background-image:none;
	color: #fff;
}
/*** END header MPC link ***/

/* left column spacing */
#sidebar-left {
	margin-top: 1em;
}
#sidebar-left h2{
	margin: 1em 0 0.5em 0;
}
#sidebar-left ul {
	margin: 0 0 1.5em 0;
	padding:0;
}
#sidebar-left li {
	margin-bottom:0.1em;
}

.homeTitle {
	font-family: Constantia,Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	font-weight: bold;
	letter-spacing:0.05em;
	text-align: center;
	text-transform: uppercase;
}		

.smalltext {
	font-family: Constantia,Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	letter-spacing:0.05em;
	margin:0;
	padding-bottom: 1em;
	text-align: center;
	border-bottom: 2px solid #000066;
}

.homeContentFooter {
	font-family: Constantia,Georgia,"Times New Roman",Times,serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin: 1.5em 0 0 0;
	padding: 1em 0 0 0;
	text-transform: lowercase;
	border-top: 2px solid #000066;
	text-align: center; 
}

.homeContentFooter ul, .homeContentFooter li {
	padding: 0 0.5em 0 0.5em;
	margin: 0;
	display: inline;
	list-style-type: disc;
}

.handbook td{
	padding: 0;
	vertical-align: top;
}

.handbook h1 {
	font-size: 1.3em;
	line-height: 1em;

}
.handbook h2 {
	font-size: 1em;
	padding: 1em 0 1em 0;
	

}
.sample th{
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	padding: 0 .25em 0 .25em;
}

.sample td{
	font-size: 10px;
	vertical-align: top;
}

table.sample2{
	margin:2em auto 0 auto;
	border-collapse:collapse;
}

table.sample2 th{
	background-color:#f1eedf;
	border:1px solid #b1ae7b;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	padding: 0 .25em 0 .25em;
}

table.sample2 td{
	border:1px dashed #006;
	padding:0 2em;
	font-size: 10px;
	vertical-align: top;
}
