@charset "UTF-8";
/*
	these styles override existing settings to make the 'new' white bg page styles
*/
/************************/
/****** Structural ******/
#bodyDiv {
	background: #fff;
}
#navContainer {
	width: 200px;
	z-index: 500;
}
#body {
	width: 800px;
	padding-top: 3em;
}
#full {
	width: 740px;
	padding-top: 1em;
	}
#left {
	padding-top: 1em;
	width: 540px;
}
#right {
	margin-top: -40px;
	margin-right: 40px;
}
#right .boxHeader  {
	background: transparent url(/MMNA/images/global_assets/boxHeader.gif) no-repeat;
	height: 26px;
	margin-top: 0;
	color: #ED1C24;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 15px;
	width: 185px;
	letter-spacing: .1em;
}
#right .boxHeader img {
	/* offset padding used in the event no image is found */
	margin: -5px 0 0 -15px;
	}
#right .boxData {
	background: url(/MMNA/images/global_assets/box_bg.gif) repeat-x left bottom #fff;
	border: 1px solid #C9C8C9;
	border-bottom: 0;
	border-top: 0;
	padding:10px 6px 0 6px;
	width:186px;
}
#right .boxFooter {
	background: transparent url(/MMNA/images/global_assets/BoxFooter.gif) no-repeat scroll bottom left;
	width: 100%;
	position: relative;
	height: 9px;
	padding: 0;
	margin-top: -2px;
}

/* Left Navigation Styles */
#NavOuterList {
	background-image:url(/MMNA/images/global_assets/previous_navBgFlat.jpg);
	background-repeat:repeat-y;
	float:left;
}
#NavItemList {
	background-image:url(/MMNA/images/global_assets/previous_navBgGrad.jpg);
	background-repeat:no-repeat;
	clear:both;
	float:left;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	padding-top:10px;
	width:188px;
}
.NavItemArrow {
	float:left;
	margin-top:4px;
	padding-left:8px;
	width:10px;
}
.NavItem, .NavItemSelected {
	color:white;
	float:left;
	font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	margin:1px 0px 3px 0;
	text-transform:uppercase;
	width:162px;
	display: block;
}
.NavItemSelected {
	color: #ed1c24;
}
.NavSecondaryItem, .NavSecondaryItemSelected {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #dddddd;
	float: left;
	width: 152px;
	text-transform: capitalize;
	margin: 1px 0;
}
.NavSecondaryItemSelected {
	color: #ed1c24
}
.NavItemArrowSecondary {
	padding-left: 18px;
	width: 10px;
	_width: 40px;
	float:left;
	margin-top: 4px
}
.NavArrow {
	width: 8px;
	float:left;
}

/* Footer Styles */
.ftrNav {
	padding-top: .5em;
	width: auto;
	text-align:left;
	}
.ftrCopyright {
	width: auto;
	padding-top: .5em;
	text-align: center;
	float: none;
	}
.ftrVisitUs {
	padding-right: 10px;
	width: 255px;
	}
.ftrVisitUs img {
	float: right;
	margin-left: 15px;
	}
.ftrVisitUs p {
	float: left;
	text-transform: uppercase;
	color: #999;
	margin-right: -15px;
	margin-left: 15px;
	}
	
/* Lightbox/Facebox CSS */


/************************/
/**** Typographical *****/

body, div, td, p, li {
	color: #333;
}
h2, h3, dt, legend {
	margin: 1.5em 0 .5em 0;
	text-transform: none;
	padding: 0;
	}
h2:first-child, h3:first-child, h4:first-child, dt:first-child, legend {
	padding-top:0;
	margin-top:0;
}
h2, dt, legend {
	font-size: 125%;
	}
h3 {
	font-size: 110%;
}
p {
	margin: .5em 0 1em 0;
}
ul {
	list-style-type: square;
	}
ul.none {
	list-style-type: none;
	}
li {
	margin: .5em 0;
	}
a, .ftr a {
	text-decoration:  underline;
	}
button.learnmore {
	background-color: #dd0013;
	color: #ffffff;
	font-weight: bold;
	margin-top: 40px;
	width: 120px;
 	height: 26px;
 	text-transform: uppercase;
 	clear: both;
 	cursor: pointer;
}
