/*
Author:James Zetlen
Developer:D. Scott Boyce
Client:Seattle Scientific Corporation

CSS, including all associated design and images, copyright 2005 Seattle Scientific Corporation. All rights reserved.
*/

/* font sizes */

body {
	font-size:9pt;
}
h2, h3, h4, h5, h6 {
	font-size:9pt;
}

/* basic elements */

body {
	margin:0;
	padding:0;
	background:#ffffff;
	color:#040a0e;
	text-align:center;
	width:100%;
	height:100%;
	font-family:Helvetica, Lucida Grande, Arial, sans-serif !important;
}
acronym, img, table, fieldset {
	border:0;
}
h1, h2, h3, h4, h5, h6, blockquote, p, ul, ol, li, dl, dt, dd, form, table, thead, tbody, tr, th, td, div, fieldset {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd {
	line-height:1em;
}
acronym {
	cursor:help;
	font-style:normal;
}
a, a acronym {
	cursor:pointer;
}
sup, sub {
	font-size:75%;
}
label, label acronym {
	cursor:pointer;
}
kbd {
	font-family:Courier New, Courier, monospace;
}
a:link {
	color:#007430;
	text-decoration:none;
}
a:visited {
	color:#369b31;
	text-decoration:none;
}
a:hover {
	color:#1a502f;
	text-decoration:underline;
}
a:active {
	color:#a1db8f;
	text-decoration:underline;
}

/* miscellaneous trickery */

div.spacer {
	clear:both;
	height:1px;
	overflow:hidden;
}
span.break {
	display:block;
}
.print {
	display:none;
}

/* ze containers */

#container {
	position:relative;
	margin:10px auto;
	text-align:left;
	width:690px;
}

/* ze masthead */

h1 {
	width:366px;
	height:267px;
	background:transparent url(bgLogo.png) no-repeat 0 0;
	position:relative;
	margin:0 auto;
}
h1 a {
	width:366px;
	height:267px;
	background:transparent url(bgLogo.png) no-repeat 0 0;
	position:absolute;
}
h1 a:hover {
	background:transparent url(bgLogo.png) no-repeat 0 -267px;
}
h1 span {
	position:absolute;
	left:-1600em;
}
h2 {
	text-align:center;
	margin:0;
	padding:0;
	font-size:150%;
	font-weight:normal;
}
h3 {
	text-align:center;
	margin:0;
	font-size:110%;
	font-weight:bold;
	padding:1em 0 0 0;
	line-height:1.25em;
}
h4 {
	text-align:left;
	margin:0;
	font-size:120%;
	font-weight:bold;
	padding:1em 0 1em 0;
}

/* ze body copy */

.p_home #bodyCopy p {
	text-align:center;
	line-height:1.25em;
	margin:0;
	padding:2em 0 1em 0;
}
.p_home #bodyCopy p span {
	display:block;
}
.p_home #bodyCopy ul {
	text-align:center;
	list-style:none;
	text-transform:lowercase;
	line-height:1.25em;
}
.p_home #bodyCopy ul li {
	line-height:1.25em;
}
.p_about #bodyCopy p {
	text-align:center;
	line-height:1.25em;
	margin:0;
	padding:2em 0 1em 0;
}
.p_about #bodyCopy ul {
	text-align:left;
	list-style:circle;
	line-height:1.25em;
}
.p_about #bodyCopy ul li {
	line-height:1.25em;
	margin:0 0 0 1.5em;
}
#capabilities,
#clients {
	width:50%;
	float:left;
	padding:0 0 1em 0;
}
