* {
  margin: 0;
  padding: 0;
}

html {
    font-size:100%;
}

body {
    font: 100% "Trebuchet MS", sans-serif;
    background-image: url(gfx/page_layout/bg_gradient.jpg);
    background-repeat: repeat-x;
    background-color: #007A6B;
    line-height: 140%;
}

fieldset { border: none; }

div#wrapper {
   width: 947px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;  
}        
           

div#wrapper div#header {
    position: relative;                              
    height: 142px;
    background: transparent url(gfx/page_layout/header_bg.png) no-repeat 50% bottom;
}

div#wrapper div#header img.logo {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 5;
    border: 0px;
}
                  
div#wrapper div#header p.tel {
    position: absolute;
    bottom: 85px;
    left: 780px;
    color: white;   
    font-size: 25px; 
}

div#wrapper div#header div#top_navigation {
    position: absolute;
    right: 25px;
    bottom: -15px;
    font-size: 0.9em;
    font-weight: normal;  
    z-index: 5; 
}

div#wrapper div#header div#top_navigation ul {
    list-style: none;
    display: inline;
}
div#wrapper div#header div#top_navigation ul li {
    list-style: none;
    background: transparent url(gfx/page_layout/top_menu_li_bg.png) no-repeat right bottom;  
    padding: 0px;    
    float: left;
}

div#wrapper div#header div#top_navigation ul li a {  
    background: transparent url(gfx/page_layout/top_menu_a_bg.png) no-repeat right bottom;  
    text-decoration: none;
    display: block;
    text-align: center; 
    padding: 0px 9px 20px 9px;
    margin: 0px 1px 0px 1px;
    color: #1D488D;
}      
div#wrapper div#header div#top_navigation ul li a:hover { background-position: left bottom; color: #008676; } 
div#wrapper div#header div#top_navigation ul li.active a { background-position: 50% bottom; color: #008676; }  
                                                                    
div#wrapper div#header div#top_navigation ul li a.home { margin: 0px 1px 0px 2px; }
div#wrapper div#header div#top_navigation ul li a.contact { margin: 0px 2px 0px 1px; }         
                              


div#wrapper div#container {
    margin-top: 5px; 
    padding-top: 16px;
    background-color: #ffffff;
    background-image: url(gfx/page_layout/maintopbg.png);
    background-repeat: no-repeat;
    background-position: top;
}

/* Start of Column CSS */
#container3 {  
    float:left;
    width:100%;
    background: #ffffff;
    overflow:hidden;
    position:relative;
}
#container2 {
    margin-bottom: 50px;
    float:left;
    width:100%;
    background: #ffffff;
    position:relative;
    right:30%;
}
#container1 {
    float:left;
    width:100%;
    background: #ffffff;
    position:relative;
    right:40%;
}

#col1 {
    float:left;
    width:216px;
    position:relative;
    left:675px;
    overflow:hidden;
}

div#col1 div.leftbox {
    background-color: #DCE0E3;
    background-image: url(gfx/page_layout/leftboxbottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 5px;
    padding-bottom: 10px;    
}

div#col1 div.leftbox h3 { 
    padding-top: 5px;
    padding-left: 10px;
    background-image: url(gfx/page_layout/leftboxheading.jpg);  
    background-repeat: no-repeat;
    color: #014488;
}

div#col1 div.leftbox div.leftboxcontent {
    padding-left: 15px;  
    font-size: 0.9em;
    font-weight: normal;
}

div#col1 div.leftbox div.leftboxcontent form {
    margin-top: 5px;
}
                                            
div#col1 div.leftbox ul {
    list-style: none;
    margin: 5px 0px 5px 0px; 
    font-weight: normal; 
    font-size: 0.9em;
}

div#col1 div.leftbox ul a {
    display: block; 
    text-decoration: none;
    color: #014488;
    background: transparent url(gfx/page_layout/bluebox_arrow.png) no-repeat 183px bottom;
    padding: 3px 15px 3px 10px;
    margin: 0px;
    border-bottom: 1px solid #AAB7C0;
}
div#col1 div.leftbox ul a:hover {
    background-color: #AAB7C0;
    border-bottom: 1px solid #1D488D;
    background-position: right bottom;
}

div#col1 div.leftbox ul li.bottom a {
    border-bottom: 0px;
    background-image: url();
    font-style: italic;
}


#col2 {
    float:left;
    width:456px;
    position:relative;
    left:690px;
    overflow:hidden;
}

/* Boxes for Home Page */
div#col2 div.centrebox { 
    position: relative;
    min-height: 147px;
    margin-bottom: 15px;
    background-image: url(gfx/page_layout/centreboxbottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #ffffff;
    padding-bottom: 10px;                      
}

div#col2 div.centrebox div.centreboxcontent {
    margin: 5px 10px 0px 0px;
    font-size: 0.9em;
    font-weight: normal;
}

div#col2 div.centrebox h3 {  
    padding-top: 2px;   
    padding-left: 15px;
    font-weight: normal;
    height: 25px;
    color: #ffffff;
    background-image: url(gfx/page_layout/centreboxheading.jpg);  
    background-repeat: no-repeat;
    margin: 0px;
}
div#col2 div.centrebox div.centreboxcontent a.readmore {
    display: block;
    text-align: right;
    font-style: italic;
    text-decoration: none;
}
div#col2 div.centrebox div.centreboxcontent a:hover.readmore {
    text-decoration: underline;
}

div#col2 div.centrebox img {
    float: left;
}

/* Standard Centre Column */
div#col2 h1,
div#col2 h2,
div#col2 h3,
div#col2 h4,
div#col2 h5 {
    color: #1D488D;
    font-weight: normal;
    font-size: 1.4em;
}
div#col2 h2,
div#col2 h3,
div#col2 h4,
div#col2 h5 {
    margin: 10px 0px 2px 0px;
    font-size: 1.2em;
}
div#col2 h3,
div#col2 h4,
div#col2 h5 {
    font-size: 1.1em;
}
div#col2 p {
    font-size: 0.9em;
    margin: 2px 0px 10px 0px;
}
div#col2 ul {
    font-size: 0.9em;
    margin: 2px 0px 10px 20px;
}
div#col2 a {
    color: #04498F;
}

/* Column 3 */
#col3 {
    float:left;
    width:216px;
    position:relative;
    left:710px;
    overflow:hidden;
}

div#col3 div.rightbox {
    background-color: #C7E0DC;
    position: relative;
    background-image: url(gfx/page_layout/rightboxbottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;   
    margin-bottom: 10px;
}

div#col3 div.rightbox div.rightboxcontent  {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 0.8em;
    font-weight: normal;
}

div#col3 div.rightbox h3 { 
    padding-top: 2px;  
    padding-bottom: 2px;  
    padding-left: 15px;
    margin: 0px;
    font-weight: normal;
    background-image: url(gfx/page_layout/rightboxheading.jpg);  
    background-repeat: no-repeat;
    color: #ffffff;
}
div#col3 div.rightbox h4 { 
    padding-top: 2px;  
    padding-bottom: 2px;  
    padding-left: 8px;
    margin: 0px;
    font-weight: bold;
    color: black;
}
div#col3 div.rightbox a{
    color: #008677;
}

div#col3 div.rightbox img.casestudy {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
div#col3 a.img{
    border: 0px;
}

div#partner_logos {
    clear: both;
    display: block;
    background: white url(gfx/page_layout/footer_bg.png) no-repeat 50% bottom;
    padding: 0px 0px 8px 0px;
    text-align: center;
}
div#partner_logos a img{
    border: 0px;
    margin: 0px 20px 0px 20px;
}


div#wrapper div#footer {
    margin: 20px 0px 0px 0px;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 0.8em;
}
div#wrapper div#footer a {
    color: white;
    text-decoration: none;
}
div#wrapper div#footer a:hover {
    text-decoration: underline;
}

form.esubscribe {
    display: block;
    width: 250px;
}

form.esubscribe label {
    float: left;
}

form.esubscribe input {
    float: right;    
}

form.esubscribe_home input#subscribe_email {
    width: 95px;
}

form.esubscribe_home input.subscribe_button {

}


form.contact_form fieldset {
    padding: 10px;
    border: 1px solid gray;
}

form.contact_form legend {
    font-size: 1.2em;
}

.ajax_response {
    font-size: 0.8em;
}

.positive_response {
    color: green;
}

.negative_response {
    color: red;
}