/* ================ STRUCTURE ================ */
*, * html {
	margin: 0;
	padding: 0;
}

body {
	width: 612pt;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: .8em;
	line-height: 1.3em;
	color: #666;
	background: #FFF;
}

#wrap {
	position: relative;
	margin: 66pt auto;
	text-align: left;
	width: 480pt;
	background: #FFF;
}


/* ================ COMMON ELEMENTS ================ */

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial ;
	color: #D97A3E;
}
h1 {
	font-size: 145%;
	font-weight:300;
	margin-bottom: .5em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h2 {
	size: 125%;
	margin-bottom: 1em;
}
h3 {
	size: 120%;
}
h4 {
	font-family: Arial, Helvetica;
	margin-bottom:.5em;
	padding-top: .5em;
}
h5 {
	
}

p {
	margin-bottom: 1em;
}

p.last {
	margin: 0;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: inherit;
}

a:link:after {
	content: " (" attr(href) ") ";
   font-size: 90%;
   color: #AAA;
}

a:hover, a:focus {
	text-decoration: underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

span {
	
}

ul {
	
}
li {
	
}

ol {
	
}


dl {
	
}
dt {
	
}
dd {
	
}

hr {
	border: none;
	background: url('../img/divider-h.gif') repeat-x;
	margin-bottom: 1em;
	height: 1px;
}



/* ================ LAYOUT ================ */
#header {
	position: relative;
	width: 480pt;
	height: 76pt;
}
#header img.printid {
	width:480pt;
	margin:0;
	padding:0;
}
#header #header-top {
	display: none;
}

#home #header #header-main {
	display: none;
}

#sub #header #header-main {
	display: none;
}

#header-top #nav-utility {
	display: none;
}

#header-top #nav-utility li {
	display: none;
}
#header-top #nav-utility li.first {
	border: none;
}

span.tagline {
	display: none;
}

#header #header-main #nav-site {
	display: none;
}
#nav-site li {
}

#nav-site li span {

}
#nav-site li span.last {
}

#nav-site li:hover, #nav-site li.active {
}
#nav-site li a:hover {
}

#contentwrap {
	position: relative;
	margin-top: 16pt;
}

#contentwrap img {
	margin-bottom: 4pt;
}

#contentwrap img.para {
	margin-bottom: 14pt;
}

#home #content-left {
	display: none;
}

#home #centre-col {
	position: relative;
}

#home #centre-col img.swapimg {
	margin-bottom: 10pt;
}


#home #side-right {
	display: none;
}

#sub #contentwrap {
	font-size: 100%;
	line-height: 1.35em;
}
#sub #side-left {
	display: none;
}

#sub #nav-side {
}
#sub #nav-side li {
}
#sub #nav-side li.active, #sub #nav-side li:hover {
}
#sub #nav-side ul {
}
#sub #nav-side ul li {
}

#sub #content-right {
	position: relative;
}

#sub #content-right div.titlebar {
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: #ccc solid 1pt;
}
#sub #content-right div.titlebar div.controls {
	display: none;
}
#sub #content-right div.titlebar div.controls img {
}
#sub #content-right div.titlebar div.controls a, #sub #content-right div.titlebar div.controls a:hover {
}

#sub #content-right #centre-col {
}

#sub #content-right.full-width ul.sitemap{
	margin-bottom: .5em;
}
#sub #content-right.full-width ul.sitemap li a {
	margin-left: 1em;
}

#sub #content-right #side-right {
	position: relative;
	margin-top: 1em;
	background-color: #EEE;
	border: #CCC solid 1pt;
	padding: 6pt;
}
dl.related {
	list-style-type: none;
	margin-top:1em;
	page-break-inside: avoid;
}
dl.related:before {
	content: "Related Items";
	color: #0466B3;
	font-size: 125%;
	font-weight: bold;
	margin-left: 6pt;
}
dl.related dt {
}
dl.related dd {
	display: block;
	float: left;
	margin:8pt 12pt 8pt 6pt;
}
dl.related dd.end {
	margin:0;
	padding:0;
	float:none;
	clear: both;
	height:1pt;
}
dl.related dd span.PDF {
	display: block;
	float:left;
}
dl.related dd span.PDF:before {
	display: inline;
	padding: 0 2pt;
	margin-right: 3pt;
	background-color:#444;
	height:1em;
	font-size:85%;
	text-align:center;
	line-height:1em;
	color:#CCC;
	border: #444 solid 1px;
	content:"PDF";
}
dl.related dd span.PDF a, dl.related dd span.PDF a:link {
	color:#BBB;
}
span.top {
	display: none;
}

#footer {
	border-top: #CCC solid 1pt;
	text-align: center;
	color: #999;
	padding-top: 30pt;
	margin-top: 20pt;
	content: "&copy; 2009 MPAC All Rights Reserved";
}
span.copyright {
	display: block;
	margin: 5px 0;
	font-size: 75%;
}

div.returnmpac {
	display: none;
}
div.returnmpac img.btn {
	display: none;
}

div.enterpl {
	display: none;
}
div.enterpl span {
}
.enterpl img.btn {
	display: none;
}


/* ================ LAYOUT ADJUSTMENTS ================ */
#2-col-left #header {
	
}

/* ================ HOCUS POCUS ================ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {clear:both;}

.caps { text-transform: uppercase;}

.super {
	font-size: xx-small;
	vertical-align: super;
}
.blue {
	color: #0466B3;
}
.orange {
	color: #D97A3E;
}

