/*************************************************************************************************
/* File: additional.css
/* Purpose: This file contains any styles that build or ovveride the base.css styles for use in
/* 			a specific section or page.
/************************************************************************************************/


/* Sitemap 
/*************************************************************************************/
#sitemap td{ vertical-align:top; padding:5px; }

/* FAQs - styles also used with JQuery
/*************************************************************************************/
.answer{ 
	background-color:#eee; 
	margin:10px 0;  
	padding:15px 20px 30px 20px; 
	}
	
	.answer p, 
	.answer li{ font-size:inherit; } /* important because we are using relative font sizes 
										BUT does not work correctly in IE so there is 
										a fix in IE.css  */


a.showFullText	{ color:#333; font-weight:normal; }
.closeFAQ		{ border:0; float:right; }
.selected		{ font-weight:bold !important; }


/* Nested Content - Used to create a fake two column layout within the content area
/*************************************************************************************/
#nestedContent{ background:url(../images/bkrnd_2colContent.png) repeat-y; }
	
	#main{ width: 350px; } /* for main div */
	
	.callout{ /* for accented/second col divs */
		display:inline;
		float:right;
		margin: 0 0 5px 8px; 
		padding: 0 10px;
		width:150px;
		}
	
	.callout p{ font-size:1.1em; line-height:1.4em; margin-bottom:5px; width:150px; }
	.callout h1{ font-size:1.2em; margin-bottom:7px; }

/* News Section
************************************************************************************************/
#featuredNews { 
	border:1px solid #ccc;
	border-left:3px solid #ccc;
	margin-bottom:15px;
	padding-bottom:20px;
}
#featuredNews h3, #featuredNews p{ margin:0 20px;}
#featuredNews p{ line-height:1.4em; font-size:1.1em;  }
#featuredNews h3{ border:0; margin-bottom:0; margin-top:15px; font-size:1.2em; }
#featuredNews h4{ font-weight:normal; color:#666; border-bottom:1px solid #ccc; background-color:#ddd; padding:3px;}

