@charset "utf-8";
/* CSS Document */

/* ------------------- Common Text Formatting ------------------------- */
body {
	background-image: url(../images/bkgrnd-pattern.jpg);
	background-repeat: repeat;
	background-color: #beaf87;
	margin-top: 0px;
	margin-left: 0px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
color: black;
padding: 0px 10px 0px 0px;
}

a, a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
color: #415535; /* Green */
text-decoration: underline;
}

a:hover {
color: #415535; /* Green */
text-decoration: overline;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 19px;
line-height: 23px;
color: #415535; /* Green */
text-align: left;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 16px;
font-weight: normal;
color: black;
text-align: center;
padding-left: 190px;
padding-bottom: 12px;
float: left;
}

#footer a, #footer a:visited {
font-size: 10px;
color: black;
text-decoration: underline;
}

#footer a:hover {
font-size: 10px;
color: black;
text-decoration: overline;
}

/* -------------------- Main Nav --------------------------------- */
#mainnav {
text-align: center;
position: absolute;
top: 180px;
left: 116px;
}

#mainnav a, #mainnav a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 19px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: none;
}

#mainnav a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 19px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: overline;
}

#midbar {
padding: 8px 0px 8px 0px;
}

#mainnavSub a, #mainnavSub a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 18px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: none;
}

#mainnavSub a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 18px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: overline;
}

#selected {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 18px;
color: black;
font-weight: bold;
text-align: center;
/*background-color: #d9dbcd;
padding: 4px 20px 4px 18px;*/
}

/*---------- Book Layout -----------*/
#book {
	background-image: url(../images/fullbook.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	height: 710px;
}

#content-heading {
	position: absolute;
	left: 320px;
	top: 440px;
}

#content {
	position: absolute;
	left: 320px;
	top: 468px;
	width: 530px;
	height: 200px;
	overflow: auto;
}

#image-size {
	width: 160px;
}

#image-sizehp {
	width: 510px;
}

#imageshadow1 {
	position: absolute;
	left: 600px;
	top: 252px;
	width: 200px;
}

#image1 {
	position: absolute;
	left: 314px;
	top: 52px;
	width: 514px;
	height: 344px;
	border: 8px solid white;
	background-color: white;
}

#tab1 {
	position: absolute;
	left: 784px;
	top: 30px;
	background-image: url(../images/tab-toprthp.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 84px;
	height: 84px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}

#tab2 {
	position: absolute;
	left: 290px;
	top: 350px;
	background-image: url(../images/tab-btmlefthp.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 84px;
	height: 84px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}

#home-link {
	position: absolute;
	left: 104px;
	top: 40px;
	width: 150px;
	height: 155px;
}
