﻿/* ------------------------------ Banners ------------------------------ */

        #homebanner
        {
            background: url(/Images/homebanner.jpg) no-repeat top; 
            height: 209px; width: 800px; 
            border-left: solid 1px black; border-right: solid 1px black;
        }
        
        #servicesbanner
        {
            float: none;
            background: url(/Images/servicesbanner.jpg) no-repeat top; 
            height: 225px; width: 589px; 
            border-left: solid 0px black; border-bottom: solid 1px black;
        }          

        #clientsbanner
        {
            float: none;
            background: url(/Images/clientsbanner.jpg) no-repeat top; 
            height: 225px; width: 589px; 
            border-left: solid 0px black; border-bottom: solid 1px black;
        }          
        #surveysbanner
        {
            float: none;
            background: url(/Images/surveysbanner.jpg) no-repeat top; 
            height: 70px; width: 589px;
        } 

        #peerbanner
        {
            float: none;
            background: url(/Images/peerbanner.jpg) no-repeat top;
            height: 227px; width: 589px;
            border-left: solid 0px black; border-bottom: solid 1px black;
        }
        
        #researchbanner
        {
            float: none;
            background: url(/Images/researchbanner.jpg) no-repeat top; 
            height: 223px; width: 589px; 
            border-left: solid 0px black; border-bottom: solid 1px black;
        }
        
        #aboutusbanner
        {
            float: none;
            background: url(/Images/aboutusbanner.jpg) no-repeat top; 
            height: 225px; width: 589px;
            border-left: solid 0px black; border-bottom: solid 1px black;
        }
        
        #contactusbanner
        {
            float: none; 
            background: url(/Images/contactusbanner.jpg) no-repeat top; 
            height: 225px; width: 589px; 
            border-left: solid 0px black; border-bottom: solid 1px black;
        }                        
        #careersbanner
        {
            float: none;
            background: url(/Images/careersbanner.jpg) no-repeat top; 
            height: 210px; width: 589px;
            border-left: solid 0px black; border-bottom: solid 1px black;
        }
        #lorembanner
        {
            float: none;
            background: url(/Images/lorembanner.gif) no-repeat top; 
            height: 223px; width: 589px; 
            border-left: solid 0px black; border-bottom: solid 1px black;
        }       