@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html{
	background-image: url(../Images/global/BG.jpg);
	background-repeat: repeat;
	background-position: top left;
}

body{
	background-image: url(../Images/global/home2.jpg);
	width: 1250px;
	margin: 0 auto;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#anchor{
	padding-top: 130px;
	position: absolute;
}

/*==========================================Page Links======================================*/
.nextpage-link{
	margin-top: 685px;
	margin-left: 1040px;
	position: absolute;
}

	.nextpage-link a:visited{
		color: #1a4b2b;
	}

/*=========================================Footer============================================*/	
.copyright{
	font-size: 11px;
	margin-top: 775px;
	padding-left: 451px;
}

	.copyright p{
		font-size: 11px;
		padding-left: 45px;
	}

.b-nav{
	position: absolute;
	margin-top: 750px;
	padding-left: 510px;
	font-weight: bold;
}
	.b-nav ul{
		list-style: none;
		font-size: 12px;
	}
	
	.b-nav li{
		display: inline;
		border-right: 1px solid #711515;
	}
	
	.b-nav a {
		padding-left: 10px;
		color: black;
		padding-right: 10px;
		text-decoration: none;
	}
	
	.b-nav a:visited{
		color: #1a4b2b;
	}
	
	.b-nav a:hover {
		color: #e6dfd2;
	}
	
	.b-nav li.last {
			border-style: none;
			padding-right: 0;
	}
	

/*=======================Navigation=========================================*/
.navalign{
	width: 900px;
	height: 5px;
	margin-left: 255px;
}

.navhome a.current, a.current:hover, a.current:active{
	background:  url(../Images/nav/button-combo.jpg) no-repeat -381px;
	height:40px;
	width: 120px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}

.navcurrent-chapter a.current, a.current:hover, a.current:active{
	background: url(../Images/nav/button-combo.jpg) no-repeat -381px;
	height: 50px;
	width: 119px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}

/*---------------Home-----------------------------------*/
.navhome a{
	background: url(../Images/nav/button-combo.jpg) 0 no-repeat;
	height: 40px;
	width: 115px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 18px;
	color: #ddd9d4;
	font-weight: bold;
	position: absolute;
	padding-top: 33px;
	padding-left: 67px;
}

.navhome a:hover{
	background-position: -191px;
	height:40px;
	width: 115px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.navhome a:active{
	background-position: -381px;
	height:40px;
	width: 115px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}

/*-------------------------Current Chapter----------------------------------*/
.navcurrent-chapter a{
	background: url(../Images/nav/button-combo.jpg) 0 no-repeat;
	height: 50px;
	width: 119px;
	margin-left: 220px;
	text-decoration: none;
	font-size: 18px;
	color: #ddd9d4;
	font-weight: bold;
	position: absolute;
	padding-top: 23px;
	padding-left: 63px;
}

.navcurrent-chapter a:hover{
	background-position: -191px;
	height:50px;
	width: 119px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.navcurrent-chapter a:active{
	background-position: -381px;
	height:50px;
	width: 119px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}


/*-----------------------------Next Chapter-------------------------------------*/
.navnext-chapter a{
	background: url(../Images/nav/button-combo.jpg) 0 no-repeat;
	height: 39px;
	width: 140px;
	margin-left: 435px;
	text-decoration: none;
	font-size: 18px;
	color: #ddd9d4;
	font-weight: bold;
	position: absolute;
	padding-top: 35px;
	padding-left: 41px;
}

.navnext-chapter a:hover{
	background-position: -191px;
	height:40px;
	width: 140px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.navnext-chapter a:active{
	background-position: -381px;
	height:40px;
	width: 144px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}



/*-------------------------Age of Consequences----------------------------*/
.navage a{
	background: url(../Images/nav/button-combo.jpg) 0 no-repeat;
	height: 50px;
	width: 165px;
	margin-left: 650px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	color: #ddd9d4;
	font-weight: bold;
	position: absolute;
	padding-top: 24px;
	padding-left: 19px;
}

.navage a:hover{
	background-position: -191px;
	height:50px;
	width: 165px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.navage a:active{
	background-position: -381px;
	height:50px;
	width: 165px;
	text-decoration: none;
	color: #ddd9d4;
	font-weight: bold;
}
