#frontPage ul.mainLinks {
   width: 992px; /* drop shadows mean the list needs to be wider than 12 columns */
   position: relative;
   top: -4px; /* offest to accomodate drop shadows */
   left: -4px; /* offest to accomodate drop shadows */
   list-style-type: none;
}

#frontPage .mainLinks li {
   float: left;
   position: relative;
   display: inline;
   width: 245px; /* three-column width of 237 + 8px for drop-shadow gutter */
   height: 228px; /* including 8px for drop-shadow gutter */
   margin-left: 4px; /* the gutter is 12, minus 8 for the 4px drop shadows */
   margin-bottom: 4px; /* the gutter is 12, minus 8 for the 4px drop shadows */
   background-repeat: no-repeat;
}

/* The first block in each row needs no left margin */
#frontPage li#aboutUs, #frontPage li#news {
   margin-left: 0px;
}

#frontPage .mainLinks a {
   display: block;
   width: 245px; /* three-column width of 237 + 8px for drop-shadow gutter */
   height: 228px; /* including 8px for drop-shadow gutter */
   text-decoration: none;
}

#frontPage .mainLinks a:hover {
   background: url("../images/frontPage/shadow-245x228.png") 0 0;
}

#frontPage .mainLinks span.background {
   display: block;
   position: relative;
   top: 4px;
   left: 4px;
   width: 237px; /* three columns */
   padding-top: 190px;
   background-repeat: no-repeat;
   font-size: 100%;
}

#frontPage .mainLinks span.text {
   display: block;
   padding: 0 8px;
   line-height: 30px;
   color: #fff;
   font-weight: bold;
}

li#aboutUs span.background {
   background-image: url("../images/frontPage/man-with-bible-front-page.png");
}
li#aboutUs span.text {
   background-color: #992220;
}

li#services span.background {
   background-image: url("../images/frontPage/microphone-front-page.png");
}

li#services span.text {
   background-color: #a39c6f;
}

li#children span.background {
   background-image: url("../images/frontPage/children-front-page.png");
}

li#children span.text {
   background-color: #2e89b2;
}

li#mission span.background {
   background-image: url("../images/frontPage/globe-front-page.png");
}

li#mission span.text {
   background-color: #e89a2c;
}

li#news span.background {
   background-image: url("../images/frontPage/loudspeakers-front-page.png");
}

li#news span.text {
   background-color: #749ac0;
}

li#sermons span.background {
   background-image: url("../images/frontPage/headphones-front-page.png");
}

li#sermons span.text {
   background-color: #7b912c;
}

li#resources span.background {
   background-image: url("../images/frontPage/library-front-page.png");
}

li#resources span.text {
   background-color: #9c6649;
}

li#buildingProjects span.background {
   background-image: url("../images/frontPage/building-site-front-page.png");
}

li#buildingProjects span.text {
   background-color: #66768d;
}
