/* HEADER */
#header{
	height: 134px;
	position: relative;
	background: white url('../images/interior/header-bg.png') repeat-x scroll bottom left;
}
#header img.section-image{
	position: absolute;
	top: 2px;
	right: 27px;
}
#header div.background-left{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/interior/header-bg-left.png') no-repeat scroll top left;
	width: 64px;
	height: 76px;
}
#header #Menu{
	position: absolute;
	top: 66px;
	left: 77px;
}

#interior-nav {
	margin-left: 40px;
}

#interior-nav h1 {
	margin-bottom: 1em;
	margin-left: 0;
}
#interior-nav ul {
	margin-bottom: 2.5em;
}
#interior-nav ul li {
	text-align: left;
}

#interior-nav ul li a {
	display: block;
	background-image: url('../images/interior/nav-bg.png');
	width: 223px;
	height: 13px;
	margin-bottom: 19px;
	padding-top: 6px;
	padding-left: 28px;
	text-align: left;
	color: #777;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;	
}

#interior-nav ul li a:hover {
	background-position: 0 -19px;
}

.subsection-title {
	font-family: "Times New Roman", Times, serif;
	color: #363636;
	font-size: 16pt;
	margin-bottom: .75em;	
}

.info-header {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.75pt;
	font-size: 7pt;
}

.bulleted-list {
	margin-left: 20pt;
}

.bulleted-list li {
	list-style: disc;
	line-height: 2em;
}

.numbered-list {
	margin-left: 20pt;
	margin-bottom: 2em;
}

.numbered-list li {
	list-style: decimal;
	line-height: 2em;
}

.reference {
	font-size: 8pt;
	line-height: 1.5em;
	color: #898989;
}