﻿/*html
{
    overflow: scroll;
}*/

/* --------- background ----------- */
body 
{
    background: url(dot.png);
    font: normal 90% sans-serif;
}

/* --------- title (header) ----------- */
#title
{
    margin: auto; 
    width: 950px;
    height: 75px;
    /*background: url(title.png) no-repeat bottom;*/
    background: url(title.png) no-repeat bottom;
}

/* --------- wrap body ----------- */
#wrapper
{
    margin: auto;
    width: 950px;
    background: url(main.png);
}

/* --------- bottom page (shadow) ----------- */
#bottom
{
    margin: auto;
    width: 950px;
    height: 9px;
    background: url(bottom.png) no-repeat top;
}

/* --------- width of main page ----------- */
#page
{
    margin: auto;
    width: 915px;
    height: 100%;
}

/* --------- top menu ----------- */
#menu
{
    width: 900px;
    /*padding: 5px 0 5px 0;
    background: white;*/
    text-align: center;
    background: url(dot.png);
    line-height: 30px;
    margin-left: -1px;
}

#menu td
{
    background-image: url(dot.png);
    border: solid 1px #FFFFFF;
    /*background: #4682B4;*/
    font-weight: bold;
    color: White;
    width: 17%;
}

#menu td:hover
{
    background: #ACCEDA;
}

#menu a
{
    text-decoration: none;
    color: White;
}

#menu .here
{
    background-color: #ACCEDA;
    background-image: none;
}
#menu .here a
{
    color: Navy;
}

/* --------- left side menu ----------- */
#leftmenu
{
    width: 220px;
    float: left;
    padding: 5px 5px 5px 5px;
    margin-left: -30px;
}

/*
#leftmenu ul
{   
    list-style-type: none;
    text-indent: 10px;    
}

#leftmenu li
{
    padding: 5px 0 5px 0;
    border-bottom: dashed 1px gray;
}

#leftmenu .heading
{
    text-indent: 0px;
    text-align: center;
    font-weight: bolder;
}

#leftmenu a
{
    text-decoration: none;
}
*/

#leftmenu h3
{
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#leftmenu ul {
	/*border-top: 1px dashed #BCBAAC;*/
	list-style-type: none;
    text-indent: 10px;
}
#leftmenu .active
{
    background: #F2F0CA;
}
#leftmenu li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	padding: 4px;
}
#leftmenu li a {
	color: black;
	display: block;
	text-decoration: none;  
}
#leftmenu li a span {font-weight: bold;}
#leftmenu li a:hover {
	background: #D2D0C0;
	color: #553;
}

/* --------- content of the page ----------- */
#content
{
    width: 678px;
    padding: 5px 5px 5px 5px;
    /*float: right;
    margin-right: 15px;*/
    margin-left: 210px;
}

#content h1
{
    text-align: center;
}

#content p
{
    text-indent: 25px;
    line-height: 25px;
}

#content li
{
    line-height: 25px;
}

#content h2
{
    text-align: center;
}

#content h3
{
    text-align: center;
    font-style: italic;
}

#content .legend
{
    font-style: italic;
    padding: 5px 10px 0px 10px;
}

/* ----------- Bottom chapter list ----------- */
#quickpick
{
    
    line-height: 0px;
}

#quickpick ul
{
    
    margin-left: 0;
    list-style-position:inside;
}

#quickpick li
{
    background: #FFCCDA;
    padding: 0px 3px 0px 3px;
    display: inline;
}

/* ----------- Bottom page ----------- */
#copyright
{
    clear: both;
    padding: 3px;
    width: 97.5%;
    font-size: small;
    background: #c1cdcd;
    text-align: center;
}

/* ----------- Subsection css -------- */
#subsection
{ 
    width: 400px; 
    margin: auto;
    font-size: 90%;
}

#subsection ul
{
    margin: auto;
    padding-left: 15px;
}

#subsection a
{
    text-decoration: none;
    color: Navy;
}

/* ----------- PageNav css ----------- */
#pagenav 
{
    text-align: center;
}

#pagenav a, #pagenav span
{
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    background-image: url(dot.png);
    line-height: 25px;
    font-size: 120%;
    font-weight: bolder;
    padding: 0px 5px 0px 5px;
}

#pagenav a:hover
{
    background-color: #0174DF;
    background-image: none;
}

#pagenav span
{
    display: inline-block;
    color: #FFFFFF;
    background-color: Gray;
    background-image: none;
    line-height: 25px;
    font-size: 120%;
    font-weight: bolder;
    
}

/* ----------- General css ----------- */
.clear
{
    clear: both;
}

.italic
{
    font-style: italic;
}

.bold
{
    font-weight: bold;
}



#tableofcontents {}

#tableofcontents a
{
    text-decoration: none;
}

#tableofcontents a:hover
{
    color: Navy;
    font-weight: bolder;
}

#bibliography
{}

#bibliography p
{
    margin-left: 50px;
    text-indent: -30px;
}

#dropmenudiv{
position:absolute;
background-color: #CCDEFD;
/*border:1px solid black;*/
border: none;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
