﻿
/* HOMEPAGE LAYOUTS ============================================================ */



/* CONTENT AREA */
table#homeColumnLayout { width: 908px; background: #fff url(../images/HomeContentTile.gif) top left repeat-y; }
td#homeColumnLeft { width: 708px; }
td#homeColumnRight { width: 200px; color: #fafafa; background: #dfdfdf; padding-bottom: 20px; }

table.homeContentLayout { width: 708px; }
td.homeContentLeft { width: 118px; padding: 10px; vertical-align: middle; text-align: right; background: #dedede;  }
td.homeContentRight { width: 570px; background: #fff; }

td.homeContentLeft h2 { color: #333; font-size: 1em; text-transform: lowercase; margin: 0; }
td#homeColumnRight .imageLink { margin: 8px 0; }

#quickLinks { margin: 15px 0; }
#quickLinks div { margin: 5px 0; font-size: .9em; }
#quickLinks a { color: #333; text-decoration: none; }
#quickLinks a:hover { text-decoration: underline; }


.newsDivider { height: 1px; border-bottom: 1px solid #78c11c; }
.newsItem {  }
h3.newsTitle { margin-top: 12px; margin-bottom: 4px; color: #339900; }
.newsItem div { margin-top: 4px; }
h3.newsTitle a { color: #339900; text-decoration: none; }
h3.newsTitle a:hover { text-decoration: underline; }
.newsLink a { font-size: .9em; font-weight: bold; color: #0033cc; text-decoration: none; }
.newsLink a:hover { text-decoration: underline; }
.newsAccent { font-weight: bold; color: #0099cc; }



