/* Start of CMSMS style sheet 'nursery_menu' */
/* 
    Horizontal menu for the CMS CSS Menu Module
    by Alexander Endresen
*/

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
position: relative;
z-index:10000;
display:block;
}

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

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #6495ed;
   width: 100%;
   z-index:10000;
}


#primary-nav { 
   z-index:10000;
}

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


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
}
#primary-nav, #primary-nav ul, #primary-nav li { 
   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; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}
/* Styling the basic apperance of the menu elements */
#primary-nav li a { 
   border-right: 1px solid #000;
   border-left: 1px solid #000;
   margin: 0px; 
   padding: 3px 10px; 
   text-decoration: none; 
   color: #FFFF00; 
   font-weight: bold;
   font-size: 9pt;
}
#primary-nav li li a { 
   border: 1px solid #006699;
   padding: 3px 8px; 
   font-size: 8pt;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #6495ed; 
}

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

#primary-nav li.menuactive { 
   background-color: #32438d; 
   color: #FFCC00; 
}


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


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


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav li a { 
   display: block; 
}

#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; 
}

#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%; 
}

/* SUB MENU */
.sideMenu {  
	width: 100%;
	_width: 120%;  /* hack for IE */
}
.sideMenu .subMenu {
	padding: 3px 0px 3px 10px;
}
.sideMenu .menuItem {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 1px; 
}
.sideMenu a { 
	color: #FF0000;
	background: #DDEEFF;
	border-right: 6px solid #EEEEEE;
	display: block;
	padding: 3px 5px;
	_width: 100%;
}
.sideMenu .itemSelected a { 
	color: #FFFFCC;
	font-weight: bold;
	background: #6495ed;
	border-right: 6px solid #FFCC00;
}
.sideMenu a:hover { 
	background: #993366;
	border-right: 6px solid #FFCC00;
	color: #FFFFCC;
}

/* End of 'nursery_menu' */

/* Start of CMSMS style sheet 'nursery_style' */
body {
	background-color: #99c2d6;
	background-image: url(uploads/andeas03/bodybg.png );
	background-repeat: repeat-x;
	font-size: x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link {
	color: #3159A2;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3159A2;
}

a:hover {
	text-decoration: none;
	color: #E32934;
}

a:active {
	text-decoration: none;
	color: #3159A2;
}


#container {
	margin: auto;
	width: 900px;
	border: 3px solid #69c;
}

#header {
	width: 100%;
	background: #FFF;
	background-image: url( '/nursery/uploads/images/nursery/headerbackground.gif' );
	background-repeat: no-repeat;
}

#header TABLE {
	width: 100%;
	font-size: 9pt;
}

#header TABLE TD {
	color: #FF0000;
	padding-right: 10px;
}

#cntnt01moduleform_1 INPUT, 
#cntnt01moduleform_1 INPUT {
	border: 1px solid #000099;
	color: #003366;
	font-weight:bold;
	font-size: xx-small;
	font-face: Tahoma;
	background: #eeeeee;
}

#header TABLE TD A {
	color: #000099;
	font-weight: bold;
	line-height: 150%;
}

#content {
	width: 100%;
	background: #FFFFFF;
        overflow: hidden;
        z-index: 1;
}

#footer{
	border: 1px solid #ccccee;
	width: 988;
	background: #ddeeff;
	font-size: xx-small;
	color: #000000;
	padding-bottom: 15px;
	text-align: center;
}

.pageTitle {
	font-size: 14pt;
	color: #336699;
	border-bottom: 1px solid #BCD;
	margin-bottom: 20px;
	background:#eee url(uploads/andeas03/gradient2.png) repeat-x;
	padding: 3px 20px;
}

.subPageTitle {
	font-size: 12pt;
	color: #336699;
	margin-bottom: 10px;
	font-weight: bold;
}

#content TABLE {
	border-collapse: collapse;
}

#content TABLE .contentLeft {
	border-right: 1px dashed #ccc;
	width: 160px;
	vertical-align: top;
	padding: 0px;
}

#content TABLE .contentMain {
	width: 100%;
	padding: 0px;
	font-size: 9pt;
	vertical-align: top;
}

#content TABLE .contentMain .contentContainer {
	padding: 5px 20px 5px 20px;
}

#menuwrapper {
	padding-left:2px;
	width: 898px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.breadcrumbs {
	background-color: #FFC;
	border-bottom: 1px solid #ccc;
	font-size: x-small;
	padding: 3px 20px;
}

.breadcrumbs A {
	color: #00F;
	text-decoration: underline;
}
	
.breadcrumbs A:hover {
	width: 100%;
	color: #F00;
	text-decoration: none;
}

#cntnt01moduleform_1 {
display: inline;
}

#about_senior_staff {
	border-collapse: collapse;
}
#about_senior_staff TR TD {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dashed #CCCCCC;
}
#about_senior_staff {
}

.News {
}

.News .link {
font-weight: bold
}

.News .date {
font-size: xx-small;
}

.News .more {
	font-size: x-small;
	font-weight: bold
	text-align: right;
}

TABLE TR TD {
	vertical-align: top;
}

TD.columnSpacer {
	width: 15px;
}

TABLE#tableHome TR TD#tableHomeMission {
}

TABLE#tableHome TR TD#tableHomeNews,
TABLE#tableNews TR TD#tableNewsContacts {
	width: 200px;
}

TABLE#tableHome TR TD#tableHomeNews .date {
	color: #F63;
	font-weight: bold;
}

.year { 
	color: #00AACC; 
	font-size: 18pt;
}

.heading { 
	color: #00AACC; 
	font-size: 14pt;
	margin-top: 14pt;
	margin-bottom: 3pt;
}

.pics { height: 360px; width: 650px; margin: auto }
.pics img { border: 1px solid #ccc; background-color: #eee; }
/* End of 'nursery_style' */

