﻿/* HOMEPAGE DESIGN & LAYOUT ========================================= */

#homeBanner { background: #fff url(../images/blue_tile.gif) top repeat-x; }
table#homeBannerLayout { width: 780px; margin: 0 auto 0 auto; font-size: 0em; }
#homeBannerLeft { width: 428px !important; }
#homeBannerLayout #homeBannerLogo { padding: 0; margin:0; }
#homeBannerRight { width: 352px !important; text-align: left; }

#homeTitle { display: none; }
#homeIntroText {  text-align: left; font: normal 1em/140% "Trebuchet MS", Arial, helvetica, sans-serif; }
#homeIntroText p { margin: .5em 0; }

#utilityButtons { text-align: center; }

/* 3-column content layout */
#homeContent { margin: 0; padding: 0; background: #e4e4e4 url(../images/homeContent_tile.gif) top repeat-x; }
table#homeContentLayout { width: 768px; margin: auto; }
#homeContentLayout th { height: 28px; background: #007ac3; color: #fff; padding-top: 3px; }
#homeContentLayout th h2 { margin: 0; padding:0; font-size: 1.5em; font-weight: normal; color: #fff; text-align: left; }
#homeContentLayout th.homeContentCenter, #homeContentLayout th.homeContentRight { padding-left: 15px; }

#homeContentLayout td { padding: 5px 0; }
#homeContentLayout td.homeContentLeft { width: 236px; padding-right: 15px; }
#homeContentLayout td.homeContentCenter { width: 236px; padding: 5px 15px 15px 15px; }
#homeContentLayout td.educationHomeContentCenter { height: 310px; width: 208px; padding: 5px 15px 15px 15px; }
#homeContentLayout td.homeContentRight { width: 236px; padding-left: 15px; }

.homeContentCenter { border-left: 1px solid #fff; border-right: 1px solid #fff; }

#homeContentLayout .adImage { margin: 10px 0 15px 0; }


/* HUB BANNER ================================================ */

#hubContent {  text-align: center; background: #f1eedf; }
.hubLayout { border-collapse: collapse; margin: auto;}
.hubLayout td { border-left: 1px solid #fff; border-right: 1px solid #fff; border-collapse: collapse; }

#hubBanner { text-align: center; background: #fff url(../images/hub_tile.gif) top center repeat-y; border-bottom: 1px solid #fff; }
#hubBanner table { background: #fff; }
td#hubSectionTitle { width: 240px; background: #fff; }
td#hubSectionTitle h1 { margin: 0; color: #999; font-size: 2.2em; }
td#hubPhoto1, td#hubPhoto2 { width: 230px; }

#subNavTitle { 
	margin: 0; 
	padding: 15px;
	font: bold 1.8em "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #999; 
	}
#subNavTitle a { color: #999; text-decoration: none; }

/* HUB SECTION HEADERS */
#columnHeader { text-align: center; background: #007ac3 url(../images/blue_tile.gif); }
td#leftHeader h2 { margin: .3em .8em .1em .8em; color: #fff; font-size: 1.2em; }
td#rightHeader { background: #777; }

td#textColumn h2#hubPageTitle { margin-top: 10px; color: #000; font-size: 1.4em; } 


/* A-Z HEALTH TOPICS HUB */

#hubSidebarText { padding: 1em; }




/* WIDE WRAPPER TEMPLATE */
#wideContentLayout { margin: 0; background: #fff; border: 1px solid #fff; }
#wideContentConsole { width: 155px; float: left; margin-right: 10px; }
#wideContentText { padding: 1px 20px 20px 20px; }


/* SECTION/SPIG TEMPLATES */

#wideArticleLayout { margin: 0; background: #fff; border: 1px solid #fff;  }
#wideArticleLayout #wideContentText { width: 640px; margin-left: 170px; }
#wideArticleLayout .metaData { margin: .5em 0; }
#wideArticleLayout .metaData strong { width: 9em; padding-right: .5em; display: inline-block; text-align: right; }

#wideArticleLayout hr { height: 1px; color: #ccc; }
