/* CSS Document */
/* main is the area that is beneath the "Unforgettable experience..." image */
#content #main {
	/* total width = 501px */
	width: 473px;
	margin: 0px;
	padding: 9px 13px 20px 12px;
	float: left;
	border-top: 1px solid #e27632;
}
/* adds border on the bottom */
#pageBottom {
	background-image: url(../_images/pageBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 634px;
	height: 29px;
	clear: both;
}
/* adds style to the next and previous links */
#pageNav {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#pageNav #previousArrow {
	padding-left: 20px;
	padding-top: 1px;
}
#pageNav #nextArrow {
	padding-left: 1px;
	padding-top: 1px;
}
#pageNav a {
	text-decoration: none;
}
#pageNav a:link {
	color: #000;
}
#pageNav a:visited {
	color: #000;
}
#pageNav a:hover {
	color: #000;
	text-decoration: underline;
}
/* adds definition to page title, page title image definition is set as in internal style on the page */
.sectionHeader {
	padding-top: 10px;
	clear: both;
}
/* style information for the content area */
.textSection {
	padding-top: 10px;
}

/* table definition for the table that floats to the right, is placed just below the div tag for the textSection and is intended as a sub-menu for the page */
.tblMenuRt {
	float: right;
	clear: right;
	border: 1px solid #3970aa;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px 0px 10px 20px;
	background-color: #c9dbf0;
}

.tblMenuRt th {
	background-color: #FFF;
	margin: 0px;
	padding: 5px;
	border: 1px solid #3970aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.tblMenuRt td {
	margin: 0px;
	padding: 5px;
	background-color: #c9dbf0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.tblMenuRt .tblMenuNP {
	padding: 0px;
}

.tblDottedRow {
	border-bottom: 1px dotted #3970aa;
}

/* generic table definition, currently is being used on the collections page*/
.tblMenu {
	border: 1px solid #3970aa;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px 0px 10px 20px;
	background-color: #c9dbf0;
}

.tblMenu th {
	background-color: #b9cab0;
	margin: 0px;
	padding: 5px;
	border: 1px solid #3970aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.tblMenu td {
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.tblMenu .tblMenuNP {
	padding: 0px;
}
.tblMenu .artifactList {
	margin-left: 0px;
	padding-left: 16px;
}
.tblMenu .artifactList li {
	margin-bottom: 1em;
}

.tblMenu th.suggRead {
	background-color: #c9dbf0;
	margin: 0px;
	padding: 5px;
	border: 1px solid #3970aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.tblMenu td.suggRead {
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

