﻿/* homepage */
#contentLeft { width: 25%; }
#homePageTable { width: 100%; }
#homePageLeft { width: auto; vertical-align: top; }
#homePageRight { width: 25%; vertical-align: top; padding: 15px 15px 0 0; }
.homeRightBox { border: 11px #b3d8f7 solid; padding: 10px; background: #4078c2; color: #ffffff; margin-bottom: 15px; font-size: 1em; font-family:Arial, Helvetica, sans-serif; }
.homeRightBox a { color: #ffffff !important; text-decoration: none; }
.homeRightBox table.slm-layout-main { background: #4078c2 !important; }
.homeRightBox div.bullet { background-image: url('/images/homeBullet.gif'); }
h1.homePageTitle { font-family: Georgia, "Times New Roman", Times, serif; font-size: 32px; font-weight: normal; color: #000000; margin: 10px 0 0 0; }
.homeLeftGradient { background: url('/images/homeLeftBg.gif') top repeat-x; margin-top: 20px; }
.homeLeftGradient div.link-item a { font-size: 1em;}
.homeLeftGradient div.description { font-size: .9em; color: #616060; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* added by DJS to attempt to style information for section */
.homeTopLeft div.link-item a {
	font-size: 130%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
}
.homeTopLeft div.description { font-size: 2em; color: #616060; font-family: Verdana, Arial, Helvetica, sans-serif; }
div.homeTopLeft a, div.homeRightBox a { text-decoration: none !important; }

@media print {
#homePageRight { display: none; }
}
