/* Start of CMSMS style sheet 'Navication - Simple Horizontal' */
/********************
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 {
   background-color: #ECECEC;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* 
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;
   border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #C0C0C0;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #18507C;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #C3D4DF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'Navication - Simple Horizontal' */

/* Start of CMSMS style sheet 'rrstyles' */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(uploads/images/site_images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #006600;
}
a:active {
	color: #990000;
}
.highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #9F3E0B;
}
.main2_home {
	background-image: url(uploads/images/site_images/home_text_bg2.jpg);
	background-repeat: no-repeat;
}
.style2 {color: #666666}
.main1_home {
	background-image: url(uploads/images/site_images/home_text_bg1.jpg);
}
.bodyBackground_home {
	background-image: url(uploads/images/site_images/home_body_bg.jpg);
}

.bodyBackground_books {
	background-image: url(uploads/images/books/book_body_bg.jpg);
}

.bodyBackground {
	background-image: url(uploads/images/site_images/home_body_bg2.jpg);
        background-repeat: no-repeat;
}


.bodyBackground2 {
	background-image: url(uploads/images/site_images/home_body_bg3.jpg);
        background-repeat: no-repeat;
}


.main1_books {
	background-image: url(uploads/images/books/book_bg_01.jpg);
             background-repeat: no-repeat;
}
.main2_books {
	background-image: url(uploads/images/books/book_bg_02.jpg);
             background-repeat: no-repeat;
}
.main3_books {
	background-image: url(uploads/images/books/book_bg_03.jpg);
            background-repeat: no-repeat;

}
.highlights2 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: italic; color: #304C8F; }
.highlights3 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: italic; color: #AF0062; }

.highlights_book_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #9F3E0B;
}

.style5 {color: #666666; font-style: italic; }

.cite {
      font-size: 11px;
      font-style: italic;
      color: #304C8F;
}
.highlights-major {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: bold; color: #304C8F; }

.footer-txt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: bold; 
	color: #304C8F; 
}

.footer-txt2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #304C8F; 
}


.npaper {
     text-align: justified;
}

.subnav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: bold;
    font-weight: bold;
    color: #999999;
    line-height: 18px;
}

.subnav:link { text-decoration: none; color: #666666}
.subnav:visited { text-decoration: none; color: #666666}
.subnav:hover { text-decoration: none; color: #999999}
.subnav:active { text-decoration: none; color: #666666}

/* End of 'rrstyles' */

