html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	border: 0 none;
}
body, select, input, textarea {
	font: 12pt/1.2 arial, verdana, helvetica, sans-serif;
	background: #fff;
	color: #333;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 10px 0;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0;
}
p, ul, ol, dl {
	margin: 15px 0;
	font-size: 10pt;
}
table {
	width: 100%;
	margin: 20px 0;
}
th {
	text-align: left;
	background: #555;
	color: #fff;
}
th, td {
	border: 1px solid #999;
	padding: 5px;
}

#container.print-container {
	font-size: 0.8em;
	margin: 20px;
}

/* hide these elements on the print version */
#additional-navigation, #navigation, #content-features, #footer, #pagination, #related-documents {
	display: none;
}
#breadcrumbs {
	overflow: hidden;
	width: 100%;
	list-style: none;
	font-size: 0.75em;
	margin: 20px 0;
	clear: both;
}
#header img {
	display: block;
}
#breadcrumbs li {
	float: left;
	background:url(../images/arrow-black.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
	margin: 0 5px 0 0;
}
.sub-content-container, .sub-content-box {
	background-image: none !important;
}

.case-study p {
	clear: both;
}
.case-study p b {
	color: #000;
}
.intro-list {
	float: left;
	padding: 0 0 15px 0;
}
.intro-list li b {
	width: 5em;
	float: left;
	color: #555;
}
.intro-list li {
	list-style: none;
	border-bottom: 1px solid #999;
	padding: 3px 50px 3px 0;
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
* html .intro-list li {
	height: 1%;
}



/* LOCATIONS PAGE */

#locations #main-content {
	float:left;
	width:230px;
}
#locations #main-content a {
	display: none;
}
#locations address {
	margin-bottom: 20px;
}
.map {
	float: right;
}
