/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  background: #2E8D2E; 
}

div#news a{
color: #fff;
}

div#news h2 {
color: #2E8D2E;
   line-height: 1.5em;
padding-left: 15px;
   background: #fff;
}

.NewsSummary {
font-size:85%;
    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 #ccc; 
}

.NewsSummaryPostdate {
  font-size: 85%;
  font-weight: bold;
 }

.NewsSummaryLink {
    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: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'STIF' */
/* ----------------- */
/* CSS FRAMEWORK     */
/* ----------------- */

/* LAYOUT */

	* {
		margin:0;
		padding:0;
	}
	

	body {
	   background-color: #000;
	   margin:0em;
	   padding:0em;
	}
	
	div#pagewrapper {
	   padding:0em;
	   margin: 10px auto;
	   width: 950px;
	}
	
	
	div#header {
	   padding-left: 40px;
	   height: 72px;      
	   background: #EAD90B;
	}
	
	div#header h1 a {
	   background: url(images/logo.png) no-repeat 10px 0;
	   display: inline;
	   float:left;
	   height: 72px; 
	   width: 100px;
	   text-indent: -999em;
	   text-decoration:none;
	}
	
	div#header h2{
	float:left;
	font-size: 18px;
	padding-top:25px;
	padding-left:60px;
	color:#302818;
	}
	
	div#search {
	   float: right;
	   width: 23em;
	   text-align: right;
	   padding: 0.6em 0 0.2em 0;
	   margin: 0 1em;
	}
	
	div.breadcrumbs {
	   padding: 1em 0 1.2em 0;
	   font-size: 90%;
	   margin: 0 1em;
	}
	
	div#content {
	   background: #52AB34;
	   height:100%;
	   margin: 0em auto 0em 0;
	   padding: 1% 0;
	}
	
	
	div#main {
	   background: #fff;
	   float:left;
	   padding: 20px;
	   margin-left: 20px;
	   width: 680px;
	}
	
	div#sidebar {
	   background: #52AB34;
	   float: left;
	   width: 200px;
	   display: inline;  /* FIX IE double margin bug */
	   margin-left: 0;
	   padding-top: 20px;

	}
	
	div#banner{
	background: url(images/head_photo.jpg) no-repeat;
	width: 559px;
	padding-top:142px;
	}
	
	div#footer {
	   clear: both;
	   background-color: #EAD90B;
	}
	
	div#footer p {
	   font-size: 0.8em;
	   padding: 1em;
	   text-align: center;
	   margin: 0;
	}
	
	div#footer p a {
	   color: #000;
	}
	
	div.hr {
	   height: 1px;
	   padding: 1em;
	   border-bottom: 1px dotted black;
	   margin: 1em;
	}
	
	div.left49 {
	  float: left;
	  width: 49%;
	}
	
	div.right49 {
	  float: right;
	  width: 49%;
	  text-align: right;
	}
		
	div#main h2{
	padding:10px 0;
	background: url(images/head_content_bg.gif) no-repeat left;
	padding-left: 30px;
	color: #40709F;
	font-size: 16px;
	}
	
/* END LAYOUT */


/* NAV MENU - Vertical */
	#menu_vert {
	   line-height:15px;
	   font-size:15px;
	   padding-left: 0;
	   margin-left: 0;
	}


	/* third level has some padding to have it stand out */
	div#menu_vert ul ul ul {
	   padding-bottom: 0.5em;
	}

	/* menu li block */
	#menu_vert li {
	   margin-left:10px;
	   margin-top:10px;
	   list-style: none;
	   display: block;
	}

	#menu_vert ul ul li {
	   border: none;
           margin-top:1px;
	}

	/** fix stupid ie bug with display:block; **/
	* html #menu_vert li a { height: 1%; } 
	* html #menu_vert li hr { height: 1%; }
	/** end fix **/

	/* first level links */
	div#menu_vert a {
	   height:15px;
	   padding:5px 0 5px 25px;
	   text-decoration:none; /* no underline for links */
	   display: block; /* IE has problems with this, fixed above */
	   color: #fff; /* this will be link color for all levels */
	   background: url(images/menu_bg.png) repeat-x;
	}

	/* next level links, more padding and smaller font */
	div#menu_vert ul ul a {
	height:15px;
	   font-size: 90%;
	   padding:3px 0 3px 20px;
	   background: #EAD90B;
           color: #000;
	}

	/* third level links, more padding */
	div#menu_vert ul ul ul a {
	height:15px;
	   padding:3px 0 3px 10px;
	   background: url(images/cms/dash.gif) no-repeat 0.1em center; 
	}

	/* hover state for all links */
	div#menu_vert a:hover {
	   background: #2E8D2E;
	}
	div#menu_vert a.activeparent:hover {
	   background: #2E8D2E url(images/cms/arrow-right-active.gif) no-repeat 0.1em center;
	}

	/* 
	active parent, that is the first-level parent 
	of a child page that is the current page 
	*/
	div#menu_vert li a.activeparent {
	   background: #2E8D2E url(images/cms/arrow-down.gif) no-repeat 0.1em center; 
	   color: #fff;
	}

	div#menu_vert ul ul li a.activeparent {
	   background: #2E8D2E url(images/cms/arrow-down.gif) no-repeat 0.1em center; 
	   color: #fff;
	}


	/* 
	current pages in the default Menu Manager 
	template are unclickable. This is for current page on first level 
	*/
	div#menu_vert ul h3 {
	height:15px;
	   padding:3px 0 3px 25px;
	   background: #2E8D2E url(images/cms/arrow-right-active.gif) no-repeat 10px center;
	   display: block; 
	   color: #fff;                                 /* this will be link color for all levels */
	   font-size: 15px;                           /* instead of the normal font size for <h3> */
	   margin: 0;                                  /* as <h3> normally has some margin by default */
	}

	/* 
	next level current pages, more padding, 
	smaller font and no background color or bottom border 
	*/
	div#menu_vert ul ul h3 {
	   font-size: 90%;
	   height:15px;
	   padding:3px 0 3px 10px;
	   background-position: 1.4em center;
	   background: #2E8D2E url(images/cms/arrow-right-active.gif) no-repeat 0.1em center;
	   border-bottom: none;
	   color: #fff;     
	}

	/* current page on third level, more padding */
	div#menu_vert ul ul ul h3 {
	height:15px;
	   padding:3px 0 3px 10px;
	   background: url(images/cms/arrow-right-active.gif) no-repeat 0.1em center; 
	}

	/* section header */
	div#menu_vert li.sectionheader {
	   border-right: none;
	   font-size: 130%;
	   font-weight: bold;
	   padding: 1.5em 0 0.8em 0;
	   background-color: #fff;
	   line-height: 1em;
	   margin: 0;
	   text-align:center;
	}



	/* separator */
	div#menu_vert li.separator {
	   height: 1px !important;
	   margin-top: -1px;
	   margin-bottom: 0;
	   padding:2px 0 2px 0;
	   background-color: #000;
	   overflow:hidden !important;
	   line-height:1px !important;
	   font-size:1px; /* for ie */
	}
	
	div#menu_vert li.separator hr {
	   display: none; /* this is for accessibility */
	}

/* END NAV MENU - Vertical */



/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Georgia,Courier New;
		color: #333;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active {
		color: #2E8D2E;
		text-decoration: underline;
	}
	a:visited {
		color: #2E8D2E;
		background-color: transparent;
	}
	a:hover {
        color: #fff;
background: #2E8D2E;
		text-decoration: none;
	}
/* END LINKS */


/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */

/* ACCESSIBILITY AND CROSS-BROWSER TOOLS */

/* accessibility */

/* 
menu links accesskeys 
*/
	span.accesskey {
	   text-decoration:none;
	}
	
	/* 
	accessibility divs are hidden by default 
	text, screenreaders and such will show these 
	*/
	.accessibility, hr {
	   position: absolute;
	   top: -999em;
	   left: -999em;
	}
	
	/* 
	definition tags are also hidden 
	these are also used for menu links    
	*/
	dfn {
	   position: absolute;
	   left: -1000px;
	   top: -1000px;
	   width: 0;
	   height: 0;
	   overflow: hidden;
	   display: inline;
	}
/* end accessibility */


/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */

/* END ACCESSIBILITY AND CROSS-BROWSER TOOLS */


/* End of 'STIF' */

