/* 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 #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  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 'Berryfruit: Top menu + 3 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

body {
	margin: 20px auto;
	padding: 0;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f4;
	background-color: #245745;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 850px;
	padding: 10px;
}

#header {
clear: both;
margin: 0;
padding: 0;
height: 100px;
}

#header h1 {
width: 500px;
margin: 0;
float: left;
}

#header p {
	width: 300px;
	float: right;
	text-align: right;
        margin: 0;
        padding: 0;
}


#headerimg {
	margin: 0 0 10px 0;
	border-bottom: 5px solid #9C301A;
	clear: both;
	display: block;
	padding: 0;
	background-color: #9C301A;
}

div.breadcrumbs {
   color: #606060;
   padding: 0.8em 0 1.5em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 0.9em;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 1em 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
}



/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   font-size: 0.9em
   margin: 0 1em;
}

#sidebar {
	clear: left;
	float: left;
	width: 165px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#avmenu {
	font-size: 0.9em;
	background-color: #EBCF6A;
	padding: 15px 0 15px 0;
}

#avmenu ul {	
list-style: none;
width: 165px;
margin: 0 0 20px 0;
padding: 0;
font-size: 0.9em;
}	

#avmenu li {
margin-bottom: 2px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #245745;
display: block;
padding: 6px 0 0 10px;
background: #F5E7B4;
border-left: 4px solid #EBCF6A;
}	
	
#avmenu li a:hover {
color: #9C301A;
border-left: 4px solid #9C301A;
}

#sidebarblock {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 145px;
	background-color: #D8EDCC;
	line-height: 1.3em;
	font-size: 0.9em;
}

#sidebarblock p {
	font-size: 10px;
}

#map {
	margin: 10px 0 10px 0;
}

#rightbar {
	float: right;
	width: 126px;
	margin: 0 0 10px 0;
	padding: 8px;
	font-size: 10px;
	line-height: 1.2em;
	background-color: #D8EDCC;
}

#rightbar p {
	margin: 0 0 8px 0;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 150px 20px 175px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 10px 10px 0 10px;
	line-height: 1.4em;
	text-align: left;
}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	border-top: 1px dotted #CC6600;
	padding: 5px 5px 5px 0;
}


h1 {
	margin: 0 0 25px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #245745;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #245745;
}

h3 {
	margin: 0 0 8px 0;
        font-size: 1.3em;
	font-weight: normal;
	color: #9C301A;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: left;
}

ul {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: left;
}

a {
text-decoration: none;
color: #CC6600;
}

a:hover {
text-decoration: underline;
color: #CC6600;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #D8EDCC;
	width: 850px;
	color: #808080;
	font-size: 0.8em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 9px;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   line-height: 1.4em;
   margin: 0 0 1.6em 0;
}

div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}



/* END LISTS */
/* End of 'Berryfruit: Top menu + 3 columns' */

/* Start of CMSMS style sheet '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 */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.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 of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Menu Left' */
/********************
MENU
*********************/
#menu_vert {
   font-size: 10px;
   background-color: #EBCF6A;
   padding: 15px 0 15px 0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-top: 10px;
   padding-bottom: 0.2em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0 0 4px 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** 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 {
   text-decoration:none; /* no underline for links */
   font-weight: bold;
   display: block; /* IE has problems with this, fixed above */
   padding: 6px 0 0 15px; /* some air for it */
   background: #F5E7B4;
   color: #245745; /* this will be link color for all levels */
   border-left: 4px solid #EBCF6A;
   min-height:1em; /* Fixes IE7 whitespace bug */
   height: 20px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   padding: 6px 0 0 15px;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   font-weight: normal;
   padding: 0 0 0 25px;
   border-left: none;
   background: none;
}

/* hover state for third level links */
div#menu_vert ul ul ul a:hover {
   text-decoration: underline;
   color: #9C301A;
   background: none;
   background-color: none;
   border-left: none;

}

/* hover state for all level links */
div#menu_vert a:hover {
   color: #9C301A;
   background-color: #F2E09E;
   border-left: 4px solid #9C301A;

}
div#menu_vert a.activeparent:hover {
   color: #9C301A;
   background-color: #F2E09E;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #F2E09E;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-color: #F2E09E;
   border-left: 4px solid #9C301A;
   color: #9C301A;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   padding: 6px 0 0 15px;  /* some air for it */
   height: 20px;
   border-left: 4px solid #9C301A;
   background-color: #F2E09E;
   color: #9C301A;                                 /* this will be link color for all levels */
   font-weight: bold;
   font-size: 10px;                           /* instead of the normal font size for <h3> */
   margin: 0 0 4px 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-weight: bold;
   display: block;
   padding: 6px 0 0 15px;
   background-color: #F2E09E;
   border-bottom: none;
   color: #9C301A;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   font-weight: normal;
   background: none;
   border-left: none;
   padding: 0 0 0 25px;

}

/* section header */
div#menu_vert li.sectionheader {
   display: block;
   font-weight: bold;
   background: #F5E7B4;
   color: #9C301A;
   border-left: 4px solid #9C301A;
   padding: 6px 0 0 15px;
   min-height:1em; /* Fixes IE7 whitespace bug */
   height: 20px;
   margin: 0;
}



/* 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 of 'Menu Left' */

