@media print {
  body
  {
    background-color:#FFFFFF;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
  }

  img {
    border:0;
    behavior:url("/css/pngbehavior.htc");
  }

  /* Style the H1 tag so it's usable */
  h1 {
    margin:0;
    padding:0;
    font-size:12px;
    display:inline;
    font-weight:bold;
    text-transform:uppercase;
  }

  span.site-heading
  {
    margin:0;
    padding:0;
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.5em;
  }

  span.uc
  {
    text-transform:uppercase;
  }

  p.i
  {
    font-style:italic;
  }

  div.global
  {
    min-width:985px;
    position:relative;
  }

  div.clearer
  {
    width:100%;
    clear:both;
    height:1px;
    line-height:0;
  }

  div.background-right
  {
    float:right;
    background:none;
  }

  div#flash-rings
  {

  }
  
  div#name-address
  {
    font-size:1.1em;
    text-align:right;
    margin-top:20px;
    margin-right:20px;
  }

  div.top-left
  {
    top:0;
    left:0;
    position:absolute;
    margin-top:20px;
    margin-left:80px;
    width:570px;
  }

  div.top-left img
  {
    float:left;
  }

  div.image-banner
  {
    width:420px;
    height:60px;
    position:absolute;
    top:110px;
    margin-left:110px;
  }

  div.image-banner img
  {
    margin-right:2px;
  }

  div.header-text
  {
    float:right;
    margin-top:57px;
  }

  div.content-container
  {
    margin-left:auto;
    margin-right:auto;
    padding-left:90px;
    width:730px;
  /* background-color:#53DF58;*/
  }

  div.content-cols a
  {
    color:white;
  }

  div.content-cols a:hover
  {
    color:red;
  }


  div.content-cols
  {
    width:730px;
    position:absolute;
    top:180px;
    line-height:1.4em;
    z-index:100;
  }

  /* Still can't use this as IE6 still exists.
  div.content-cols  > div
  {
    float:left;
  }*/

  div.main-menu-container
  {
    height:14px;
    background-color:#231f20;
  /*  width:438px;*/
    width:429px;
    position:absolute;
    top:190px;
    margin-left: 290px;
    border: 1px solid white;
    z-index:10000;
  }

  div.main-menu-container ul.main-menu
  {
    list-style-type:none;
    margin:0;
    padding:0;
  }

  ul.main-menu li
  {
    float:left;
  }

  ul.main-menu li a
  {
    display:block;
    height:13px;
    padding-top:1px;
    text-transform:uppercase;
    font-size:10px;
    border-left: 1px solid white;
    padding-left:4px;
    background-image: url("/media/images/menu-arrow-sm.png");
    background-repeat: no-repeat;
    background-position:right top;
    letter-spacing:0.5px;
    font-weight:bold;
  
    text-decoration:none;
    color:white;
  }

  /* below includes highlight class for homepage where all arrows are red */
  ul.main-menu li a.highlight
  {
    background-position:right -15px;
  }

  ul.main-menu li a:hover
  {
    background-position:right -15px;
    background-color:#ee1c25;
  }

  /* note below active is a class */
  ul.main-menu li a.active 
  {
    background-position:right -30px;
    background-color:#ee1c25;
  }

  div.content-col-one
  {
    width:100px;
    margin-right: 10px;
    float:left;
  }

  div.content-col-two
  {
    width:165px;
    margin-right: 15px;
    float:left;
  }

  div.content-col-three
  {
    width:330px;
    margin-right: 10px;
    padding-top:48px;
    float:left;
  }

  div.content-col-three-wide
  {
    width:440px;
    padding-top:48px;
    float:left;
  }

  div.content-col-three-wide div.col-three-nar-text
  {
    width:250px;
    text-align:justify;
    float:left;
  }

  div.content-col-four
  {
    width:100px;
    padding-top:48px;
    float:left;
  }

  div.columns-clearer-and-footer
  {
    width:100%;
    clear:both;
    margin:60px 0 20px 0;
    float:left;
	text-align:right;
  }

  div.kcol-item
  {
    height:120px;
    margin-top: 20px;
  }
  
  div.kcol-item a
  {
    display:none;
  }
  
  div.top-left a
  {
    display:none;
  }
  
  img.printlogo
  {
    display:inline;
  }
  
  div#liSwitcher-wrapper
  {
		height:350px;
		background-color:#000;
  }

  div.kcol-text
  {
    padding-top: 28px;
    height:92px;
  }

  /* Some styling for the contact form on the contact page */
  span.contact-error
  {
    color:red;
    font-weight:bold;
  }

  span.contact-good
  {
    color:#00990B;
    font-weight:bold;
  }

  div.contact-form-holder
  {
    width:330px;
    margin-bottom:30px;
  }

  div.contact-form-row
  {
    margin-top:3px;
  }

  div.contact-form-left
  {
    float:left;
    width:125px;
  }

  div.contact-form-right
  {
    float:right;
  }

  div.contact-form-row input[type="text"]
  {
    width:190px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
  }

  div.contact-form-row input[type="submit"],input[type="button"]
  {
    width:45px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
  }

  div.contact-form-row input[type="checkbox"]
  {
    margin:0;
    padding:0;
    margin-left:5px;
  }

  div.contact-form-right textarea
  {
    width:190px;
    height:100px;
    overflow:auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
  }

  div.contact-form-clearer
  {
    clear:both;
    height:1px;
    line-height:0;
  }

  /* Links page styles */
  div.link-item
  {
    margin-bottom:15px;
  }

  div.link-title
  {
    text-transform:uppercase;
  }

  div.link-a a
  {
    color:red;
    text-decoration:none;
  }

  div.link-a a:hover
  {
    color:white;
    text-decoration:underline;
  }

  /* News page styles */
  div.nonews
  {
  	width:362px;
  	margin-top:30px;
  	margin-left:auto;
  	margin-right:auto;
  	font-weight:bold;
  	text-align:center;
  	padding:10px;
  	background-color:#404040;
  }

  div.news-date
  {
  	font-size:1.5em;
  	margin-bottom:6px;
  }

  div.news-post-heading
  {
  	font-size:1.8em;
  	font-weight:bold;
  	margin-bottom:10px;
  }

  div.news-body
  {
  	text-align:justify;
  	margin-bottom:30px; 
  }

  div.news-body img
  {
  	padding-left:7px;
  }

  /* Careers page styles */
  div.nopositions
  {
  	width:300px;
  	margin-left:auto;
  	margin-right:auto;
  	font-weight:bold;
  	text-align:center;
  	padding:10px;
  	background-color:#404040;
  }

  div.position
  {
  	margin-top:20px;
  }

  div.position div.position-heading
  {
  	font-weight:bold;
  	font-size:1.1em;
  	margin-bottom:3px;
  }

  div.position div.position-body
  {
  	margin-bottom:3px;
  }

  div.position div.position-closing
  {
  	font-weight:bold;
  	font-size:1.1em;
  	margin-bottom:3px;
  }

  /* Projects page styles */
  div.noprojects
  {
  	width:362px;
  	margin-top:30px;
  	margin-left:auto;
  	margin-right:auto;
  	font-weight:bold;
  	text-align:center;
  	padding:10px;
  	background-color:#404040;
  }

  div.project-title
  {
  	text-transform:uppercase;
  }

  div.project-body
  {
  	text-align:justify;
  }

  div.project-post img
  {
    float:right;
    padding-left:10px;
  }

  div.project-post
  {
    margin-top:20px;
  }

  /* Styles for Engineering and Surveys */
  div.flyout-menu
  {
    margin-top:20px;
    padding-top:28px;
    width:619px;
    float:left;
  }

  div.flyout-menu ul
  {
    margin:0;
    padding:0;
  }

  div.flyout-menu ul li
  {
    float:left;
    padding-left:20px;
    margin-left:20px;
    list-style-type:none;
    background-image:url('/media/images/bullet-w.gif');
    background-repeat:no-repeat;
  }

  div.flyout-menu ul li.highlight
  {
    color:red;
    background-image:url('/media/images/bullet-r.gif');
    background-repeat:no-repeat;
  }

  div.flyout-menu ul li.highlight a
  {
    color:red;
  }

  div.flyout-menu ul li a
  {
    font-size:11px;
    position:relative;
    bottom:4px;
    text-decoration:none;
    font-weight:bold;
  }

  div.textcoltwo
  {
    text-align:justify;
    padding-top:10px;
  }

  div.withmenu
  {
    padding-top:25px;
  }

  div.content-body
  {
    margin-top:10px;
    text-align:justify;
  }

  div.content-body img
  {
    float:right;
    padding-left:10px;
  }
  
	#liSwitcher-viewport ul 
	{
		margin:0;
		padding:0;
		list-style: none;
	}
	
	#liSwitcher-viewport li 
	{
		position:absolute;
	}

  .dimcontent{
    opacity:0.45;
    filter:alpha(opacity=45);
  }
}
