@charset "utf-8";
/* CSS Document */

body {
	background: #7ba7be;
	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: 76%;
}
body#home a#homenav, body#services a#servicesnav,
body#about a#aboutnav, body#contact a#contactnav, body#quality a#qualitynav{
text-decoration: none;
	color: #0081c4;
}
a{
	text-decoration: none;
	color: #316AAA;
}
a:hover{
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 913px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #FFFFFF;
	height: 80px;
}
.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 #header2 {
	padding: 0 10px 0 20px;
	height: 266px;
	background-image: url(images/mainpic2.jpg);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #header9 {
	padding: 0px;
	height: 360px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #header4{
	padding: 0 10px 0 20px;
	height: 266px;
	background-repeat: no-repeat;
	
	background-image: url(images/services_top.jpg);
	background-position: top;
}
.oneColFixCtrHdr #header5{
	padding: 0 10px 0 20px;
	height: 266px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header3 {
	padding: 0 10px 0 20px;
	height: 266px;
	background-image: url(images/qualityPic.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header6 {
	padding: 0 10px 0 20px;
	height: 266px;
	background-image: url(images/mainpic2.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header2 h1, #header4 h1, #header5 h1, #header6 h1{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	left: -610px;
	top: 230px;
	width: 200px;
}
.oneColFixCtrHdr #header3 h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.4em;
	color: #000000;
	font-weight: normal;
	position: relative;
	left: -610px;
	top: 230px;
	width: 200px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	position: relative;
	top: 0px;
	width: 872px;
	background-color: #f5fafb;
}
.oneColFixCtrHdr #mainContent2 {
	position: relative;
	top: 0px;
	width: 872px;
	background-color: #f5fafb;
	background-image: url(images/accordianback2.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: 10px 00px;
}
.oneColFixCtrHdr #mainContent3 {
	padding: 0 20px;
	position: relative;
	top: 0px;
	width: 872px;
	background-color: #f5fafb;
}
.oneColFixCtrHdr #mainContent p{
	padding-left: 190px;
	width: 550px;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #mainContentServices p{
	padding-left: 150px;
	width: 550px;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #mainContentServices h3{
	padding-left: 150px;
}

.oneColFixCtrHdr #mainContent3 p{
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-right: 60px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent h2{
	padding-left: 110px;
	padding-bottom: 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	background-image: url(images/textbox.jpg);
	background-repeat: no-repeat;
	height: 250px;
	background-position: 105px 10px;
	margin-right: 55px;
	padding-right: 30px;
	color: #000000;
}
.oneColFixCtrHdr #mainContent2 h3{
	padding-left: 247px;
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 15px;
}
.oneColFixCtrHdr #mainContent h4{
	padding-left: 80px;
	padding-bottom: 0px;
	font-size: 1.1em;
	text-align: center;
	padding-top: 20px;
	padding-right: 80px;
	font-weight: normal;
	line-height: 1.3em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #e6edf3;
	height: 40px;
}
.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: 13px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.75em;
}
.mainlogo{
	margin-top: 4px;
	margin-left: -10px;
}
.sialogo{
	margin-left: 5px;
	}
.bsilogo{
	margin-left: 390px;


}
.style6 {
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
#contactform {
	width:740px;
	z-index:57;
	margin-top: 20px;
	background-color: #F4F4F4;
	border: 1px solid #999999;
}
#contactform h6 {
	margin-top: 10px;
	background-color: transparent;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 3px;
}
#accorback{
	margin-left: 220px;
	background-image: url(images/accordianback.jpg);
	background-repeat: no-repeat;
	height: 345px;
	margin-bottom: 20px;
}
#Accordion3, #Accordion2, #Accordion4{
	margin-left: 245px;
	margin-top: -20px;
	margin-bottom: 10px;
}
#Accordion5{
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 200px;
	width: 750px;
	margin-right: auto;
	line-height: 1.4em;
}
#Accordion5 .AccordionPanelTab {
	background-color: transparent;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
}
.fltlft{
	float: left;
	margin-right: 20px;
}
.name{
	border: 1px solid #999999;
	width: 310px;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #B5CAD5;
	margin-top: 15px;
	margin-right: auto;
}
.date{
	border: 1px solid #999999;
	width: 350px;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #B5CAD5;
	margin-right: auto;
}
.shift{
	border: 1px solid #999999;
	width: 668px;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #B5CAD5;
	margin-right: auto;
}
.submit{
	border: 1px solid #999999;
	width: 600px;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #B5CAD5;
	margin-right: auto;
	}
.type{
	border: 1px solid #999999;
	width: 490px;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #B5CAD5;
	margin-right: auto;
	}
#services_swap{
	left: -20px;
	position: relative;
	top: 0px;
	width: 913px;
}
#foot_strap{
	position: relative;
	left: 150px;
	top: -150px;
}
