/*
              Title:          print 
      
              Author:         Global Web Limited
              Version:        20 
              Filename:       print.css 
              Date:           10:07 14 August 2009
              File Type:      Style Sheet
      
              Copyright:      Copyright (c) 1994-2009 Global Web Limited.
                              All rights reserved.
      
              Address:        Global Web Limited
                              Twin Spires Business Park
                              Mugiemoss Road
                              Bucksburn
                              Aberdeen
                              AB21 9BG
                              United Kingdom
      
              Telephone:      +44 1224 454000
              Fax:            +44 1224 454001
              E-mail:         support@globalweb.co.uk
      	      Web:            http://www.globalweb.co.uk/
      
      */
      

body {
		margin: 0;
		background: #4C4C4C;
		font: 9pt Verdana,Geneva,sans-serif;
		color: #333;
		}
		h1, h2, h3 {
		color: #FF7F00;
		font-weight: 400;
		font-family: Trebuchet,Geneva,sans-serif;
		}
		h1 {font-size: 120%;}
		h2 {font-size: 110%;}
		h3 {font-size: 100%;}
		a {color: #FF7F00;}
                .red { color: #CC0000; }
		img {
		border: 0;
		}
		.wrapper {
		margin: 35px auto 0 auto;
		width: 951px;
		}
/*******Title at top of page********/
		.navPagetitle {
		font-size: 14pt;
		font-family: Arial,sans-serif;
		font-weight: bold; 
		color: #FFFE7F;
		margin-bottom: 10px;
		}
		/*******Rounded Corners********/
		div#niftyWrapper {
		width: 951px;
        background:#FFF;
        }
        /*******Logo banner********/
        .banner {
        position: relative;
        left: 25px;
        top: 5px;
        width: 926px;
        height: 68px;
        }
  /*******Content********/
        .content {
        padding: 5px 15px; }
        .portfolioContent {
        padding: 35px 15px; }
        h1.initial {
        font-size: 200%;
        width: 100%;
        border-bottom: 1px solid #999;
        }
.twoColumn, .ourTeam {
        width: 100%;
        }
        .columnLeft {
        width: 67%;
        margin-right: 15px;
        float: left;
         }
        .columnRight {
        width: 30%;
        float: left;
         }
        .telephone, .email, .navigation, .footer  {
        display: none;
        } 
