span.active {
	font-style: italic;
}

/*Flyout tertiary navigation
------------------------------------------*/


/* this is the main UL element*/
#toc2{
	display:none;
}

/* these are all the LIs in the menu*/
#toc2 li {
	cursor:pointer;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
#toc2 li.submenu-left {
	background: url(/images/rt_dbl_arrow.png) 95% 12px no-repeat !important;
	padding-right: 8px !important;
}

#toc2 li.submenu-left ul {
	border: solid #ccc !important;
	border-width: 0 1px 1px !important;
	margin: 0;
}

#toc2 li.submenu-left ul li a{
	padding: 6px 10px !important;
	width: 220px;
}

* html #toc2 li.submenu-left a {
	display: inline-block !important;
}

/*Search Box
------------------------------------------*/

#policy_search {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}

#policy_search div {

}

#policy_search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#policy_search input#query {
	float: left;
	line-height: 1;
	height: 18px;
	font-size: 1em;
	border: 1px solid #bbb;
	width: 169px;
	margin: 0;
	padding: 0;
}

#policy_search #btn {
	float: left;
	border: 1px solid #bbb;
	height: 20px;
	background: #e1e1e1;
	font-size: 1em;
	width: 25px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-left: 2px;
}

* html #policy_search {
	height: 1%;
}

/* WHEN WE NEED TO INDENT TEXT IN THE BODY THAT'S NOT IN A LIST OR BLOCKQUOTE
USAGE:   <div markdown="1" class="indent20">
*/
.indent20 {
margin-left: 20px;

}
