/*QC CSS 23-06-05
------------------ General Styles ------------------*/
HTML, BODY, UL, LI, A IMG, #container #menu, #subCopy H4, H2, H1, #header H1 IMG
{
	margin: 0;
	padding: 0;
}
BODY, TD, TH
{
	text-align: left;
	font: normal 76% Arial, Helvetica, sans-serif;
}
BODY
{
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*Links*/
A, A:active, A:visited
{
	color: #002783;
	font: normal normal normal 1em sans-serif;
}
/*a:visited { color: #333333; }*/
A:hover
{
	color: #FDB200;
}
A IMG
{
	border: none;
}
/*Lists*/
UL, LI
{
	list-style: none;
}
/*------------------ Layout ------------------*/
#container
{
	background: #FFFFFF url(../../_img/layout/bg_container.gif) repeat-y left top;
	width: 740px;
	position: relative;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #A9A9A9;
	/*+box-shadow:0px 5px 10px #999595;*/
	-moz-box-shadow: 0px 5px 10px #999595;
	-webkit-box-shadow: 0px 5px 10px #999595;
	-o-box-shadow: 0px 5px 10px #999595;
	box-shadow: 0px 5px 10px #999595;
}
#content
{
	background: transparent url(../../_img/headers/home.jpg) no-repeat top left;
	padding-top: 100px;
}
/*------------------ Header & Headings ------------------*/
#header H1
{
	height: 63px;
	background: #003D99 url(../../_img/headers/header.jpg) no-repeat bottom right;
}
#header H1 SPAN
{
	display: none;
}
#header H1#subheader
{
	background: #404040 url(../../_img/headers/sub-gradient.gif) repeat-x left top;
	color: #FFFFFF;
	text-align: right;
	line-height: 1.2em;
	padding: 0 10px;
	font-size: 9px;
	height: auto;
}
H2
{
	color: #002783;
	font-size: 1.2em;
	padding: 1em 0 0;
	background: transparent url(../../_img/head_bg.gif) no-repeat bottom left;
	text-indent: 10px;
	height: 43px;
}
H3
{
	color: #002783;
	font-size: 1em;
	padding: 0.4em;
	margin: 0em;
	text-indent: 5px;
}
H4
{
	font-size: 1em;
}
/*------------------ Content ------------------*/
#copySection
{
	background: transparent url(../../_img/copy_bg.jpg) no-repeat bottom center;
	margin: 0 0 0 143px;
	padding: 0 0 170px;
}
#copySection P
{
	margin: 0;
	padding: 10px;
}
.error
{
	color: #FF0000;
	font: bold 0.9em Tahoma, Arial, Helvetica, sans-serif;
}
P#openCopy
{
	font-size: 1.2em;
	margin: 0;
}
#subCopy
{
	float: right;
	width: 300px;
	margin: 10px 0 0 30px;
	padding: 0 0 10px;
	background: #EAEFF6 url(../../_img/subcopy_btm_corner.gif) no-repeat left bottom;
	font-size: 0.9em;
}
#subCopy H3
{
	margin: 0;
	padding: 5px 0;
	color: #061062;
	font-style: italic;
	font-weight: bold;
	background: #CFD9E7 url(../../_img/subcopy_hdr_corner.gif) no-repeat left top;
	text-indent: 10px;
}
#subCopy P
{
	padding: 0;
}
#subCopy H4
{
	color: #002783;
	display: block;
	line-height: 1em;
}
#subCopy IMG
{
	float: left;
	margin: 0 5px 0 0px;
}
#subCopy DIV
{
	display: block;
	margin: 10px;
	clear: left;
}
.odd
{
}
/*------------------ News ------------------*/
#newsinfo
{
	padding: 0;
	margin: 0 1em;
	width: 270px;
}
#newsinfo DT
{
	font-weight: bold;
	color: #002783;
	line-height: 1.3em;
	margin: 5px 0 0;
	padding: 5px;
	border: 1px solid #EEE;
	border-bottom: none;
	background-color: #EAEFF6;
}
#newsinfo DD
{
	margin: 0;
	padding: 0 5px;
	border: 1px solid #EEE;
	border-top: none;
	border-bottom: none;
}
#newsinfo DD.newslink
{
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #EEE;
	border-top: none;
	padding: 4px 0;
	margin-bottom: 20px;
}
/*------------------ Menu ------------------*/
#menu
{
	width: 143px;
	position: absolute;
	left: 0;
	top: 185px;
	background: #8E8E8E;
}
#menu LI
{
	list-style: none;
	border: none;
}
UL#menu
{
	margin: 0;
	padding: 0;
}
#menu LI A, #menu LI A:visited
{
	font-size: 0.9em;
	text-decoration: none;
	text-align: left;
/*text-transform: uppercase;*/
	color: #FFFFFF;
	display: block;
	border-top: 1px solid #818181;
	border-bottom: 1px solid #585858;
	padding: 3px 8px;
	height: 0.01%;
/*IE Hack to make the whole button hover*/
	background: #696969;
}
HTML>BODY UL#menu LI A, HTML>BODY UL#menu LI A:visited
{
	height: auto;
/*Sets height back to normal for browsers that behave*/
}
#menu LI A:hover
{
	color: #88A5FE;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
	background: #393939;
}
UL#menu UL LI A, UL#menu UL LI A:visited
{
	background: #8E8E8E url(../../_img/icons/arrow_right.gif) no-repeat 5px 50%;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	text-indent: 11px;
	font-size: 0.8em;
}
UL#menu UL LI A:hover
{
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
	background: #393939;
}
UL#menu UL
{
	background: #8E8E8E;
}
#menu LI A.current
{
	color: #000000;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	background: #8E8E8E;
}
/*------------------ Manufacturing ------------------*/
DIV.previewbox
{
	border-bottom: 1px solid #F2F2F2;
	clear: left;
	margin: 15px;
	padding-bottom: 5px;
}
DIV.previewbox H4
{
	background: #FFF url(../../_img/headers/previewbox_gradient.png) repeat-x top left;
	line-height: 2em;
	color: #666666;
	text-indent: 15px;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.previewbox IMG
{
	float: left;
	margin-right: 15px;
}
DIV.previewbox P
{
	margin: 0;
	padding: 0 15px;
}
A.info
{
	background: transparent url(../../_img/icons/info.gif) no-repeat 0 50%;
	padding: 10px 30px;
}
A.info
{
	color: #003D99;
}
A:hover.info
{
	color: #FDB200;
}
/*------------------ Footer ------------------*/
DIV#footer
{
	color: #000000;
	margin-left: 143px;
	font: 0.8em Tahoma, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
}
#footer LI
{
	display: inline;
	padding: 10px 5px;
	margin: 0 5px 0 0;
	line-height: 2em;
}
/*clearing*/
.stretch, .clear
{
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* HTML>BODY .clearfix
{
	display: inline-block;
	width: 100%;
}
* HTML .clearfix
{
/*Hides from IE-mac \*/
	height: 1%;
/*End hide from IE-mac*/
}
/*end clearing*/
.copylist
{
	background-color: #F0F4FF;
	margin: 1em;
	padding: 1em;
	border-left: thin solid #002783;
	display: block;
}
.copylist LI
{
	padding: 0.25em;
}
STRONG
{
	color: #002783;
}
#formMail
{
	width: 300px;
	background-color: #F0F4FF;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #002783;
	margin: 1em;
	padding: 1em;
	float: right;
}
#formMail LABEL
{
	font-weight: bold;
	color: #004394;
	display: block;
}
.integratedpics
{
	margin: 4px;
	padding: 0px;
	border: 10px solid #F0F4FF;
}

