/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

#showem {
	position: absolute;
	width: 677px;
	height: 100%;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	z-index: 888;
}

.indentmenu{
	position: absolute;
	top: 0px;
	left: 0px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	width: 300px; /*leave this value as is in most cases*/
	height: 256px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 888;
}


.indentmenu ul{
	float: left;
	display: block;
	width: 300px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none outside;
}

.indentmenu ul li {
	margin: 0 0 11px 0;
}

.indentmenu ul li a{
	color: #336699; /*text color*/
	width: 280px;
	padding: 0 0 0 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.indentmenu ul li a:hover {
	text-decoration: underline;
}

.arrow a {
	background: url(../images/arrow2.gif) no-repeat;
	background-position: 1 -4px;
}

.arrow {
	padding-left: 10px;
}

.noarrow {
	background: transparent;
}

.noarrow a {
	background: transparent;
}


.noarrow a.selected {
	background: transparent;
}

.indentmenu ul li a:visited{
	color: #336699;
}

.indentmenu ul li a.selected{
	color: #97D25A !important;
}


.tabcontentstyle { /*style of tab content container*/
	width: 678px;
	padding: 10px;
}



.tabcontents {
	position: absolute;
	right: 5px;
	width: 265px;
	height: auto;
	z-index: 500;
	background: transparent;
}

	.tabcontents p {
		color: #555;
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
	}

	.tabcontents h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

.tabimage {
	position: absolute;
	left: 28px;
	width: 246px;
	height: auto;
	z-index: 100;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

.findoutmore {
	margin-left: 73px;
}
