/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create 

consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the 

body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .95em;
  font-weight: normal;
  line-height: 1.75em;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
}

/* Commonly used to style section titles. */
h2 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  padding: 15px 0 10px 0;/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

h3 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  
}

h4 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 18px;
  
  padding: 10px 0 10px 0;/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.captionText {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  line-height: 12px;
  
  margin: 18px 0 18px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  
  /*display: inline; */
}

.captionTextPad {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  line-height: 12px;
  
  margin: 18px 0 180px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  
  /*display: inline; */
}

.captionTextLoose {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 12px;
  
  margin: 10px 0 18px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  
  /*display: inline; */
}

.quoteText {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  line-height: 16px;
  margin-left: 40px;
  margin-right: 0;
  padding-top: 5px;
 
}

.quoteTextNoRule {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 16px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
}

.quoteTextNoRuleNoPad {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 16px;
  margin-left: 0;
  margin-right: 0;
  
}

.quoteTextNoRuleItal {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  line-height: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.quoteTextNoRuleItalTight {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  line-height: 11px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.dkGrayText {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 6px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  
  padding: 10px 0 6px 0/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  
}


.dkGrayText10 {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  margin: 0 0 6px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 6px 0/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    
}

.dkGrayText10Tight {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0px;
  line-height: 0px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    
}

.dkGrayText10Tighter {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 4px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 2px 0/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
    
}

.dkGrayText11 {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin: 6px 0 13px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    
}

.dkGrayText12 {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 6px 0 13px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    
}

.dkGrayText13 {
  
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
   margin: 0 0 12px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    
}

.dkOrangeText {
  
  color: #E8851A;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  
  margin: 0 0 1px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0; 
  
   
}

/* Sets the style for lists */
li.withSquares { 
 color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px; /* line-height controls the spacing of lines within bullet items */
  margin: 0 10px 12px 50px; /* Sets the margin properties using shorthand notation (top, right, bottom (space between bullet items), left) */
  padding: 0;
  list-style: square; }
  
li.noSquares { 
 color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px; /* line-height controls the spacing of lines within bullet items */
  margin: 0 0 8px 0; /* bottom margin controls the spacing between bullet items */
  padding: 0 10px 0 15px;
  text-indent: -15px;
  list-style: none; 
  }
  
  li.noSquaresSM { 
 color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px; /* line-height controls the spacing of lines within bullet items */
  margin: 0 0 8px 0; /* bottom margin controls the spacing between bullet items */
  padding: 0 10px 0 15px;
  text-indent: -15px;
  list-style: none; 
  }
  
li.pdfImg { 
 color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold; 
  line-height: 15px; /* line-height controls the spacing of lines within bullet items */
  margin: 0 0 12px 40px; /* Sets the margin properties using shorthand notation (top, right, bottom (space between bullet items), left) */
  padding: 0;
  list-style: url(assets/MBPDFImg.gif) square outside; 
  }




/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: -1px;
}
/* Sets the style for visited links. */
a:visited {
  color: #565656;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: -1px;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #565656;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  margin-bottom: -1px;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #565656;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #565656;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser 

chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to 

center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid 

layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  /*background: White url(assets/MBPgBKGGen.JPG) 0 0 no-repeat; */
  overflow: visible;
  background-color: #FFFFFF;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1200px;
}



#masthead {
  	position: absolute;
	top: 0;
	left: 0;
	background: Black
	url(assets/MBCTopImg.jpg) 0 100% no-repeat;
	height: 205px;
	width: 898px;
	display: block;
	z-index: 81;
}

#mastheadRepeat {
	background: Black
	url(assets/MBCTopRepeatImg.jpg) 0 100% repeat-x;
	height: 205px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 898px;
	z-index: 60;
}

#outerWrapper #header, #outerWrapperServ #header, 
#outerWrapperPort #header, #outerWrapperBid #header,
#outerWrapperMapDetail #header {
  
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin-top: 20px;
  margin-left: 0px;
  
  
}


#outerWrapperMapDetail #contentWrapper{ height: 1100px; }

#outerWrapper #contentWrapper #leftColumn1, #outerWrapperServ #contentWrapper #leftColumn1, 
#outerWrapperPort #contentWrapper #leftColumn1, #outerWrapperBid #contentWrapper #leftColumn1 {
  position: absolute;
  top: 340px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 384px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, 

and padding. */
#outerWrapper #contentWrapper #content, #outerWrapperServ #contentWrapper #content, 
#outerWrapperPort #contentWrapper #content, #outerWrapperBid #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#content {
  position: absolute;
  top: 340px;
  left: 400px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 420px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 45;
}

#contentSubContact {
  position: absolute;
  top: 320px;
  left: 300px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 420px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 45;
}

#contentHigh {
  position: absolute;
  top: 320px;
  left: 400px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 430px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   z-index: 45;
}

#contentHigh2 {
  position: absolute;
  top: 320px;
  left: 400px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 410px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  visibility: hidden;
   z-index: 45;
  /*  */
}

#contentHigh3 {
  position: absolute;
  top: 300px;
  left: 400px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 420px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   z-index: 45;
  /*  */
}

#contentProjects {
  position: absolute;
  top: 330px;
  left: 380px;
  height: 300px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 360px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   z-index: 45;
  /*  */
}

#projectList {
  position: absolute;
  top: 350px;
  left: 380px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 360px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   z-index: 46;

}

#contentHighContact {
  position: absolute;
  top: 220px;
  left: 320px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 620px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   z-index: 45;
  /*  */
}

#contentHighBid {
  position: absolute;
  top: 220px;
  left: 400px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 620px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   z-index: 45;
  /*  */
}

#contentBid{
  position: absolute;
  top: 350px;
  left: 400px;
  height: 600px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 620px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   z-index: 46;

}

#contentHighMap {
  position: absolute;
  top: 300px;
  left: 15px;
  height: 900px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 300px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 497;
  /*  */
}

#contentHighMapSWF {
  position: absolute;
  top: 220px;
  left: 400px;
  height: 900px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 600px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 499;
  /*  */
}

#contentHighMapSWF2 {
  position: absolute;
  top: 220px;
  left: 420px;
  height: 900px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 600px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 499;
  /*  */
}

#leftImg {
  position: absolute;
  top: 196px;
  left: 0;
  height: 800px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 276px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 398;
  
}

#leftImgTopCaption {
  position: absolute;
  top: 415px;
  left: 0;
  height: 30px;
  padding: 0 0 0 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 276px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 401;
  
}

#leftImgBtmCaption {
  position: absolute;
  top: 632px;
  left: 0;
  height: 30px;
  padding: 0 0 0 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 276px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 820;
  
}

#leftContent {
  position: absolute;
  top: 220px;
  left: 15px;
  height: 900px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 276px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 400;
  
}

#leftContentSubContact {
  position: absolute;
  top: 240px;
  left: 15px;
  height: 900px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 276px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 400;
  
}

#leftContentProjects {
  position: absolute;
  top: 330px;
  left: 15px;
  height: 900px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 400;
  
}

#subImg {
  position: absolute;
  top: 196px;
  left: 398px;
  height: 165px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 460px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 40;
  
}

#subImgContact {
  position: absolute;
  top: 196px;
  left: 298px;
  height: 165px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 460px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 40;
  
}

#subImgSubContact {
  position: absolute;
  top: 196px;
  left: 318px;
  height: 165px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 460px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 40;
  
}

#subImgMap {
  position: absolute;
  top: 196px;
  left: 15px;
  height: 165px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 460px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 496;
  
}

#subImgProject {
  position: absolute;
  top: 220px;
  left: 100px;
  height: 106px;
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 667px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  z-index: 49;
  
}

#outerWrapper #header .pic, #outerWrapperServ #header .pic, 
#outerWrapperPort #header .pic, #outerWrapperBid #header .pic,
#outerWrapperMapDetail #header .pic {
	float: left; 
	margin: 0 20px 20px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0;
	
}

#contentHighContact .picSM {
	float: left; 
	display: inline;
	margin: 12px 5px 10px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	
}

#outerWrapper #contentWrapper #content .picSMTight, #outerWrapperServ #contentWrapper #content .picSMTight, 
#outerWrapperPort #contentWrapper #content .picSMTight, #outerWrapperBid #contentWrapper #content .picSMTight,
#outerWrapperMapDetail #contentWrapper #content .picSMTight {
	float: left; 
	display: block;
	margin: 0 0 20px 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	
}

#outerWrapper #contentWrapper #content .picSMBlock, #outerWrapperServ #contentWrapper #content .picSMBlock, 
#outerWrapperPort #contentWrapper #content .picSMBlock, #outerWrapperBid #contentWrapper #content .picSMBlock,
#outerWrapperMapDetail #contentWrapper #content .picSMBlock {
	display: block;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 10px;
}

#outerWrapper #contentWrapper #content .picSMBlockBdr, #outerWrapperServ #contentWrapper #content .picSMBlockBdr, 
#outerWrapperPort #contentWrapper #content .picSMBlockBdr, #outerWrapperBid #contentWrapper #content .picSMBlockBdr,
#outerWrapperMapDetail #contentWrapper #content .picSMBlockBdr {
	display: block;
	margin-left: 16px;
	margin-right: 5px;
	margin-top: 10px;
	border: thin solid #565656;
}

#outerWrapper #header .picLeft, #outerWrapperServ #header .picLeft, 
#outerWrapperPort #header .picLeft, #outerWrapperBid #header .picLeft {
	float: left; 
	margin: 1em 1em 1em 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	
}

#outerWrapper #contentWrapper #content .picSMMiddle, #outerWrapperServ #contentWrapper #content .picSMMiddle, 
#outerWrapperPort #contentWrapper #content .picSMMiddle, #outerWrapperBid #contentWrapper #content .picSMMiddle,
#outerWrapperMapDetail #contentWrapper #content .picSMMiddle {
	float: left; 
	display: inline;
	margin: 0 5px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	vertical-align: middle;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used 

without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated 

element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat, #outerWrapperServ #contentWrapper .clearFloat, 
#outerWrapperPort #contentWrapper .clearFloat, #outerWrapperBid #contentWrapper .clearFloat,
#outerWrapperBid #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

/* BUTTON GRAPHICS SETTINGS -- ALL SECTIONS */

/* TOP NAVIGATION BUTTONS */
/* this creates the layers for all seven top menu buttons */
#home, #services, #maps, #portfolio, #about, #bid, #contact {
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 60px;
	position: absolute;
	top: 144px;
	left: 0;
	
	
}

#home { width: 136px; left: 0px; z-index: 100; }
#services { width: 110px; left: 136px; z-index: 101; }
#maps { width: 106px; left: 246px; z-index: 102; }
#portfolio { width: 111px; left: 352px; z-index: 103; }
#about { width: 110px; left: 463px; z-index: 104; }
#bid { width: 108px; left: 573px; z-index: 105; }
#contact { width: 128px; left: 681px; z-index: 106; }

/* this creates the generic styles for all six top menu buttons */
#home a, #services a, #maps a, #portfolio a, #about a, #bid a, #contact a { 
   display: block; 
   text-decoration: none;
   padding: 0; 
   height: 60px; 
}

/* this creates the background image for the <a> tag (up state) */ 
#home a { background-image: url(assets/topNav/MBCTopHomeUp.jpg); background-repeat: no-repeat; } 
#services a { background-image: url(assets/topNav/MBCTopServicesUp.jpg); background-repeat: no-repeat; } 
#maps a { background-image: url(assets/topNav/MBCTopMapUp.jpg); background-repeat: no-repeat;} 
#portfolio a { background-image: url(assets/topNav/MBCTopProjectsUp.jpg); background-repeat: no-repeat; } 
#about a { background-image: url(assets/topNav/MBCTopAboutUp.jpg); background-repeat: no-repeat; }
#bid a { background-image: url(assets/topNav/MBCTopBidUp.jpg); background-repeat: no-repeat; }  
#contact a { background-image: url(assets/topNav/MBCTopContactUp.jpg); background-repeat: no-repeat; } 

/* this creates the background image for the <a> hover tag (over & down state) */ 
#home a:hover { background-image: url(assets/topNav/MBCTopHomeOver.jpg); background-repeat: no-repeat; } 
#services a:hover { background-image: url(assets/topNav/MBCTopServicesOver.jpg); background-repeat: no-repeat; } 
#maps a:hover { background-image: url(assets/topNav/MBCTopMapsOver.jpg); background-repeat: no-repeat; } 
#portfolio a:hover { background-image: url(assets/topNav/MBCTopProjectsOver.jpg); background-repeat: no-repeat; } 
#about a:hover { background-image: url(assets/topNav/MBCTopAboutOver.jpg); background-repeat: no-repeat; }
#bid a:hover { background-image: url(assets/topNav/MBCTopBidOver.jpg); background-repeat: no-repeat; } 
#contact a:hover { background-image: url(assets/topNav/MBCTopContactOver.jpg); background-repeat: no-repeat; }

#ServDrop { position: absolute; width: 125px; height: auto; padding: 0; margin: 0; left: 152px; top: 195px; visibility: hidden; z-index: 501;}

#ProjDrop { position: absolute; width: 125px; height: auto; padding: 0; margin: 0; left: 368px; top: 195px; visibility: hidden; z-index: 503;} 
/*   */ 


/* Creates layers used for the map detail popups */
#popupBkg {
	position: absolute; 
   	top: 240px; 
   	left: 300px;
	width: 185px;
	height: 105px; 
	background-image: url(assets/MBMapPopup.gif); background-repeat: no-repeat;
	margin-bottom: 20px;
   	z-index: 100; 
   	visibility: hidden; 
}

#popupPottsville {
	position: absolute; 
   	top: 240px; 
   	left: 300px;
	width: 185px;
	height: 105px; 
	margin-bottom: 20px;
   	z-index: 200; 
   	visibility: hidden; 
}

