@charset "utf-8";
/*Normalize------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #333333;
	text-align: center;
}
#master {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align:left;
	left: 0px;
	top: 0px;
}
/*Masthead---------------------------------------------------*/
#masthead {
	position:absolute;
	left:0;
	top:0px;
	width:800px;
	height:150px;
	z-index:1;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mpactchrome5.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*main navigation-----------------------------------------*/
#mainnav {
	background-color: #333333;
	position: relative;
	height: 38px;
	width: 798px;
	left: 0px;
	top: 155px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#mainnav  ul   {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 60px;
	bottom: 10px;
}
#mainnav li {
	display: inline;
}

#mainnav a:link, #mainnav a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin-left: 15px;
	text-align: center;
	padding: 9px;
}

#mainnav a:hover, #mainnav a:active {
	color:#FFFFFF;
	background-color: #C42C00;
}
/*Headings-------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color:#333333;
	line-height: 163%;
}
h1 {
	font-size: 48px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: center;	
}
h3 {
	font-size: 1.5em;
	color:#C42C00;
	text-align: left;
	margin-top: 2.5em;
	padding-top: 1.5em;
	width: 170px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/*Content-----------------------------------------------------------------------*/
#insidecontent {
	background-color: #D7D7D7;
	position: absolute;
	width: 680px;
	top: 200px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#insidecontent  ul, #insidecontent ol {
	text-align: left;
}
#about {
	margin-top: 2em;
	border-top-style: none;
}
p {
	text-align: left;
}
.values {
	font-size: 1.2em;
	color: #333333;
	padding-left: 10px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #C42C00;
	font-weight: bold;
	margin-top: 2em;
}
.top {
	font-variant: small-caps;
	text-decoration: underline;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #333333;
}
.top a:link, .top a:visited {
color:#333333;
}


/*Footer---------------------------------------------------------------------------*/

#footer p {
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial;
	line-height: 135%;
	font-weight: normal;
	color: #C42C00;
	margin: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
color: #C42C00;
}
