﻿h1 {font-family: "Lucida Grande", Arial; font-size: 13px; color: #0069a5; margin-left: 8px; margin-top: 28px; margin-bottom: 4px;}


.homepage_news {
	margin: 20px 8px -10px 16px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #999;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}


.homepage_spsintro a:link    { color: #0071b3; text-decoration: none; }
.homepage_spsintro a:active        { color: #0071b3; text-decoration: none; background: #bff0ff; } 
.homepage_spsintro a:hover        { color: #0071b3; text-decoration: none; background: #bff0ff; } 
.homepage_spsintro a:visited       { color: #0071b3; text-decoration: none; }

.homepage_news a:link		{ color: #0071b3; text-decoration: none; }
.homepage_news a:active		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
.homepage_news a:hover		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
.homepage_news a:visited	{ color: #0071b3; text-decoration: none; }

.homepage_shortcut_hdr {
	margin: 20px 0 8px 16px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

.homepage_shortcut_title { font-family: "Lucida Grande", Arial; font-size: 13px; font-style: normal; color: #f2f2ef; background-color: #0069a5; display: table-cell; height: 22px; padding-left: 16px; font-weight: bold; vertical-align: middle;}

.homepage_shortcut {
	margin: 0 8px 4px 16px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
}



.homepage_shortcut a:link		{ color: #0071b3; text-decoration: none; }
.homepage_shortcut a:active		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
.homepage_shortcut a:hover		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
.homepage_shortcut a:visited	{ color: #0071b3; text-decoration: none; }

.homepage_spsintro {FONT-WEIGHT: normal; FONT-SIZE: 11px; MARGIN: 0px 3px 0px 9px; COLOR: #4d4d49; LINE-HEIGHT: 14px; FONT-FAMILY: "Lucida Grande", Tahoma, Arial}

.homepage_spsintro_hdr {font-family: "Lucida Grande", Arial; font-size: 13px; color: #666657; font-weight: bold; margin-left: 9px; margin-top: 15px; margin-bottom: 6px;}


UL.spslist {list-style-image: url('/Images/Common/home_bullet.gif'); margin: 10px 0 0 20px; padding: 0}
UL.spslist li {line-height: 12px; margin:4px 0 8px 0; }
UL.spslist a:link		{ color: #0071b3; text-decoration: none; }
UL.spslist a:active		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
UL.spslist a:hover		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
UL.spslist a:visited	{ color: #0071b3; text-decoration: none; }

UL.spslist2 {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-IMAGE: url('/Images/Common/home_bullet.gif'); PADDING-BOTTOM: 0px; PADDING-TOP: 0px; margin-left: 25px; margin-top: 0px;}
UL.spslist2 LI {LINE-HEIGHT: 12px; margin-bottom: 8px;}
UL.spslist2 A:link {COLOR: #0071b3; TEXT-DECORATION: none}	
UL.spslist2 A:active {BACKGROUND: #bff0ff; COLOR: #0071b3; TEXT-DECORATION: none}
UL.spslist2 A:hover {BACKGROUND: #bff0ff; COLOR: #0071b3; TEXT-DECORATION: none}
UL.spslist2 A:visited {COLOR: #0071b3; TEXT-DECORATION: none}






/* ==================== HOMEPAGE TOOLTIPS ==================== */

a.info{
    position:relative;
    z-index:24; 
    color:#0071b3;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#bff0ff}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
	margin: 4px; padding: 4px;
    border:1px solid #ccc;
    background-color:#fff; color:#555;
    text-align: center}

