/* Start of CMSMS style sheet 'joliet-css' */
body {
background: url(uploads/layout/bg.jpg) no-repeat;   
background-color : #E0DEC5; 
font-family: Book Antiqua, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333
padding : 0; 
margin : 0; 
} 

.header {
   background: url(uploads/layout/headerBG.jpg) repeat-x;    
}

.menu {
margin-top: 20px;
text-align: left;
   /*width: 150px;*/
   /*float: left;    */    /* set sidebar on the left side. Change to right to float it right instead. */
  margin-left: 0; 
   /*display: inline;  *//* FIX IE double margin bug */
  /*float: left;  */     /* set sidebar on the left side. Change to right to float it right instead. */
}

.content {
   padding:  10px 100px 20px 100px;
}

h1 {
font-size: 18px;
/*font-weight: bold;*/
font-style: italic;
color: #333333;
margin: 20px 0 20px 0;
}
h2 {
font-size: 15px;
/*font-weight: bold;*/
font-style: italic;
color: #333333;
margin: 20px 0 20px 0;
}
h3 {
font-size: 12px;
font-weight: bold;
/*font-style: italic;*/
color: #333333;
margin: 16px 0 20px 0;
}
h4 {
font-size: 11px;
font-weight: bold;
font-style: italic;
color: #333333;
margin: 20px 0 20px 0;
}

.bodySUBTITLE { 
font-family: Book Antiqua, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px; 
color: #990033; 
font-weight: bold
}
.lower {
   margin: 0; 
   padding: 26px 20px 0px 20px;
   font-size: 10px;
   background: url(uploads/layout/footerRule.jpg) repeat-x;  
}
.footer {
   margin: 0; 
   padding: 0px 30px 10px 30px;
   font-size: 11px;
   background-color: #E0DEC5;
}
/* End of 'joliet-css' */

/* Start of CMSMS style sheet 'joliet-footer-menu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
    width: 100%;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   text-align: left;
}


/* menu list items */
div#menu_horiz li {
   display: inline;
   list-style: none; /* hides the list bullet */ 
   margin: 0;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .2em .6em .2em .4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   font-family: Book Antiqua, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   font-weight: normal;   
   color: #670001;
}


/* hover state for links */
div#menu_horiz li a:hover {
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   color: #670001;
 text-decoration: underline;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #670001;
}

div#menu_horiz h3 {
   padding: .2em .6em .2em .4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #670001;
   display: inline; /* IE has problems with this, fixed above */
   font-family: Book Antiqua, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   font-weight: normal;
   text-decoration: underline;
}
/* End of 'joliet-footer-menu' */

