@charset "utf-8";
/* CSS Document */

.mainNav {
	width:890px;
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7EAC00;
	border-bottom-color: #7EAC00;
}



.services_menu_wrapper {
	width:220px;
	border: 1px solid #0075B0;
	height:6.5cm;	
}

#navlist
{
margin-left: 3px;
padding-left: 0;
list-style: none;
}

#navlist li 
{
	padding-left: 35px;
	background-image: url(../web_media/images/blue_bullett.gif);
	background-repeat: no-repeat;
	background-position:5px 3px;
	line-height:24px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}


#navlist a:link {
	color:#0573B0;
	text-decoration:none
	}

#navlist a:visited {
	color:#0573B0;
	text-decoration: none
	}
	
#navlist a:active {
	color:#0573B0;
	text-decoration: none
	}
	
#navlist a:hover {
	color:#0573B0;
	text-decoration: underline;
}

#services_menu {
	width:220px;
	padding-top:35px;
	background-image:url(../web_media/images/services_head.gif);
	background-repeat:no-repeat;
	padding-bottom:-5px;
}

.industries_menu_wrapper {
	width:220px;
	border: 1px solid #7EAC00;	
}

#industries_menu {
	width:220px;
	padding-top:30px;
	background-image:url(../web_media/images/services2_head.gif);
	background-repeat:no-repeat;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
 	color: #8FC400;
	line-height:28px;
}
#industries_menu p {
	padding-left:15px;
}
#services_menu p {
	padding-bottom:0px;
}

