body {
	background: url(../images/bg_body.png) repeat;
	vertical-align: top;
	margin-top: 0px;
}


.nav_bar {
	background: url(../images/nav_bar.jpg) no-repeat center center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font: 12px/30px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 31px;
}
.nav_bar a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav_bar a:hover {
	background: url(../images/NavBar_CheckMark.png) no-repeat center top;
}
.selected_item {
	background: url(../images/NavBar_CheckMark.png) no-repeat center top;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
#no_border a {
	border-right-style: none;
	border-right-width: 0px;
}
.nav_pipe {color: #FF0000}



.secondary_nav {
	font: bold 12px/36px Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: top;
	padding-top: 120px;
}
.secondary_nav li {
	text-decoration: none;
	list-style: none;
	border-bottom: 1px inset #E3DBDC;
	width: 180px;
}
.secondary_nav ul {
	margin-left: 15px;
	padding-left: 0px;
}

.secondary_nav a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/arrow.png) no-repeat 2px center;
}
#no_arrow a:hover {
	background: url(../none);
}
#no_arrow {
	padding-left: 5px;
}

.secondary_nav a {
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 16px;
}
#shadow_right {
	background: url(../images/shadow_right.jpg) repeat-y top;
}
#shadow_left {
	background: url(../images/shadow_left.jpg) repeat-y top;
}


.selected_sub_item {
	color: #000000;
	background: url(../images/arrow.png) no-repeat 2px center;
	font-weight: bold;
}
#home_image {
	margin: 0px;
	vertical-align: top;
	padding: 25px 0px 0px;
}

#services_image {
    background: #FFFFFF url(../images/services_image.jpg) no-repeat left 25px;
}
#quality_image {
    background: #FFFFFF url(../images/qm_image.jpg) no-repeat left 25px;
}
#knowledge_image {
    background: #FFFFFF url(../images/knowledge_image.jpg) no-repeat left 25px;
}
#about_image {
	background: #FFFFFF url(../images/about_image.jpg) no-repeat left 25px;
}
#contact_image {
    margin: 0px;
	vertical-align: top;
	padding: 25px 0px 0px;
}




#content {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
	text-align: justify;
	padding: 25px 70px 30px 40px;
	margin: 0px;
	width: 580px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
}


#content ul {
	list-style: disc outside;
	line-height: 150%;
	margin-right: 80px;
}
#content ul ul li {
	list-style: circle;
}
#content table li {
	line-height: normal;
}



#footer {
	background: url(../images/footer.jpg) no-repeat scroll center top;
	font: 9px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
}
#footer li {
	font: 9px Arial, Helvetica, sans-serif;
	color: #97191E;
	list-style: none;
	display: inline;
	text-align: left;
}
#footer ul {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}	
#footer a {
    color: #97191E;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
