@charset "utf-8";

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
/*Utility Styles*/

.floatleft{
	float: left;
}


.floatright{
	float: right;
}
#marginright {
	margin-right: 15px;
}
#marginright2 {
	margin-right: 15px;
}
#marginright3 {
	margin-right: 15px;
}
p {
	margin-bottom: 10px;
}
a {
	color: #326AC7;
	text-decoration: underline;
}

li {
	margin-left: 15px;
	list-style-type: disc;
}
.cleardiv{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 0pt;
	line-height: 0px;
}
#container {
	background-image: url(../images/global/containerbg.jpg);
	background-repeat: repeat-y;
	width: 940px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#feature {
	background-image: url(../images/global/feature.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}

#featurematterTesting {
	background-image: url(../images/global/featurematterTesting.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}
#featureParticleID {
	background-image: url(../images/global/featureparticleId.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}

#featuresiteAnalysis {
	background-image: url(../images/global/featuresiteAnalysis.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}

#featuremethodValidation {
	background-image: url(../images/global/featuremethodValidation.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}

#featureVisualInspection {
	background-image: url(../images/visual_inspection/feature.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}
#featureqaCustomer{
	background-image: url(../images/global/featureqaCustomer.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}

#featureContact {
	background-image: url(../images/global/featureContact.jpg);
	height: 159px;
	width: 940px;
	background-repeat: no-repeat;
}
#head #nav ul {
	align: right;
}
#head #nav li {
	float: left;
	display: inline;
	margin-left: 6px;
	height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/global/navU.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
#head #nav a {
	color: #666666;
	text-decoration: none;
	height: 24px;
	/*padding-bottom: 18px;
	background-image: url(../images/global/navU.jpg);*/
	font-weight: bold;
	/*background-position: bottom;
	background-repeat:repeat-x;*/
}
#head #nav a:hover {
	color: #000000;
	
}
#head {
	text-align: right;
	width: 940px;
	float: right;
}
#featuretext {
	height: 18px;
	width: 322px;
	background-image: url(../images/global/featuretext.png);
	/*position: fixed;
	top: 110px;
	left: 50px;*/
	margin-top: 110px;
	margin-left: 50px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.leftcolumn {
	padding: 10px;
	width: 320px;
	margin: 15px;
	float: left;
}
.rightcolumn {
	padding: 10px;
	width: 500px;
	margin: 15px;
	float: left;
}
.heading1 {
	font-size: 18px;
}
.heading2 {
	font-weight: bold;
	color: #326ac7;
}
.i {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

.announcement {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
#footer {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9px;
	color: #999999;
}

#footercolor {
	background-color: #326ac7;
	height: 60px;
	width: 940px;
}
.announcement a {
	color: #000000;
	text-decoration: none;
}
.formlabel {
	float: left;
	width: 150px;
	margin-bottom: 5px;
}

