@CHARSET "UTF-8";


ul { list-style-position: inside; color: #3C3C3C; }

div.contentLeft ul { list-style-position: outside; margin-left: 14px; float: left; width: 38%; margin-top: 10px; }
div.contentLeft p {
	margin: 10px 0px;
	font-size: 1.1em;
	text-align: justify;
	/** width: 375px; /**/
}
div.slideShowRight {
	display: block; float: right;
	width:540px; height:370px;
	border: 1px solid #cfcfcf;
	margin-left: 20px; }
div.slideShowRight img { 
	position: absolute; height: 370px; }


#feature { margin-bottom: 20px;
	background: #ffffff url('../_images/bottomNavGradientBG.png');
	background-repeat: repeat-x;
	background-position: 0px 50px;
	border: 1px solid #cfcfcf;
	
}
#feature p { margin: 5px 10px; font-size: .9em; /** color: #ffffff; /**/ }
#feature h4 { font-size: 1.2em; /** color: #ffffff; /**/
	margin-top: 5px; margin-left: 10px; 
}
#feature img.imageStages { 
	display: inline;
	margin: 0px 3px; }
#feature img.first { margin-left: 10px; }
#feature img.divider { margin-bottom: 10px; }
#feature div.stageExplainBg {
	background: #cfcfcf;
	width: 100%; /** height: 45px; /**/
}
#feature div.stageExplainBg ol li { position: relative; float: left; margin-left: 29px; width: 200px; margin: 5px 0px 5px 29px; }
#feature div.stageExplainBg ol li p { 
	color:#3C3C3C;
	display: block;
	margin: 0px;
	font-size: 1em; }
	/**
#feature div.stageExplainBg p.stage1 { margin-left: 10px; }
#feature div.stageExplainBg p.stage2 { margin-left: 10px; }
#feature div.stageExplainBg p.stage3 { margin-left: 20px; }
#feature div.stageExplainBg p.stage4 { width: 200px; margin-left: 20px; margin-right: 10px;}
/**/




/* *************
 * Body Navigation - Menu Nav (view/modules/nav/subPageMenu.php)
 */


div.subPageMenu {
	display: block;
	margin: 10px 0px;
}
div.subPageMenu table { padding: 0px; background: #cbc9de; }
div.subPageMenu table td.blank_cell { background: #ffffff; }div.subPageMenu table td.blank_cell:hover { background: #ffffff; }
div.subPageMenu table td {
	font-size: .9em;
	padding: 5px 10px; 
	border: 1px solid #ffffff; }
div.subPageMenu table td:hover { background: #0d3d9d; }
div.subPageMenu table td a { display: block; width: 100%; height: 100%; color: #3C3C3C; }
div.subPageMenu table td:hover a { color: #ffffff; }
div.subPageMenu #inPgSubPgNav td.currentPage { background: #0d3d9d; } 
div.subPageMenu #inPgSubPgNav td.currentPage a { color: #ffffff; cursor: default; }
div.subPageMenu #inPgSubPgNav td.currentPage:hover { cursor: default; }
