/* CSS for home page */

#sidebarHome img { margin: 0; padding: 0; }

#sidebarHome { line-height: 1.4 }

#sidebarHome p { margin: 0; }
#sidebarHome p.learnMore { margin: 10px 0; }

#inFocus { 
	background-color: #B5DAEA;
	min-height: 350px;	
	padding-left: 215px;
	padding-right: 15px;	
	padding-bottom: .5em;
	position: static;	
	bottom: 0;
	width: 302px;	
	margin-top: 0;
	background-image: url(/images/salute.jpg);
	background-repeat: no-repeat;	
	background-position: top left;	
}

#inFocus a { font-weight: bold; }
#inFocus ul { margin: 0; padding: 0; padding-top: .3em; margin-left: 15px; }
#inFocus ul li { list-style-type: none; }
#inFocus h2 { padding-top: .3em; margin-bottom: .3em; border-bottom: 1px solid; }
#inFocus #whatsNew { margin-bottom: .5em; }
#inFocus #whatsNew #contentItemBox h2 { font-size: 108%; border: none; }
#inFocus #whatsNew #contentItemBox p { margin: 5px 0; }
#inFocus .spacer { border-color: #1a2650; margin: 5px 0; }
#inFocus #contentItemBox { padding: 0; padding-left: 15px; } 

