@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1096px;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
.oneColFixCtrHdr #container a:visited {
	color: #FFFFFF
}
.oneColFixCtrHdr #header {
	height: 158px;
	margin-top: 15px;
	z-index: 15;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #E7EFF2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	height: 33px;
	background-image: url(../newimages/images/newbkgnd_13.png);
	margin-top: -15px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.mainartFltRt {
	float: right;
	height: 735px;
	width: 315px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
	background-image: url(../newimages/images/newbkgnd_10.jpg);
}
topborder {
	background-color: #053744;
	height: 20px;
	width: 1097px;
}
.topborder {
	background-color: #064251;
	height: 23px;
	width: 1097px;
	margin-top: -6px;
	z-index: 10;
}
.menubuttonbar {
	height: 30px;
	width: 800px;
	margin-left: -20px;
	padding-left: 10px;
	margin-top: 3px;
}
.contactform {
	float: none;
	width: 380px;
	border: thin solid #216373;
	background-color: #B4C4C7;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 20px;
}
.contentfltrt {
	float: right;
	margin-right: -20px;
	margin-left: 30px;
	width: 350px;
}
.displaydivs {
	height: 130px;
	width: 500px;
	margin-top: 15px;
	background-image: url(../newimages/divbkgd.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
displaydivfltLft {
	float: left;
	height: 125px;
	width: 0px;
}
.displaydivsFltLft {
	float: left;
	height: 125px;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 5px;
}
.Rtdisplaydivs {
	background-image: url(../newimages/divbkgd.png);
	background-repeat: no-repeat;
	float: right;
	height: 130px;
	width: 500px;
}
.samples {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006379;
	padding: 5px;
	width: 700px;
	margin: 20px;
}
.sampleinsets {
	text-align: center;
	vertical-align: middle;
	border-bottom-style: none;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.sampleimages {
	vertical-align: middle;
	margin: 5px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.submenu {
	color: #FFFFFF;
	background-color: #053440;
	text-align: left;
	padding: 0px;
	width: 175px;
	border: 2px dotted #CCCCCC;
	font-size: 12px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	list-style: none;
	text-transform: uppercase;
}
.submenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.submenu hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.submenu visited {
	color: #CCCCCC
}
.submenu active {
	color: #FFFFFF;
	font-size: 14px;
}
.submenu li {
	display: inline-block;
}
.contentfltRT {
	float: right;
	margin-left: 30px;
}

