/* Start of CMSMS style sheet 'Interlink1' */
body { margin: 0; padding: 0; color: #fff; font-family: Minion, Georgia; }
h2 { text-transform: capitalize; font-size: 30px; line-height: 30px; margin: 0; margin-bottom: 15px; padding: 0; font-weight: normal;}
p { margin-top: 0; }
a { color: #EBEBEB; text-decoration: none; }
a:hover { color: #fff; }
 
#wrapper { background-color: #D49C6C; margin: 0; padding: 0; text-align: left; width: 1000px; }
#navtop { width: 250px; }
#radius { width: 20px; height: 20px; background-image: url(uploads/images/radius.jpg); }
#ctop { background: #DDAF87 url(uploads/images/border.jpg) repeat-x; width: 730px; height: 20px; }
#cleft { background: #DDAF87 url(uploads/images/border.jpg) repeat-y; width: 20px;}

#nav { margin: 0; padding: 0; width: 250px; letter-spacing: 0.1em}

#concell { background-color: #DDAF87; vertical-align: top; align: right; width: 730px;}
#content { background-color: #DDAF87; vertical-align: top; text-align: left; width: 710px; height: 450px; overflow: auto; margin: 10px 10px 2px 10px;}

#welcomemes { font-size: 30px; line-height: 40px; border-bottom: 2px dotted  #E4C5A9; padding-bottom: 20px; margin-bottom: 20px;}

#footmess a { color: #000; }
#footmess a:hover { color: #666; }
/* End of 'Interlink1' */

/* Start of CMSMS style sheet 'Navigation: Level 1' */
/********************
MENU
*********************/

#menu_vert {
   padding: 0;
   margin: 0;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0 2px 0 -38px;
   padding: 0 0 2px 0; 
   border-bottom: 2px dotted #E4C5A9;
   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 {
   margin: 2px 0 0 0;
   text-align: left;
   text-decoration:none; /* no underline for links */
   display: block;  /* IE has problems with this, fixed above */
   padding: 5px 5px 5px 40px; /* some air for it */
   color: #F7E1CC; /* this will be link color for all levels */
/*   min-height:1em;  Fixes IE7 whitespace bug */ 
   font-size: 12px;
   font-weight: bold;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 100%;
   padding: 5px 0 5px 0;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 5px 0 5px 0;
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #E4C5A9;
   color: #D49C6C;
}
div#menu_vert a.activeparent:hover {
   background-color: #E4C5A9;
   color: #D49C6C;
}

/* 
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: #E4C5A9;
   color: #D49C6C;
}

div#menu_vert ul ul li a.activeparent {
   background-color: #E4C5A9;
   color: #D49C6C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background-color: #E4C5A9;
   display: block; 
   padding: 5px 5px 5px 40px;  /* some air for it */
   color: #D49C6C;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 2px 0 0 0;                                  /* as <h3> normally has some margin by default */
   font-weight: bold;
   font-size: 12px;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 5px 0 5px 0;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 5px 0 5px 0;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 5px 0 5px 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* 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 'Navigation: Level 1' */

