﻿#banner{
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 502px;
	float: left;
}
#didYouKnow{
	float: left;
	width: 255px;
	height: 208px;
    background-color: white;
}
.didYouKnowText{
	background-color: #4A4A4A;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: White;
}
.didYouKnowText a
{
    color: White;
    text-decoration: none;
}
.didYouKnowText a:hover
{
    text-decoration: underline;
}
#didYouKnowBody{
    height: 107px;
    overflow: hidden;
    padding-top: 10px;
    font-size: 11px;
}
#didYouKnowLink{
    height: 19px;
    padding-top: 5px;
    vertical-align: middle;
}
/*  MAIN BODY STYLES  */
#mainBody{
    background-color: White;
}
#textWorkWithUsAndFeature
{
    width: 502px;
    float: left;
    background-color: White;
}
/*  HIGHLIGHT STYLES  */
#highlights
{
    width: 255px;
    float: left;
    background-color: White;
}
#highlightsPadding{
    padding-left: 2px;
    padding-right: 3px;
}
#highlightHeader
{
    padding-top: 9px;
    padding-bottom: 3px;
}
#highlightsContent
{
	background-color: #DFEAF3;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	height: 303px;
	overflow: hidden;
}
.highlightTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #6095C1;
    padding-bottom: 0px;
}
.highlightTitle a
{
	font-weight: bold;
	font-size: 12px;
	color: #6095C1;
    padding-bottom: 0px;
    text-decoration: none;
}
.highlightTitle a:hover
{
    text-decoration: underline;
}
.highlightText
{
    padding-bottom: 12px;
    font-size: 12px;
}
/*  BODY TEXT STYLES  */
#homePageText
{
    line-height: 18px;
    padding: 10px;
    height: 143px; /* controls the height of the page */
    overflow: hidden;
}
#homePageTextSpacer
{
    height: 18px;
}
#homePageText p
{
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 10px;
}
#workWithUsAndFeature
{
}
/*  WORK WITH US STYLES  */
#workWithUs
{
    width: 250px;
    height: 100%;
    float: left;
}
#workWithUsPadding{
    padding-left: 4px;
    padding-right: 0px;
}
#workWithUsContent
{
	background-color: #DFEAF3;
	width: 231px;
	padding-left: 10px;
	padding-right: 5px;
}
.pubLink
{
    letter-spacing: -0.2px;
}
/*  FEATURED PUBLICATION STYLES  */
#feature
{
    width: 250px;
    float: left;
}
#featurePadding{
    padding-left: 4px;
    padding-right: 0px;
}
#featureContent
{
	background-color: #DFEAF3;
	width: 226px;
	padding-left: 10px;
	padding-right: 10px;
}

