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

body
	{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #FFFFF0;
	background-image: url(images/texture.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #888888;	
	}

h1
	{
	color: #444444;
	font-size: 14px;	
	}
	
h2
	{
	font-size: 12px;	
	}

h3
	{
	font-size: 14px;
	font-weight: normal;	
	}

h6
	{
	font-size: 10px;
	font-weight: normal;	
	}

a
	{
	color: #AAAAAA;
	text-decoration: none;
	outline: none;
	}

a:visited
	{
	color: #AAAAAA;
	}

a:hover, a:active
	{
	color: #96183A;
	}
	
img
	{
	border: none; /* Required to fix FireFox image with <a> tag border bug */
	text-decoration: none; /* Required to fix FireFox image with <a> tag border bug */
 	}

#wrapper
	{
	width: 1000px;
	height: 100%;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
#logo
	{
	width: 400px;
	height: 160px;
	left: 300px;
	top: 13px;
	position: absolute;
	background-image: url(images/logo.png);
	z-index: 1;
	}
	
#menu
	{
	width: 1000px;
	height: 60px;
	left: 0px;
	top: 145px;
	position: absolute;
	background-image: url(images/banner.png);	
	}
	
#menu a
	{
	color: #EEEEEE;
	text-decoration: none;
	outline: none;
	}

#menu a:visited
	{
	color: #EEEEEE;
	}

#menu a:hover, a:active
	{
	color: #96183A;
	}

#menuItems
	{
	width: 840px;
	height: 30px;
	left: 80px;
	top: 5px;
	position: absolute;
	z-index: 2;
	}
	
#menuItems ul
	{
	left: 0px;
	top: 5px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 11px;
	text-align: center;
	}
	
#menuItems li
	{
	width: 167px;
	height: 15px;
	left: 0px;
	top: 1px;
	float: left;
	border-right: 1px dotted #EEEEEE;
	padding-top: 4px;
	}

#welcomeHeader
	{
	width: 550px;
	height: 40px;
	left: 225px;
	top: 220px;
	position: absolute;
	}

#welcome
	{
	width: 550px;
	height: 140px;
	left: 225px;
	top: 280px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	}

#welcome h1
	{
	font-weight: normal;
	font-size: 22px;
	color: #444444;	
	}

.divider
	{
	width: 900px;
	height: 2px;
	/*background-image: url(images/divider.png);*/
	background-color: #BBBBBB;
	}

#divider1
	{
	left: 50px;
	top: 410px;
	position: absolute;	
	}
	
#divider2
	{
	left: 0px;
	top: 5px;
	position: absolute;	
	}

.contentHeader
	{
	width: 200px;
	height: 20px;
	left: 0px;
	}

#content
	{
	width: 535px;
	height: 490px;
	left: 50px;
	top: 430px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	/*background-image: url(images/cream.png);*/
	}

#content ul
	{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	}
	
.contentLeft
	{
	width: 250px;
	left: 5px;
	top: 15px;
	position: absolute;
	}
		
.contentRight
	{
	width: 250px;
	left: 280px;
	top: 15px;
	position: absolute;	
	}
	
.contentFull
	{
	width: 530px;
	left: 5px;
	top: 15px;
	position: absolute;
	}

#about
	{
	width: 535px;
	height: 490px;
	left: 0px;
	top: 0px;
	position: absolute;
	}

	
#featured
	{
	width: 348px;
	height: 490px;
	left: 600px;
	top: 430px;
	position: absolute;
	border-left: 1px dotted #BBBBBB;
	/*background-image: url(images/cream.png);*/
	}
	
.featuredHeader
	{
	width: 200px;
	height: 20px;
	left: 20px;
	position: absolute;
	}
	
#slider
	{
	left: 20px;
	top: 30px;
	position: absolute;	
	}
	
#paginate-slider
	{
	left: 20px;
	top: 462px;
	position: absolute;
	font-size: 22px;
	line-height: 12px;
	}
	
.bookDetailsWrapper
	{
	width: 800px;
	height: 500px;
	}
	
.bookDetailsImage
	{
	width: 323px;
	height: 420px;
	left: 10px;
	top: 10px;
	position: absolute;
	}
	
.bookDetailsText
	{
	width: 440px;
	height: 475px;
	left: 333px;
	top: 10px;
	position: absolute;
	padding-left: 20px;
	border-left: 1px dotted #BBBBBB;
	font-size: 11px;
	}
	
#footer
	{
	width: 900px;
	height: 60px;
	left: 50px;
	top: 930px;
	position: absolute;
	}
	
#address
	{
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	}
	
#address h1
	{
	color: #444444;
	font-size: 12px;
	}

/* The following are for the publications.html */
	
#publications
	{
	width: 900px;
	left: 50px;
	top: 430px;
	position: absolute;
	}

.bookWrapper
	{
	width: 890px;
	height: 205px;
	left: 5px;
	top: 0px;
	position: relative;
	border-bottom: 1px dotted #BBBBBB;
	}
	
.coverImage
	{
	width: 136px;
	height: 177px;
	left: 0px;
	top: 15px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px dotted #BBBBBB;
	}
	
.textWrapper
	{
	width: 720px;
	height: 160px;
	left: 170px;
	top: 10px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.backTop
	{
	right: 10px;
	top: 170px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align: right;		
	}

#publicationsNav
	{
	right: 20px;
	bottom: 10px;
	margin: 0px;
	padding: 20px;
	text-align: right;
	}
