/* LAYOUT LOGIC */	
	
#mainFrame {
    width:995px;
	margin: 10px auto 10px auto;	
	background-color:#fff;
	}
	
#mastheadFrame {
   width: 795px;
   height: 115px;
   float:left;
   background-color:#fff;
   }
   
#menuFrame {
  width: 795px;
  height: 25px;
  background-color:#fff;
  float:left;
  }
  
#logo {
 float:left;
 }        
   
#contentFrame, #homeContentFrame {
  width: 795px;
  min-height:350px;
  float: left;
  display:inline;
  background-color:#faf8f9; 
  }
  
#homeContentFrame {
 background-image:url(../images/lincolnshire_landscape.jpg);
 background-position: 0 0;
 background-repeat:no-repeat;
 height: 550px;
 }  
  
#videoFrame {
  width: 512px;
  margin: 0 0 15px 15px;
  float:left;
  display:inline;
  background-color:#faf8f9;
  } 
  
#videoMapFrame {
 width: 500px;
 float:left;
 display:inline;
 }  
  
#videoThumbsFrame {
  float:left;
  display:inline;
  width: 250px;
  height: 500px;
  margin: 0 0 0 15px;
  background-color:#faf8f9;
  overflow:auto;
  } 
  
.videoThumbs {
  float:left;
  display:inline;
  border: 0;
  width: 90px; 
  margin: 0 10px 10px 0;
  } 
  
#latestVideosFrame {
 
 }  
  
.latestVideoThumbs {
  float:left;
  display:inline;
  border: 0;
  width: 90px; 
  margin: 0 0 5px 15px;
  }   

  
.latestVideos {
  float:left;
  display:inline;
  border: 0;
  width: 125px;  
  margin: 0 10px 15px 15px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  }
 
  
#linksFrame {
  width: 795px;
  height:30px;
  float:left;
  display:inline;
  margin: 3px 0 0 0;
  padding: 10px 0 0 0;
  background-color:#faf8f9;
   }  
  
#bannerFrame {
   width: 200px;
   margin: 0 0 0 0;
   padding-top: 160px;
   float:right;
   display:inline;
   background-color:#fff;
   }
   
#pullQuotesFrame {
   width: 200px;
   margin: 100px 0 0 0;
   padding-top: 50px;
   float:right;
   display:inline;
   background-color:#fff;   
   } 
   
.startQuote {
  float: left;
  margin: 0 5px 0 0;
  } 
  
.endQuote {
  float:right;
  } 
  
#aboutCol1 {
  width: 490px;
  padding: 0 20px 0 0;
  float:left;
  display:inline;
  }
  
#aboutCol2 {
  width: 250px;
  float:left;
  display:inline;
  }         
  
#preloadImages {
  display:none;
  } 
  
#mapTable {
 width: 500px;
 float:left;
 display:inline;
 }   
 
 p.gap{
	margin-top:30px;
	border-top: 30px;
 }

