﻿#leftTool { width: 190px; float: left; padding: 120px 0 20px 0; }
#rightTool { width: 260px; float: right; clear: right; }
#content { width: 475px; padding: 0 10px 0 20px; float: left; }
#wideContent { width: auto; padding: 0 40px 0 20px; float: none;}
#rightTool .block { margin-right: 38px; }
#leftTool .block { margin-left: 38px; }
#mainContentArea {
    float: right;
    width: 770px;
}

/**** Left Toolbar ********************************************************/
#leftTool h3 { background: #ed91ab; color: #fff; font-size: 15.5px; padding: 8px 0 8px 5px; }
* html #leftTool h3 span.corner { bottom: -19px; }

/**** Right Toolbar *******************************************************/
#rightTool h3, .alwaysToTheRight h3 { padding: 5px; }
.fundedPrograms a { color: #e77698; text-decoration: none; font-size: 13px; }
.alwaysToTheRight {
    width: 260px;
    float: right;
    clear: right;
}
.alwaysToTheRight p { margin: 0; }
.alwaysToTheRight h3 { margin: 0 0 7px 0; }

/**** Left Side Navigation ***********************************************/
#leftNav { margin: 0 0 30px 0; }
#leftNav li { background-position: 0 5px; margin: 0 0 6px 0; }
#leftNav ul { padding: 3px 0 0 0; }
#leftNav li.selected { background-image: url(Icons/RedHeartIcon.gif); }
#leftNav li li, #leftNav li li.selected { background: none; padding-left: 0; }
#leftNav li a { color: #e37695; display: block; }
#leftNav li.selected a.root, #leftNav li li a { color: #111; }
#leftNav li a.root { text-transform: lowercase; text-decoration: none; font-size: 16px; font-family: Georgia, Times New Roman; }
#leftNav li li.selected a { text-decoration: none; font-weight: bold; }

/**** breadcrumbs ********************************************************/
#breadcrumbs { color: #f695b3; font-weight: bold; margin: 0 0 10px 0; overflow: hidden; white-space: nowrap; text-transform: lowercase; }
#breadcrumbs a { color: #e1648a; text-decoration: none; text-transform: lowercase; }

/**** Bottom Callouts ****************************************************/
#bottomCallouts { clear: right; float: right; width: 755px; }
#bottomCallouts .callout { width: 32.3%; float: left; margin-right: 10px; }
#bottomCallouts .last { margin-right: 0; float: right; }
#bottomCallouts h3 { padding: 8px; font-size: 16px; }
* html #bottomCallouts h3 span.corner { bottom: -19px; }

/**** Pink Box ***********************************************************/
.pinkBox { border: 1px solid #f796b3; background: #fce0e8; padding: 10px; }
#rightTool .pinkBox h3 { color: #df4f7b; padding: 0; }

/**** Print & Share Links ************************************************/
.printShareLinks { padding: 10px 0 0 0; }
.newsReleaseAlignLeft { text-align: left; }
.printShareLinks a { display: inline-block; padding: 0 10px 5px 20px; }
.printShareLinks a.print { background: url(Icons/Print.gif) top left no-repeat; }
.printShareLinks a.share { background: url(Icons/Share.gif) top left no-repeat; }

/**** News Release********************************************************/
.newsReleaseAlignLeft { text-align: left; }
.newsReleaseAlignLeft a { color: #d77493; text-decoration: none; font-weight: bold; font-size: 14px; font-family: Arial; }
.newsReleaseAlignRight { text-align: right; vertical-align: top; white-space: nowrap; }
.newsReleaseBody { width: 475px; }
.subHeadline { font-weight: bold; font-style: italic; font-size: 9pt; }
.italic { font-style: italic; }

.centered { text-align: center; }
.pinkLinks a { color: #d77493; text-align: center; font-weight: bold; }

.overflowHidden { overflow: hidden; }

/*********** Get Back In The Swing ******************/

/*********** Sponsor Map ******************/
.map a { position: absolute; border: 1px solid black; width: 4px; height: 4px; display: block;-moz-border-radius: 2px; -webkit-border-radius: 4px; } 
.map span { display: none; } 
.map a.rep, .map a.REP { text-decoration: none; border-color: #fff; background-color: #333; } 
.map a.dem, .map a.DEM { text-decoration: none; border-color: #fff; background-color: #DF4F7B; } 
.map a:hover { border-color: #f696b2; background-color: #F696B2; } 
.map a:hover span { display: block; position:absolute; width:150px; top: -8px; left: 12px; border: 1px solid #F696B2; background:#F696B2;color:#FFF; text-decoration: none }

