/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ffed00; 
}

.NewsSummaryHome {
    padding: 0 0 0 0; /* padding for the news article summary */
    margin: 0 0 0 0; /* margin to the bottom of the news article summary */
  /*  border-bottom: 1px solid #ccc; */
}

.NewsSummaryHomeTop {
    padding: 0 0 0 0; /* padding for the news article summary */
    margin: 0 0 0 0; /* margin to the bottom of the news article summary */
      /*  border-bottom: 1px solid #ccc; */
}


.NewsSummaryPostdate {
    font-size: 7.5pt;
    font-weight: bold;
 }

.NewsSummaryLink {
    font-size: 12pt;
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryLinkHome {
    font-size: 10pt;
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryLinkHomeTop {
    font-size: 14pt;
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 0px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ffed00;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

 #NewsPostDetailTitle {
   font-size: 1.8em;
}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
#NewsPostDetailHorizRule {}
*/


/* Used in USFA Holiday Saftey News Artical */ 
    #threecol {
	  float: left;
	  width: 310px;
	  margin: 0 15px 1em 0;
	  padding: 0;
	   }
	
	  #threecol h2, h3, p {
	  padding-right: 3em;
	   }	

dl.percent {
		margin: 1em 0 0 0;
		}
	
	dl.percent dt {
		clear: left;
		color: #c00;
		float: left;
		font-weight: normal;
		font-size: 1.25em;
		line-height: 1.75em;
		margin: 0;
		padding: 0;
		text-align: right;
		width: 75px;
		}
		
	dl.percent dd {
		height: 1%;
		line-height: 1.5em;
		margin: 0 0 1em 80px;
		padding: 0;
		}	

.download {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 1em 0 1em 0;
	padding: 20px;
	}
.download h3 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em 0;
	padding-bottom: .5em;
	}
.download h4 {
	color: #555;
	margin: 1.5em 0 .5em 20px;
	}
.download p {
	margin: 2.5em 0 1em;
	}	
.download ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.download li {
	margin-bottom: 1em;
	margin-left: 20px;
	}
.download li:first-line {
	margin-left: -20px;
	}
	
/* Right Floated Content (Example: /help/index.shtm) */
.floatbox {
	background-color: #fff;
	border-left: 1px dotted #999;
	float: right;
	font-size: 87%;
	line-height: 1.3em; 
	margin: 0 0 3em 3em; 
	padding: 0 0 0 10px;
	width: 300px;
	}
	
.floatbox ul {
	margin-left: 8px;
	padding-left: 8px;
	}

/* Image Captions (Example: http://www.w3.org/Style/Examples/007/figures */

DIV.figure {
min-width: 200px;
}

div.figure {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC; 
  padding: 0.8em;
  font: 10px/1.4em Arial, sans-serif;
  font-style:italic;
  vertical-align: text-top;

}

.right { margin: 0.3em 0 0.5em 0.2em; float:right; }
.left { margin: 0.3em 0.5em 0.5em 0; float:left;  } 

img.scaled {
  width: 200px;
  height: 150px;
  
}
/* End of 'Module: News' */

