/*--WFRS----------*/
/** link default styles =============== **/
a:focus {
	outline: 2px dashed #fff;
    border: 2px dashed #5A469B;
    margin: 3px;
}

html, body {
	height:100%
}
#shell {
	min-height:100%;
	margin-bottom:-300px !important;
}
#shell::after {
	content:"";
	display:block;
	height:300px;
}
footer {
	height:300px;
}
/** form default styles =============== **/

input:focus {
	outline:1px solid #5a469b;
}

/** end form styles ================== **/
		.scroll-wrap {
		   overflow-y: scroll; overflow-x: hidden; height: 200px; margin: 8px 1rem 0 11px !important; padding: 1rem 2.5rem 1rem 1rem; border: 1px solid #787070; background:#F4F0ED ;border-radius:3px;
		   max-width:100%;
		   word-break:break-word;
		}
		
		.scroll-wrap table td {
			word-break:break-word;
		}
		
		.scroll-wrap table th {
			word-break:normal;
		}
		 .scroll-wrap table a {
			color:black;
		}
		  
		.scroll-wrap::-webkit-scrollbar {
			width:8px;
		}
		::-webkit-scrollbar-thumb {
			background-color:#d8d8d8;
			border:1px solid #3B3331;
			border-radius:3px;
			box-shadow: inset 0 0 5px grey;
			height:66px;
			
		}
		::-webkit-scrollbar-track {
			box-shadow: inset 0 0 5px grey; 
  			background-color:white;
		}



/*--Default Parent Styles/ Master Styles--*/
a.skip-to-content {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #bb0826;
    font-size: 18px;
    font-family: verdana;
    background: transparent;
    z-index: 101;}
a.skip-to-content:focus { position:absolute; left:0; top:0; background:#f0f0f0; display:block; outline:0; color:#BB0826;}

a.skip-to-content {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #bb0826;
    font-size: 18px;
    font-family: verdana;
    background: transparent;
    z-index: 101;}
a.skip-to-content:focus { position:absolute; left:0; top:0; background:#f0f0f0; display:block; outline:0; color:#BB0826;}

* { font-family:arial,helvetica,sans-serif; }

/*body styles V2---------------------------------------------------------------------------Refresh Style*/
body
{ background-color:#fff;
  margin:0; }

/*Shell Style -----------------------------------------------------------------------------Refresh Style*/
#shell { 
	width:991px;
	margin:50px auto 20px auto;
	background-color:#fff; }

/*Header Styles -----------------------------------------------------------------------------Section Revamp*/
h1 {
	margin:0;
	font-size:18pt;
	font-weight:bold; }

#title h1 { 
	margin:0 10em 0 0;
	padding:0 0 4px 0;
	font-size:12pt; }

h1.thin { 
	font-size:12pt;
	margin:12px 0 6px; }

h2 { 
	font-size:130%;
	font-weight:bold;
	color:#44464a;
	margin:.5em 0; }

h2.subhead { 
	color:#702F8A;
	margin:0 0 .5em 0;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal; }

h2.viewAll { 
	font-size:100%;
	padding:2px 0 1px 4px;
	margin-bottom:10px;
	background-color:#eee;
	border-bottom:1px solid #ccc; }

.threeVerticalWhite {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:bold;
	font-size:1.5em;
	padding:.6em 0 0 .6em;
	line-height:1.4em; }

.threeVerticalCoolGray {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#44464a;
	font-weight:bold;
	font-size:1.5em;
	padding:.6em 0 0 .6em;
	line-height:1.4em; }		

h2.whiteHeading {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:2.2em;
	padding:.5em 0 0 .6em; }

h2.yellow {
	font-family:Arial, Helvetica, sans-serif;
	color:#FCC60A;
	font-weight:bold;
	text-shadow: 1px 1px #000000;
	font-size:2.2em;
	padding:.5em 0 0 .6em; }

h2.mainMenuPlum {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:2.2em;
	padding:.5em 0 0 .6em; }

h2.coolDarkGray  {
	color:#44464A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;  }

h2.coolGrey {
	color:#44464A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold; 
	margin:.7em 0 0 -.6em; }

h2.sidebar-h2 {
	font-size: 75%;
    color: #44464A;
    padding: 0 0 6px 0;
    margin: 0 0 4px 0;
    border-bottom: 2px solid #cdcdcd;
}

h2.subHeadWhiteText {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:bold;
	font-size:1.9em;
	padding:.6em 0 0 .6em;
	line-height:1.4em;
	position:absolute;
	z-index:2; }

h2.subHeadWhiteText a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:bold;
	line-height:1.4em;
	text-decoration:none; 
	position:absolute;
	z-index:2; }

h2.subHeadWhiteText a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	position:absolute;
	z-index:2; }
	
h2.plum { 
	font-size:130%;
	font-weight:bold;
	color:#702F8A;
	margin:.3em 0 .5em 0; }

h3.plum { 
	margin:.3em 0 1em 0;
	font:bold 80% arial;
	color:#702F8A;
	font-size:125%; }
  
h3 {
	margin:0 0 4px 0;
	font:bold 80% arial;
	color:#5A469B;
	font-size:125%; }

h3.subhead { 
	color:#702F8A;
	margin:0 0 1em 0;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal; }

h3.categoryName { 
	margin-bottom:3px;
	padding:3px 0 0 0;
	color:#000;
	font-size:100%;
	font-weight:bold;
	border-top:1px solid #ccc; }

h3.categoryName a:link,h3.categoryName a:visited { text-decoration:underline; }

.categoryName { 
	font-size:100%;
	font-weight:bold;
	color:#5174b8; 
	background:none; }

h4
{ font-size:105%;
  margin:.75em 0; }

h5
{ font-size:100%;
  margin:.75em 0; }

h6
{ font-size:100%;
  margin:.75em 0; }
  

/*Default List Styles ------------------------------------------------------------------Refresh Style*/ 
ul
{ font-size:100%;
  margin:0 0 3px 9px;
  padding-left:9px; }

ul.strong
{ font-weight:bold; }

ol
{ font-size:100%;
  margin:0 0 3px 15px;
  padding-left:15px; }

ol.strong
{ font-weight:bold; }

li
{ padding-top:1px;
  padding-bottom:6px; 
  vertical-align:middle; }

ul.linkList
{ list-style:none;
  margin-left:0;
  padding-left:0; }

ol.nested
{ font-size:100%;
  list-style-type:lower-alpha;
  padding-left:19px; }

* html ol.nested { 
  margin-left:5px; }

ol.nested2
{ font-size:100%; }

ul.nested
{ font-size:100%; }

img.caret
{ padding-top:3px;
  padding-right:3px;
  display:inline; }

ul li sup {vertical-align:baseline; position:relative; top:-0.3em;}
  

/*Default Paragraph Styles ------------------------------------------------------------Refresh Style*/  

sup {vertical-align:baseline; position:relative; top:-0.3em;}

a:link sup,a:visited sup
{ text-decoration:none; }

a:link,a:visited
{ color:#3B3331;
  text-decoration:underline; }

a:hover
{ color:#5a469b;
  text-decoration:underline;
  cursor:pointer; }

p { 
	line-height:1.3em;
	margin:0 1em 1em 0; }

p.brandTwo { 
	margin-bottom:10px;
	margin-top:0;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:1em; }

p.mainMenuPlum {
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	padding:0em 0 0 1.2em; }

.whiteText {
	color:#ffffff; }

p.bannerWhiteText {
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	padding:0em 0 0 1.2em; }

.darkTealFontColor { 
	color:#00698C;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	margin:0 .2em .3em 0; }

p.coolGrey {
	margin:0 1em 0 0em;
	font-family:Verdana, Geneva, sans-serif; }

p.brand2 {margin:0 0 .5em .1em; font-family:Verdana, Geneva, sans-serif;}

.off {font-weight:normal;}


/* ---- Definition Lists ---- */
dl {
	color: #00193f;
	font-size:1em; }

dt {
	float: left; 
	clear: left; 
	width: 30px;
	text-align: right;
	font-weight: bold;
	color: #00193f;
	font-size:1.2em; }
	
dd {
	margin: 0 0 0 40px; 
	padding: 0 .75em .75em 0;
	color: #00193f; }
	
dd sup { 
	color:#00193f;
	vertical-align:baseline;
	position:relative;
	top:-0.3em;}


/*Default Image Styles ---------------------------------------------------------------Refresh Style*/
img
{ border:none; }

acronym,abbr
{ text-decoration:none; }



/*Forms Styles -----------------------------------------------------------------------Refresh Style*/

form {margin:0}
fieldset {margin:0;padding:0;border:none}
legend {padding:0;margin:0;color:#000}
legend.hide {display:none}

label { font-weight:bold; }

/*Radio Buttons*/
.radio{padding: 0 0 0 0; margin:0 0 5px 0; height:15px;}
.radio label{width:400px; float:left;}
.radio input{width:20px; float:left;}

/*Radio Buttons for document*/
.radio1{padding: 0 0 0 0; margin:0 0 5px 0; height:15px;}
.radio1 label{width:100px; float:left;}
.radio1 input{width:20px; float:left;}

/*checkbox Buttons for document*/
.checkbox { height:15px; }
.checkbox label { display:inline-block; vertical-align: middle; font-size:11px; font-weight:500; }
.checkbox input { vertical-align: middle; }



/*Special Classes*/
.clearAll
{ clear:both;
  line-height:0;
  height:0; }

.nested
{ font-size:100%;
  background-position: 0 .2em; }

.inline
{ display:inline; }

div.clearer
{ display:none; }

.hidden
{ display:none; }

.hide
{ display:none; }

/*Browser Work-arounds*/
/* MacIE5 hack \*/
div.clearer
{ display:inherit;
  clear:left;
  line-height:0;
  height:0; }

/* End MacIE5 hack */
/*Header Styles ------------------------------------------------------------------------ Modified in Refresh*/
#masthead
{ float:none;
  width:975px;
  margin:0 0 7px 8px;
  padding:0;
  height:62px;
  vertical-align:top;
  border-top:5px solid #f2f1ec; }

#brand
{ float:left;
  width:auto;
  height:62px;
  margin:0;
  padding:0; }

#mLogo
{ margin-left:2px; }

#utilities
{ float:right;
  width:auto;
  font-size:75%;
  margin:4px 15px 0 0;
  padding:0;
  color:#b2b299; }

a.headerTopOn:link,a.headerTopOn:visited
{ font-weight:bold;
  color:#4986ff;
  text-decoration:none; }

#utilities a:link,#utilities a:visited
{ color:#3B3331;
  text-decoration:none; }

#utilities a:hover
{ color:#5a469b;
  text-decoration:underline;
  cursor:pointer; }



/*Search Box Styles -------------------------------------------------------------------------------------Refresh Styles*/
#topSearch
{ float:right;
  width:auto;
  margin:0;
  padding:2px 5px 5px 5px;
  background:#f2f1ec url("/img/hp/search_corner.gif") bottom left no-repeat; }

#topSearch input
{ font-size:75%; }

#btnTopSearch
{ margin:0 5px 0 3px;
  padding:2px 4px;
  font-weight:bold;
  color:#fff;
  border:1px solid #e0e3e2;
  background:url("/img/global/btn_blueslice.gif") top left repeat-x; }

#url
{ display:none; }

#title
{ border-bottom:1px solid #44464A;
  vertical-align:top;
  margin:11px 6px 15px 19px; }

#printLink
{ display:block;
  float:right;
  width:10em;
  margin:-7px 0 0 0;
  padding:10px 0 0 30px;
  font:normal 68% arial,helvetica;
  background:url("/img/icons/print_16x16.gif") 0 7px no-repeat; }

#layout
{ width:100%;
  margin:0;
  padding:0; }

#main
{ width:982px;
  margin:0 0 0 8px;
  padding:7px 0 0 0; }

#contentCol
{ float: left;
    width: 803px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    background-color: #fff;
  border-left:1px solid #afafaf;
 }

#leftCol
{ float:left;
  width:170px;
  margin:0 -1px 0 -1px;
  padding:0;
  vertical-align:top;
  border-right:1px solid transparent; }

#leftCol div.generictext
{ margin-bottom:10px; }

#multiCol
{ width:788px;
  padding:0;
  margin:7px 0 20px 19px;
  vertical-align:top; }

#contentLeft
{ float:left;
  width:624px;
  vertical-align:top;
  margin:0;
  padding:0; }

#contentRight
{ float:left;
  width:150px;
  vertical-align:top;
  margin:0 0 0 13px; }

/*#main
{ width:981px;
  ;margin-left:auto;
  margin-right:auto;
  padding:7px 0 0 0; }

#leftCol
{ width:170px;
  margin:0;
  padding:0;
  vertical-align:top;
  float:left; }

#leftContentCol
{ width:78%;
  float:left; }

#contentCol
{ margin:0;
  padding:0;
  vertical-align:top;
  background-color:#fff;
  border-left:1px solid #cdcdcd;
  float:right;
  width:805px;
  line-height:1em; }

#leftCol div.generictext
{ margin-bottom:10px; }



#multiCol
{ width:97.5%;
  padding:0;
  margin:7px 0 20px 19px;
  border:none; }

#rightCol
{ vertical-align:top;
  margin:0 -1px 0 13px;
  float:right; }

#gutter
{ width:13px; }

*/

#minWidth
{ width:540px;
  height:1px; }



/*Tab Navigation*/
#tabNav
{ float:none;
  clear:left;
  width:975px;
  margin:0 0 0 8px;
  padding:0;
  vertical-align:top;
  line-height:normal;
  background:url("/img/tab_bottom.gif") bottom left repeat-x; }

#tabNav ul,#tabNav li
{ float:left;
  list-style-type:none;
  padding:0;
  margin:0;
  font-size:85%; }

#tabNav ul a
{ display:block;
  border-left:1px solid #ccc;
  margin:0 2px 1px 0;
  padding:5px 15px 5px 15px;
  color:#3B3331;
  /* font-weight:bold; */
  text-decoration:none;
  background:url("/img/hp/unselected_tab.jpg") top right no-repeat; }

#tabNav ul a:hover
{ color:#205080;
  text-decoration: underline;
  border-left:1px solid #cdcdcd;
  background:url("/img/hp/rollover_tab.gif") top right no-repeat; }

#tabNav li.tabOn
{ margin:0 2px 0 0;
  padding:5px 15px 6px 15px;
  font-weight:bold;
  color:#000;
  border-left:1px solid #b3b1b1;
  border-bottom:none;
  background:url("/img/hp/selected_tab.gif") top right no-repeat; }


#tabNav li.tabOn a:link,#tabNav li.tabOn a:hover,#tabNav li.tabOn a:visited
{ display:inline;
  padding:0;
  border:none;
  background:none; }

#tabNav li.tabOn a:hover
{ color:#5a469b; }
  
  
/*------------Footer Styles------------*/
#footer {width:976px;margin:15px 0 0 8px;padding-top:.5em;text-align:center;border-top:1px solid #e0e3e2;font-size:75%;}
#footer img {float:left;clear:right;margin:0 0 0 -30px;z-index:50}

#footer ul {color:#44464A; list-style:none; line-height:1.4em; margin-top:.5em;}
#footer li {display:inline;}
#footer li:last-child {display:block;}

.footer1 a:link, .footer1 ul li a:link {text-decoration:none; cursor:pointer; color:#44464A;}
.footer1 a:visited, .footer1 ul li a:visited {text-decoration:none; color:#44464A;}
.footer1 a:hover, .footer1 ul li a:hover {text-decoration:underline; cursor:pointer; color:#5174b8;}  

.footer2 {color:#44464A; line-height:1.3em;}


/*#footer
{ width:976px;
  margin:15px 0 0 8px;
  padding-top:.5em;
  text-align:center;
  border-top:1px solid #e0e3e2; 
  font-size:70%; }

#footer img
{ display:none; }

#footer1
{ width:958px;
  margin:15px 0 0 0px;
  padding-top:.5em;
  text-align:center;
  border-top:1px solid #e0e3e2; 
  font-size:70%; }

#footer1 img
{ display:none; }

#footer
{ width:976px;
  margin:15px 0 0 8px;
  padding-top:.5em;
  text-align:center;
  border-top:1px solid #e0e3e2; }

#footer img
{ display:none; }

ul.footer
{ color:#44464A;
  list-style:none;
  font-size:70%;
  line-height:1.5em; }


ul.footer li
{ display:inline; }

.footer1{color:#44464A;}
.footer2{color:#44464A;}

.footer1 a:link
{ text-decoration:none; }

.footer1 a:visited
{ text-decoration:none; }

.footer1 a:hover
{ text-decoration:underline; }*/











/* Navigation */
#printWrap
{ margin-bottom:10px; }

.prMarker
{ display:none; }

#navTop
{ margin:0 10px 0 0;
  padding:0 0 6px 8px;
  font-size:75%;
  border-bottom:2px solid #cdcdcd; }

#navTop img
{ margin-left:-8px; }

#navTop a
{ display:block;
  width:auto;
  margin-left:2px;
  padding-left:8px;
  background:url("/img/lnav-caret-down.gif") 0 2px no-repeat;
  font-size:10pt;
  font-weight:bold; }

#productNav
{ margin:0 0 21px 0;
  padding:0 10px 0 0;
  list-style-type:none;
  font-size:75%; }

#productNav a:link,#productNav a:visited,#navTop a:link,#navTop a:visited
{ 
	text-decoration:none; 
	font-size:12px; 
}

#productNav ul,#productNav ul ul,#productNav ul ul ul,#productNav ul ul ul ul
{ margin:3px 0 0 0;
  padding:0;
  list-style-type:none;
  font-size:100%;
  background:url("/img/left_nav_dot.gif") top repeat-x; }

#productNav li
{ padding:7px 0 6px 0;
  background:url("/img/left_nav_dot.gif") bottom repeat-x; }

#productNav ul li,#productNav ul ul li,#productNav ul ul ul li,#productNav ul ul ul ul li
{ padding:7px 0 6px 0; }

#productNav li.crumb,#productNav ul li.crumb,#productNav ul ul li.crumb,#productNav ul ul ul li.crumb,#productNav ul ul ul ul li.crumb
{ padding-bottom:0;
  background:none; }

#productNav li.crumb div.crumbTop
{ padding-left:7px;
  background:url("/img/lnav-caret-down.gif") 0 3px no-repeat; }

#productNav ul li.crumb div.crumbTop
{ padding-left:16px;
  background:url("/img/lnav-caret-down.gif") 8px 3px no-repeat; }

#productNav ul ul li.crumb div.crumbTop
{ padding-left:24px;
  background:url("/img/lnav-caret-down.gif") 16px 3px no-repeat; }

#productNav ul ul ul li.crumb div.crumbTop
{ padding-left:32px;
  background:url("/img/lnav-caret-down.gif") 24px 3px no-repeat; }

#productNav ul ul ul ul li.crumb div.crumbTop
{ padding-left:40px;
  background:url("/img/lnav-caret-down.gif") 32px 3px no-repeat; }

li.selected
{ font-weight:bold;
 }

#productNav li.selected
{ padding-left:8px; }

#productNav li.selected img
{ margin-left:-8px; /* AK */
  margin-right:2px; }

#productNav ul li.selected,#productNav ul ul li.selected,#productNav ul ul ul li.selected,#productNav ul ul ul ul li.selected
{ padding-left:0; }

#productNav ul li.selected img,#productNav ul ul li.selected img,#productNav ul ul ul li.selected img,#productNav ul ul ul ul li.selected img
{ margin-left:-8px; }

#productNav ul li div
{ padding:0 0 0 16px; }

/*AK#productNav .crumb li
{ padding-left:16px; }

*/
/*AK#productNav .selected li
{ padding-left:16px; }

AK*/
#productNav ul ul li div
{ padding:0 0 0 24px; }

#productNav ul ul ul li div
{ padding:0 0 0 32px; }

#productNav ul ul ul ul li div
{ padding:0 0 0 40px; }

a.subNav:link,a.subNav:visited
{ color:#5A469B;
  text-decoration:none; }

a.subNav:hover
{ color:#5a469b;
  text-decoration:underline; }

.navbanner
{ margin:0 0 10px 0; }














ul.checkList
{ list-style-image:url("/img/al_check_gen.gif"); }

/* CheckMark List and Box List classes */
ul.boxList
{ list-style-image:url("/img/al_box_gen.gif"); }

ul.checkListN
{ list-style-image:url("/img/al_check_gen.gif");
  font-size:100%; }

ul.boxListN
{ list-style-image:url("/img/al_box_gen.gif");
  font-size:100%; }

.bodyPromo
{ width:145px;
  border:1px solid #ccc;
  margin:0 .5em .5em 0;
  padding:3px;
  color:#000;
  background-color:#f2f2d9; }

.relatedInfo h3
{ font-size:68%;
  color:#fff;
  padding:.1em .4em;
  background-color:#663; }

.relatedSubTitle .relatedLink
{ font-size:100%; }

.relDivider
{ border-top:1px;
  border-bottom:1px dotted #ccc;
  height:5px;
  line-height:5px;
  margin:0 3px; }

.t15Layout
{ margin:0 16px 23px 0;
  padding-left:6px; }

.listImg
{ width:145px;
  margin-bottom:10px;
  overflow:hidden; }

/*c4 - Area at top of page with photo on left and small bit of text on right with CTA backgrounds vary*/
#c4Slogan1,#c4Slogan2,#contentCol #c4Slogan3,#c4Slogan4,#c4Slogan5,#c4Slogan6
{ width:787px;
  margin:0 0 0 19px; }

#multiCol #c4Promo,#multiCol #c4Slogan1,#multiCol #c4Slogan2,#multiCol #c4Slogan3,#multiCol #c4Slogan4,#multiCol #c4Slogan5,#multiCol #c4Slogan6
{ margin-left:0; }

#c4Plain
{ width:787px;
  margin:0 0 18px 19px; }

#c4Plain .c4Left
{ background-color:#fff; }

#c4Slogan1 .c4Left,#c4Slogan2 .c4Left,#c4Slogan3 .c4Left,#c4Slogan4 .c4Left,#c4Slogan5 .c4Left,#c4Slogan6 .c4Left
{ background-color:#fff; }

#c4Slogan1 .c4Right1,#c4Slogan2 .c4Right2,#c4Slogan3 .c4Right3,#c4Slogan4 .c4Right4,#c4Slogan5 .c4Right5,#c4Slogan6 .c4Right6
{ padding-left:15px;
  vertical-align:middle;
  border-left:5px solid #fff; }

#c4Promo
{ width:787px;
  margin:0 0 0 19px; }

#c4Promo .c4Left
{ width:200px; }

#c4Promo .c4Right1,#c4Promo .c4Right2,#c4Promo .c4Right3,#c4Promo .c4Right4,#c4Promo .c4Right5,#c4Promo .c4Right6
{ padding-left:15px;
  vertical-align:middle;
  border-left:5px solid #fff; }

.c4Right1
{ background-color:#704610; }

.c4Right2
{ background-color:#704610; }

.c4Right3
{ background-color:#631D76; }

.c4Right4
{ background-color:#00698C; }

.c4Right5
{ background-color:#f25316; }

.c4Right6
{ background-color:#739600; }

.c4P
{ margin:7px 19px 13px 19px;
  font-size:75%;
  vertical-align:top; }

.c4P li
{ vertical-align:middle; }

.c4Right1 p,.c4Right2 p,.c4Right3 p,.c4Right4 p,.c4Right5 p,.c4Right6 p
{ margin:0 0 8px 0;
  padding:0;
  font-size:95%;
  font-weight:bold;
  color:#fff; }

.c4Right1 h2,.c4Right2 h2,.c4Right3 h2,.c4Right4 h2,.c4Right5 h2,.c4Right6 h2
{ margin:8px 0 0 0;
  font-size:115%;
  font-weight:bold;
  color:#fff; }

.c4Right1 h2.slogan,.c4Right2 h2.slogan,.c4Right3 h2.slogan,.c4Right4 h2.slogan,.c4Right5 h2.slogan,.c4Right6 h2.slogan
{ font-size:112%; }

.c4Link1,.c4Link2,.c4Link3,.c4Link4,.c4Link5,.c4Link6
{ font-size:75%;
  font-weight:bold; }

.c4Link1,.c4Link1 a:link,.c4Link1 a:visited,.c4Link2,.c4Link2 a:link,.c4Link2 a:visited,.c4Link3,.c4Link3 a:link,.c4Link3 a:visited,.c4Link4,.c4Link4 a:link,.c4Link4 a:visited,.c4Link5,.c4Link5 a:link,.c4Link5 a:visited,.c4Link6,.c4Link6 a:link,.c4Link6 a:visited
{ color:#fff;
  text-decoration:none; }

.c4Link1 a:hover,.c4Link1 a:active,.c4Link2 a:hover,.c4Link2 a:active,.c4Link3 a:hover,.c4Link3 a:active,.c4Link4 a:hover,.c4Link4 a:active,.c4Link5 a:hover,.c4Link5 a:active,.c4Link6 a:hover,.c4Link6 a:active
{ color:#fff;
  text-decoration:underline;
  cursor:pointer; }

.c4Right1 a:link,.c4Right1 a:hover,.c4Right1 a:visited,.c4Right2 a:link,.c4Right2 a:hover,.c4Right2 a:visited,.c4Right3 a:link,.c4Right3 a:hover,.c4Right3 a:visited,.c4Right4 a:link,.c4Right4 a:hover,.c4Right4 a:visited,.c4Right5 a:link,.c4Right5 a:hover,.c4Right5 a:visited,.c4Right6 a:link,.c4Right6 a:hover,.c4Right6 a:visited
{ color:#fff; }

/*c5 - */
.c5
{ width:100%;
  margin:0 0 16px 0; }

.c5 h3.categoryName
{ padding-top:0;
  border:none; }

/*c7 - */
.c7Layout
{ width:100%;
  padding:0;
  margin:0;
  border:none; }

.c7HalfLayout
{ width:50%;
  padding:0;
  margin:0;
  border:none; }

.c7Left,.c7Right
{ width:50%;
  padding:0;
  vertical-align:top; }

.c7Left .c7
{ padding:0;
  margin:0 8px 20px 0; }

.c7Right .c7
{ padding:0;
  margin:0 0 20px 8px; }

.c7 p
{ margin:0;
  padding:0; }

/*c8 - */
.c8
{ padding:0;
  margin:0 0 20px 0; }

.c8Layout
{ width:100%;
  padding:0;
  margin:-15px 16px 0 0;
  border:none; }

.c8Left,.c8Right
{ width:50%;
  vertical-align:top; }

.c8Left
{ margin-right:8px; }

.c8Right
{ margin-left:8px; }

/*c9 - */
.c9layout,.c9layoutRight
{ font-size:100%;
  width:100%;
  vertical-align:top;
  margin-bottom:10px; }

/*.c9layout img
{ float:left;
  margin-right:12px; }*/

.c9layout h2
{ padding-left:0px; }

.c9layoutRight img
{ float:right;
  margin-left:12px; }

.c9layout p,.c9layoutRight p
{ margin-bottom:0;
  margin-top:10px; }

.c9layout ul,.c9layoutRight ul
{ list-style-position:inside; }

.c9layout div.clearAll,.c9layoutRight div.clearAll
{ margin-top:-10px; }

/*c10 v1 - Call to Action boxes*/
/*.c10Layout
{ margin:0 0 17px 19px;
  font-size:70%; }

#layout .c10Left,.c10Left
{ padding:1px 4px;
  font-weight:bold;
  color:#3f3f3f;
  white-space:nowrap; }

#layout .c10Right,.c10Right
{ background-color:#fff;
  font-weight:bold;
  white-space:nowrap;
  padding:1px; }

.c10Shell
{ padding:1px;
  background-color:#600; }

.c10Holder
{ border:1px solid #999;
  background-color:#fff;
  margin:0 10px 0 0; }

#multiCol .c10Layout
{ margin:0 0 20px 0; }

.c10NoLink
{ color:#fff;
  padding:1px 3px;
  background-color:#663;
  border:1px solid #4d401f; }

.c10Shell a:link,.c10Shell a:visited,a.c10Link:link,a.c10Link:visited
{ display:block;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  padding:0 5px 1px 8px;
  border:1px solid #f33;
  border-bottom:0;
  background:#900 url("../img/caret_ca_rd.gif") 1px 3px no-repeat; }

.c10Shell a:active,a.c10Link:hover,a.c10Link:active
{ color:#fff;
  text-decoration:underline; }

*/
/*c10 v2 - Call to Action boxes ------------------------------------------------------------------------------------- Refresh Styles*/
.c10Layout
{ margin:0 0 10px 19px; }

.c10Left
{ height:24px;
  padding:0 10px;
  font-size:75%;
  font-weight:bold;
  color:#000;
  white-space:nowrap;
  vertical-align:middle; }

.c10Right
{ padding:0;
  font-size:75%;
  font-weight:bold;
  white-space:nowrap;
  vertical-align:middle; }

.c10Left sup,.c10Right sup
{ line-height:.5em; }

.c10Shell
{ padding:5px 10px;
  background:url("/img/global/btn_redslice.gif") top left repeat-x; }

.c10Holder
{ border:1px solid #e0e3e2;
  margin:0 10px 0 0; }

#multiCol .c10Layout
{ margin:0 0 20px 0; }

.c10NoLink
{ margin:0;
  padding:0 5px 0 10px;
  color:#bb0826;
  background-color:#fff;
  border-left:1px solid #afafaf; }

.c10Shell a:link,.c10Shell a:visited,a.c10Link:link,a.c10Link:visited
{ color:#fff;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  border:none; }


.c10Shell a:active,.c10Shell a:hover,a.c10Link:active,a.c10Link:hover
{ color:#fff;
  text-decoration:underline; }

/*c10 v2 - Call to Action boxes within c11text */
.c10LayoutDiv
{ margin:0 0 10px 19px;}

.c10LeftDiv
{ height:24px;
  padding:0 10px;
  font-size:100%;
  font-weight:bold;
  color:#000;
  white-space:nowrap;
  vertical-align:middle; }

.c10RightDiv
{ padding:0;
  font-size:100%;
  font-weight:bold;
  white-space:nowrap;
  vertical-align:middle; }

.c10LeftDiv sup,.c10RightDiv sup
{ line-height:.5em; }

.c10ShellDiv
{ padding:5px 10px;
  background:url("/img/global/btn_redslice.gif") top left repeat-x; }

.c10HolderDiv
{ border:1px solid #e0e3e2;
  margin:0 10px 0 0; }

#multiCol .c10LayoutDiv
{ margin:0 0 20px 0; }

.c10NoLinkDiv
{ margin:0;
  padding:0 5px 0 10px;
  color:#bb0826;
  background-color:#fff;
  border-left:1px solid #afafaf; }

.c10ShellDiv a:link,.c10ShellDiv a:visited,a.c10LinkDiv:link,a.c10LinkDiv:visited
{ color:#fff;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  border:none; }

.c10ShellDiv a:active,.c10ShellDiv a:hover,a.c10LinkDiv:active,a.c10LinkDiv:hover
{ color:#fff;
  text-decoration:underline; 
  cursor: pointer; }



/*c11 - */
.c11text
{ font-size:75%;
  margin-bottom:12px; }

.c11text strong
{ padding-left:1px; }

/*c13 -*/
.c13
{ width:100%;
  padding:0;
  margin:0 0 15px 0; }

.c13Content
{ width:50%;
  padding:1px;
  border:1px solid #cc9;
  color:#663;
  text-align:center;
  vertical-align:middle; }

.c13Links
{ width:50%;
  background-color:#f7f9f1;
  padding:1px 1px 4px 1px;
  border:1px solid #739600;
  vertical-align:top; }

.c13Links h3,.c62content .c13Links h3
{ padding:2px 0 4px 2px;
  margin-bottom:4px;
  color:#fff;
  background-color:#739600;
  background-image:none;
  margin-top:0; }

.c13Links a
{ padding:0;
  background:url("/img/caret_header.gif") top left no-repeat;
  margin-top:0;
  margin-right:0;
  margin-bottom:2px;
  margin-left:0; }

.c13Links h3 a:link,.c13Links h3 a:visited
{ display:block;
  float:right;
  margin-right:5px;
  color:#fff;
  font-size:100%;
  background:none;
  text-decoration:none; }

.c13Links h3 a:hover { 	
	text-decoration:underline;
	color:#fff;
	cursor:pointer; }

/*c14 -*/
#multiCol .c14 ul
{ list-style:none;
  margin:0 10px 20px 0;
  padding-left:0; }

#multiCol .c14 ul li
{ padding-left:14px;
  background:url("/img/al_hyphen_gen.gif") .5em .8em no-repeat; }

#multiCol .c14 h3.categoryName
{ border:none; }

/*c15 -*/
.c15
{ width:170px;
  padding:0 0 15px 10px;
  font-size:75%;
  background:url("/img/caret_header_left.gif") top left no-repeat; }

html>body .c15
{ width:160px; }

.divider
{ background-color:#e0e3e2;
  height:1px;
  line-height:1px;
  margin:20px 0 15px 0; }

.c18Title
{ margin:3px;
  color:#000;
  font-size:75%;
  font-weight:bold; }

.c18Body
{ margin:3px;
  font-size:75%;
  color:#000; }

.sideTextAdLink
{ color:#5174b8;
  font-size:68%;
  font-weight:bold;
  text-align:right;
  margin:0 5px 4px; }

.c17Layout
{ margin:0 0 17px 0; }

.c17Left
{ height:24px;
  padding:0 10px;
  font-size:75%;
  font-weight:bold;
  color:#000;
  white-space:nowrap;
  background-color:#fff;
  vertical-align:middle; }

.c17Right
{ padding:0;
  font-size:75%;
  font-weight:bold;
  white-space:nowrap;
  vertical-align:middle;
  background-color:#fff; }

.c17Shell
{ padding:5px 10px;
  background:url("/img/global/btn_redslice.gif") top left repeat-x; }

.c17Holder
{ border:1px solid #e0e3e2;
  margin:0 10px 0 0; }

.c17NoLink
{ margin:0;
  padding:0 5px 0 10px;
  color:#bb0826;
  background-color:#fff;
  border-left:1px solid #afafaf; }

.c17Shell a:link,.c17Shell a:visited,a.c17Link:link,a.c17Link:visited
{ color:#fff;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  border:none; }

.c17Shell a:active,.c17Shell a:hover,a.c17Link:hover,a.c17Link:active
{ color:#fff;
  text-decoration:underline; }
  
/*-- start download button --*/  
.c17LayoutDownload
{ margin:0 0 17px 0; }

.c17LeftDownload
{ height:24px;
  padding:0 10px;
  font-size:75%;
  font-weight:bold;
  color:#000;
  white-space:nowrap;
  background-color:#fff;
  vertical-align:middle; }

.c17RightDownload
{ padding:0;
  font-size:75%;
  font-weight:bold;
  white-space:nowrap;
  vertical-align:middle;
  background-color:#fff; }

.c17RightDownload,.c17LeftDownload
{ font-size:125%; }

.c17ShellDownload
{ padding:6px 10px;
  background:url("/img/global/btn_redslice.gif") top left repeat-x; }

.c17HolderDownload
{ margin:0 10px 0 0; }

.c17ShellDownload a:link,.c17ShellDownload a:visited
{ color:#fff;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  border:none; }

.c17ShellDownload a:active,.c17ShellDownload a:hover,a.c17Link:hover,a.c17Link:active
{ color:#fff;
  text-decoration:underline; }
/*-- end download button --*/
  
  

/*c20 -*/
.c20
{ width:100%;
  padding:0;
  margin:0 0 20px 0;
  border-top:1px solid #ccc; }

.c20 a.productCta
{ display:block;
  float:right;
  padding-top:3px;
  background:#fff none;
  font-size:75%; }

.c20 h3.categoryName
{ border:none;
  padding-top:0;
  margin-top:4px;
  color:#000; }

.c20 p
{ margin-bottom:0; }

.c21,#contentCol .c21,#jBody .c21
{ width:99.7%;
  border:none;
  border-left:1px solid #ccc;
  border-top:1px solid #ccc;
  margin:0 0 -1px 0;
  padding:0; }

.c21 th,#contentCol .c21 th,#jBody .c21 th
{ vertical-align:top;
  text-align:left;
  padding:3px 4px;
  border:none;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc; }

.c21 th.c21Hdr,#contentCol .c21 th.c21Hdr,#jBody .c21 th.c21Hdr
{ text-align:left;
  padding:3px 4px;
  background-color:#f0f0f0;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc; }

.c21 td,#contentCol .c21 td,#jBody .c21 td
{ vertical-align:top;
  padding:3px 4px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  color:#000; }

.c21 th.c21Blank,#contentCol .c21 th.c21Blank,#jBody .c21 th.c21Blank
{ border-top:none;
  background-color:#f0f0f0; }

#contentCol .c21 td .c10Left,#dContent .c21 td .c10Left,#jBody .c21 td .c10Left
{ vertical-align:middle;
  padding:1px 4px;
  font-size:90%;
  font-weight:bold;
  color:#3f3f3f;
  white-space:nowrap;
  border-right:none;
  border-bottom:none; }

#contentCol .c21 td .c10Right,#dContent .c21 td .c10Right,#jBody .c21 td .c10Right
{ vertical-align:middle;
  padding:1px;
  font-size:90%;
  border-left:none;
  border-right:none;
  border-bottom:none; }

.c21 caption,#contentCol .c21 caption,#jBody .c21 caption
{ padding:7px 4px;
  font-size:100%;
  font-weight:bold;
  background:none;
  border:none;
  text-align:left; }

.c21bgColor1
{ background-color:#f9f5e4; }

.c21bgColor2
{ background-color:#e8e9d9; }

.c21bgColor3
{ background-color:#eaeaea; }

.c21 tr.c21group th,#contentCol .c21 tr.c21group th,#jBody .c21 tr.c21group th
{ padding-left:26px;
  font-weight:normal; }

.c21 td img,#jBody .c21 td img,.c21 th img,#jBody .c21 th img
{ display:block;
  margin:0 auto; }

.c21 .c21axis a
{ display:block;
  margin:0;
  padding:0 3px 0 23px;
  text-align:right;
  text-decoration:none;
  background:url("/img/show_hide_right.gif") top left no-repeat; }

.c21 .c21axis th a { 
	background: transparent url("/img/show_hide_gradient.gif") repeat-x scroll left top;
/*	-moz-background-clip: border;
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;*/ }

.c21 .c21axis th a.c21toggle {
	background: transparent url("/img/show_hide_right.gif") no-repeat scroll left top; 
/*	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;*/ }
	
.c21 .c21axis a.c21toggle span
{ display:block;
  float:left;
  width:auto;
  font-weight:bold;
  cursor:pointer;
  color:#000; }

.c21rowBg1
{ background-color:#f9f1de; }

.c21rowBg2
{ background-color:#eef8e3; }

.c21rowBg3
{ background-color:#e9f4f7; }

.c21rowBg4
{ background-color:#f3f8d9; }

.c21rowBg5
{ background-color:#f0eddd; }

.c21rowBg6
{ background-color:#e9eaf4; }

div.chartExpand
{ width:99.3%;
  margin:-20px 0 20px 0;
  text-align:center;
  padding:10px 0;
  border-width:0 1px 2px 1px;
  border-style:solid;
  border-color:#ccc; }

.c22
{ display:block;
  margin-bottom:15px; }

/*c22 -*/
.c22
{ display:block;
  margin-bottom:15px; }

.infoBox
{ padding:0;
  margin:0 0 6px 0;
  font-size:70%;
  background-color:#fff;
  border:1px solid #e0e3e2; }

.infoBox p
{ margin:0 4px 5px 4px; }

.infoBox p.c24Link
{ margin:-5px 3px 5px 3px; }

.c24InfoTitle
{ margin:1px 1px 4px 1px;
  padding:3px 4px 3px 4px;
  font-size:100%;
  color:#fff;
  background-color:#5174b8; }

.c24Text
{ margin:2px 4px;
  color:#000; }

.c24Link
{ margin:1px 4px;
  color:#5174b8;
  font-weight:bold;
  text-align:right; }

.c24Title
{ margin:2px 4px;
  color:#5174b8;
  font-weight:bold; }

/*c26 -*/
.c26,.c38
{ font-size:90%;
  color:#44464A;
  margin-bottom:15px;
  padding-left:1px; }

.c26img
{ margin-bottom:15px; }

/*c27*/
.c27q
{ font-size:75%;
  padding-bottom:3px; }

.c27a
{ font-size:75%;
  margin-bottom:15px; }

.c27a div
{ font-weight:bold; }

.c27back
{ display:block;
  width:8.5em;
  margin:3px 0 7px 0;
  font-size:75%; }

.c27a .c27back
{ font-size:100%; }

/*c28 -*/
#c28
{ margin-bottom:15px; }

#c28 h2
{ margin:8px 0 4px 0; }

.c28a
{ margin:5px 0 10px 20px;
  border-left:1px solid #44464A;
  padding-left:5px; }

.c28q
{ height:2em;
  line-height:2em;
  padding:0 0 10px 15px;
  background:url("/img/al_faqarrow1_gen.gif") 0 4px no-repeat; }

#c28display
{ margin:0 0 15px 0; }

#contentCol .c28a .c21 th,#contentCol .c28a .c21 td,#contentCol .c28a .c21 caption
{ font-size:100%; }

#contentCol .c28a .c9layout
{ font-size:100%;
  font-weight:normal;
  margin-top:3px; }

/*c45 -*/
.c45Layout
{ width:160px;
  padding:1px 0;
  margin:0 10px 12px 0;
  background-color:#fff; }

.c45Layout h2
{ font-size:75%;
  color:#44464A;
  padding:0 0 6px 0;
  margin:0 0 4px 0;
  border-bottom:2px solid #cdcdcd; }

.c45Layout h3
{ font-size:75%;
  color:#44464A;
  padding:0 0 6px 0;
  margin:0 0 4px 0;
  border-bottom:2px solid #cdcdcd; }

.c45Layout h4.relatedSubTitle
{ color:#000;
  font-size:75%;
  font-weight:normal;
  margin:0 0 5px 0; }

.c45Layout .relDivider
{ border-bottom:1px dotted #ccc;
  height:1px;
  line-height:1px;
  margin:0 0 4px 0; }

.c45Layout ul
{ margin:0 4px 8px 0;
  padding:0;
  list-style-type:none; }

.c45Layout li
{ font-size:75%;
  margin:0;
  margin-bottom:3px;
  padding:2px;
  list-style-type:none; }

.c45Layout a:link,.c45Layout a:visited,.c45Layout a:hover,.c45Layout a:active
{ text-decoration:none; }

table.c59,table.c59Right
{ width:100%;
  margin-bottom:15px;
  font-size:75%;
  padding:0; }

table.c59 td,table.c59Right td
{ vertical-align:top; }

table.c59 .c59txt
{ vertical-align:top;
  margin-left:18px; }

table.c59Right .c59txt
{ vertical-align:top;
  margin-right:18px; }

.footnote
{ font-size:95%;
  color:#333;
  padding:0 13px 0 0; }

/* Home Equity Calculator Box */
.hiddentext
{ position:absolute;
  width:0;
  height:0;
  font-size:0;
  overflow:hidden;
  left:630px; }







/*Form Related -----------------------------------------------------------------------------------------Brand 2.0 Style*/
div.buttonBarTable
{ clear:both;
  margin:10px 0;
  height:35px;
  padding:0;
  vertical-align:top;
  background-color:#f2f1ec;
  border-bottom:1px dotted #c0bebe; }

div.buttonBarTable input,div.buttonBarPage input,div.buttonBarPageShort input
{ float:right;
  color:#fff;
  font-size:100%;
  font-weight:bold;
  border:1px solid #e0e3e2; }

div.buttonBarPage,div.buttonBarPageShort
{ clear:both;
  margin:10px 0;
  height:35px;
  padding:0;
  vertical-align:top;
  background-color:#f2f1ec;
  border-top:1px dotted #c0bebe;
  border-bottom:1px dotted #c0bebe; }
  
/*--- blue button ---*/
div.buttonBarTable input.primary, div.buttonBarPage input.primary,div.buttonBarPageShort input.primary {
	background:#5174b8;
	background:-moz-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5174b8),color-stop(50%,#3d62a3),color-stop(52%,#335898),color-stop(100%,#244a87));
	background:-webkit-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-o-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-ms-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:linear-gradient(to bottom,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5174b8',endColorstr='#244a87',GradientType=0);
	border-radius:5px;border:0;color:white;
	display:inline-block;
	float:right;
	font-family:verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:29px;
	margin:3px 30px 0 0;
	padding:0 15px 4px;
	line-height:29px;
	vertical-align:middle; }
	
	

/*--- red button ---*/
div.buttonBarTable input.primaryRed,div.buttonBarPage input.primaryRed,div.buttonBarPageShort input.primaryRed
{ margin:7px 10px 8px 4px;
  padding:2px 4px;
  font-weight:bold;
  border:1px solid #e0e3e2;
  background:url("/img/global/btn_redslice.gif") top left repeat-x; }

/*--- grey button ---*/
div.buttonBarTable input.secondary,div.buttonBarPage input.secondary,div.buttonBarPageShort input.secondary
{ margin:7px 0 8px 0;
  padding:2px 4px;
  border:1px solid #e0e3e2;
  background:url("/img/global/btn_greyslice.gif") top left repeat-x; }

div.buttonBarTable input.tertiary,div.buttonBarPage input.tertiary,div.buttonBarPageShort input.tertiary
{ margin:7px 18px 8px 0;
  padding:2px 4px;
  border:1px solid #e0e3e2;
  background:url("/img/global/btn_greyslice.gif") top left repeat-x; }

input.primary:hover, input.secondary:hover, input.tertiary:hover {cursor:pointer; color:#fff; text-decoration:underline;}
input.primary:focus, input.secondary:focus, input.tertiary:focus {cursor:pointer; color:#fff; text-decoration:underline; outline:#fff thin dotted;}

#multiCol table.frmLayout
{ font-size:100%;
  margin:0 0 25px 8px; }

#jBody table.frmLayout,#jump table.frmLayout
{ font-size:75%;
  margin:0 0 25px 8px; }

#multiCol table.frmLayout td,#jBody table.frmLayout td,#jump table.frmLayout td
{ vertical-align:top;
  padding-bottom:8px; }

#multiCol table.frmLayout th,#jBody table.frmLayout th,#jump table.frmLayout th
{ width:161px;
  padding:0 11px 12px 0;
  margin-left:8px;
  vertical-align:top;
  text-align:left; }

#multiCol table.frmLayout th img,#jBody table.frmLayout th img,#jump table.frmLayout th img
{ padding-right:5px; }

html>body #multiCol table.frmLayout th,html>body #jBody table.frmLayout th,html>body #jump table.frmLayout th
{ width:150px; }

#multiCol table.frmLayout span,#jBody table.frmLayout span,#jump table.frmLayout span
{ display:block;
  color:#44464A;
  font-weight:normal; }


#multiCol table.frmLayout td input,#multiCol table.frmLayout td select,#jBody table.frmLayout td input,#jBody table.frmLayout td select,#jump table.frmLayout td input,#jump table.frmLayout td select
{ margin:-2px 5px 0 0;
  font-size:100%; }

#multiCol table.frmLayout td div,#jBody table.frmLayout td div,#jump table.frmLayout td div
{ float:left;
  margin-right:4px; }

#multiCol table.frmLayout td div.nolabel,#jBody table.frmLayout td div.nolabel,#jump table.frmLayout td div.nolabel
{ padding-top:1.3em; }

#multiCol table.frmLayout td input[type="radio"],#jBody table.frmLayout td input[type="radio"],#jump table.frmLayout td input[type="radio"]
{ margin-bottom:-2px; }

#multiCol table.frmLayout td p,#jBody table.frmLayout td p,#jump table.frmLayout td p
{ color:#44464A;
  margin:0; }

#multiCol table.frmLayout td div.sub,#jBody table.frmLayout td div.sub,#jump table.frmLayout td div.sub
{ float:none;
  vertical-align:top;
  padding:0 0 10px 20px; }

#multiCol table.frmLayout td div.sub input,#jBody table.frmLayout td div.sub input,#jump table.frmLayout td div.sub input
{ margin:0 3px -2px -23px; }

#multiCol table.frmLayout td span,#jBody table.frmLayout td span,#jump table.frmLayout td span
{ clear:left;
  color:#44464A;
  padding-right:10px; }

.frmLayout td:first-child {width:190px;padding:0 5px 10px 10px;text-align:left; vertical-align:text-top; font-size:100%; font-weight:bold; }

h2.frm
{ margin-bottom:10px;
  border-bottom:1px solid #000; }

h2.frm span
{ font-weight:normal;
  color:#44464A; }

/* End form related */

/* Temporary fix for the old footers and disclosures */
.c26 .smaller-text
{ font-size:105%;
  color:#44464A; }

.c26 .c26,.c26 .footnote,.c38 .smaller-text,.c38 .footnote,.c38 .c38,.c26 .c38,.c38 .c26,.c26 .c21,.c26 .generictext
{ font-size:105%;
  display:inline; }

/* ----- Yellow to White Gradient CTA box for the content area (used on 3rd Level page) ----- */
#L6Ctb
{ clear:left;
  height:34px;
  width:100%;
  margin:15px 0 0 0;
  padding:9px 0 8px 0;
  vertical-align:top;
  overflow:hidden;
  border-top:1px solid #000;
  background:url("/img/he_back2_gen.gif") repeat-x; }

#L6Ctb p
{ float:left;
  margin:0 24px 0 14px;
  padding-top:2px;
  font-size:125%; }

/* need to move to demo */
a.callToActionLink:link,a.callToActionLink:visited
{ color:#fff;
  text-decoration:none; }

a.callToActionLink:hover,a.callToActionLink:active
{ color:#fff;
  text-decoration:underline; }




.generictext
{ font-size:75%; }

.genericred
{ font-size:75%;
  color:#c00; }

h2.faqSecHdr
{ padding:8px 0 4px 0; }

.exitPageDivider
{ background-color:#999; }



/* -- new error styles ------------------------------------------------------------------------------------------------------- */
.error {background-image:none;padding-left:1px; font-weight:bold}
label.error {background:url("/img/icon_error.gif") left no-repeat;padding-left:15px;color:#900}
input.error {background-color: #FFFFCC; border: 1px solid #ac0c17;}
span.error {color:#900}
.requiredField {background:url("/img/req.gif") left no-repeat;background-position:0 0%;padding-left:15px;}
.notRequired {background:url("/img/s.gif") left no-repeat;padding-left:15px}
div.errorMsg {margin:0 0 15px 0;padding-right:1px;color:#000;font-weight:bold}
div.errorMsg img {margin-right:3px}
div.errorMsg span { display:block; border: 1px solid #ac0c17; background-color:#ffefda; color: #000; padding:5px 0 5px 5px; }
div.errorMsg span img { margin: 0 0 -3px 0; padding: 0 5px 0 0; vertical-align:top; }

th.error {color:#900}




.error-text
{ color:#f00;
  font-size:75%; }

.error-text-bold
{ color:#f00;
  font-weight:bold; }
 
.apperror
{
	color:#d4002f;
	font-weight:bold;
} 
 
th.error-text
{ font-size:100%; }

div.error-text
{ margin-bottom:10px; }

div.error-text img
{ padding-right:5px; }

ul.faq li
{ list-style:none; }


.link_widget
{ width:981px;
  margin:0 auto;
  font-size:12px;
  line-height:1.5em; }

.link_widget h3
{ font-size:12px; }

.link_widget ul
{ list-style:none;
  padding:0;
  margin-left:0; }

.links_col
{ width:200px;
  float:left; }

/*Enhancements*/
tr.c21group
{ display:none; }

tr.c21group
{ display:none; }

.items
{ font:bold 12px arial;
  color:#5174b8;
  padding-top:4px;
  margin-top:10px;
  border-top:1px solid #ccc; }

.subColor
{ font-weight:bold;
  font-size:14px; }

table.c21 th
{ border-right:1px solid #ccc; }

table.c21
{ border-top:1px solid #ccc;
  border-bottom:none; }
  

/* -- balloon help -- */
.c61Content {visibility:hidden;width:304px;position:absolute;z-index:40}
.c61Content div.c11text { padding:8px 0 0 0 }

.c61Top {position:relative;top:0;left:0;padding:8px 10px 10px 10px;background:url("/img/balloon/tip_default_top.gif") top left no-repeat}
.c61Bottom {position:relative;width:304px;height:53px;background:url("/img/balloon/tip_bottom.gif") top left no-repeat}

.c61TopRight .c61Bottom  {background:url("/img/balloon/tip_above_right_bottom.gif") top left no-repeat}
.c61BottomRight .c61Top  {padding-top:45px;background:url("/img/balloon/tip_below_right_top.gif") top left no-repeat}
.c61BottomLeft .c61Top  {padding-top:45px;background:url("/img/balloon/tip_below_left_top.gif") top left no-repeat}
.c61BottomLeft .c61Bottom,.c61BottomRight .c61Bottom {background:url("/img/balloon/tip_below_bottom.gif") top left no-repeat} 

a.c61Link:link,a.c61Link:visited,a.c61Link:active {color:#434343;border-bottom:dotted 1px;text-decoration:none; margin-right:10px;}
a.c61Link:hover {text-decoration:none;color:#5174b8;}

a.c61Close img {position:relative;width:auto;float:right;margin-top:3px;z-index:51}
.c61Content h2 ,#c28 .c61Content h2 {position:relative;width:auto;margin:0;padding:0 0 10px 0;border:none;font-size:100%;color:#525252;background:none;z-index:50}
*:first-child+html .c61Content h2 ,*:first-child+html #c28 .c61Content h2 {display:inline} /*IE7 hack */


/*.c61Top
{ position:relative;
  padding:30px 10px 10px 10px;
  background:url("/img/tip_default_top.gif") top left no-repeat; }*/

/*.c61Bottom
{ position:relative;
  width:304px;
  height:53px;
  background:url("/img/tip_bottom.gif") top left no-repeat; }*/

/*.c61TopRight .c61Bottom
{ background:url("/img/tip_above_right_bottom.gif") top left no-repeat; }*/

/*.c61BottomRight .c61Top
{ padding-top:70px;
  background:url("/img/tip_below_right_top.gif") top left no-repeat; }

.c61BottomLeft .c61Top
{ padding-top:70px;
  background:url("/img/tip_below_left_top.gif") top left no-repeat; }*/

/*.c61BottomLeft .c61Bottom,.c61BottomRight .c61Bottom
{ background:url("/img/tip_below_bottom.gif") top left no-repeat; }

a.c61Link:link,a.c61Link:visited,a.c61Link:active
{ text-decoration:none;
  border-bottom:1px dashed #369; }*/

/*a.c61Close img
{ position:relative;
  float:right;
  margin-top:-20px;
  z-index:51; }

.c61Content h2,#c28 .c61Content h2
{ position:relative;
  top:0;
  left:0;
  width:auto;
  margin:-23px 0 5px 0;
  padding:0;
  border:none;
  color:#525252;
  background:none;
  z-index:50; }*/
  
  
  

.arrows,.arrow
{ float:left;
  margin:0 5px 20px 0; }

.arrows
{ width:130px; }

.arrow
{ padding:20px 0 0 0; }

ul.spaced_list li,ol.spaced_list li
{ margin-bottom:10px; }

/*AK*/
/*Preferred Capital Styles - AK */
.bio_img
{ width:125px;
  margin:0 15px 15px 0;
  padding:3px;
  float:left;
  border:1px solid #cdcdcd; }

.bio
{ border-bottom:1px #ccc solid; }

.bio ul.title,.bio_last ul.title
{ list-style:none;
  padding:15px 0 0 0; }

.bio h2
{ margin:20px 0 0 0; }

.news_date
{ font-weight:bold;
  color:#44464A;
  margin-bottom:5px;
  display:block; }

ul.news_releases
{ list-style:none;
  margin:0 0 30px 0;
  padding:0; }

ul.news_releases li
{ margin:0 0 10px 0;
  border-bottom:1px dotted #cdcdcd;
  padding:0 0 15px 0; }

ul.news_releases li a
{ font-weight:bold; }

#contentheader_secondary
{ height:30px;
  margin-bottom:0; }

#contentheader_secondary img
{ float:left;
  height:31px; }

#contentheader_secondary h2
{ font-size:16px;
  padding-top:6px; }

/* ORC Styles - SLP */
ul.checkListORC
{ list-style-image:url("/img/al_check_gen.gif");
  padding:0px 5px 0 22px;
  margin-top:5px; }




/* --- new css added 2011 --- */
.c9layout,.c9layoutRight
{ font-size:100%;
  width:100%;
  vertical-align:top;
  margin-bottom:10px; }

.c9layout img
{ float:left;
  margin-right:10px; }

/** html .c9layout img
{ margin-right:20px; }*/

/*.c9layoutRight img
{ float:right;
  margin-left:12px; }*/

.c9layout p,.c9layoutRight p
{ margin-bottom:0;
  margin-top:10px; }

.c9layout ul
{ list-style-position:inside;
  text-indent:-14px; }

.c9layout ol
{ list-style-position:inside;
  text-indent:-1.4em; }

.c9layout div.clearAll,.c9layoutRight div.clearAll
{ margin-top:-10px; }

.c9layout h2,.c9layoutRight h2
{ font-size:125%; }

.c9layout h3,.c9layoutRight h3
{ font-size:110%; }

.c9layout .c11text,.c9layoutRight .c11text
{ font-size:125%; }

.c9layout .generictext,.c9layoutRight .generictext
{ font-size:125%; }

.c9layout ul,.c9layout ol,.c9layoutRight ul,.c9layoutRight ol
{ font-size:125%; }

.c9layout .c10Holder .c10Left,.c9layout .c10Holder .c10Right,.c9layoutRight .c10Holder .c10Left,.c9layoutRight .c10Holder .c10Right
{ font-size:125%; }

.c9layout .doubleList,.c9layoutRight .doublelist
{ width:70%; }

.c9layout .c22,.c9layoutRight .c22
{ display:block;
  float:none; }

.c9layout .c17Left,.c9layout .c17Right,.c9layoutRight .c17Left,.c9layoutRight .c17Right
{ font-size:125%; }

.c9layout .imageList,.c9layoutRight .imageList
{ font-size:125%; }

.c60
{ float:none;
  width:100%;
  padding:0;
  vertical-align:top;
  line-height:normal;
  background:url("/img/tab_bottom.gif") bottom left repeat-x; }

.c60 ul,.c60 li
{ float:left;
  list-style-type:none;
  padding:0;
  margin:0 2px 0 0; }

.c60 ul
{ margin-right:0;
  margin-bottom:-1px; }

.c60 ul a:link,.c60 ul a:visited
{ display:block;
  margin:0 0 1px 0;
  padding:5px 0 5px 16px;
  color:#5174b8;
  font-weight:bold;
  text-decoration:none;
  background:url("/img/tab_unselected_left.gif") top left no-repeat; }

.c60 ul a:hover,.c60 ul a:active
{ color:#205080;
  text-decoration:none;
  background:url("/img/tab_selected_left.gif") top left no-repeat; }

.c60 li.tabOn
{ margin:0 2px 0 0;
  padding:0;
  font-weight:bold;
  color:#000; }

.c60 li.tabOn a:link,.c60 li.tabOn a:hover,.c60 li.tabOn a:visited
{ padding:5px 0 6px 16px;
  background:url("/img/tab_selected_left.gif") top left no-repeat; }

.c60 li.tabOn a:hover
{ color:#5a469b; }

.c60content
{ display:none; }

.c60contentSelected
{ margin:0 0 15px 0;
  padding:10px 5px 10px 10px;
  border-left:1px solid #cdcdce;
  border-right:1px solid #cdcdce;
  border-bottom:1px solid #cdcdce; }

.c60contentSelected .c11text {font-size:100%;}

.c60contentSelected ul {font-size:100%; padding-left:45px; padding-top:5px;}

.c60contentSelected ul ul {font-size:100%; padding-left:15px; padding-top:5px;}

.c60contentSelected ul ul li {font-size:100%; margin-left:15px;}

* html .c60contentSelected
{ height:1%; }

.c60 div.clearAll
{ clear:both;
  height:0;
  line-height:0; }

.c60tabEnd
{ width:6px;
  margin:0 0 1px 10px;
  padding:5px 1px 5px 0;
  background:#fff url("/img/tab_unselected_right.gif") top right no-repeat; }

.c60 li.tabOn .c60tabEnd
{ padding-bottom:6px;
  background:url("/img/tab_selected_right.gif") top right no-repeat; }

.c60 a:hover .c60tabEnd
{ background:url("/img/tab_selected_right.gif") top right no-repeat; }

.c60hidden
{ position:absolute;
  width:0;
  height:0;
  overflow:hidden; }
  
div.group div, div.group legend, div.alone legend {margin-left:-6px}
.required{ float:right; text-align:right; margin-right:10px; font-family:Verdana, Geneva, sans-serif; }

.wf2-field .required, .wf2-field.required {
       text-align:left;
       margin-right:0;
}

/* -- badge styles -- */
.c90_style1,.c90_style2,.c90_style3{margin:0 0 15px 0;padding:13px 10px 0 10px;}
.c90txt{color:#444;margin:0 0 0 0;padding:0;}
.c90_style1 h2 a,.c90_style2 h2 a,.c90_style3 h2 a{text-decoration:none;}
.c90_style1 h2 a:hover,.c90_style2 h2 a :hover,.c90_style3 h2 a:hover{text-decoration:underline;}
.c90_style2 strong a{text-decoration:none;}
.c90_style2 strong a:hover{text-decoration:underline;}
.c90txt h2 {text-decoration:none; font-size:125px;}

.c90_style1{border:1px solid #ccc; background-color:#eeeeee;}
.c90_style2{padding-top:10px;border:#ccc solid;border-width:1px 0;}
.c90_style3{border:none;background-color:#eee;}
.c90_style1 img,.c90_style2 img,.c90_style3 img{display:block;float:left;margin-right:10px;}
.c90_style1 h2,.c90_style2 h2,.c90_style3 h2{width:auto;margin:0 0 13px 0;padding:0;color:#44464A;font-size:115.48%;}


.c93{margin:0 0 10px 0;padding:0 10px 0 0;font-weight:bold;text-align:left;color:#44464A;}
.c93 a{text-decoration:none;background:url("/img/badge/icon_caret_linked.gif") no-repeat; padding-left:15px; display:block; padding-bottom:-5px;}
.c93 a:hover{text-decoration:underline;}

/*.c93,.c93b{margin:0 0 16px 0;padding:0 10px 0 0;font-size:75%;font-weight:bold;text-align:right;color:#44464A;background:url("../../img/icons/icon_caret_linked.gif") right top no-repeat;}*/



/* -- badge styles -- */
.c90_style1,.c90_style2,.c90_style3{margin:0 0 15px 0;padding:13px 10px 0 10px;}
.c90txt{color:#444;margin:0 0 0 0;padding:0;}
.c90_style1 h2 a,.c90_style2 h2 a,.c90_style3 h2 a{text-decoration:none;}
.c90_style1 h2 a:hover,.c90_style2 h2 a :hover,.c90_style3 h2 a:hover{text-decoration:underline;}
.c90_style2 strong a{text-decoration:none;}
.c90_style2 strong a:hover{text-decoration:underline;}
.c90txt h2 {text-decoration:none; font-size:125px;}
.c90txt p {margin-bottom:10px;}

.c90_style1{border:1px solid #ccc; background-color:#eeeeee;}
.c90_style2{padding-top:10px;border:#ccc solid;border-width:1px 0;}
.c90_style3{border:none;background-color:#eee;}
.c90_style1 img,.c90_style2 img,.c90_style3 img{display:block;float:left;margin-right:10px;}
.c90_style1 h2,.c90_style2 h2,.c90_style3 h2{width:auto;margin:0 0 13px 0;padding:0;color:#44464A;font-size:115.48%;}

.c93{margin:0 0 10px 0;padding:0 2px 0 0;font-weight:bold;text-align:left;color:#44464A;}
.c93 a{text-decoration:none;background:url("/img/badge/icon_caret_linked.gif") no-repeat; padding-left:15px; display:block; padding-bottom:-5px; font-size:13px;}
.c93 a:hover{text-decoration:underline;}
.c93 p {font-weight:500; padding: 0 0; margin-top:-12px; margin-bottom:8px; color:#444444;}

/*.c93,.c93b{margin:0 0 16px 0;padding:0 10px 0 0;font-size:75%;font-weight:bold;text-align:right;color:#44464A;background:url("../../img/icons/icon_caret_linked.gif") right top no-repeat;}*/

/* --  blue bar horizontal sub-nav -- */
#c96{height:40px;margin:5px 0 18px 0px;padding-bottom:35px;border-bottom:1px solid #ccc;}
#c96 ul{margin:0;padding:0;list-style:none;color:#000;font-size:12px;font-weight:bold;}
#c96 ul li{float:left;margin:0;padding:0;}
#c96 ul li a{display:block;width:156px;text-align:center;padding:30px 0 0 0;color:#5A469B;background:url("/img/subnav/subway_reg.gif") no-repeat;}
#c96 ul li a:hover{background:url("/img/subnav/subway_over.gif") no-repeat;}
#c96 ul li a.on,#c96 ul li a.on:hover{width:159px;color:#000;text-decoration:none;background:url("/img/subnav/subway_on.gif") no-repeat;}

#c97{height:40px;margin:5px 0 18px 0px;padding-bottom:35px;/*border-bottom:1px solid #ccc;*/}
#c97 ul{margin:0;padding:0;list-style:none;color:#000;font-size:12px;font-weight:bold;}
#c97 ul li{float:left;margin:0;padding:0;}
#c97 ul li a{display:block;width:156px;text-align:center;padding:30px 0 0 0;color:#5A469B;background:url("/img/subnav/subway_reg.gif") no-repeat;}
#c97 ul li a:hover{background:url("/img/subnav/subway_over.gif") no-repeat;}
#c97 ul li a.on,#c97 ul li a.on:hover{width:159px;color:#000;text-decoration:none;background:url("/img/subnav/subway_on.gif") no-repeat;}


/* --  new faq style 11/30/12 -- */
.c62{margin:0 0 12px 0;padding:0;border:1px solid #efefee;}
.c62 h3{margin:0;padding:7px 3px;height:19px;background:url("/img/faq_show_hide_gradient.gif") top left repeat-x;}
.c62content h3{background:none;}
a.c62toggle:link,a.c62toggle:visited,a.c62toggle:hover,a.c62toggle:active{display:block;margin-top:3px;padding:0 3px 4px 30px;text-align:right;text-decoration:none;font-size:80%;font-weight:normal;background:url("/img/show_hide_right.gif") 6px -1px no-repeat;}
a.c62toggle span{display:block;float:left;width:auto;font-weight:bold;font-size:100%;color:#000;cursor:pointer;}
.c62content{display:none;margin:5px 10px 10px 15px;}
*:first-child+html .c62{width:99.5%;}
* html .c62{width:99.5%;}
.c62 .clearer{height:0;line-height:0;clear:both;}




/* -- new badge style 1/15/13 -- */
.c74{width:100%;}
.c74 td.mid,.c74 td{padding:0 10px 0 0;}
.c74 td.first{padding:0 10px 0 0;}
.c74 td.last{padding:0 0 0 0;}
.c74 td{vertical-align:top;}
.c74 table.c17Holder td{padding:0;vertical-align:top;}
.c74 table.c17Holder td.c17Left{padding:0 10px;}

.c74.bordered{border:solid #ccc 1px;}
.c74.bordered,.c74.framed,.c74.contactBar{width:100%;}
.c74.bordered.minimalPadding td.first,.c74.bordered.minimalPadding td.mid,.c74.bordered.minimalPadding td.last{padding:5px 10px 5px 10px;}
.c74.bordered td.first,.c74.bordered td.mid,.c74.bordered td.last{padding:12px 16px 12px 16px;}

*:first-child+html .c74.contactBar .c17Layout{margin:-10px 0 -2px 0;}
* html .c74.contactBar .c17Layout{margin:-10px 0 -2px 0;}
.c74.contactBar{border-top:solid #ccc 1px;border-right:solid #ccc 1px;border-bottom:solid #ccc 1px;clear:both;}
.c74.contactBar p{margin-bottom:3px;}
.c74.contactBar td img{vertical-align:top;margin-right:10px;float:left;}
.c74.contactBar .c17Layout{float:right;margin:-10px 0 8px 0;}
.c74.contactBar .c17Layout td{margin:0;padding:0;border:none;vertical-align:middle;}
.c74.contactBar .c17Layout .c17Holder{margin:0;border:0;}
.c74.contactBar .c17Holder .c17Right{padding:5px 5px 2px 5px;}
.c74.contactBar a{text-decoration:none;}
.c74.contactBar a:hover,.c74.contactBar a:active{text-decoration:underline;}
.c74.contactBar td.first,.c74.contactBar td.mid,.c74.contactBar td.last{padding:12px 10px 0 10px;vertical-align:top;border-left:solid #ccc 1px;}
.c74.contactBar td{padding:12px 10px 0 10px;vertical-align:top;}

.c74.framed td.first,.c74.framed td.mid,.c74.framed td.last{padding-top:12px;}
.c74.framed{border-bottom:1px solid #ccc;border-top:1px solid #ccc;}

/*.c74.divided td.first,.c74.divided td.mid,.c74.divided td.last{border-left:1px solid #ccc;border-bottom:1px solid #ccc;}*/
.c74.divided td.mid,.c74.divided td.last,.c74.divided td.end{border-left:1px solid #ccc;}
.c74.divided td.first{border:none;}

.c74 h2{color:#44464a;font-family:Arial,Helvetica,sans-serif;font-size:100%;}
.c74 h3{color:#44464a;font-family:Arial,Helvetica,sans-serif;font-size:98%;}
.c74 p{font-family:Arial,Helvetica,sans-serif;font-size:98%;}

.c74 h2.option1,.c74 h2.c74Option1{color:#739600;}
.c74 h2.option2,.c74 h2.c74Option2{color:#f25316;}

h3.c74Caption{font:bold 16px arial;color:#696B6E;margin:0 0 3px;}
h2.c74Option1{color:#739600;}
h2.c74Option2{color:#F25316;}
h2.c74None{color:#44464A; font-size:1.3em; margin-bottom:7px;}

.c74.minimalPadding td.mid{padding:5px 8px 5px 8px;}
.c74.minimalPadding td.first{padding:5px 8px 5px 8px;}
.c74.minimalPadding td.last{padding:5px 5px 5px 8px;}
.c74.minimalPadding td.end{padding:5px 8px 5px 8px;}

.training a{text-decoration:none; font-size:14px;}
.training a:hover{text-decoration:underline; font-size:14px;}
/* -- end --*/


a.c7{
	display:inline;
	z-index:1;
	margin-right:5px;
	padding:7px 15px;
	border:0;
	cursor:pointer;
	overflow:visible;
	text-align:center;
	font-weight:bold; 
	font-size:105%;
	color:#fff;
	background-color:#fc7d00;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7d00',endColorstr='#ce5600');white-space:nowrap;border-radius:4px;text-shadow:#a14300 1px 1px;text-decoration:none;background:#ce4c00;background:-moz-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ce4c00),color-stop(50%,#c94a00),color-stop(52%,#b54300),color-stop(100%,#a43d01));background:-webkit-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:-o-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:-ms-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:linear-gradient(to bottom,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4c00',endColorstr='#a43d01',GradientType=0);}

.noteBoxOrange { border:1px solid #44464a; background-color:#FBE7CC; padding:8px; width:640px; }

/* ----------------- downloadable web banners 3/24/14 ----------------- */

.floatLeft { float:left; }
.bannerTextLight {color:#fff; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; }
button.cta,a.c22,input[type=submit].c22{
	display:inline;
	border:1px solid #c0c0c0;
	border-radius:4px;
	cursor:pointer;
	overflow:visible;
	padding:5px 15px;
	margin-right:5px;
	text-align:center;line-height:1;
	font-weight:bold;
	font-size:45%;
	color:#000;
	white-space:nowrap;
	background-color:#f3f3f3;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb',endColorstr='#d5d5d5');background:-webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#d5d5d5));background:-moz-linear-gradient(top,#fbfbfb,#d5d5d5); text-decoration:none;}
button.cta{text-shadow:none}
body #shell a.c22:hover,body #shell a.c22.hover{color:#f2531a;text-decoration:none}
body #shell a.c22:active,body #shell a.c22:focus{color:#f2531a;text-decoration:none;border:1px dotted #999}

/* --- Orange --- */
.bannerHeaderOrange { color:#fff; background-color:#ED8800; font-size:27px; width:775px; height:45px; line-height:45px; display:table-cell; vertical-align:middle; padding-left:15px; font-family:Georgia, "Times New Roman", Times, serif; }

.leftSideOrange { background-color:#F8CF99; color:#CE4C00; font-size:35px; width:773px; height:40px; display:inline-block; vertical-align:top; padding-left:15px; padding-top:22px; font-family:Georgia, "Times New Roman", Times, serif; }
.leftSideOrange2 { background-color:#FBE7CC; color:#CE4C00; font-size:35px; width:135px; height:355px; display:inline-block; vertical-align:top; padding-left:15px; font-family:Georgia, "Times New Roman", Times, serif; }
.leftSideTextOrange{ color:#CE4C00; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif; }
.leftSideInfoTextOrange{ color:#CE4C00; font-size:11px; line-height:11px; list-style-type:none; margin-top:-10px; margin-left:-7px; }

.rightSideOrange { height:346px; margin-left:10px; margin-top:10px; display:inline-block; vertical-align:top; }
.rightSideOrange p { color:#CE4C00; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; margin-top:8px; }

/* --- Teal --- */


hr.columnBreak {
    border: 0;
    height: 0;
	padding:0;
	margin:0;
    border-top: .01em solid #BFC0BE;
    border-bottom: .1em solid #BFC0BE;
}


/* ---- WF Brand 2.0 CTA styles ---- */
.c10 { 
	display:table;
	clear:left;
	margin:0 20px 20px 0;
	border:1px solid #e7e4db;
	border-radius:5px;
	background:#e9e8e4;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9e8e4),color-stop(40%,#fcfcfc),color-stop(99%,#fcfcfc));
	background:-webkit-linear-gradient(top,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);
	background:-o-linear-gradient(top,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);
	background:-ms-linear-gradient(top,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);
	background:linear-gradient(to bottom,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e8e4',endColorstr='#fcfcfc',GradientType=0); }

.c10 .firstHalf {
	padding:6px 0;
	float:left;
	-moz-box-shadow:2px 0 0 #e8e8e6;
	-webkit-box-shadow:2px 0 0 #e8e8e6;
	box-shadow:2px 0 0 #e8e8e6;
	background:url("/img/cta/bg_cta_sheen.png") no-repeat 0 0 transparent; }


h2.c10ctaAlert{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#ae1e23;
	padding-left:1em;
	padding-top:.2em;
	width:550px;}

h3.c10cta{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em; 
	color:#ae1e23;
	margin-top:-1em;
	margin-bottom:1em;
	padding-left:1em; }

h3.c10ctaDownloadBanners {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#44464a;
	padding-top:.8em; }

.c10 .secondHalf {
	float:left;
	padding:12px 0;
	vertical-align:middle;
	text-align:center;
	line-height:1.6;
	vertical-align:text-top; }

p.cta {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	padding-left:1em; }
	
/* accessibility updates 2015.03.24 rh */
.offscreenText {
position: absolute;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px; 
width: 1px; 
overflow: hidden;
z-index: -1000;
}


.frmLayout {border-collapse:collapse;}
.errorImg {display:none;}
.apperror .errorImg {display:inline;}
#utilities ul {list-style-type:none;}
#utilities ul li {display:inline-block;}
.c60tab h2, .c9layout h3 {font-size:1em; margin:0; padding:0; line-height:inherit; display:inline; float:none; clear:none;  font-weight:800;}
.c60tab h2 {color:#5174b8;}


/*--- 2015 brand2.0 additions ---*/

textarea { 
	border:0px; 
	outline:none; 
	overflow:auto; 
	resize:none;
	width:560px;
	height:auto;
	
	word-wrap:break-word; 
	text-wrap:unrestricted;
	white-space:pre-wrap;
	
	background-color:#F2F2F2;    }
	
form[name="DealerRequestInfoForm"] textarea {
	border:1px solid #a9a9a9;
	background-color: white;
	width:445px;
}


/*--Div Container Styles----------*/
.fourVerticalBoxes1 {
	display:inline-block;
	position:relative;
	width:184px; 
	height:185px; 
	float:left; 
	margin:1em 1em 1em 0em; }

.fourVerticalBoxes2 {
	display:inline-block;
	position:relative;
	width:184px; 
	height:185px; 
	float:left; 
	margin:1em 1em 1em 0em;}

.fourVerticalBoxes3 {
	display:inline-block;
	position:relative;
	width:184px; 
	height:185px; 
	float:left; 
	margin:1em 1em 1em 0em; }

.fourVerticalBoxes4 {
	display:inline-block;
	position:relative;
	width:184px; 
	height:185px; 
	float:left; 
	margin:1em 1em 1em 0em; }

.horizontalNarrowDiv {
    height: 60px;
	width: 780px;
	background-color:#44464A;
	margin-bottom:1em; }

.horizontalBannerCoolGray {
    height: 140px;
	width: 785px;
	background-color:#44464A; }

.redHortizontalBorder {
	top: 0px;
   	margin:0px;  
   	padding: 0px;    
   	border-width: 2px;
   	border-bottom: 8px #AE1E23 solid;
   	width: 785px; }





/*First Time Sign On --------------------------------------------------------------------------Brand 2.0 Style*/

.threeVerticalBoxes1 {
	display:inline-block;
	position:relative;
	width:214px; 
	height:161px; 
	float:left; 
	margin:10px 20px 20px 0px; }

.threeVerticalBoxes2 {
	display:inline-block;
	position:relative;
	width:214px; 
	height:161px; 
	float:left; 
	margin:10px 20px 20px 0px; }

.threeVerticalBoxes3 {
	display:inline-block;
	position:relative;
	width:214px; 
	height:161px; 
	float:left; 
	margin:10px 20px 20px 0px; }

.boxBorder { border:thin #333 solid; }
	

/*Gradient Styles --------------------------------------------------------------------------Brand 2.0 Style*/
.greenGradient {
	background: #007337; /* Old browsers */
	background: -moz-linear-gradient(left,  #007337 0%, #46a033 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#007337), color-stop(100%,#46a033)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #007337 0%,#46a033 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #007337 0%,#46a033 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #007337 0%,#46a033 100%); /* IE10+ */
	background: linear-gradient(to right,  #007337 0%,#46a033 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007337', endColorstr='#46a033',GradientType=1 ); /* IE6-9 */
	position:relative; }

.orangeGradient {
	background: #ce4c00; /* Old browsers */
	background: -moz-linear-gradient(left,  #ce4c00 0%, #ed8800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ce4c00), color-stop(100%,#ed8800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ce4c00 0%,#ed8800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ce4c00 0%,#ed8800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ce4c00 0%,#ed8800 100%); /* IE10+ */
	background: linear-gradient(to right,  #ce4c00 0%,#ed8800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4c00', endColorstr='#ed8800',GradientType=1 ); /* IE6-9 */
	position:relative; }

.plumGradient {
	background: #4d3b65; /* Old browsers */
	background: -moz-linear-gradient(left,  #4d3b65 0%, #702f8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d3b65), color-stop(100%,#702f8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4d3b65 0%,#702f8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4d3b65 0%,#702f8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4d3b65 0%,#702f8a 100%); /* IE10+ */
	background: linear-gradient(to right,  #4d3b65 0%,#702f8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3b65', endColorstr='#702f8a',GradientType=1 ); /* IE6-9 */ 
	position:relative; }

.plumGradientVertical {
	background: #4d3b65; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d3b65 0%, #702f8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d3b65), color-stop(100%,#702f8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d3b65 0%,#702f8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d3b65 0%,#702f8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d3b65 0%,#702f8a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d3b65 0%,#702f8a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3b65', endColorstr='#702f8a',GradientType=0 ); /* IE6-9 */
	position:relative; }

.magentaGradient {
	background: #821861; /* Old browsers */
	background: -moz-linear-gradient(left,  #821861 0%, #ae2573 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#821861), color-stop(100%,#ae2573)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #821861 0%,#ae2573 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #821861 0%,#ae2573 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #821861 0%,#ae2573 100%); /* IE10+ */
	background: linear-gradient(to right,  #821861 0%,#ae2573 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#821861', endColorstr='#ae2573',GradientType=1 ); /* IE6-9 */ 
	position:relative; }

.ebonyGradient {
	background: #574537; /* Old browsers */
	background: -moz-linear-gradient(left,  #574537 0%, #7a6855 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#574537), color-stop(100%,#7a6855)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #574537 0%,#7a6855 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #574537 0%,#7a6855 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #574537 0%,#7a6855 100%); /* IE10+ */
	background: linear-gradient(to right,  #574537 0%,#7a6855 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574537', endColorstr='#7a6855',GradientType=1 ); /* IE6-9 */
	position:relative; }

.tealGradient {
	background: #00698c; /* Old browsers */
	background: -moz-linear-gradient(left, #00698c 0%, #0095c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00698c), color-stop(100%,#0095c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #00698c 0%,#0095c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #00698c 0%,#0095c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #00698c 0%,#0095c8 100%); /* IE10+ */
	background: linear-gradient(to right, #00698c 0%,#0095c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698c', endColorstr='#0095c8',GradientType=1 ); /* IE6-9 */
	position:relative; }

.coolGrayGradient {
	background: #44464a; /* Old browsers */
	background: -moz-linear-gradient(left,  #353535 0%, #44464a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#353535), color-stop(100%,#44464a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #353535 0%,#44464a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #353535 0%,#44464a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #353535 0%,#44464a 100%); /* IE10+ */
	background: linear-gradient(to right,  #353535 0%,#44464a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#44464a',GradientType=1 ); /* IE6-9 */
	position:relative; }



/*Main Menu Styles --------------------------------------------------------------------------Brand 2.0 Style*/

.certified { }
.notCertified { }
.trainingAccess { }

#mainMenuPlum {
    height: 140px;
	width: 785px;
    background: -webkit-linear-gradient(#4D3B65, #702F8A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4D3B65, #702F8A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4D3B65, #702F8A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4D3B65, #702F8A); /* Standard syntax (must be last) */ }

#mainMenuPlumBorder {
	top: 0px;
   	margin:0px;  
   	padding: 0px;    
   	border-width: 2px;
   	border-bottom: 8px #4D3B65 solid;
   	width: 785px; }


	
/*Message Board --------------------------------------------------------------------------Brand 2.0 Style*/
#messageBoardDiv { }
#messageBoardHalfSizeDiv { width:48%; float:right; margin-top:-10px; }

.messageBoard {
	width:775px;
	border:1px solid black;
	border-sizing:box;
	margin:1em 0 1em 0; }

.messageBoardHalfSize {
	width:365px;
	border:1px solid black;
	border-sizing:box;
	margin:1em 0 1em 0; }

.messageBoardPlumHeader {
	height: 52px;
    background-color:#702F8A;
	margin:0 0 1em 0; }

.messageBoard h2.white {
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#ffffff !important;
	font-weight:bold !important;
	font-size:1.7em !important;
	margin:0 0;
	padding:14px 0 15px 63px !important; }

.messageBoardHalfSize h2.white {
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#ffffff !important;
	font-weight:bold !important;
	font-size:1.7em !important;
	margin:0 0;
	padding:14px 0 15px 63px !important; }

.arrowRightTwo {
	background: url("/img/orc/arrow-right2.png");
    background-size:auto;
    background-repeat: no-repeat;
	background-position:.5% 50%;}

.riskManagement {
	background: url("/img/orc/risk-management.png");
    background-size:auto;
    background-repeat: no-repeat;
	background-position:2% 30%;}

.lock {
	background:url("/img/orc/lock.png");
    background-size:auto;
    background-repeat: no-repeat;
	background-position:0% 50%;}

.eGuide {
	background:url("/img/orc/eGuide.png");
    background-size:auto;
    background-repeat: no-repeat;
	background-position:2% 50%;}

.exclamationPoint {
	background:url("/img/orc/exclamationPoint.png");
    background-size:auto;
    background-repeat: no-repeat;
	background-position:1% 50%;}

h3.messageBoardh3 {
	margin-left:.8em;
	color:#44464A;
	font-size:1.4em; }

p.messageBoardText {
	margin-left:1em; }
	


/*Tabbed Div Container Styles --------------------------------------------------------------------------Brand 2.0 Style*/
#contentBottom {float:none;clear:both;width:775px;margin:1.5em 0 0 0;}
.contentBottom {float:none;clear:both;width:775px;margin:1.5em 0 0 0;}
.c65 {margin-bottom:20px;} 
.FixedHeightContainer {float:right; height:auto; min-height:80px; max-height:331px; overflow:auto; width:auto;} /*overflow:auto is for table scroll feature to work on .FixedHeightContainer*/

.c65 .wf-tabs {
	list-style:none;
	margin:0;
	padding:0;
	height:53px;
	border-bottom:1px solid #c5c5c5;
	background:white;
	background:-webkit-linear-gradient(bottom,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 5px);
	background:-moz-linear-gradient(bottom,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 5px);
	background:-o-linear-gradient(bottom,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 5px);
	background:-ms-linear-gradient(bottom,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 5px);
	background:linear-gradient(bottom,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 5px); }

.c65 .wf-tabs li:last-child:after{
	content:'';
	position:relative;
	width:30px;
	height:46px;
	left:100%;
	top:-39px;
	display:inline-block;
	background:-webkit-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 20px,rgba(208,208,208,0));
	background:-moz-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 20px,rgba(208,208,208,0));
	background:-o-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 20px,rgba(208,208,208,0));
	background:-ms-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 20px,rgba(208,208,208,0));
	background:linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 20px,rgba(208,208,208,0)); }

.c65 .wf-tab{ float:left;height:37px;margin-top:8px;margin-left:-1px;border:1px solid #c5c5c5;border-bottom:0;list-style:none;background:white;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee',endColorstr='#ffffff',GradientType=0);background:-webkit-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),-webkit-linear-gradient(-90deg,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),white;background:-moz-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),-moz-linear-gradient(-90deg,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),white;background:-o-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),-o-linear-gradient(-90deg,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),white;background:-ms-linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),-ms-linear-gradient(-90deg,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),white;background:linear-gradient(15deg,rgba(208,208,208,.3) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),linear-gradient(-90deg,rgba(208,208,208,.2) 0,rgba(208,208,208,0) 40px,rgba(208,208,208,0)),white; }

.c65 .wf-tab.selected{background:white;color:#5f5f5f;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4',endColorstr='#ffffff',GradientType=0);background:-webkit-linear-gradient(top,rgba(208,208,208,.15),rgba(208,208,208,0)),white;background:-moz-linear-gradient(top,rgba(208,208,208,.15),rgba(208,208,208,0)),white;background:-o-linear-gradient(top,rgba(208,208,208,.15),rgba(208,208,208,0)),white;background:-ms-linear-gradient(top,rgba(208,208,208,.15),rgba(208,208,208,0)),white;background:linear-gradient(top,rgba(208,208,208,.15),rgba(208,208,208,0)),white;height:45px;border-bottom:0;margin:1px 0 0 -1px; }

.c65 .wf-tab.selected a{font-weight:bold;margin-top:7px;border-top:0;}
.c65 .wf-tab a {display:block;margin:0;padding:0;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:14px;font-weight:normal;line-height:36px;border-top:1px solid white;border-right:1px solid white;padding:0 14px;color:#666;text-decoration:none;}
.c65 .wf-tab-content{border:1px solid #ccc;border-top:0; padding-top:1em;}

body .c65 .wf-tab.selected a:active,body .c65 .wf-tab a:focus{color:#000;outline:0;}

.c65 .wf-panel{clear:both;position:absolute;top:0;display:none; max-width:100%;}
.c65 .wf-panel:after,.c66filterTabs .wf-panel:after{content:"";display:block;clear:both;height:0;visibility:hidden;}
.c65 .wf-tab:first-child,.c65 .wf-tab:first-child.selected{margin-left:0;}
.lt-ie9 .c65 .wf-panel:after,.lt-ie9 .c66filterTabs .wf-panel:after{zoom:1;}
.c65 .wf-panel.selected{display:block;position:static;}
.lt-ie9 .c65 .wf-panel.selected p{zoom:1;}

.tabContent .c60iii {width:700px;}


/*--Tabbed 'Main Content Area' Styles----------*/
.notifications {
	table-layout:fixed;
	width:100%;
	white-space:nowrap;
	border:none;
	border-collapse:collapse;
	margin:0;
	padding:0; }
	
.notifications thead td {background-color:#ffffff; height:30px;}
.notifications tr {border-bottom: 1px solid #e5e6e5;}

.notifications td {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-left: 1px solid #44464A;
	border-right: 1px solid #44464A;
	background-color:#f2f2f2;
	vertical-align:middle;
	height:50px; }

.notifications p {
	margin:1em 1em 1em 1em;
	vertical-align:middle;
	font-size:13px; }

.notifications tr:nth-child(even) td {background-color: #ffffff;}
.notifications td:first-child {border-left: none;}
.notifications td:last-child {border-right: none;}


.row-icon {width:8%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-date {width:14%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-type {width:14%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-subject {width:59%; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:1.25em; padding-left:.5em;}
.row-showDetails {width:5%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}

.row-button {width:20%; text-align:center;}
.row-status {width:17%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-required {width:15%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-dueDate {width:18%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-name {width:26%; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:1.25em; padding-left:.5em;}
.row-moreDetails {width:5%; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:1.25em; padding-left:.5em;}

.row-completionDate {width:19%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-courseHistoryName {width:46%; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:1.25em; padding-left:.5em;}
.row-score {width:10%; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size:1.25em;}
.row-courseSurvey {width:25%; text-align:center; padding-top: .1em; }

.row-availableAddCourseButton {width:15%; text-align:center;}
.row-availableCourseName {width:80%; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size:1.25em; padding-left:.5em;}

.highNotification { color:#00698C; font-weight:bold; }
.lowNotification { font-weight:bold; }
.showNotification { border-top: 3px solid #44464A; }
.newNotification { color:#00698C; font-weight:bold; }

.notificationsColHeaders {
	color:#44464A; 
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}


/*Lightbox/PopUp Styles --------------------------------------------------------------------------Brand 2.0 Style*/
.white-popup {
	position: relative;
	background-color: #ffffff;

	padding: 25px;
	width:auto;
	max-width: 800px;
	margin: 20px auto;
	
	font:Verdana, Geneva, sans-serif; }

h1.surveyLightbox {
	font-size: 20px;
    font-weight: bold;
    color: #44464A;
    padding-bottom: 8px;
    border-bottom:1px solid #44464A;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8); }

fieldset.survey {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }

legend.survey {
  padding-bottom: 1em;
  display: table; }

label.survey {
	font-weight:bold;
	color: #44464A; }

.survey {
	font-weight:bold;
	color: #44464A; }


/*Button Styles --------------------------------------------------------------------------Brand 2.0 Style*/

.plumBtn {
 	background:#5174b8;
	background:-moz-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5174b8),color-stop(50%,#3d62a3),color-stop(52%,#335898),color-stop(100%,#244a87));
	background:-webkit-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-o-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-ms-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:linear-gradient(to bottom,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5174b8',endColorstr='#244a87',GradientType=0);
	border-radius:5px;border:0;color:white;
	display:inline-block;
	float:right;
	font-family:verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:29px;
	margin:3px 30px 0 0;
	padding:0 15px 4px;
	line-height:29px;
	vertical-align:middle;}

.plumBtn:hover {
	color#fff;
  	text-decoration: underline;
	cursor:pointer; }

.bluePrimaryBtn {
 	background:#5174b8;
	background:-moz-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5174b8),color-stop(50%,#3d62a3),color-stop(52%,#335898),color-stop(100%,#244a87));
	background:-webkit-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-o-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:-ms-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	background:linear-gradient(to bottom,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5174b8',endColorstr='#244a87',GradientType=0);
	border-radius:5px;border:0;color:white;
	display:inline-block;
	font-family:verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:29px;
	padding:0 15px 4px;
	line-height:29px;
	vertical-align:middle;}

.bluePrimaryBtn:hover {
	color:#fff;
  	text-decoration: underline;
	cursor:pointer; }
 
 
/*Background Image Styles --------------------------------------------------------------------------Brand 2.0 Style*/

.firstTimeSignOnStep1 {
	display:block;
	margin:-2px auto; }

.firstTimeSignOnStep2 {
	display:block;
	margin:-4px auto; }
	
.firstTimeSignOnStep3 {
	display:block;
	margin:5px auto; }


.videoIcon {
	position:relative;
	margin:104px 0 0 104px;
	z-index:1; }

.computerCheckmark {
	position:relative;
	margin:98px 0 0 79px;
	z-index:1; }

.conversationsUpsDownsIcon {
	position:absolute;
	margin:82px 0 0 96px;
	z-index:1; }

.processingCommunicationIcon {
	position:absolute;
	margin:105px 0 0 43px;
	z-index:1; }

.resourceLibraryIcon {
	position:absolute;
	margin:101px 0 0 80px;
	z-index:1; }


/*Definition List Styles --------------------------------------------------------------------------Brand 2.0 Style*/
dl {
    border:none; }
	
dt {
    float: left;
    clear: left;
    text-align: center;
    font-weight: bold;
    color: #44464A;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:-8px 5px 0 25px; }

dt.active {
    float: left;
    clear: left;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:-8px 5px 0 25px; }

dd {
    padding: 0 0 0.5em 0;
	color: #44464A;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif; }

dd.active {
    padding: 0 0 0.5em 0;
	color: #ffffff;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif; }



/*Start of old styles not being used ----------------------------------------------------------------------------------------*/
/*STYLES NO LONGER BEING USED --------------------------------------------------------------------------FOR INFORMATION ONLY*/
div.imageList
{ background:url("/img/caret_header.gif") left no-repeat;
  text-align:left;
  vertical-align:top;
  white-space:nowrap;
  padding-left:15px;
  margin-bottom:5px;
  font-size:75%; }

div.imageList> a:hover
{ text-decoration:underline; }

div.imageList> a:visited
{ text-decoration:none; }

.doubleList
{ vertical-align:top;
  width:80%;
  margin:0 0 15px 0; }

.doubleList td
{ padding-top:20px;
  width:50%; }

td.doubleListRightLine
{ border-left:1px solid #44464A; }

td.doubleListRightLine div
{ margin-left:20px; }

td.doubleListRightLine ul
{ margin-left:20px;
  padding-left:20px; }

.promo
{ width:161px;
  border:1px solid #999;
  padding:4px;
  background-color:#fff;
  font-size:70%;
  margin-bottom:10px; }

html>body .promo
{ width:151px; }

.promo p
{ margin-bottom:0; }

div.promo h4
{ font-size:100%;
  margin-bottom:4px;
  color:#993; }

/*OLD MESSAGE BOARD STYLES--------------------------------------------------------------------------FOR INFORMATION ONLY*/
.purplePushPin
{ color:#631d76;
  font-size:15px;
  font-weight:bold;
  background:url("/img/pushpin.gif") no-repeat;
  padding:15px 0 16px 30px; }
  
.messages
{ margin:2px 0 4px 0;
  padding:2px 0px 4px 0px; }

h2.messages
{ color:#631d76;
  font-weight:bold;
  padding:5px 0px 4px 12px; }

.messages span
{ color:#000000;
  font-size:12px; }

p.messages
{ padding:5px 5px 5px 12px; }

.messagesTan
{ width:48%;
  float:right;
  background-color:#f1e1bd;
  padding:5px; }

.purpleWarning
{ color:#631d76;
  font-size:15px;
  font-weight:bold;
  background:url("/img/warning.gif") no-repeat;
  padding:15px 0 16px 45px;
  background-color:#f1e1bd; }

.messagesTan h2
{ margin:0 8px 0 3px; }

.messagesTan p
{ margin:4px 4px 4px 3px; }

.regTan
{ float:left;
  padding:5px 5px 5px 12px; }

.regTan h2
{ color:#000000;
  font-weight:bold; }

.regTan p
{ margin:4px 8px 8px 0px; }

.regInfo h1
{ color:#631d76;
  font-size:17px;
  font-weight:bold;
  background:url("/img/icons/iconComputer.gif") no-repeat;
  padding:15px 0 16px 45px;
  background-color:#f2e2bd; }
  
  
  
/*DILLARDS STYLES--------------------------------------------------------------------------Dillard's Styles*/
.disclosuresDillards {
	font-size:15px;
	margin-left:12px;
	padding-bottom:0px;
	line-height:1.4em;
	width:100%;
	font-weight:normal; }

.disclosuresDillards sup {
	color:#102c51;  /* --- PROGRAM SPECIFIC --- */
	font-size: .7em;
	font-weight: bold;
	vertical-align:baseline;
	position:relative;
	top: -0.3em; }

.disclosuresDillardsSecondary, #disclosure-outside-link {font-size:1em;margin-left:12px; margin-bottom:15px; padding-bottom:0px; line-height:1.4em; width:100%; font-weight:normal;}


/*---NEW FAQ STYLES 2016--------------------------------------------------------------------------Dillard's Styles*/

.c58 {margin-bottom:30px}
.c58+.c58 {margin-top:-30px}
.c58question img.c58control {background-image:url("/img/global/plus-button.png")}
.c58answer.open+.c58question {margin-top:0}
.c58answer {overflow:auto;margin:0;padding:8px 10px 0 38px}

.lt-ie9 .c58answer sup {font-weight:bold}
.c58 h4 {padding-top:10px}
h3.c58question {margin:0;padding:0 2px 0 28px;text-indent:-28px;font-size:100%;font-weight:normal;color:#5f5f5f}
h3.c58question a img {vertical-align:-15%;margin-right:10px}

/** custom FAQ styles for faqs.html **/
#faqs-main h2.c58question {margin:0;padding:0 2px 0 28px;text-indent:-28px;font-size:100%;font-weight:normal;color:#5f5f5f}
#faqs-main h2.c58question a img {vertical-align:-15%;margin-right:10px}
#faqs-main #shell h2.c58question a, #c28lightbox h2.c58question a, #c28overlay h2.c58question a {
    display: block;
    padding: 4px 0 4px 8px;
    color: #5f5f5f;
    text-decoration: none;
}
#faqs-main #shell h2.c58question a:hover, #shell h2.c58question a:focus {
    color: #5174b8;
    text-decoration: underline;
}

#shell h3.c58question a,#c28lightbox h3.c58question a,#c28overlay h3.c58question a {display:block;padding:4px 0 4px 8px;color:#5f5f5f;text-decoration:none}
#shell h3.c58question a:hover,#shell h3.c58question a:focus {color:#5174b8;text-decoration:underline}

#c28lightbox h3.c58question a:hover,#c28lightbox h3.c58question a:focus {color:#5174b8;text-decoration:underline}
#c28overlay h3.c58question a:hover,#c28overlay h3.c58question a:focus {color:#5174b8;text-decoration:underline}
.lt-ie9 #shell .c58question a sup {color:#000}
.lt-ie9 #shell .c58question a:hover sup {color:#5174b8}


.c55{display:table;clear:left;margin:0 0 30px 0;border:1px solid #e7e4db;border-radius:5px;background:#e9e8e4;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9e8e4),color-stop(40%,#fcfcfc),color-stop(99%,#fcfcfc));background:-webkit-linear-gradient(top,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);background:-o-linear-gradient(top,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);background:-ms-linear-gradient(top,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);background:linear-gradient(to bottom,#e9e8e4 0,#fcfcfc 40%,#fcfcfc 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e8e4',endColorstr='#fcfcfc',GradientType=0)}

.c55 .firstHalf{padding:1em 1em;float:left;font-family:Georgia,"Times New Roman",Times,serif;font-size:160%;line-height:1.7;box-shadow:2px 0 0 #e8e8e6;background:url("../img/cta/bg_cta_sheen.png") no-repeat 0 0 transparent}

.c55 .c7{display:inline;margin-left:20px;width:auto;font-size:60%;font-family:Verdana,Arial,sans-serif;}

.c55 .c7 span{display:inline}
.c55 .secondHalf{float:left;padding:12px 0;vertical-align:middle;text-align:center;line-height:1.6;vertical-align:text-top}


input.c7,button.cta,a.c7{display:inline;z-index:1;margin-right:5px;padding:7px 15px;border:0;cursor:pointer;overflow:visible;text-align:center;font-weight:bold;color:#fff;background-color:#fc7d00;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7d00',endColorstr='#ce5600');white-space:nowrap;border-radius:4px;text-shadow:#a14300 1px 1px;text-decoration:none;background:#ce4c00;background:-moz-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ce4c00),color-stop(50%,#c94a00),color-stop(52%,#b54300),color-stop(100%,#a43d01));background:-webkit-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:-o-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:-ms-linear-gradient(top,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);background:linear-gradient(to bottom,#ce4c00 0,#c94a00 50%,#b54300 52%,#a43d01 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce4c00',endColorstr='#a43d01',GradientType=0)}

input.c7.utilitybtn,button.cta.utilitybtn,a.c7.utilitybtn{font-weight:bold;color:#fff;background:#5174b8;background:-moz-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5174b8),color-stop(50%,#3d62a3),color-stop(52%,#335898),color-stop(100%,#244a87));background:-webkit-linear-gradient(top,#5174b8 0,3d62a3 50%,#335898 52%,#244a87 100%);background:-o-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);background:-ms-linear-gradient(top,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);background:linear-gradient(to bottom,#5174b8 0,#3d62a3 50%,#335898 52%,#244a87 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5174b8',endColorstr='#244a87',GradientType=0);text-shadow:none}

input.c7.utilitybtn.faded,button.cta.utilitybtn.faded,a.c7.utilitybtn.faded{text-shadow:#ccc 1px 1px;opacity:.50;color:#fff}
input.c7.secondarybtn,button.cta.secondarybtn,a.c7.secondarybtn{text-shadow:#ccc 1px 1px;background:#f1f1f1;background:-moz-linear-gradient(top,#f1f1f1 0,#eceeee 50%,#e0e3e2 52%,#c7c7c8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f1f1),color-stop(50%,#eceeee),color-stop(52%,#e0e3e2),color-stop(100%,#c7c7c8));background:-webkit-linear-gradient(top,#f1f1f1 0,#eceeee 50%,#e0e3e2 52%,#c7c7c8 100%);background:-o-linear-gradient(top,#f1f1f1 0,#eceeee 50%,#e0e3e2 52%,#c7c7c8 100%);background:-ms-linear-gradient(top,#f1f1f1 0,#eceeee 50%,#e0e3e2 52%,#c7c7c8 100%);background:linear-gradient(to bottom,#f1f1f1 0,#eceeee 50%,#e0e3e2 52%,#c7c7c8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#c7c7c8',GradientType=0);color:#44464a}

input.c7.secondarybtn.faded,button.cta.secondarybtn.faded,a.c7.secondarybtn.faded{text-shadow:none;opacity:.40;color:#434343}

body #shell a.c7:hover,body #shell a.c7.hover,body #shell button.cta:hover,body #shell button.cta.hover,body #shell input.c7:hover,body #shell input.c7.hover,body #c28lightbox a.c7:hover,body #c28lightbox a.c7.hover{color:#fff;text-decoration:underline}

body #shell input.c7:active,body #shell input.c7:focus,body #shell button.cta:active,body #shell button.cta:focus,body #shell a.c7:active,body #shell a.c7:focus,body #c28lightbox a.c7:focus,body #c28lightbox a.c7.focus{color:#fff;text-decoration:underline;outline:thin dotted}

body #shell input.c7.secondarybtn:hover,body #shell button.cta.secondarybtn:hover,body #shell a.c7.secondarybtn:hover,body #shell input.c7.secondarybtn:focus,body #shell button.cta.secondarybtn:focus,body #shell a.c7.secondarybtn:focus{color:#44464a}

/***Programs Downloadable Banners Page Styles *****************************************************/

.banners-download-wrapper table {
	width:98%;
	text-align:center;
	box-sizing: border-box;
	border-collapse:collapse;
	margin-bottom:24px;
}
.banners-download-wrapper td, .banners-download-wrapper th {
	padding: 10px 5px;
	font-weight:500;
	border:1px solid #bfc0be;
	box-sizing: border-box;
	text-align:left;
}
.banners-download-wrapper td:last-child {
	padding-left:16px;
}
/*-- last updated 10 03 2018 --*/

/*-- accessibility updates 1/2020 --*/

.leftNavtitle
{ font-weight: bold;
 color:#44464A;
  padding:0 0 6rem 0;
  margin:0 0 4px 0;
  border-bottom:2px solid #cdcdcd; }
  
  /***dealerfaq.html accordion style *****************************************************/


[role="tablist"] .lmtest a:focus, [role="tablist"] .lmtest a:hover, [role="tablist"] .lmtest a:active, [role="tablist"] .lmtest a[aria-selected="true"] {
    border-bottom: 3px solid #fcc60a;
    background: #fff;
    color: #44464a;
    text-decoration: none;
    cursor: pointer;
    padding:2px;
}
 .lmtest li {
    color:#44464A;
    font-weight: bold;
    display: none;
    text-align: center;
    display: inline-block;
    margin-right:10px;
    padding:2px;
}
[role="tablist"] .lmtest {
    line-height: 1.7rem;
    display: block;
    height: 2.2rem;
    padding: 10px 7px 0 7px;
    background: #fff;
    color: #44464a;
    text-decoration: none;
}
