/*---------------------------------------------------------------------------*/

#upperContentMiniNav,
#menu,
div.breadcrumb,
h1.heading,
#leftbar,
#flash_content
{
	display: none;
}

/* ------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: 0;
}


body { line-height: 1.5; background: #fff; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; }
caption, th, td { text-align: left; font-weight:400; vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

body {
	font-size: 12px;
	color: #444;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4;
}


/* -[Headings]-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial,sans-serif;
	font-weight: normal;
	padding-bottom: 0.5em;
	color: #2f4664;
	line-height: 1.4;
}
h1 { font-size: 1.5em; font-weight: bold; }
h2 { font-size: 1.3em; font-weight: bold; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; font-weight: bold; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; font-weight: bold; }


/* -[Text Elements]--------------------------------------------------------- */

p			{ margin: 0 0 1.5em; }
p+p			{ margin-top: -.8em; }

ul, ol		{ margin:0 1.5em 1.5em 2em; }
ul			{ list-style-type: circle; }
ol			{ list-style-type: decimal; }
dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

abbr, 
acronym		{ border-bottom: 1px dotted #666; cursor: help; }
address		{ margin-top: 1.5em; font-style: italic; }
del			{ color:#666; }

a { text-decoration: underline; color: #36c; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center; }
blockquote > p { margin-top: 1em; }
blockquote *:first-child:before { content: "\201C"; font-size: 2em; }
blockquote *:first-child:after { content: "\201D"; font-size: 2em; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

hr { height: 1px; color: #ccc; border-top: 1px solid #ccc; }

/* -[Tables]---------------------------------------------------------------- */

table	{ margin-bottom: 1.4em; }

caption	{ font-weight:bold; text-align:center; }
tfoot	{ font-style: italic; }

/* ------------------------------------------------------------------------- */
/* FORMS */
form {
	margin: 0;
	padding: 0;
}

.formRow {
	clear: both;
	margin-bottom: 5px;
}
.formRow label {
	float: left;
	width: 35%;
	font-weight: bold;
}
.formRow label em {
	color: #f00;
}

.formRow input.text {
}

.formRow .formError {
	margin: 0 0 10px 35%;
	color: #f00;
	font-size: 0.9em;
}
.formRow .formInfo {
	margin: 0 0 10px 35%;
	font-size: 0.9em;
}

.formRowBtns {
	clear: both;
	text-align: right;
}
.formRowBtns input {
	margin-left: 20px;
	line-height: 1;
}

#icms_top {
	display:none;
}

#site_header p#textsizer, #site_header form {
	display:none;
}

#site_navigation {
	display:none;
}

#periodic_table {
	display:none;
}

#metal {
	float:none;
	clear:both;
}

#metal_norms {
	float:none;
	width:100%;
}

.metalLinkHolder {
	display:none;	
}

.elementLogo {
	border: 1px solid #123159;
	color: #fff;
	float: left;
	height: 5em;
	line-height: 1em;
	margin-right: 1.5em;
	padding: .5em;
	text-decoration: none;
	width: 5em;
}
.elementLogo .elementNumber {
	display: block;
	font-size: 1em;
	line-height: 1em;
	padding: 0;
}
.elementLogo .elementSymbol {
	display: block;
	font-size: 2em;
	line-height: 1.5em;
	padding: 0;
	text-align: center;
	margin-bottom:0.5em;
}
.elementLogo .elementWeight {
	display: block;
	font-size: 1em;
	line-height: 1em;
	padding: 0;
	text-align: right;
}

#content_footer {
	display:none;
}
