@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/Images/mcback.jpg) no-repeat left bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #errcontainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 257px;
} 
.twoColFixRtHdr #errheader {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 257px;
	background: url(/Images/404header.jpg) no-repeat;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E8E8E8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0px 0 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}  
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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: 0px 10px; /* padding on this element will create space, just as the margin would have, without the margin collapse issue */
	line-height: 23px;
	font-size: 9px; /* type size of copyright info */
	color: #333333;
	background-image: url(/Images/footbk.gif);
	background-repeat: repeat-x;
}
.lrgfntpara { /* this class is for larger emphasis paragraphs. */
	color: #393939;
	font-size: 14px;
	line-height: 15pt;
	padding: 0 0px 0 13px;
}
.smlfntpara { /* this class is for smaller emphasis paragraphs. */
	color: #636363;
	font-size: 12px;
	line-height: 19px;
	padding: 0 0px 0 13px;
}
.captionpara {
	color: #636363;
	font-size: 10px;
	line-height: 15px;
	padding: 0 0px 0 13px;
	margin-top: 2px;
}
.lrgbullets { /* this class is for the main content bulleted list. */
	color: #636363;
	font-size: 12px;
	line-height: 19px;
	list-style: square;
	padding: 0 0px 0 26px;
}
.lrgbullets2 { /* this class is for the iso 9001 main content bulleted list. */
	color: #393939;
	font-size: 14px;
	line-height: 15pt;
	list-style: square;
	padding: 0 0px 0 26px;
}
.pdfdload {
	margin: 0 13px;
}
.pdftxt {
	width: 325px;
	padding: 0 13px;
	border-left: #CCCCCC 2px;
}
.pdficon {
	width: 120px;
	height: 90px;
	text-align: center;
	padding: 15px 0 0 0;
}
.linkload {
	margin: 0 13px;
}
.linktxt {
	width: 210px;
	padding: 0 5px;
}
.linkicon {
	width: 234px;
	height: auto;
	text-align: center;
	padding: 5px 0;
}
.clientlink {
	width: 234px;
	height: auto;
	text-align: center;
	padding: 5px 0;
	margin-top: 0px;
}
.leftalign {
	padding-right: 20px;
}
.line {
	border-top: 1px solid #333;
}
.sidetopimg {
	height: 300px;
	padding: 0px 10px;
	background-image: url(/Images/rightbartopimage.jpg);
}
.sidebarbullets {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	font-style: italic;
	line-height: 20px;
	padding: 0px 0px 0 15px;
	color: #636363;
}
.sidebartext {
	padding: 0px 10px;
	border-color: #CCCCCC;
	border-top-width: 1px;
}
.italicquote {
	font-size: 12px;
	font-style: italic;
	color: #393939;
	height: 22px;
}
.callbox {
	padding: 0px 10px;
	border-color: #CCCCCC;
	border-top-width: 1px;
	background-image: url(/Images/rightbarcallbox.jpg);
	background-repeat: no-repeat;
}
.callboxtext {
	font-size: 12px;
	line-height: 16px;
	color: #393939;
}
.callboxnumber {
	font-size: 14px;
	line-height: 18px;
}
.footlinks {
	width: 237px;
	height: 50px;
}
.form {
	font-size: 12px;
	color: #555555;
}
.frmfldnames {
	width: 160px;
	text-align: right;
}
.frmflds {
	width: 340px;
}
.expander {
	width: 237px;
	height: 300px;
}
.errexpander {
	width: 237px;
	height: 50px;
}
.link {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menubar {
	background-image: url(/Images/menu.gif); /*provides an image on the right of the menu buttons*/
	position: relative;
	height: 32px;
}
.lispacer {
	line-height: 5px;
}

/* navbarmenu */
#navbarmenu #navbar { margin: 0; padding: 0; }
#navbarmenu #navbar li { display: inline; }
#navbarmenu #navbar li a { float: left; height: 32px; overflow: hidden; text-indent: -9999px }
#navbarmenu #navbar li a,
#navbarmenu #globalsearch { background-image: url(/Images/navbar.png); background-repeat: no-repeat; }

/* buttons */
#navbarmenu #navbar li#nb-home a { width: 63px; background-position: 0 0; }
#navbarmenu #navbar li#nb-about a { width: 62px; background-position: -63px 0; }
#navbarmenu #navbar li#nb-iso9001 a { width: 79px; background-position: -125px 0; }
#navbarmenu #navbar li#nb-iso14001 a { width: 87px; background-position: -204px 0; }
#navbarmenu #navbar li#nb-testimonials a { width: 101px; background-position: -291px 0; }
#navbarmenu #navbar li#nb-contact a { width: 74px; background-position: -392px 0; }
#navbarmenu #navbar li#nb-links a { width: 62px; background-position: -466px 0; }
#navbarmenu #navbar li#nb-quserve a { width: 252px; background-position: -528px 0; }

/* over states */
#navbarmenu #navbar li#nb-home a:hover { width: 63px; background-position: 0 -32px; }
#navbarmenu #navbar li#nb-about a:hover { width: 62px; background-position: -63px -32px; }
#navbarmenu #navbar li#nb-iso9001 a:hover { width: 79px; background-position: -125px -32px; }
#navbarmenu #navbar li#nb-iso14001 a:hover { width: 87px; background-position: -204px -32px; }
#navbarmenu #navbar li#nb-testimonials a:hover { width: 101px; background-position: -291px -32px; }
#navbarmenu #navbar li#nb-contact a:hover { width: 74px; background-position: -392px -32px; }
#navbarmenu #navbar li#nb-links a:hover { width: 62px; background-position: -466px -32px; }
#navbarmenu #navbar li#nb-quserve a:hover { width: 252px; background-position: -528px -32px; }

/* pressed states */
#navbarmenu #navbar li#nb-home a:active { width: 63px; background-position: 0 -64px; }
#navbarmenu #navbar li#nb-about a:active { width: 62px; background-position: -63px -64px; }
#navbarmenu #navbar li#nb-iso9001 a:active { width: 79px; background-position: -125px -64px; }
#navbarmenu #navbar li#nb-iso14001 a:active { width: 87px; background-position: -204px -64px; }
#navbarmenu #navbar li#nb-testimonials a:active { width: 101px; background-position: -291px -64px; }
#navbarmenu #navbar li#nb-contact a:active { width: 74px; background-position: -392px -64px; }
#navbarmenu #navbar li#nb-links a:active { width: 62px; background-position: -466px -64px; }
#navbarmenu #navbar li#nb-quserve a:active { width: 252px; background-position: -528px -64px; }

/* on states */
#navbarmenu.home #navbar li#nb-home a:hover { width: 63px; background-position: 0 -96px; cursor: default; }
#navbarmenu.about #navbar li#nb-about a { width: 62px; background-position: -63px -96px; }
#navbarmenu.iso9001 #navbar li#nb-iso9001 a { width: 79px; background-position: -125px -96px; }
#navbarmenu.iso14001 #navbar li#nb-iso14001 a { width: 87px; background-position: -204px -96px; }
#navbarmenu.testimonials #navbar li#nb-testimonials a { width: 101px; background-position: -291px -96px; }
#navbarmenu.contact #navbar li#nb-contact a { width: 74px; background-position: -392px -96px; }
#navbarmenu.links #navbar li#nb-links a { width: 62px; background-position: -466px -96px; }
#navbarmenu.quserve #navbar li#nb-quserve a { width: 252px; background-position: -528px -96px; }
