/*
 * 17 June 2010 1:43 PM
 */

body {
	margin: 3em;
	padding: 0;
	font: normal 62.5% "Arial", sans-serif;
	text-align: left;
	background: #fff;
}

#breadcrumb,#topnav,#footer,#mainnav,.hideLink,.hidden,.topnavOverlayContainer,#sub_rightcolumn,.overlayContainer,.subnavOverlayContainer,.floatPrintEmail#gray_overlay, #popup, .case-study, .hideSkin, #cboxClose {
	display: none;
	background: transparent!important;
}

div.searchdiv {
	display: none;
}

h1 {
	font-size: 14px;
	color: #999;
	margin: .5em 0 0 0;
}

h1 span {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	margin: .25em 0 1em;
	color: #999;
	padding: 0;
	background-color: transparent;
	color: #666;
}

h3 {
	font-size: 14px;
	color: #666;
	margin: 0 0 .5em;
}

div#sub_middle_1col {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-rule: 1px dotted #BBB;
	column-count: 3;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-moz-column-rule: 1px dotted #BBB;
	background-color: #FFFFFF;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 8px;
	text-align: left;
}

#sub_middle_1col p, #sub_middle_1col li {
	font-size: 12px;
	line-height: 1.4;
	margin: 0 0 .5em;
}

#sub_middle_1col ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

#sub_middle_1col ul li {
	background-image: none;
	list-style-type: square;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 .5em;
}

#sub_middle_1col blockquote {
	margin: .5em 0;
	padding: 5px 0 0 0;
	border: 3px solid #ccc;
	border-width: 3px 0;
}

*html #sub_middle_1col blockquote, *+html #sub_middle_1col blockquote {
	width: 33%;
	float: right;
	margin-left: 2em;
}

#sub_middle_1col blockquote p {
	font-size: 14px;
	font-family: serif;
	font-style: italic;
	color: #999;
	text-align: left;
}

#header a img {
	display: block;
}

#header {
	background: url('http://www.ey.com/ecimages/header_bg.gif')
}

#sub_middle_1col:after {
	content: url();
	display: block;
	font-size: 1px;
	height: 0;
	clear: both;
	visibility: hidden;
}

#sub_middle_1col a:after {
	content: " (" attr(href) ") ";
	font-size: 0.8em;
	font-weight: normal;
}

.pop-sidebar {
	display: block;
	border: 1px dotted #ccc;
	border-top: 3px solid #ccc;
	padding: 10px;
	clear: both;
	column-break-before: always;
	column-break-inside: avoid;
}

#media_descrip, #gray_overlay, #popup {
	display: none;
}

/*new styles (BH - 17June 2010) to compensate for removed styles_print.css stylesheet which was causing display issues in BMQ*/

.hideLink, #topnav, .overlayContainer, #header, #breadcrumb, #leftcolumn {
	display: none!important;
}



