

div#utilitypage h5 {
	margin-top:25px;
}





hr.expandlistdivider {
	width:20px;
	margin-left:24px;
	background:#ccc;
	color:#ccc;
}


p.sourcelink {
	font-size:0.915em;

}



div.inlineimage {
	width:199px;
	margin:0 0 15px 0;
	float:right;
}

div.fullwidthimage {
	width:368px;
	margin:15px 0 15px 68px ;
}

	div.inlineimage img,
	div.fullwidthimage img {
		border:1px solid #AA8D5F;
	}
	
	div.inlineimage img {
		margin:0 0 0 15px;
	}

	div.fullwidthimage img {
		float:left;
		margin:0 7px 3px 0;
	}
	
		
div#utilitypage p.caption {
	display:block;
	font-size:0.915em;
	line-height:normal;
	margin:0 0 0 15px ;
}







#utilitypage .indepth {
}
#utilitypage .indepthteaser h2 {
	font-family:Arial, Helvetica, sans-serif;
}
#utilitypage .indepthteaser p a {
	border:none;
	display:block;
	padding:0 0 0 12px;
	color:#0571AF;
}
#utilitypage .indepthteaser p a:hover {
	text-decoration:underline;
}
/* collapsed */

	#utilitypage .indepthcollapsed .indepthteaser p a {
	background:url(/images/icon-expand-collapse.png) 0 4px no-repeat;
}
#utilitypage .indepthcollapsed .indepthexpandable {
	display:none;
}
/* expanded */

	#utilitypage .indepthexpanded .indepthteaser p a {
	background:url(/images/icon-expand-collapse.png) 0 -87px no-repeat;
}
#utilitypage .indepthexpanded .indepthexpandable {
	display:block;
}


ul#utilitypagevtabs {
 	margin:0;
	border-top:1px solid #8696a4;
	padding:5px 50px 0;
	background:#2f3e4b;
	display:block;
}

	ul#utilitypagevtabs li {
		background:#eae6da url(/images/htabs-lft.png) no-repeat 0 -24px;
		float:left;
		display:block;
		margin-right:1px;
	}
		ul#utilitypagevtabs li a {
			display:block;
			background:url(/images/htabs-rht.png) no-repeat 100% -24px;
			float:left;
			padding:4px 13px 2px;
		}
		ul#utilitypagevtabs li a:hover {
			text-decoration:none;
			color:#000;
		}
		
		
		
		
		
	ul#utilitypagevtabs li.active {
		background:#fbfaf7 url(/images/htabs-lft.png) no-repeat;		
	}
		ul#utilitypagevtabs li.active a {
			color:#000;		
			background:url(/images/htabs-rht.png) no-repeat 100% 0;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
/*expandlist*/



div.expandlistexpandall {
	background:url(/shared/images/icon-expand-collapse.png) no-repeat 0 3px;
	color:#4786C1;
	cursor:pointer;
	font-weight:normal;
	line-height:normal;
	margin:7px 0 30px 10px;
	padding-left:15px;
}

div.expandlistexpandall.active {
	background:url(/shared/images/icon-expand-collapse.png) no-repeat scroll 0 -88px;
}



dl.expandlist {
    line-height:normal;
    margin-bottom:15px;
	margin-left:30px;

}

    dl.expandlist dt {
        font-weight:normal;
        color:#4786c1;
        cursor:pointer;
        margin:7px 0 0 0;
        padding-left:15px;
        background:transparent url(/shared/images/icon-expand-collapse.png) no-repeat 0 3px;
    }
    dl.expandlist dt.active {
        background:transparent url(/shared/images/icon-expand-collapse.png) no-repeat 0 -88px;
    }

    dl.expandlist dd {
        margin-top:3px;
        margin-left:15px;
		line-height:150%;
    }


    #utilitypage dl.expandlist dd p {
        margin:0;
        padding-bottom:10px;
    }
















ul.pagemenu li {
	background: url(/shared/images/anchor-down-arrow.png) no-repeat 0 5px;
	padding:0 0 0 12px;
}



div#utilitypage ul.pagemenu li p {
	margin-left:0;
}


