/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 10px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */

.breadCrumbText {
	color: #000000;
}
.breadcrumbLink {
	color: #000000;
 	text-decoration: underline; 
}
a:hover.breadcrumbLink {
 	text-decoration: underline; 
}
.mainLink {
	color: #000000;
	font-size: 63%;
	text-decoration: none;
}
a:hover.mainLink {
	color: #000000;
	text-decoration: underline;
}
.mainLinkWhite {
	color: #FFFFFF;
	font-size: 63%;
	text-decoration: none;
}
a:hover.mainLinkWhite {
	color: #FFFFFF;
	text-decoration: underline;
}
.mainLinkOrange {
	color: #F4582A;
	font-size: 63%;
	text-decoration: none;
}
a:hover.mainLinkOrange {
	color: #F4582A;
	text-decoration: underline;
}
.whiteRuleBelow {
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #FFFFFF;
}
.seacthField {
	font-size: 63%;
	color: #9f9e9e;
	float: right;
	height: 19px;
	width: 132px;
}

/* ----- DA secondary navigation ----- */
#secNavDA {
	font-size: 63%;
	text-align: left;
  	width: 154px;
  	background-color: #DCDBDB;
  	margin: 0px; 
  	padding: 0px;
}
	
#secNavDA ul {
  	list-style: none;
  	margin: 0px; 
  	padding-bottom: 1px;
  	padding-left: 0px;
  	line-height: 16px;
  	background-color: #ffffff;
}
#secNavDA li {
 	margin: 0px;  
	padding: 0px;
 	background-color: #DCDBDB;
}

#secNavDA a {
 	display: block;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
}
#secNavDA a:hover {
	font-size: 10px;
	color: #F4582A;
	text-decoration: underline; 
	background-color: #DCDBDB;
}
#secNavDA a:active, #secNavDA a.active, #secNavDA a:hover.active {
	font-size: 10px;
	color: #000000; 
	background-color: #B0AFAF;
	text-decoration: none;
}
#secNavDA a.static {
 	display: block;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #F4582A;
}
#secNavDA a:hover.static {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #F4582A;
	text-decoration: underline; 
}
#secNavDA a.activestatic, #secNavDA a:hover.activestatic {
	font-size: 10px;
	color: #FFFFFF; 
	background-color: #ce4822;
	text-decoration: none;
}
#secNavDA ul ul a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #DCDBDB;
	margin: 0px;
}
#secNavDA ul ul a:hover { 
  	font-weight: normal;
  	text-decoration: underline;
  	color: #F4582A;
  	background-color: #DCDBDB;
}
#secNavDA ul ul a:active, #secNavDA ul ul a.active, #secNavDA ul ul a:hover.active { 
  	font-weight: normal;
  	color: #F4582A;
  	background-color: #DCDBDB;
  	text-decoration: none;
}
#secNavDA ul ul ul a {
	font-weight: normal;
	background-color: #DCDBDB;
}
