/* Copyright Carlton Engineering */

/***********************************************/
/* cssSiteprint.css                            */
/* This CSS page will define the print specific*/
/* attributes needed for proper output.        */
/***********************************************/


/* Top picture section */
#picSec {
	width: 720px;
	height: 227px;
	background: #000;
	text-align: left;
}

#picLft, #picRgt {
	float: left;
}

#picLft {
	width: 292px;
}

#picRgt {
	width: 428px;
}

/* General Content Container */

#genCont {
	width: 720px;
	background: #fff;
}

#logoRtPanel img {
	clear: right;
	margin-bottom: 4px;
}

#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;
	margin-top: 15px;
}

#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;
}

#contentSec {
	width: 430px;
	display: block;
	clear: right;
}

/* Sub-Nav Link Left Panel */
#subNavCont {
	width: 166px;
	margin: 36px 0 0 36px;
	padding: 0;
}

#subNavCont ul {
	margin: 0;
	padding: 0;
}

#subNavCont ul li {
	display: list-item;
	list-style: none outside;
	margin-bottom: 10px;
}

li {
	display: inline;
	list-style: none outside;	
	margin: 0;
	padding: 0;
}

.divide {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #918875;
}

.levelTwo {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #EC1F24;
}

	a.levelTwo:link, a.levelTwo:visited {
		color: #EC1F24;
		text-decoration: none;
	}

.levelThree {
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #958771;
}

	a.levelThree:link, a.levelThree:visited {
		color: #958771;
		text-decoration: none;
	}

li.mrktHeader {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #EC1F24;
	font-weight: bold;
}

li.mrktHeaderOff {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #968871;
	font-weight: bold;
}

li.subNavLinks {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #968871;
	font-weight: bold;
}

	a.subNavLinks:link, a.subNavLinks:visited {
		color: #958771;
		text-decoration: none;
	}

.subNavLinksPrompted {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #EC1F24;
	font-weight: bold;
	text-decoration: none;
}

#CEbox, #arrowBox {
	float: left;
	display: block;
	clear: right;
}

#CEbox {
	margin-top: 36px;
	width: 429px;
	background: transparent;
}

#arrowBox {
	display: none;
}

#CEtext {
	width: 429px;
}

#CEup {
	display: none;
}

#CEdown {
	display: none;
}

p {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	line-height: 1.6em;
	text-align: justify;
	margin: 0 60px 1em 0;
}