/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {

background: url("uploads/images/menubg.png");
padding-left: 0px;
border-bottom: 3px solid #6e8fd8;
font-family:"verdana";
font-size: 12px;
padding-bottom: 0px;
z-index: 400;
height: 18px;

}

#menu_vert  a{
font-weight: normal;


}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 

   width: 100%;
 
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 

   z-index: 400;

}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   z-index: 400;
background: url("uploads/images/menubg.png");

}

#primary-nav dfn {
  display:none;
   margin: 0px; 
   padding: 0px; 
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
   margin: 0px; 
   padding: 0px; 
   z-index: 400;

}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
   margin: 0px; 
   padding: 0px; 

}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative;
   margin: 0px; 
   padding: 0px;  
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px 7px 0px 0px; 
   padding: 2px 14px; 

 
   text-decoration: none; 
   color: #ffffff;

}
#primary-nav li a { 
   border-right: 0px solid #C0C0C0;
   border-left: 0px solid #C0C0C0;

}
#primary-nav li li a { 
   border: 0px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 


}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background: #6e8fd8;
   color: #3e50a4;

}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrowdown.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}

/* 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: #6e8fd8;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#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: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#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 Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

/* Start of CMSMS style sheet '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: 14px;

 }

.NewsSummaryLink a{
    text-decoration: none;
    color: darkblue;
    font-size: 18px;
    padding-top: 0.2em;

}


.NewsSummaryLink a:hover {

    text-decoration: underline;

}

.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 p{
   line-height: 150%;

  
   }

#NewsPostDetailSummary img {
   display:none;
   }


#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


#NewsPostDetailPrintLink {
text-align: right;
}


/* to add specific style to the below divs, uncomment them. */


#NewsPostDetailTitle {font-size: 24px;}
/* 
#NewsPostDetailHorizRule {}

#NewsPostDetailReturnLink {}
*/
/* End of 'news' */

/* Start of CMSMS style sheet 'top' */
html, body {
min-width: 980px;
max-width: 980px;
margin: auto;
padding: 0;
background: url("uploads/images/bg.png");
background-color: #ffffff;
background-repeat: repeat-x;
font-family:  "verdana", "helvetica";
font-size: 13px;
}



#container{
width: 980px;
margin: auto;
background:url("uploads/images/bgfront.png") repeat-x bottom;
background-color: #d7e4ff;
}



#header{
height: 120px;
padding-left: 0px;
padding-bottom: 0px;
background: #d7e3ff;
border-bottom: 1px solid #ffffff;
color: white;
}


#stock{
float: right;
margin: 0px;
padding: 0px;
font-family: "lucida sans", "verdana";
font-size: 8pt;
color: #ffffff;
margin: 2px;
}


#rootlisting{
margin-left: 10px;
}
/* End of 'top' */

/* Start of CMSMS style sheet 'default' */

a {
font-weight: bold;
text-decoration: none;
color: darkblue;
}

a:hover{
text-decoration: underline;
}

#container{
background:url("uploads/images/bgrightie.jpg");
background-position: bottom right;
background-repeat: no-repeat;
background-color: #d7e4ff;
}

#header{
height: 120px;
padding-left: 0px;
padding-bottom: 0px;
background: #d7e3ff;
border-bottom: 1px solid #ffffff;
color: white;
}

#section{
border-top: 0px solid #ff9000;
font-family: "verdana", "arial", "helvetica";
font-color: #3e50a4;
font-size: 28px;
padding-left: 10px;
height: 40px; 
margin-top: 10px;
}

#breadcrumbs{
font-family: "lucida sans", "arial", "helvetica";
padding-top: 3px;
padding-left: 10px;
height: 28px;
margin: 0px;
}

#content {
margin-left: 10px;
background: url("uploads/images/bcbg.png") repeat-x;
background-color:white;
margin-top: 10px;
padding-top: 0px;
border: 0px solid #7c83a8;
min-height: 580px;
height: auto !important;
height: 580px;
margin-bottom: 0px;
margin-right: 200px;

}

#content-main{
padding: 10px;
background-color: white;
height: 100%;
}


#rightarea{
float: right;
font: verdana;
margin-top: 10px;
margin-left: 1px;
margin-right: 1px;
padding: 0px;
width: 198px;
}

#rightheader{
margin-top: 10px;
font-size: 12px;
font-weight: bold;
background: #3e50a4;
color: white;
margin-bottom: 0px;
}





#footer{
clear: both;
background: url("uploads/images/bgfooter.png");
background-repeat: repeat-y;
background-position: center right;
margin-top: 0px;
}

/* End of 'default' */

