/* GEN LAYOUT */
body,td,th {
	font: 11px/1.5 Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #F9F8F4;
}

/* HEADER */
.header {
	background-image:   url("../images/head-bg.gif");
	background-color: #F4F8F9;
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #5A88BF;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
}
.logo{
	position: absolute;
	left: 76px;
	top: 40px;
	width: 222px;
	height: 75px;
}


/* CONTENT AND FOOTER PLACEMENT  */
.contentHolder {
	padding: 0px;
}
.footer {
	position: relative;  /* Needed for Safari */
	margin-top: 0.5em;
	padding: 0.5em;
	background-color: #5A88BF;
	/*width: 100%;*/
	clear: both;
}
#footLink{
	color: #FFFFFF;
	font-weight: bold;
}
#footLink:hover{
	color: #FF0000;
}
.footerText{
	width: 800px;
	color: #FFFFFF;
	
}
.footLeft{font-size: 10px;}
.footCenter{
font-size: 10px;
	text-align: center;
}
.footRight{
font-size: 10px;
	text-align: right;
}

.content{
	width: 800px;
	padding-left: 0.5em;
}


/* MENU */
.menu{
	position: absolute;
	top: 79px;
	left: 363px;
	height: 26px;
	z-index: 3;	
}

.menuItem{
	margin-right: 15px;
	padding: 0px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	color: #FFFFFF;
        text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	text-decoration: underline;
}
#nav li{
	float: left;
	position: relative;
	margin: 0px;
	margin-right: 20px;
}
li { /* all list items */
	
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	width: 10em;
	background-color: #7F5B4B;
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;

}



/* BOOKS AND CONTENT HOLDERS */
.colFull{
  position: relative;
  clear: both;
  margin-left: 10px;
  width: 800px;
}
.colLeft{
	position: relative;
	margin-left: 10px;
	width: 380px;
}
.colRight{
	position: relative;
	float:right;
	width: 380px;
	z-index: 2;
}

.book{
	position: relative;
	margin-top: 18px;
	width: 390px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	/*background-image:  url("../images/binding0.jpg");*/
	background-repeat: repeat-y;
	background-position: left top;
}
.bookFull{
	position: relative;
	margin-top: 18px;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image:  url("../images/binding0.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}
.bookText{
	position: relative;
	left: 45px;
	margin-right: 45px;
	padding-left: 0.5em;
}
.bookTitle{
	position: absolute;
	margin-top: -9px;
	left: 48px;
	top: -6px;
}

.bracket{
	position: relative;
	margin-top: 18px;
	width: 390px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image:  url("../images/bracketLeftBorder.gif");
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 0px;*/
}
.bracketFull{
	position: relative;
	margin-top: 18px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image:  url("../images/bracketLeftBorder.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.bracketText{
	position: relative;
	/*left: 45px;
	margin-right: 45px;*/
	padding-left: 0.5em;
}
.bracketTitle{
	position: absolute;
	margin-top: -9px;
	left: 17px;
	top: -6px;
}


/* BODY */
.innerMenu{
	font-family: "Adobe Caslon Pro", "Times New Roman", Times, serif;
	font-size: 16px;
}
.innerMenu a {
	padding-left: 1em;
	font-size: 14px;
}
	
h1{
	font-size: 14px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
h1 + p {
	padding-top: 1px;
	margin-top: 1px;
}



span ul {
	padding-left: 12px;
	margin-left: 12px;
	list-style: square outside;
	width: 80%;
}

span hr{
	height: 1px;
	width: 70%;
	color: #000000;
}

.date{
	font-size: 12px;
	line-height: 0.5em;
	font-style: italic;
	font-weight: bold;
}
	
/* FORMS */
textarea { 
	border: 1px solid #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #F4F8F9; 
	padding-left: 0.25em; 
	padding-right: 0.25em; 
}

textarea.small { 
	width: 150px; 
	height: 100px; 
}
textarea.normal { 
	width: 300px; 
	height: 115px; 
}
textarea.large { 
	width: 450px; 
	height: 200px; 
}

input { 
	border: 1px solid #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #F4F8F9; 
	padding-left: 0.25em; 
	padding-right: 0.25em; 
}

input.small { 
	width: 100px; 
}
input.normal { 
	width: 300px; 
}
input.large { 
	width: 450px; 
}

select { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #F4F8F9; 
	border: 1px solid #000000;
}

	width: 70%;
}

.date{
	font-size: 12px;
	line-height: 0.5em;
	font-style: italic;
	font-weight: bold;
}
	
/* FORMS */
textarea { 
	border: 1px solid #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #F4F8F9; 
	padding-left: 0.25em; 
	padding-right: 0.25em; 
}

textarea.small { 
	width: 150px; 
	height: 100px; 
}
textarea.normal { 
	width: 300px; 
	height: 115px; 
}
textarea.large { 
	width: 450px; 
	height: 200px; 
}

input { 
	border: 1px solid #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #F4F8F9; 
	padding-left: 0.25em; 
	padding-right: 0.25em; 
}

input.small { 
	width: 100px; 
}
input.normal { 
	width: 300px; 
}
input.large { 
	width: 450px; 
}

select { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background-color: #F4F8F9; 
	border: 1px solid #000000;
}

