@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-image: url(images/welc-grad-pgbak.jpg);
	background-color: #ABAFCB;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 0;
}
.oneColFixCtr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #990000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#top_nav {
	background-image: url(images/nav-bak.jpg);
	height: 35px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C7C7D6;
	font-weight: bold;
	vertical-align: middle;
}

a.wlinks:link {
	color: #C7C7D6;
	text-decoration: none;
}
a.wlinks:visited {
	color: #c7c7d6;
	text-decoration: none;
}
a.wlinks:hover {
	color: #F0F0F0;
	text-decoration: underline;
}
#banner {
	background-image: url(images/quality.jpg);
	height: 30px;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-repeat: no-repeat;
}
#about_body {
	width: 940px;
	background-color: #c1c4d8;
	position: relative;
}
#master_body {
	width: 860px;
	background-color: #c1c4d8;
	position: relative;
	background-image: url(images/test-grad-div-bak.jpg);
	background-position: top;
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 115%;
	color: #000000;
	background-repeat: repeat-x;
}
#footer {
	font-family: "Goudy Old Style", "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FFFFFF;
	width: 100%;
	background-image: url(images/footer-bak.jpg);
	height: 80px;
	position: relative;
}
.float-L {
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 5px;
}
.float-L2 {
	float: left;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 18px;
	margin-bottom: 12px;
}
.float-R {
	float: right;
	margin-left: 8px;
	margin-top: 0px;
}

#contact_body {
	height: 600px;
	width: 760px;
}

#gallery_body {
	width: 940px;
}

#gallery-ap_body {
	height: 920px;
	width: 760px;
	position: absolute;
	left: auto;
	top: auto;
	right: auto;
}
#testimonial1 {
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 55px;
	color: #000000;
	font-weight: normal;
	line-height: 115%;
	height: 180px;
	position: relative;
	left: 126px;
	top: 20px;
	background-color: #D5FFFF;
}
#sidebar1 {
	float: left;
	position: relative;
	z-index: 50;
	top: 0px;
	background-image: url(images/nav-bak.jpg);
	background-repeat: repeat-y;
}
#content {
	margin-left: 180px;
	margin-top: 0px;
	margin-bottom: 60px;
	text-align: left;
	position: relative;
	height: 450px;
}
/* DIV ID for the ABOUT US  main content section */
#content-ab {
	margin-left: 180px;
	margin-top: 0px;
	margin-bottom: 60px;
	text-align: left;
	position: relative;
	height: 480px;
}
/* DIV ID for the ADDITIONAL PRODUCTS & RESOURCES main content section */
#content-pr {
	margin-left: 180px;
	margin-top: 0px;
	margin-bottom: 60px;
	text-align: left;
	position: relative;
	height: 720px;
}
#MenuBar1 {

}
.northstar {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
/* CLASS for Page Content large TITLE TEXT */
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
}
/*  CLASS for general page body text */
.body-text {
	font-family: Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
	line-height: 115%;
}
