/* Start of CMSMS style sheet '2007' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper { 
	width: 125px; 
	}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
    margin-left: 0px;
	}
#primary-nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none; 
	}
#primary-nav li { 
    margin-bottom: 0px; 
	position: relative; 
	}


/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #ffffff;
	display: block; 
	margin: 0px; 
	padding: 2px 2px 2px 2px;
	text-decoration: none; 
    font-weight : bold;
    color : #fff;
	}
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #375CAC; 
	}


/* Styling the basic apperance of the active page */
/* elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #375CAC; 
	}



/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
	background-color: #375CAC; 
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #fff;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: block; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }





body {  font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; font-size: 11px}
h1 {font-size: 1.1em; 
font-style: normal; 
font-weight: bold}
h3 {font-size: 1em; 
font-style: normal; 
font-weight: bold}
h4 {  font-size: 0.9em; 
font-style: normal; 
font-weight: bold}
h5 {font-size: 0.8em; 
font-style: normal; 
font-weight: bold}

p { font-size: 11px}

.content  {   
	display: block; 
/* margin: 5px; */
padding-left: 5px; 
text-align: justify; 
padding-right: 10px}

.text_list { font-size: 0.75em}
.content {  padding-left: 10px; 
text-align: justify; 
padding-right: 10px}

caption { font-size: 0.75em}
.content {  padding-left: 10px; 
text-align: justify; 
padding-right: 10px}

.news {
	padding-left: 3px;
font-size: 11px
	text-align: left;
	padding-right: 3px;
	width: 125;
}

.small {
	font-size: 9px;
	}

.footer {font-size: 0.7em; 
padding-left: 5px;
padding-bottom: 2px;
padding-top: 2px}

ul#primary-nav,
ul#primary-nav ul {
  margin: 0;
  padding: 0;
  width: 135px; /* Width of Menu Items */
  border-top: 0px solid #ffffff;
  background: #375CAC; /* IE6 Bug */
  font-size: 12px;

  }

ul#primary-nav li {
 
  position: relative;
  list-style: none;
  border-bottom: 0px solid #ffffff;
  }


ul#primary-nav li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold; 
  padding-top: 2px;
  border: 1px solid #375CAC;
  border-bottom: 0;

  }

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

/* Forces all nav to show */
ul#primary-nav ul {
 width: 115px; /* Width of SubMenu Items */
  position: relative;
      font-size: 10px;
  display: block;
  left: 0px; /* Set 1px less than menu width */
  padding-left: 15px;
  top: 0;
  }

ul#primary-nav li ul li a { padding: 2px 2px; } 

/* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: block; } 


/* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } 


/* The magic */

/* #primary-nav ul, ul#primary-nav li.menuparent { background: transparent url(modules/CSSMenu/arrow.gif) right center no-repeat; } */


/* fixed image flicker by adding ?#primary-nav ul */

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #375CAC; }

ul#primary-nav li a:hover { color: #000000;
 }

ul#primary-nav .sectionheader { font-weight: bold; }

.style1 { color: #fff;   font-weight: bold; 

 }

/* End of '2007' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal
	width: 125px; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 3px 3px 3px; /* padding for the news article summary */
    margin: 0 3px 3px 3px; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {

  font-style: italic;
 }

.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: 120%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {

  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 120%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 120%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
.newstable {
  border: 1px solid #555555;
  padding: 0.5em;
}
/* End of 'Module: News' */

