/* =Navigation Modules
================================================= */
/* the old box title bar headings were in the slots (left-1 and left-2).
   they've been replaced with text assets. hide old headings until 
   slot content is updated to remove <h2>'s */
.navigation-list h2 {
	display: none;
}
.navigation-list .title-bar h2 {
	display: block;
}
/* duplicates divider class from component-navigation-list.css until 
   slot content is updated to replace 'contact' class with 'divider' */
.navigation-list li.contact {
	border-top: 1px solid #CCCCCC;
	margin: 4px 0 0;
	padding: 4px 0 0;
}
/* masthead - spacing below for IE's */
.help-categories {
	//margin-top: 8px;
}


/* =Header
================================================= */
.help-index .help-header {
	background: transparent url(../../../regional/amr/help/help-index-header-background.png) repeat-x 0 0;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.help-content .titlestub {
	padding: 0 15px 10px 14px;
	width: 490px;
	float: left;
}
.help-content .titlestub h1 {
	margin-bottom: 4px;
	padding: 25px 0 6px;
	font-size: 21px;
	font-weight: bold;
	color: #677072;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.help-content .titlestub h1 a,
.help-content .titlestub ul li a {
	color: #333333;
}
.help-content .titlestub ul {
	padding-left: 25px;
}
.help-content .help-banner {
	float: right;
}


/* =Index Categories
================================================= */
.help-index .help-content h2 {
	display: none;
}
.help-index .help-content .box-content {
	overflow: hidden; /* hide the extra from the last column */
	width: 802px;
}
.help-index .help-content ol {
	list-style: none;
	width: 804px;
}
.help-index .category {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #333333;
	float: left;
	height: 135px;
	padding: 10px 16px 0;
	width: 235px;
}
.help-index .category h3 {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
}
.help-index .category h3 a {
	color: #333333;
	background: url(../../../../rs/css/i/aos/help/help-index-arrow.png) no-repeat 100% 4px;
	padding-right: 16px;
}
.help-index li.superlink-hover {
	background-color: #E5ECF2;
}
.help-index li.superlink-hover h3 a,
.help-index .category h3 a:hover {
	text-decoration: none;
	color: #0085CF;
}


/* =Topic Area
================================================= */
.help-content .topic-area {
	float: left;
	width: 250px;
	border-left: 1px solid #CCCCCC;
	margin: 10px 0;
	padding: 10px 15px 20px;
}
.help-content .topic-area p {
	color: #677072;
}


/* =Lists
================================================= */
.help-content ul.topics li,
.help-content .topic ul li {
	background: transparent url(../../../../rs/css/i/aos/global/bullet.gif) no-repeat 0 0.6em;
	margin: 1px 0;
	padding: 0 0 0 15px;
}
.help-content .topic ol {
	list-style-position: outside;
}
.help-content .topic ol li {
	margin: 1px 0 1px 30px;
}


/* =Topic
================================================= */
.help-content .topic {
	position: relative;
	border-top: 1px solid #E4E4E4;
	clear: both;
	margin: 10px 14px;
	padding: 15px 0 0 245px;
}
.help-content .topic h3 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 180px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	_zoom: 1; /* fix ie6 */
}
.help-content .topic h4 {
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.help-content .topic p,
.help-content .topic ul,
.help-content .topic ol {
	margin-bottom: 18px;
}
.help-content .topic ul {
	margin-left: 15px;
}
.help-content .topic li ul,
.help-content .topic li ol {
	margin-top: 8px;
}
.help-content .topic .spacing ol li,
.help-content .topic .indent ul li {
	margin-bottom: 18px;
}
.help-content .topic li ul li,
.help-content .topic li ol li,
.help-content .topic .spacing li ol li,
.help-content .topic .indent li ul li {
	margin-bottom: 1px;
}
.help-content .topic .toplink a {
	background: transparent url(../../../../rs/css/i/aos/help/return-to-top-arrow.gif) no-repeat 100% 70%;
	color: #9A9A9A;
	padding-right: 14px;
}


/* Inline styles discovered in slots (CG) */
.help-content .topic .indent .numbers li {
	list-style-type: decimal;
}
.help-content .topic .list {
	margin-left: 40px;
}
