/*=----------
 * HOME PAGE
 *---------*/
body#homePage div#content { margin-top: 40px; }
body#homePage div#introGraphic { margin-bottom: 20px; height: 250px; overflow: hidden; width: 880px; }
body#homePage div#content p { font-weight: lighter; }
body#homePage div#content p.learn_more { margin-bottom: 40px; }
body#homePage div#content ul.residents { clear: both; display: inline; float: left; margin-bottom: 20px; padding: 20px 0; width: 880px; }
body#homePage div#content ul.residents li { display: inline; float: left; padding: 0 20px 20px 0;}
body#homePage div#content ul.residents li a { -webkit-transform-origin: center center; -webkit-transform: rotate(0deg) scale(1.0); -webkit-transition: -webkit-transform 0.25s ease-in-out; }
body#homePage div#content ul.residents li a:hover { -webkit-transform: rotate(5deg) scale(1.1); }