@charset "utf-8";
/* CSS Document */

/* Extensions to add imagery out to the sides */
#headwrapper {
	background-image:url(../images/bkgs/mpower-headerwrap-bkg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	height: 114px;
	width: 100%;
}
#navwrapper {
	float: left;
	height: 29px;
	width: 100%;
	background-image:url(../images/bkgs/mpower-nav-bkg.jpg);
}
#bannerwrapper {
	float: left;
	height: 340px;
	width: 100%;
	background-image: url(../images/bkgs/mpower-banner-bkg.jpg);
}
#bcrumbwrapper{
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../images/bkgs/mpower-banner-bkg.jpg);
}

/* End Extensions */

/* Header Boxes */

.logobox {
	float: left;
	height: 90px;
	width: 1024px;
	margin-top: 10px;
}
.tinynavbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	float: left;
	height: auto;
	width: 1024px;
}
	.tinynavbox  a:link { color: #FFF; text-decoration: none;  }
	.tinynavbox  a:hover { color: #CCC; text-decoration: underline;  }
	.tinynavbox  a:visited { color: #FFF; text-decoration: none; }

/* Begin Content Sub-Boxes */

.box01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#FFF;
	margin-top: 25px;
	margin-left: 15px;
	padding: 7px;
	width: 475px;
	float: left;
	height: auto;
	border: 1px dotted #999;
}

.box2 {
	float: left;
	height: auto;
	width: 216px;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 25px;
}
 .dark{
     background-color:#292929;
     padding:15px;
     color:#fff;
     margin:25px 0;
 }
    .dark h3,.dark p{color:#fff;margin-top:0}
    .dark h3{line-height:1.1em;margin-bottom:0px}
    .dark hr,.dark p{margin:7px 0}
    .dark a{color:inherit}
    .dark a.button{background-color:#980000;color:#fff;text-transform:uppercase;border:solid 1px #fff;border-radius:0;margin-left:auto;font-style:italic;padding:3px 12px;transition:.2s;font-size:14px}
    .dark a{text-decoration:none}
    .dark a.button:hover{background-color:#fff;color:#000}
    

#leftcolumn {
	background-color: #FFF;
	padding: 10px;
	float: left;
	height: auto;
	width: 640px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 15px;
}
#rightcolumn {
	background-color: #efefef;
	background-image: url(../images/custom/mp-rt-clm-crner.jpg);
	float: left;
	height: auto;
	width: 248px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.listbox {
	float: left;
	margin-left: 30px;
    height: auto;
	width: auto;
}
.tblbox {
	float:left;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	width: 584px;
	height: auto;
	border-bottom: dotted 1px #999;
	border-left: dotted 1px #999;
	padding-left: 15px;
}
.mainbox {
	float: left;
	margin-bottom: 25px;
	width: 640px;
	height: auto;
	padding-bottom: 15px;
	border-bottom: dotted 1px #999;
}
.imagebox01 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* End Content Sub-Boxes */

#footer  {
	background-color: #CCC;
	background-image: url(../images/custom/mp-footer-round.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 20px;
	text-align: center;
	width: 1022px;
}
