* {
	padding:			0;
	margin:				0;
}

body {
	width:				100%;
	margin:				0;
	padding:			0;
	font-size:			0.8em;
	color:				#333333;
	font-family:		Tahoma, Verdana, Arial, Serif;
	text-align:			center;
	background-color:	#444444;
}

#container {
	width:				780px;
	background-color:	#ffffff;
	margin:				0 auto;
	text-align:			left;
	background-image:	url(../images/bg_Main.gif);
	background-repeat:	repeat-y;
}

#header {
	width:				780px;
	height:				70px;
	background-image:	url(../images/bg_Header.gif);
}

#logo {
	width:				270px;
	height:				70px;
	float:				left;
}

	#logo img {
		border:			0;
	}

#tabs {
	width:				510px;
	height:				70px;
	float:				left;
}

	#tabs ul {
		padding:		0;
		margin:			29px 15px 0 0;
		float:			right;
	}

	#tabs li {
		display:			block;
		list-style-type:	none;
		float:				left;
		padding:			10px 10px 10px 10px;
	}

	#tabs li.tabOn {
		background-image:	url(../images/bg_TabOn.gif);
		font-weight:		bold;
	}

	#tabs li.tabOff {
		background-image:	url(../images/bg_TabOff.gif);
		font-weight:		normal;
	}

	#tabs a {
		color:				#444444;
		text-decoration:	none;
		font-size:			0.9em;
	}

	#tabs a:hover {
		color:				#6699ff;
		text-decoration:	underline;
	}

#col1 {
	width:				390px;
	float:				left;
}

	#largeImage {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage.jpg);
}
	#largeImage1 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_TestingServices.jpg);
}
	#largeImage2 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage1.jpg);
}
	#largeImage3 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage2.jpg);
}
	#largeImage4 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage3.jpg);
}
	#largeImage5 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage4.jpg);
}
	#largeImage6 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage5.jpg);
}
	#largeImage7 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage6.jpg);
	
}
	#largeImage8 {
		width:				390px;
		height:				280px;
		background-image:	url(../images/bg_LargeImage7.jpg);
}

	#col1 p {
		padding:			10px 15px 10px 10px;
		color:				#dddddd;
		text-align:			right;
		font-size:			0.8em;
}

	#logos {
		width:				390px;
		height:				138px;
		background-image:	url(../images/bg_Logos.gif);
}

#col2 {
	width:				390px;
	float:				left;
}

	#col2 h3 {
		font-size:			1.3em;
		border-bottom:		1px solid #cccccc;
		padding:			10px 20px 15px 0px;
		margin:				0 15px 20px 15px;
		font-weight:		normal;
	}

	#col2 h4 {
		font-size:			1.0em;
		border-bottom:		1px solid #cccccc;
		padding:			10px 20px 10px 0px;
		margin:				0 15px 10px 15px;
		font-weight:		bold;
	}

	#col2 p {
		font-size:			1.0em;
		color:				#444444;
		padding:			0 35px 15px 15px;
	}

	#col2 ul {
		padding:			0;
		margin:				0 0 0 20px;
	}

	#col2 li {
		margin:				0 0 0 20px;
		padding:			0 35px 10px 10px;
		font-size:			0.9em;
		color:				#777777;
	}

	#copyright {
		width:				780px;
		background-color:	#444444;
		background-image:	url(../images/bg_Copyright.gif);
		background-repeat:	no-repeat;
		text-align:			right;
	}

	#copyright p {
		padding:			15px 30px 15px 15px;
		color:				#dddddd;
		font-size:			0.8em;
	}

	#copyright a {
		color:				#bbbbff;
		text-decoration:	none;
	}

	#copyright a:hover {
		color:				#7777ff;
		text-decoration:	underline;
	}

.printOnly {
	display:			none;
}

.clearFix {
	clear:				both;
}
.staff img { float:left;margin:15px;margin-top:0px;
}