@charset "utf-8";

/* ----- [ Homepage-only Styles ] ----- */

#TextLinks { font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif; color: #000; }
#TextLinks a { font: bold 14px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif; text-decoration: none; height: 48px; padding: 5px; padding-left: 60px; display: block; margin: 5px 5px 10px; }
#TextLinks a:hover { text-decoration: underline; }

#TextLinks a.Green { color: #063; background: url(/Layout_Images/features/main_icons/green.jpg) 5px center no-repeat; }
#TextLinks a.Black { color: #000; background: url(/Layout_Images/features/main_icons/black.jpg) 5px center no-repeat; }
#TextLinks a.Grey { color: #666; background: url(/Layout_Images/features/main_icons/grey.jpg) 5px center no-repeat; }
#TextLinks a.Orange { color: #c60; background: url(/Layout_Images/features/main_icons/orange.jpg) 5px center no-repeat; }
#TextLinks a.Blue { color: #069; background: url(/Layout_Images/features/main_icons/blue.jpg) 5px center no-repeat; }
#TextLinks a.Red { color: #900; background: url(/Layout_Images/features/main_icons/red.jpg) 5px center no-repeat; }


#FeatureLinks { width: 100%; }
#FeatureLinks td { width: 20%; border-right: 1px solid #666; }
#FeatureLinks td.last { border: 0; }
