/* @override http://arcthree.com/styles/screen.css */

/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
	text-decoration: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}


em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #000;
	text-decoration: none;
}

a[rel^="external"]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   color: #ccc;
}

h1 a[rel^="external"]:after {
	content: "";
}

a:hover {
	color: #000;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	font: 10pt/14pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff;
}

body {
	display: block;
	position: relative;
	width: 7in;
	margin: 0 auto;
	color: #000;
	text-align: left;
}

/* @end */

h1 a {
	display: block;
	height: 140px;
	width: 130px;
}

h1 a img {
	display: block;
}

h1 img#print-logo {	
	display: block;
	height: 140px;
	width: 130px;
}

h3 {
	color: #c70701;
	border-bottom: 1px solid #000;
	padding-bottom: 3pt;
	margin: 10pt 0 10pt 0;
	font-size: 14pt;
	clear: both;
}

h4 {
	color: #c70701;
	border-bottom: 1px solid #000;
	padding-bottom: 2pt;
	margin: 10pt 0 10pt 0;
	font-size: 12pt;
	clear: both;
}

ul#breadcrumbs, ul#content-sub-nav, div#content-related, div#threat-advisory, #site-info ul, #nav-main {
	display: none;
}

img.right {
	display: inline;
	float: right;
	padding: 5pt;
	border: 1px solid #ccc;
	margin: 5pt 0 10pt 10pt;
}

img.right:after {
	clear: both;
}

p {
	display: block;
	margin: 10pt 0 10pt 0;
}

#site-info {
	margin-top: 25px;
	padding-top: 10px;
	font-size: 9px;
	line-height: 11px;
	border-top: 1px solid #ccc;
}

#site-info span {
	display: inline;
}

#site-info dl.vcard {
	display: inline;
	float: left;
	width: 22%;
	margin-right: 3%;
	margin-bottom: 5px;
}

#site-info p {
	display: block;
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
