/* Subnav List Styles
---------------------------------------------------------------------------*/
.subNav_AP {
	background: #5f141b url(/DGX/imgs/gradientBg.jpg) bottom repeat-x;
	margin-bottom: 10px;
	width: 170px;
}
.subNav_AP h4 {
	background: url(/DGX/imgs/gradientBarBg.jpg) bottom repeat-x;
	border-bottom: 1px solid #808080;
	height: 23px;
	margin: 0px;
	width: 170px;
}
.subNav_AP ul {
	list-style: none;
	margin: 5px;
	padding: 0;
	padding-bottom: 4px;
	text-align: right;
	width: 160px;
}
.subNav_AP ul.left {
	text-align: left;
}
.subNav_AP ul li {
	margin: 0;
	padding: 0;
}
.subNav_AP ul li a:link, .subNav_AP ul li a:visited {
	color: #fff;
	display: block;
	line-height: 1.2em;
	text-decoration: none;
	padding: 3px 0px;
	width: 160px;
}
.subNav_AP ul li a:hover {
	color: #fff8e5;
	text-decoration: underline;
}
.DGX_red {
	color: #8b0b04;
}
.DGX_title
	{
		color: #8b0b04;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}

.DGX_feature {
font: 12px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#666666;
}

.DGX_feature_heading {
font: 15px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
}

.DGX_KnowledgeBox {
vertical-align:top;
background-color:#b18a84;
color:#FFF;
padding-bottom:3px;
}

.DGX_ContentBox {
border: 1px #ccc solid;
margin-bottom:30px;
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
}

#DGXpageContent
	{
		display: inline;
		float: left;
		margin-bottom: 10px;

		margin-left: 30px;
/*		margin-right: 10px;
		width: 740px;
*/
		width: 700px;
		
	}
	
.DGXpageContent h2 {
	background-color: #6a7c8a;
}



/* DGX Product Nav
---------------------------------------------------------------------------*/
#navlist
{
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
margin: 0px;
padding: 0px;
background-color: #cccccc;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 3px;
padding-top: 3px;
width:172px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #8b0b04;
padding: 1px;
color: #8b0b04;
text-decoration: none;
}



#navlist li
{
display: inline;
}





#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #cccccc; }

