/** Content Styles for the Knowledge Body Content Only */

#banner div.bodyContent {
	margin-left :0 !important;
}

.bodyContent {
display:inline-block;
font-family:Arial,Helvetica,sans-serif;
font-size:100%;
text-align:left;
width:100%;
}

.bodyContent a {
	text-decoration: underline;
	color: #095EA1;
}

.bodyContent a:hover {
	text-decoration: underline;
	color: #2986D1;	
}

.bodyContent a:visited {
	text-decoration: underline;
	color: #8E0063;
}

.bodyContent blockquote {
	margin: 0;
	padding: 0;
}

.bodyContent blockquote p{
	margin-left: 1.5em;
	margin-right: 1.5em;
	font-size : 100%;
}

.bodyContent blockquote.indented {
	margin-left: 5px;
	padding: 0;
	color: #555;
}

.bodyContent ol {	
	margin: 0.7em 0 0.5em 10px;
}

.bodyContent ol li {
	vertical-align: top;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type : decimal;
}

.bodyContent ul li a {
	/* Removed to allow wrapping of contents items and also stop longer links breaking out of  3 column layout */
	/* white-space: nowrap; */	
}

.bodyContent *  {
	line-height: 140%;
}
.bodyContent p {
	margin: 1em 0;
}

.bodyContent h1 {
	color					: #D94A01;
	display					: block;
	font-size				: 150%;
	padding					: 8px 10px 0 0;
}

.bodyContent h2 {
	font					: bold 133.33% Arial;
	color					: #D94A01;
	margin					: 14px 0 14px 0;
	
	/* Jits 1498 -  added this to render h2 styling */
	padding:4px 0 4px 10px; 
	background-color:#F9F9F9;
	border-top:solid 1px #fda97e;
	border-bottom:solid 1px #fda97e;
}

.bodyContent h3 {
	color					: #D94A01;
	font					: bold 116.67% Arial;
	margin				: 0 0 2px 0;	
	padding-top		: 7px;
}


.bodyContent h3 {
	font					: bold 108.33% Arial;
	margin-bottom		: 4px;	
}




.bodyContent h5 {
	font					: bold 108.33% Arial;
	margin-bottom			: 4px;	
}

/*  Class for larger font intro paragraph */
.bodyContent p.standfirst {

	font-size				: 125%; 
	color					:#545454;
	padding-bottom		: 2px;
}



.bodyContent ul.corepage-contents {
	margin: 0.7em 0 0.5em 0;	
	list-style-type: none;
	list-style-image: none;
 	padding-left: 0px;
 	padding-bottom: 10px;
}

.bodyContent ul.corepage-contents li {
	background    : none;
	font-weight: bold;
	font-size: 115%;
 	margin-left    : 0px;
 	padding-left   : 0px;
}

/* change IDeA011 horizontal rule class, as several pages used this div  */
.bodyContent .horz-rule {
    width: 99%; 
	background-color: #ffffff;
	border-bottom: 1px dotted #0B79B6;
	margin-top: 4px;
	margin-bottom: 4px;
	clear:left;

}

/* ======= Classes for images ========*/
.bodyContent .storyimg {
	margin-top: 6px;
	margin-right:10px; 
	margin-bottom:20px;
	float: left;
	border: none;
}

.bodyContent .storyimg-right {
	margin-top: 6px;
	margin-right:0px; 
	margin-left: 5px;
	padding-right: 0px;
	margin-bottom:20px;
	float: right;
	border: none;
}

.bodyContent .storyimg-right img {
	margin-left: -2px; 
	clear: both; 
	float: left;
}

.bodyContent .storyimg-right div {
	text-align: left; 
	float: left;
}

.bodyContent .storyimg-right br {
	clear:both
}


.bodyContent hr {
	border-top: 2px solid #ECECE9;
	/* float: left; Jits commented float to fix overlap in pages with h2 */
	height: 1px;
	margin-bottom: 10px; 
	display:block;
	*margin-bottom	: -15px !important; /* Remove extra bottom margin added by IE  */
	width	: 98%;
	clear: none !important;
}

/*
.bodyContent hr hr {
	display					: none;
}
*/

/*========= End classes for images ============*/

/* Jits 1498 -  added this to render h2 styling - Commented css to revert changes of h2 in other pages
h2.default  {
	padding:4px 0 4px 10px;
	background-color:#F9F9F9;
	border-top:solid 1px #fda97e;
	border-bottom:solid 1px #fda97e;
} */

/* Jits 1495 added padding in open and close block quotes */
.open-quote{
	margin: 0;
	padding: 0 0.1em 0 0 !important;
}
.close-quote{
	margin: 0;
	padding: 0 0 0 0.1em !important;
}

/* Jits	 1515 - Added css for Call out block both for background styling and rounded corners */
/* Call out box background and font styling */
.callout-style {background-color:#bad2e5; font:bold 11px/22px Verdana, Arial, Helvetica, sans-serif !important; color:#333333;}

/* Call out box rounded corners */
.callout-block  {
	margin: 10px; position : relative; z-index : 1; width:40%;}
	
.callout-block a{color:#D94A01; font-size:11px; font-weight:bold; line-height:25px;}
	
.callout-block .content, .callout-block .t, .callout-block .b, .callout-block .b div{
	background: transparent url(../images/f/callout-bg.gif) no-repeat scroll right top;
	}

.callout-block-grey .content h2  {
	background-color : #BAD2E5;
	}

.callout-block .content {
	overflow : hidden; padding : 10px 12px 0px 0px;	margin-left:12px;
	}
	
.callout-block .content p {
	margin:10px 0 0 0; padding:0;
	}

.callout-block .t {
	background-position : left top; height : 100%;	left : 0px; position : absolute; top : 0px; width: 12px;}

.callout-block .b {
	position : relative; width : 100%;
	}

.callout-block .b, #callout-block .b div {
	font-size : 1px; height : 10px;	}

.callout-block .b {
		background-position : right bottom;}
	
.callout-block .b div {
	background-position : left bottom; position : relative;	width : 12px;}
/* Call out box rounded corners */

/* Grey Call out box rounded corners */
.callout-block-grey  {
	margin: 10px; position : relative; z-index : 1; width:40%;}
	
.callout-block-grey a{color:#D94A01; font-size:11px; font-weight:bold; line-height:25px;}
	
.callout-block-grey .content, .callout-block-grey .t, .callout-block-grey .b, .callout-block-grey .b div  {
	background: transparent url(../images/f/callout-bg-grey.gif) no-repeat scroll right top;
	}

.callout-block-grey .content h2  {
	background-color : #ECECE9;
	}


.callout-block-grey .content {
	overflow : hidden; padding : 10px 12px 0px 0px;	margin-left:12px;
	}
	
.callout-block-grey .content p {
	margin:10px 0 0 0; padding:0;
	}

.callout-block-grey .t {
	background-position : left top; height : 100%;	left : 0px; position : absolute; top : 0px; width: 12px;}

.callout-block-grey .b {
	position : relative; width : 100%;
	}

.callout-block-grey .b, .callout-block-grey .b div {
	font-size : 1px; height : 10px;	}

.callout-block-grey .b {
		background-position : right bottom;}
	
.callout-block-grey .b div {
	background-position : left bottom; position : relative;	width : 12px;}
/* Grey Call out box rounded corners */



