#home #main {
   float: left;
   width: 600px;
}

#home #main .highlight {
   font-weight: bold;
}

#home .sections {
   margin-top: 2em;
}

#home #food-service {
   width: 42%;
   float: left;
}

#home #healthcare {
   width: 48%;
   float: right;
}


#home #sidebar {
   float: right;
   width: 265px;
}

#home #sidebar #start {
   background: #E4F5DC;
   color: #333;
   padding: 20px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   font-size: 11px;
   line-height: 1.75;
}


#home #sidebar #start .content {
   padding-top: 1em;
}

#home #sidebar #start a.btn {
   display: block;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   background: url(/SiteData/images/btn-bg-yellow.png) repeat-x;
   padding: 6px;
} 

#home #sidebar #logos {
   margin: 1em 0;
   text-align: center;
}
