﻿/* HOMEPAGE STYLES & OVERWRITES ============================================= */

#contentLayout { width: 942px; margin: 0; }

table#masterColumnLayout { margin: 0; }
td#masterColumnLeft, td#masterColumnSpacer, #breadcrumb { display: none; }
td#masterColumnRight { width: 100%; }


/* homepage column layout */

table#homeColumnLayout { width: 922px; }
td#homeColumnLeft { width: 367px; }
td#homeColumnCenter { width: 385px; }
td#homeColumnRight { width: 150px; }
td.homeColumnSpacer { width: 10px; }

#featuredArticles { margin-bottom: 10px; }

#homeColumnLeft .ms-WPBorder, #homeColumnLeft .ms-WPBorderBorderOnly { background: #eaeaea; }


div#HomeZoneRightBottom { 
	background: #fff url(/images/box_gradient.gif) top left no-repeat;
	margin: 10px 0; 
	border: 1px solid #999;
}

#HomeZoneRightBottom .ms-WPBorder { 
	padding: 0 5px 10px 5px;
	border-style: none;
	font-size: .9em;
}

#HomeZoneRightBottom .ms-WPHeader td {
	background-image: none; background-color: transparent;
	border-style: none;
	white-space: normal !important;
}
#HomeZoneRightBottom .groupheader { display: none; }
#HomeZoneRightBottom a { font-weight: bold; text-decoration: none; color: #666699; }
#HomeZoneRightBottom .item a { font-weight: normal; color: #000000; }
#HomeZoneRightBottom .item a:hover { text-decoration: underline; }
#HomeZoneRightBottom .item .feedflare { display: none; }
#HomeZoneRightBottom .item .description { font-size: .9em; color: #666666; }
#HomeZoneRightBottom .item .description a { font-weight: bold; text-decoration: underline; }

/* featured news box */
.featuredBox { background: #E4E4E4; margin-bottom: 10px; }
.featuredPhoto img { width: 367px; border: 0; }
.featuredText { padding: 5px 10px 5px 10px; }
.featuredText h3 { color: #9B253D; font-size: 1em; margin: 0; }
.featuredText h3 a { color: #9B253D; text-decoration: none; }
.featuredDesc { min-height: 50px; }
.featuredBottom { position: relative; height: 35px; }
.featuredBottom h2 { position: absolute; top: 7px; left: 10px; width: 150px; font-size: 1.4em; margin: 0; }
.featuredNav { position: absolute; top: 0; left: 167px; width: 150px; background: #F7B82D url('/images/navLeft.gif') top left no-repeat; height: 30px; padding: 5px 0 0 50px; }
a.featuredNavLink { font-weight: bold; display: block; float: left; text-align: center; width: 24px; padding: 5px 0 6px 0; color: #000000; background: #E4E4E4; text-decoration: none; margin-right: 5px; }
a.featuredNavLinkActive { font-weight: bold; display: block; float: left; text-align: center; width: 24px; padding: 5px 0 6px 0; color: #9B253D; background: #ffffff; text-decoration: none; margin-right: 5px; }
a.featuredNavLink img { border: 0; padding: 3px 0 2px 0; }

/* also this month... */
#homeColumnCenter div.image-area-left img { max-width: 80px; }
