@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.3em;
	color: #5D5D5D;
	margin:0 0 5px 0;
	}
	
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	line-height: 1.3em;
	color: #5D5D5D;
	}	


p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #5D5D5D;
	line-height: 1.3em;
	}

#header{
	height:165px;
	background-image:url(images/header-bg.jpg);
	background-repeat: repeat-x;
	position:relative;
	}
	
#menu-center{
	margin:auto;
	height: 27px;
	background-image:url(images/menu-bg-yellow.jpg);
	background-repeat:repeat-x;
	}

#menu-bar{
	margin:auto;
	width:850px;
	}

	
#content-bg{
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-x;
	padding-top: 23px;
	}
	
#content{
	width:800px;
	margin: auto;
	padding-top: 23px;
	}

#content1024{
	width:1024px;
	margin: auto;
	padding-top: 23px;
	}


#content-table{
	width:500px;
	margin: auto;
	padding-top: 23px;
	}
	
#header-image{
	position:relative;
	bottom:0px;
	margin:auto;
	height:165px;
	width:399px;
	}
	
#buy-book{
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	}
/*
#rnt-logo{
	position:absolute;
	top:25px;
	right: 10px;
	z-index:2;
	}
*/
#footer{
	width: 800px;
	border-top: 1px solid #CCCCCC;
	margin: 20px auto 20px auto;
	padding: 20px 0 20px 0;
	text-align:center;
	}
	
.download-chapt{
}
	

.list{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #5D5D5D;
	line-height: 1.3em;
	padding-bottom: 12px;
	}
	
.listsm{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #5D5D5D;
	line-height: 1.3em;
	padding-bottom: 12px;
	}
	
.small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	font-style:normal;
		padding-bottom: 5px;
	}

.large{
	font-size:20px;
	line-height: 1.3em;
	}

.small-footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	line-height:1.5em;
	}
	
.quote{
	font: 14px;
	font-style:italic;
	color:#999999;
	line-height: 1.2em;
	}
	
/*DROPDOWN MENU*/
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}




	
	
/* ROLLOVERS*/	
a.beginsplash {
	display: block;
	width: 212px;
	height: 68px;
	margin:auto;
	margin-top:0px;
	text-decoration: none;
	background: url(images/begin-splash-sprite.png);
	}

a.beginsplash:hover {
	background-position: -212px 0;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}
	
	
/* LINKS */

a:link {color:#3366ff; text-decoration:none;}     
a:visited {color:#3366ff; text-decoration:none;} 
a:hover {color:#3366ff; text-decoration: underline;}  


.small-footer a:link {color: #666666; text-decoration:none;}     
.small-footer a:visited {color:#666666; text-decoration:none;} 
.small-footer a:hover {color:#666666; text-decoration: underline;}  

.small a:link {color:#3366ff; text-decoration:none;}     
.small a:visited {color:#3366ff; text-decoration:none;} 
.small a:hover {color:#3366ff; text-decoration: underline;}  

.panel {
	display: none;
}


