@charset "UTF-8";

p { /* Sets paragraph style in main copy */
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0px 10px 10px 0px;
	text-align: left;
	line-height:150%;
	}
	
p.sidebar { /* Sets paragraph style in sidebar */
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	line-height:normal;
	margin: 0px 10px 10px 0px;
	Padding: 0px 10px 0px 10px;
	left: -10px;
	top: 0px;
	right: -20px;
	bottom: 0px;
	}
	
	p.sidebar2 { /* Sets paragraph style in sidebar */
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	line-height:normal;
	margin: 0px 10px 10px 0px;
	Padding: 0px 0px 0px 10px;
	left: 0px;
	top: 0px;
	right: -50px;
	bottom: 0px;
	}
	
p.sidebar_fp 
{
  width: 180px;
  background: #d3d4d6;  
  float:right;
  text-align:left;
  font-size:9px;
  /*line-height:normal;*/
  line-height:150%;
  padding:8px; margin-left:5px; margin-right:36px; margin-top:15px; margin-bottom:0px
  }
  
  
h1 {font-family:arial,helvetica,sans-serif; font-size:21px;	font-weight:bold;margin: 0px 0px 10px 0px;	color: #00853e;	}

/* h2 {font-family:arial,helvetica,sans-serif;font-size:18px;font-weight:bold;	font-style: italic;	margin: 0px 0px 10px 0px;	padding-bottom: 5px;color: black;border-bottom: 2px solid #00853e;}
	*/
	
h2 {color: #000000; font-weight: bold; font-size: 10pt; margin: 20px 0px 10px 0px; }
h3 {color: #000000; font-weight: bold; font-size: 11pt; margin: 0px 0px 10px 0px; }
h4 {font-size: 9px}
h5 {color: #000000;	font-weight: bold;	font-size: 10pt;	margin-top: 0px;margin-right: 0px;	margin-bottom: 10px;	margin-left: 0px;	padding-top: 6px;}
h6 {color: #000000; font-weight: bold; font-size: 10pt; margin: 15px 0px 10px 0px; }

	
hr {border: 1px #00853e solid;margin-top: 5px;
}

body { /* Centers web page and sets background color */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

 #wrapper
  { /* Sets width, sets top margin at 36, centers page */
  width:792px;
  margin:36px auto 0px auto;
  }

#container { /* sets white background of web page */
	 width:792px;
  float:left;
  background: #ffffff;
}
 #big_arch
  { /* puts big arch graphic in background */
	 float:left;
	 width:792px;
	 background: #ffffff url("images/arch_bkgd2.gif") no-repeat;
	 vertical-align: top;
	
 } 
 
 #head
  { /* this is a wrapper for everything in the head area */
  float:left;
  width:722px;
  height:380px;
  display:inline;
  margin: 27px 0px 10px 35px;
  }
  
  #inthead
  { /* This is the MPS logo on the left side of the head area-- it is enclosed in the head div */
  width:722px;
  height:120px;
  float:left;
  vertical-align:bottom;
 
  }
  
  #cevnav
  { /* This is the small nav at the right side of the head area-- it is enclosed in the inthead div */
  width:180px;
  height:30px;
  text-align:center;
  padding:70px 0px 0px 0px;
  float:right;
  vertical-align:bottom;

  }
  
/* #cevnav ul
  {
list-style:none;
  float:left;
  width:180px;
  margin:0px ;
  padding:70px 0px 0px 0px;
  font-family:arial,helvetica,sans-serif;
  font-size:10px;
  font-weight:bold;
  height:20px;
  }
  
#cevnav li
  {
  height:20px;
  float:right;
  line-height:20px;
  position: relative;
  }
  
#cevnav a
  {
	text-decoration:none;  
  }

#cevnav ul li a:link{display:block;height:20px;vertical-align:middle;color:#000000;text-decoration:none;}
#cevnav ul li a:visited{display:block;height:20px;vertical-align:middle;color:#000000;text-decoration:none;}
#cevnav ul li a:hover{display:block;height:20px;vertical-align:middle;color:#eeeeee;middle;margin-right:-2px;}
#cevnav ul li a:active{display:block;;height:20px;vertical-align:middle;color:#000000;text-decoration:none;}


li.clients
  {
	  width:54px;
	 border-bottom:8px solid #00853f;
	  padding: 0px 2px 0px 0px;
	  margin: 0px 2px;
  }
  
li.clients a:hover
  {
	
	text-decoration:none;
	background-color:#00853f;
	margin-right:-2px;
	color:#ffffff;
  }
     
li.employees
  {
	 width:54px;
	 border-bottom:8px solid #359a60; 
	  padding: 0px 2px 0px 0px;
	  margin: 0px 2px;
  }
  
    
li.employees a:hover
  {

	text-decoration:none;
	background-color:#359a60;
	margin-right:-2px;
  }
  
  li.vendors
  {
	 width:54px; 
	 border-bottom:8px solid #77b48a;
	 padding: 0px 2px 0px 0px;
	 margin: 0px 2px;
  }
  
  li.vendors a:hover
  {

	text-decoration:none;
	background-color:#77b48a;
	margin-right:-2px;
  }
  */
  
  #banner {
  width:720px;
  height:200px;
  }
  
  #navwrap {
  float:left;
  width: 724px;
  height: 30px;
  }
  
  #nav, #nav ul { /* sets up the size, and position of the nav bar */
 
  margin: 7px 0px 0px -1px;
  padding: 0px 0px;
  float: left;
  width: 724px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-family: arial,helvetica;
  font-size: 11pt;
  text-align: center;
}
#nav a {
  padding: 2px 0px;
  display: block;
  color: black;
  background: #b8d3c1;
  text-decoration: none;
  font-family: arial,helvetica;
  text-align: center;
  /* border: 0px 1px 1px 0px solid #00853e; */

}

#nav .swap {display:none}

#nav li {
  padding: 0px 0px;
  margin: 0px 1px 0px 1px;
  float: left;
  width: 177px;
  text-align: left;
  border: 0px 1px 1px 0px solid #00853e;
  border-bottom: 2px solid #000000;
   border-right: 2px solid #000000;
 
}
#nav li ul { /* controls dropdown list */
padding: 2px 0px; 
 margin: 0px 0px 0px -1px;
  position: absolute;
  left: -999em;
  width: 177px;
  font-weight: normal;
  font-size: 9pt;
}
#nav li li { /* controls dropdown list items */
padding: 0px 0px;
background: #b8d3c1;
  border-top:1px solid #ffffff;
  width: 177px; /* controls width of highlight color in drop-down */
}
#nav li ul a {
  width: 177px;  
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}
#nav li a:hover, #nav li.sfhover, #nav .chosen {
  background: #00853e;
  color: white;
  font-weight:bold;
 
  }
  
  #copy {
  width: 525px;
  float:left;
  margin: -10px 10px 0px 36px;
  text-align:left;
  }
 
  #sidebar {
  width: 180px;
  background: #d3d4d6 none repeat scroll 0% 50%;  
  float:right;
  text-align:left;
  margin: -5px 36px 0px 5px;
  padding: 10px 0px 10px 0px;
  }
  
  
#sidebar_fp {
  width: 160px;
  background: #d3d4d6 none repeat scroll 0% 50%;    
  float:right;
  text-align:left;
  font-size:9px;
  line-height:150%;
  margin:10px 22px 0px 12px;
  padding:0px 10px 10px 10px;
  
  }
  
#sidebar3 {
  width: 180px;
  background: #222222 none repeat scroll 0% 50%;    
  float:right;
  text-align:left;
  font-size:9px;
  line-height:150%;
  margin:10px 12px 0px 12px;
  padding:0px 10px 10px 10px;
  
  }
  
  
/*p.sidebar_fp 
{
  width: 180px;
  background: #d3d4d6;  
  float:right;
  text-align:left;
  font-size:9px;
  line-height:150%;
  padding:8px; margin-left:5px; margin-right:36px; margin-top:15px; margin-bottom:0px
  }*/
  
  #employment {
	width: 180px;
	background: #d3d4d6 none repeat scroll 0% 50%;
	float:right;
	text-align:left;
	margin-top: 10px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
  
  #sidepics {
  width: 180px;
  background: #ffffff;  
  float:right;
  margin: -5px 36px 0px 5px;
  
  }
  
  .pic1 {
  padding: 10px 0px 10px 0px;
  }
  
  .pic2 {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
  }
  
  .pic3 {
  padding: 0px 10px 0px 10px;
  }
  
  .pic4 {
  text-align: center;
  margin: 0px 0px 0px 20px;
  }
  
 
  .sidepic {
  padding: 0px 0px 10px 0px;
  }
  
  #footer
  {
   width:720px;
   height:30px;
  float:left;
  text-align:center;
  background: #00853e url("images/mps_footer.gif") no-repeat;
  margin:10px 36px 10px 36px;
  
  border-bottom: 2px solid #000000;
   border-right: 2px solid #000000;

  }
  

  
#footer p
  {
  font-size: 14px;
  font-weight:bold;
  color:#999999;
  text-align:center;
  vertical-align:middle;

  } 
  
.style1 {font-size: 9px}
.style4 {color: #000000; font-weight: bold; font-size: 12pt; }
.style6 {color: #000000; font-weight: bold; font-size: 11pt; margin: 10px 0px 100px 0px; }

.headerpic { margin: 0px 0px 5px 0px; }