/* Start of CMSMS style sheet 'we-round-box' */
.boxtop {	
	/*make this the same size as the top image*/	
	display:block;	
	width:198px;	
	height:85px;	
	/*set the image as a background*/	
	background-position:left top;	
	background-repeat:no-repeat;	
	background-image:url(uploads/images/box-top.gif);	
}	
.boxtopcontent {	
	/*shift the title down a bit and center it*/	
	padding-top:10px;	
	text-align:center;	
}	
.boxbottom {	
	/*make this the same width as the bottom image*/	
	/*don’t set the height as this needs to be flexible*/	
	display:block;	
	width:198px;	
	/*set the image as a background*/	
	background-position:left bottom;	
	background-repeat:no-repeat;	
	background-image:url(uploads/images/box-bottom.gif);	
}	
.boxmaincontent {	
 display:block;	
 /*align the main content nicely*/	
 padding: 0px 10px 20px 10px;	
 text-align:center;	
}
p.firstp {
 /* first paragraph must have zero top margin */
 margin-top: 0;
}


/* End of 'we-round-box' */

/* Start of CMSMS style sheet 'we-navigation-css-horiz' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 0;
   margin-right: 0;
  padding-left: 1px;
}

/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
   /* Fix for Opera 8:  overflow: hidden;  */
   background-color: #1ca4e3;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
}

/* Set the width of the menu elements at second level. */
#primary-nav li li { width: 230px; }

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
#primary-nav li { 
   margin-left: -1px;
   float: left; 
  width: 132px;
 text-align: left;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
 text-align: left;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #000000;
 font-weight:bold;
}
#primary-nav li a { 
  border: 2px outset #1c41e3;
  border-top: 1px solid #1ca4e3;
  border-left: 1px solid #c0c0c0;
}
#primary-nav li li a { border: 1px solid #C0C0C0; }	

#primary-nav li, #primary-nav li.menuparent { background-color: #1ca3e3; }

/* Styling the basic apperance of the active page elements */
#primary-nav li.menuactive { background-color: #e3be1c; }

/* 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: #E7AB0B; 
}


/* 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 'we-navigation-css-horiz' */

