/* Copyright Carlton Engineering */

/***********************************************/
/* cssMPprint.css                              */
/* This CSS page will define the print specific*/
/* attributes needed for proper output.        */
/***********************************************/

#genContMP {
	width: 720px;
	height: 322px;
	background: #fff;
}

#mpContentSec p {
	margin: 0;
	padding: 0;
	margin-top: 36px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 2.2em;
}

.levelTwoMP {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #EC1F24;
}

	a.levelTwoMP:link, a.levelTwoMP:visited {
		color: #EC1F24;
		text-decoration: none;
	}

	a.levelTwoMP:hover {
		color: #000;
		text-decoration: none;
	}

.levelThreeMP {
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #958771;
}

	a.levelThreeMP:link, a.levelThreeMP:visited {
		color: #958771;
		text-decoration: none;
	}

	a.levelThreeMP:hover {
		color: #EC1F24;
		text-decoration: none;
	}

#mpContentSec {
	width: 357px;
}


/* Top picture section for Main Page */
#picSecMP {
	width: 720px;
	height: 227px;
	background: #000;
	text-align: left;
}

#picLftMP, #picRgtMP {
	float: left;
}

#picLftMP {
	width: 241px;
}

#picRgtMP {
	width: 479px;
}

#cont {
	width: 720px;
	text-align: center;
	margin: 0 auto !important;
}

#txtLinkFieldCont {
	width: 720px;
	background-color: transparent;
	height: 220px;
}

#lftPanel, #rtPanel {
	float: left;
	text-align: left;
}

#lftPanel {
	width: 241px;
}

#rtPanel {
	width: 479px;
}


/* Nav container */
#navCont {
	width: 720px;
	height: 26px;
	background: #000;
	text-align: left;
}

/* Logo and Level 2 linkage */
#logoCont {
	width: inherit;
	height: 55px;
}

#logoLftPanel, #logoRtPanel {
	float: left;
	text-align: left;
}

#logoLftPanel {
	width: 241px;
}

#logoRtPanel {
	width: 479px;
}

/* Level 3 linkage */
#l3Cont {
	margin: 18px 0 0 27px;
	text-align: left;
}

li {
	display: inline;
	list-style: none outside;	
	margin: 0;
	padding: 0;
}

.divide {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #918875;
}

#printLogoWht {
	display: inherit;
}

#printLogoBlk {
	display: none;
}
