/***********************************************/
/* anc-mesopotamia.css                         */
/* Use with template pagetemp_tables.html      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	color: #333300;
}

h1{
	font-family: Impact,Trebuchet MS,sans-serif;
	font-size: 36px;
	color: #CC3300;
	line-height: 54px;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Trebuchet MS,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #111100;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111100;
	margin: 0px;
	padding: 0px;
}

p{
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	margin: 2px 0px 9px 0px;
	padding: 0px 5px 0px 0px;
}

li{
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	margin: 2px 0px 6px 18px;
	padding: 0px 5px 0px 5px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

a{
	color: #009999;
	text-decoration: none;
}

a:link{
	color: #009999;
	text-decoration: none;
}

a:visited{
	color: #006666;
	text-decoration: none;
}

a:hover{
	color: #006666;
	text-decoration: underline;
}

#directionText{
	display: block;
	font-family: Trebuchet MS,sans-serif;
	font-size: 14px;
	margin: 9px 0px 12px 0px;
	padding: 0px 24px 0px 0px;	
}

.p_10pxindent{
	position: relative;
	display: block;
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 10px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*********** #Page Wrapper styles ***********/

#leftMargin{
	background-color: #000000;
	background-image:  url(../images/lamassu-cuneiform_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#rightMargin{
	background-color: #000000;
	background-image:  url(../images/lamassu-cuneiform_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header{
	background-color: #000000;
	background-image:  url(../images/masthead_bg-lamassu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 109px;
}

#pageWrapper{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*********** #globalNavigation styles ***********/

#globalNavigation{
	position: relative;
	background-image:  url(../images/globalnav_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	vertical-align: bottom;
	border-bottom: 3px solid #CC3300;
}

#globalNavTab{
	position: relative;
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #CC3300;
	padding: 3px 8px 1px 8px;
	margin: 0px 3px 0px 0px;
	height: 21px;
	float: left;
}

#globalNavButton{
	position: relative;
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99FFFF;
	text-align: center;
	vertical-align: middle;
}

#globalNavButton a{
	display: block;
	background-image: url(../images/globalnav_tab-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #009999;
	padding: 3px 8px 1px 8px;
	margin: 0px 3px 0px 0px;
	height: 21px;
	color: #99FFFF;
	float: left;
}

#globalNavButton a:hover{
	background-color: #006666;
	color: #CCFFFF;
}

#globalNavTeacherLinks{
	position: relative;
	font-family: Trebuchet MS,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: right;
	vertical-align: bottom;
	padding: 5px 8px 0px 8px;
	margin: 0px 2px 0px 0px;
	height: 21px;
	float: right;
}

/*********** LEFTHAND SIDEBAR ***********/
/*********** #sectionLinks styles ***********/

#sectionNavigation{
	position: relative;
	clear: left;
	float: left;
	width: 20%;
	max-width: 275px;
	padding: 0px;
	margin: 0px;
}

#currentSection{
	position: relative;
	height: 32px;
	background-image: url(../images/querytrail_gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #CC3300;
}

#currentSection h2{
	position: relative;
	padding: 10px 10px 1px 10px;
	margin: 0px;
	float: left;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#sectionLinks a{
	position: relative;
	display: block;
	border-bottom: 1px solid #CC3300;
	padding: 2px 0px 2px 10px;
	color: #009999;
}

#sectionLinks a:hover{
	background-color: #DDDDAA;
	color: #006666;
}

/*********** #helpfulLinks styles ***********/

#helpfulLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#helpfulLinks h3{
	background-image: url(../images/calloutheader_blue-gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 6px 0px 0px 0px;
	padding: 10px 0px 2px 10px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #111100;
	border-bottom: 1px solid #CC3300;
}

#helpfulLinks a{
	display: block;
	border-bottom: 1px solid #CC3300;
	padding: 2px 0px 2px 10px;
	color: #009999;
}

#helpfulLinks a:hover{
	background-color: #DDDDAA;
	color: #006666;
}

/*********** #features styles ***********/

#features{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#features h3{
	background-image: url(../images/calloutheader_blue-gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 6px 0px 0px 0px;
	padding: 10px 0px 2px 10px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #111100;
	border-bottom: 1px solid #CC3300;
}

#featureLink_title_eCUIP{
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 0.9;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

#featureLink_title_eCUIP a{
	display: block;
	background-image: url(../images/featurelink_graphic_ecuip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #006699;
	color: #FFFFCC;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	height: 45px;
}

#featureLink_title_eCUIP a:hover{
	color: #CCFFFF;
}

#featureLink_title_KidsCorner{
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 0.9;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

#featureLink_title_KidsCorner a{
	display: block;
	background-image: url(../images/featurelink_graphic_kidscorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #006699;
	color: #FFFFCC;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	height: 45px;
}

#featureLink_title_KidsCorner a:hover{
	color: #CCFFFF;
}

#featureLink_title_TeacherResources{
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 0.9;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

#featureLink_title_TeacherResources a{
	display: block;
	background-image: url(../images/featurelink_graphic_teacherresources.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #006699;
	color: #FFFFCC;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	height: 45px;
}

#featureLink_title_TeacherResources a:hover{
	color: #CCFFFF;
}

#features p{
	margin: 5px 0px 12px 10px;
	padding: 0px;
	font-size: 12px;
}

/*********** END OF LEFTHAND SIDEBAR ***********/

/*********** #Page Content Layout styles ***********/

#pageContentWrapper{
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 78%;
}
#pageContentWrapperPrint{
	position: relative;
	margin: 50px;
	padding: 0px;
}
#queryTrail{
	position: relative;
	height: 32px;
	background-image: url(../images/querytrail_gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #111100;
	border-bottom: 1px solid #CC3300;
}

#queryTrailResults{
	position: relative;
	float: left;
	padding: 10px 10px 1px 10px;
	margin: 0px;
}

#queryTrailPrevNext{
	position: relative;
	float: right;
	padding: 10px 10px 1px 10px;
	margin: 0px;
}

#twoColumnLeftWide{
	position: relative;
	float: left;
	width: 66%;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	clear: left;
}

#twoColumnRightNarrow{
	position: relative;
	float: right;
	width: 30%;
	margin: 0px 0px 12px 0px;
	padding: 0px 5px 0px 0px;
	font-size: 12px;
}

#twoColumnLeftNarrow{
	position: relative;
	float: left;
	width: 25%;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#twoColumnRightWide{
	position: relative;
	float: right;
	width: 70%;
	margin: 0px 0px 12px 0px;
	padding: 0px 5px 0px 0px;
}

#twoColumnLeft{
	position: relative;
	width: 48%;
	float: left;
	clear: left;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#twoColumnRight{
	position: relative;
	width: 48%;
	float: right;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

#thumbnailSmall{
	position: relative;
	display: block;
	clear: left;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#thumbnailSmallImage{
	position: relative;
	width: 75px;
	height: 75px;
	float: left;
	margin: 0px 10px 6px 10px;
	padding: 0px;
}

#thumbnailSmallInfo{
	position: relative;
	margin: 0px 0px 6px 0px;
	padding: 0px 6px 0px 0px;
}

#thumbnailMedium{
	position: relative;
	display: block;
	clear: left;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#thumbnailMediumImage{
	position: relative;
	width: 120px;
	height: 60px;
	float: left;
	margin: 0px 10px 12px 0px;
	padding: 0px;
}

#thumbnailMediumInfo{
	position: relative;
	margin: 0px 0px 12px 0px;
	padding: 0px 6px 0px 0px;
	line-height: 16px;
}

#bulletedLink{
	position: relative;
	display: block;
	margin: 3px 0px 6px 0px;
	padding: 0px;
}

#bullet{
	position: relative;
	width: 8px;
	height: 7px;
	float: left;
	margin: 6px 6px 8px 2px;
	padding: 6px 0px 0px 0px;
}

#bulletText{
	position: relative;
	display: block;
	margin: 3px 0px 8px 0px;
	padding: 3px 4px 0px 2px;
}


/*********** ARTIFACT DESCRIPTION PAGE ***********/

#titleBlockArtifact{
	position: relative;
	background-color: #DDDDAA;
	width: 100%;
	height: 300px;
	padding: 0px;
	margin: 0px;
}

#titleBlockArtifactPrint{
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
}

#artifactTitleBlock{
	position: relative;
	height: 30px;
	padding: 0px;
	margin: 0px;
}

#artifactTitle{
	position: relative;
	float: left;
	clear: left;
	padding: 6px 6px 2px 9px;
	margin: 0px;
}	

#artifactTitle h1{
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #111100;
	padding: 0px;
	margin: 0px;
}	

#printPage{
	position: relative;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}	

#printPage a{
	display: block;
	background-image: url(../images/pagenavtab_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	padding: 0px 3px 0px 6px;
	margin: 5px;
	float: right;
	color: #009999;
	border: 1px solid #009999;
}	

#printPage a:hover{
	color: #006666;
	border: 1px solid #006666;
}	

#artifactInfo{
	position: relative;
	height: 270px;
	width: 25%;
	padding: 0px 5px 0px 9px;
	margin: 0px;
	font-size: 12px;
	float: left;
	clear: left;
}	
#artifactInfoPrint{
	position: relative;
	height: 200px;
	width: 25%;
	padding: 0px 5px 0px 9px;
	margin: 0px;
	font-size: 12px;
	float: left;
	clear: left;
}
#artifactInfo h3{
	position: relative;
	padding: 0px 5px 0px 0px;
	margin: 24px 0px 0px 0px;
	font-size: 12px;
	color: #111100;
}

#artifactImage {
	position: relative;
	height: 270px;
	width: 70%;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: right;
}
#artifactImagePrint {
	position: relative;
	height: 200px;
	width: 70%;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: right;
}

#artifactNav{
	position: relative;
	background-color: #DDDDAA;
	height: 26px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CC3300;
}

#artifactNavButton{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#artifactNavButton a{
	position: relative;
	float: left;
	display: block;
	background-image: url(../images/pagenavtab_gradient.gif);
	height: 20px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #009999;
	border-top: 1px solid #009999;
	border-right: 1px solid #009999;
	border-left: 1px solid #009999;
	border-bottom: 0px solid #CC3300;
}

#artifactNavButton a:hover{
	color: #006666;
}

#artifactNavTab{
	position: relative;
	float: left;
	background-color: FFFFD6;
	height: 20px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	border-top: 1px solid #CC3300;
	border-right: 1px solid #CC3300;
	border-left: 1px solid #CC3300;
	border-bottom: 1px solid #FFFFD6;
}

#imagePopupButton{
	position: relative;
	background-image: url(../images/pagenavbutton_gradient.gif);
	height: 20px;
	padding: 0px 3px 0px 6px;
	margin: 5px 5px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	float: right;
	border: 1px solid #009999;
}

#additionalResources{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#additionalResources h3{
	position: relative;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 1px 0px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CC3300;
	color: #111100;
}

/*********** #relatedContent styles ***********/

#relatedContent{
	position: relative;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#relatedContent h3{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 10px;
	background-image: url(../images/calloutheader_blue-gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #CC3300;
	font-size: 10px;
	color: #111100;
}

#themeCalloutArchaeology{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutArchaeology a {
	display: block;
	background-image: url(../images/theme-callout-archaeology.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutArchaeology a:hover{
	color: #CCFFFF;
}

#themeCalloutArt_and_Architecture{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutArt_and_Architecture a {
	display: block;
	background-image: url(../images/theme-callout-art.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutArt_and_Architecture a:hover{
	color: #CCFFFF;
}

#themeCalloutFirst_Cities{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutFirst_Cities a {
	display: block;
	background-image: url(../images/theme-callout-cities.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutFirst_Cities a:hover{
	color: #CCFFFF;
}

#themeCalloutDaily_Life{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutDaily_Life a {
	display: block;
	background-image: url(../images/theme-callout-dailylife.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutDaily_Life a:hover{
	color: #CCFFFF;
}

#themeCalloutFirst_Farmers{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutFirst_Farmers a {
	display: block;
	background-image: url(../images/theme-callout-farmers.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutFirst_Farmers a:hover{
	color: #CCFFFF;
}

#themeCalloutLaw_and_Government{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutLaw_and_Government a {
	display: block;
	background-image: url(../images/theme-callout-law.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutLaw_and_Government a:hover{
	color: #CCFFFF;
}

#themeCalloutLiterature{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutLiterature a {
	display: block;
	background-image: url(../images/theme-callout-literature.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutLiterature a:hover{
	color: #CCFFFF;
}

#themeCalloutMathematics_and_Measurement{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutMathematics_and_Measurement a {
	display: block;
	background-image: url(../images/theme-callout-math.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutMathematics_and_Measurement a:hover{
	color: #CCFFFF;
}

#themeCalloutPrehistory{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutPrehistory a {
	display: block;
	background-image: url(../images/theme-callout-prehistory.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutPrehistory a:hover{
	color: #CCFFFF;
}

#themeCalloutReligion{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutReligion a {
	display: block;
	background-image: url(../images/theme-callout-religion.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutReligion a:hover{
	color: #CCFFFF;
}

#themeCalloutScience_and_Inventions{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutScience_and_Inventions a {
	display: block;
	background-image: url(../images/theme-callout-science.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutScience_and_Inventions a:hover{
	color: #CCFFFF;
}

#themeCalloutWarfare_and_Empire{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutWarfare_and_Empire a {
	display: block;
	background-image: url(../images/theme-callout-warfare.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutWarfare_and_Empire a:hover{
	color: #CCFFFF;
}

#themeCalloutRole_of_Women{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutRole_of_Women a {
	display: block;
	background-image: url(../images/theme-callout-women.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutRole_of_Women a:hover{
	color: #CCFFFF;
}

#themeCalloutInvention_of_Writing{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#themeCalloutInvention_of_Writing a {
	display: block;
	background-image: url(../images/theme-callout-writing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 55px;
	color: #FFFFD6;
}

#themeCalloutInvention_of_Writing a:hover{
	color: #CCFFFF;
}


#locationCalloutTell_Fakhariyah{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
#locationCalloutTell_Fakhariyah a{
	display: block;
	background-image: url(../images/callout-map-Tell_Fakhariyah.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutTell_Fakhariyah a:hover{
	color: #CCFFFF;
}

#locationCalloutAbu_Hureyra{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutAbu_Hureyra a{
	display: block;
	background-image: url(../images/callout-map-Abu_Hureyra.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutAbu_Hureyra a:hover{
	color: #CCFFFF;
}

#locationCalloutAhwaz{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutAhwaz a{
	display: block;
	background-image: url(../images/callout-map-Ahwaz.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutAhwaz a:hover{
	color: #CCFFFF;
}

#locationCalloutBabylon{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutBabylon a{
	display: block;
	background-image: url(../images/callout-map-Babylon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutBabylon a:hover{
	color: #CCFFFF;
}

#locationCalloutBanahilk{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutBanahilk a{
	display: block;
	background-image: url(../images/callout-map-Banahilk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutBanahilk a:hover{
	color: #CCFFFF;
}

#locationCalloutBarda_Balka{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutBarda_Balka a{
	display: block;
	background-image: url(../images/callout-map-Barda_Balka.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutBarda_Balka a:hover{
	color: #CCFFFF;
}

#locationCalloutBismaya{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutBismaya a{
	display: block;
	background-image: url(../images/callout-map-Bismaya.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutBismaya a:hover{
	color: #CCFFFF;
}

#locationCalloutBoghazkoy{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutBoghazkoy a{
	display: block;
	background-image: url(../images/callout-map-Boghaz_Koi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutBoghazkoy a:hover{
	color: #CCFFFF;
}

#locationCalloutChogha_Mish{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutChogha_Mish a{
	display: block;
	background-image: url(../images/callout-map-Choga_Mish.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutChogha_Mish a:hover{
	color: #CCFFFF;
}

#locationCalloutIshcali{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutIshcali a{
	display: block;
	background-image: url(../images/callout-map-Ishcali.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutIshcali a:hover{
	color: #CCFFFF;
}

#locationCalloutJarmo{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutJarmo a{
	display: block;
	background-image: url(../images/callout-map-Jarmo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutJarmo a:hover{
	color: #CCFFFF;
}

#locationCalloutKhafajah{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutKhafajah a{
	display: block;
	background-image: url(../images/callout-map-Khafajah.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutKhafajah a:hover{
	color: #CCFFFF;
}

#locationCalloutKhorsabad{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutKhorsabad a{
	display: block;
	background-image: url(../images/callout-map-Khorsabad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutKhorsabad a:hover{
	color: #CCFFFF;
}

#locationCalloutMattarah{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutMattarah a{
	display: block;
	background-image: url(../images/callout-map-Mattarah.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutMattarah a:hover{
	color: #CCFFFF;
}

#locationCalloutNimrud{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutNimrud a{
	display: block;
	background-image: url(../images/callout-map-Nimrud.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutNimrud a:hover{
	color: #CCFFFF;
}

#locationCalloutNippur{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutNippur a{
	display: block;
	background-image: url(../images/callout-map-Nippur.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutNippur a:hover{
	color: #CCFFFF;
}

#locationCalloutYorghan_Tepe{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutYorghan_Tepe a{
	display: block;
	background-image: url(../images/callout-map-Nuzi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutYorghan_Tepe a:hover{
	color: #CCFFFF;
}

#locationCalloutPalegawra{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutPalegawra a{
	display: block;
	background-image: url(../images/callout-map-Palegawra.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutPalegawra a:hover{
	color: #CCFFFF;
}

#locationCalloutQarm{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutQarm a{
	display: block;
	background-image: url(../images/callout-map-Qarm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutQarm a:hover{
	color: #CCFFFF;
}

#locationCalloutSarab{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutSarab a{
	display: block;
	background-image: url(../images/callout-map-Sarab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutSarab a:hover{
	color: #CCFFFF;
}

#locationCalloutSusa{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutSusa a{
	display: block;
	background-image: url(../images/callout-map-Susa.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutSusa a:hover{
	color: #CCFFFF;
}

#locationCalloutTell_Agrab{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutTell_Agrab a{
	display: block;
	background-image: url(../images/callout-map-Tell_Agrab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutTell_Agrab a:hover{
	color: #CCFFFF;
}

#locationCalloutTell_Asmar{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutTell_Asmar a{
	display: block;
	background-image: url(../images/callout-map-Tell_Asmar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutTell_Asmar a:hover{
	color: #CCFFFF;
}

#locationCalloutTell_el-Amarna{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutTell_el-Amarna a{
	display: block;
	background-image: url(../images/callout-map-Tell_el-Amarna.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutTell_el-Amarna a:hover{
	color: #CCFFFF;
}

#locationCalloutUruk{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#locationCalloutUruk a{
	display: block;
	background-image: url(../images/callout-map-Uruk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #999966;
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 0px 10px;
	height: 124px;
	color: #FFFFD6;
}

#locationCalloutUruk a:hover{
	color: #CCFFFF;
}

#multiMedia{
	padding: 0px;
	margin: 0px;
	font: Trebuchet MS;
	font-size: 12px;
}	

#multiMedia a{
	display: block;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	font-weight: bold;
	color: #009999;
}	

#multiMedia a:hover{
	color: #006666;
}	

/*********** END OF ARTIFACT DESCRIPTION PAGE ***********/

/*********** VISUAL EXPLORATION PAGE ***********/

#questions{
	position: relative;
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#questions p{
	margin: 0px;
	padding: 3px 36px 30px 0px;
	font-size: 14px;
}

/*********** END OF VISUAL EXPLORATION ***********/


/*********** LEARNING COLLLECTION MAIN MENU ***********/

#pageTitleLearningCollectionMain{
	background-image:  url(../images/pagetitle_bg_lc-main.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 160px;
	margin: 0px;
	padding: 20px 230px 10px 20px;
	font-size: 14px;
	line-height: 20px;
}

#pageTitleLearningCollectionMain h1{
	line-height: 40px;
}

#lcMainSearchBox{
	position: relative;
	background-image:  url(../images/lc_mainmenu_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #CC3300;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

#lcMainBrowseBox{
	background-image:  url(../images/lc_mainmenu_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #CC3300;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

#lcMainVisualExplorationBox{
	text-align: center;
	background-color: #CCCCA6;
	border-top: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#lcMainVisualExplorationBox a{
	color: #006666;
}

#lcMainVisualExplorationAnimation{
	position: relative;
	height: 105px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

#lcMainBrowseName a{
	display: block;
	background-image: url(../images/lc_main-browse-name.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 45px;
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 52px;
	border-top: 1px solid #CC3300;
}

#lcMainBrowseTime a{
	display: block;
	background-image: url(../images/lc_main-browse-time.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 45px;
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 52px;
	border-top: 1px solid #CC3300;
}

#lcMainBrowseMap a{
	display: block;
	background-image: url(../images/lc_main-browse-map.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 45px;
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 52px;
	border-top: 1px solid #CC3300;
}

#lcMainBrowseObject a{
	display: block;
	background-image: url(../images/lc_main-browse-object.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 45px;
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 52px;
	border-top: 1px solid #CC3300;
}

#lcMainBrowseMaterial a{
	display: block;
	background-image: url(../images/lc_main-browse-material.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 45px;
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 52px;
	border-top: 1px solid #CC3300;
}

#lcMainBrowseTheme a{
	display: block;
	background-image: url(../images/lc_main-browse-theme.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 45px;
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 52px;
	border-top: 1px solid #CC3300;
}

/*********** END OF LEARNING COLLLECTION MAIN MENU ***********/


/*********** SEARCH PAGE ***********/

#pageTitleSearch{
	background-image:  url(../images/pagetitle_bg_search.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 58px;
	border-bottom: 1px solid #CC3300;
}

#searchBasic{
	height: 24px;
	margin: 0px 0px 12px 0px;
	padding: 10px;
	background-color: #DDDDAA;
	border-bottom: 1px solid #CC3300;
}

#searchBasicForm{
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 0px;
}

#searchIntroImage{
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}

#searchAdvanceButton{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

#searchAdvanceButton a{
	display: block;
	border: 1px solid #009999;
	background-image: url(../images/pagenavtab_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
	padding: 2px 10px 0px 10px;
	margin: 0px 0px 0px 5px;
	color: #009999;
	float: right;
}

#searchAdvanceButton a:hover{
	border: 1px solid #006666;
	color: #006666;
}

#searchResultsForm{
	height: 24px;
	margin: 0px;
	padding: 10px;
	background-color: #DDDDAA;
	border-bottom: 1px solid #CC3300;
}

#searchWithinResults{
	display: block;
	clear: both;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
}

#searchResultsTotal{
	display: block;
	background-image: url(../images/pagenavtab_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 12px 0px 6px 0px;
	padding: 0px 0px 9px 10px;
	font-size: 12px;
	border-bottom: 1px solid #CC3300;
}

#searchSortResults {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-size: 12px;
}

#searchResultsCategories{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#searchResultsCategories h2{
	position: relative;
	margin: 12px 0px 6px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CC3300;
	color: #111100;
}

/*********** END OF SEARCH PAGE ***********/

/*********** BROWSE COLLLECTION MAIN MENU ***********/


#browseName{
	display: block;
	background-image: url(../images/browse_mainmenu-name.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 75px;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 90px;
	border-top: 1px solid #CC3300;
}

#browseTime{
	display: block;
	background-image: url(../images/browse_mainmenu-timeline.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 75px;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 90px;
	border-top: 1px solid #CC3300;
}

#browseMap{
	display: block;
	background-image: url(../images/browse_mainmenu-map.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 75px;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 90px;
	border-top: 1px solid #CC3300;
}

#browseObject{
	display: block;
	background-image: url(../images/browse_mainmenu-object.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 75px;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 90px;
	border-top: 1px solid #CC3300;
}

#browseMaterial{
	display: block;
	background-image: url(../images/browse_mainmenu-material.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 75px;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 90px;
	border-top: 1px solid #CC3300;
}

#browseTheme{
	display: block;
	background-image: url(../images/browse_mainmenu-theme.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 75px;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 90px;
	border-top: 1px solid #CC3300;
}

/*********** END OF LEARNING COLLLECTION MAIN MENU ***********/


/*********** BROWSE SITE MAP PAGE ***********/

#pageTitleBrowseMap{
	background-image: url(../images/pagetitle_bg_browse-map.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 58px;
	border-bottom: 1px solid #CC3300;
}

#mapInterface{
	display: block;
	height: 450px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	border-bottom: 1px solid #CC3300;
}

/*********** END OF SITE MAP PAGE ***********/

/*********** BROWSE TIMELINE PAGE ***********/

#pageTitleBrowseTimeline{
	background-image: url(../images/pagetitle_bg_browse-timelin.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 58px;
	border-bottom: 1px solid #CC3300;
}

#timelineInterface{
	display: block;
	height: 382px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	border-bottom: 1px solid #CC3300;
}

/*********** END OF TIMELINE PAGE ***********/

/*********** BROWSE MATERIAL PAGE ***********/

#pageTitleBrowseMaterial{
	background-image: url(../images/pagetitle_bg_browse-material.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 58px;
	border-bottom: 1px solid #CC3300;
}

#materialClay{
	display: block;
	background-image: url(../images/browse_material-clay.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialStone{
	display: block;
	background-image: url(../images/browse_material-stone.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialMetal{
	display: block;
	background-image: url(../images/browse_material-metal.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialShell{
	display: block;
	background-image: url(../images/browse_material-shell.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialGlass{
	display: block;
	background-image: url(../images/browse_material-glass.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialBone{
	display: block;
	background-image: url(../images/browse_material-bone.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialPlaster{
	display: block;
	background-image: url(../images/browse_material-plaster.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialPaper{
	display: block;
	background-image: url(../images/browse_material-paper.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#materialPainting{
	display: block;
	background-image: url(../images/browse_material-painting.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

/*********** END OF BROWSE BY MATERIAL PAGE ***********/

/*********** BROWSE BY OBJECT TYPE PAGE ***********/

#pageTitleBrowseObject{
	background-image:  url("../images/pagetitle_bg_browse-object.jpg");
	background-position: right;
	background-repeat: no-repeat;
	height: 58px;
	border-bottom: 1px solid #CC3300;
}

#objectArchitectural{
	display: block;
	background-image: url(../images/browse_object_architectural.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectSculpture{
	display: block;
	background-image: url(../images/browse_object_sculpture.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectInscribed{
	display: block;
	background-image: url(../images/browse_object_inscribed.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectStampsSeals{
	display: block;
	background-image: url(../images/browse_object_stamps-seals.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectTools{
	display: block;
	background-image: url(../images/browse_object_tools.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectVessels{
	display: block;
	background-image: url(../images/browse_material-clay.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectJewelry{
	display: block;
	background-image: url(../images/browse_object_jewelry.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectToys{
	display: block;
	background-image: url(../images/browse_object_toys.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectModels{
	display: block;
	background-image: url(../images/browse_object_models.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

#objectCoins{
	display: block;
	background-image: url(../images/browse_object_coins.jpg);
	background-position: x-0, y-0;
	background-repeat: no-repeat;
	min-height: 120px;
	margin: 0px 0px 12px 0px;
	padding: 4px 0px 0px 80px;
	border-top: 1px solid #CC3300;
}

/*********** END OF BROWSE OBJECT TYPE PAGE ***********/


/*********** BROWSE CULTURAL THEME PAGE ***********/

#pageTitleBrowseTheme{
	background-image: url(../images/pagetitle_bg_browse-theme.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 58px;
	border-bottom: 1px solid #CC3300;
}

#themeMenuArchaeology{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuArchaeology a {
	display: block;
	background-image: url(../images/theme-menu-archaeology.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuArchaeology a:hover{
	color: #006666;
}

#themeMenuArt_and_Architecture{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuArt_and_Architecture a {
	display: block;
	background-image: url(../images/theme-menu-art.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuArt_and_Architecture a:hover{
	color: #006666;
}

#themeMenuFirst_Cities{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuFirst_Cities a {
	display: block;
	background-image: url(../images/theme-menu-cities.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuFirst_Cities a:hover{
	color: #006666;
}

#themeMenuDaily_Life{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuDaily_Life a {
	display: block;
	background-image: url(../images/theme-menu-dailylife.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuDaily_Life a:hover{
	color: #006666;
}

#themeMenuFirst_Farmers{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuFirst_Farmers a {
	display: block;
	background-image: url(../images/theme-menu-farmers.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuFirst_Farmers a:hover{
	color: #CCFFFF;
}

#themeMenuLaw_and_Government{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuLaw_and_Government a {
	display: block;
	background-image: url(../images/theme-menu-law.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuLaw_and_Government a:hover{
	color: #006666;
}

#themeMenuLiterature{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuLiterature a {
	display: block;
	background-image: url(../images/theme-menu-literature.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuLiterature a:hover{
	color: #006666;
}

#themeMenuMathematics_and_Measurement{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuMathematics_and_Measurement a {
	display: block;
	background-image: url(../images/theme-menu-math.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuMathematics_and_Measurement a:hover{
	color: #006666;
}

#themeMenuPrehistory{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuPrehistory a {
	display: block;
	background-image: url(../images/theme-menu-prehistory.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuPrehistory a:hover{
	color: #006666;
}

#themeMenuReligion{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuReligion a {
	display: block;
	background-image: url(../images/theme-menu-religion.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuReligion a:hover{
	color: #006666;
}

#themeMenuScience_and_Inventions{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuScience_and_Inventions a {
	display: block;
	background-image: url(../images/theme-menu-science.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuScience_and_Inventions a:hover{
	color: #006666;
}

#themeMenuWarfare_and_Empire{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuWarfare_and_Empire a {
	display: block;
	background-image: url(../images/theme-menu-warfare.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuWarfare_and_Empire a:hover{
	color: #006666;
}

#themeMenuRole_of_Women{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuRole_of_Women a {
	display: block;
	background-image: url(../images/theme-menu-women.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuRole_of_Women a:hover{
	color: #006666;
}

#themeMenuInvention_of_Writing{
	margin: 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#themeMenuInvention_of_Writing a {
	display: block;
	background-image: url(../images/theme-menu-writing.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 9px 0px;
	padding: 5px 110px 0px 5px;
	height: 55px;
	color: #009999;
}

#themeMenuInvention_of_Writing a:hover{
	color: #006666;
}

/*********** END OF BROWSE OBJECT TYPE PAGE ***********/

/*********** VISUAL EXPLORATION GALLERY PAGE ***********/

#pageTitleVisualExploration{
	position: relative;
	background-image: url(../images/pagetitle_bg_search.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 58px;
	border-bottom: 1px solid #CC3300;
}

#visualExplorationNav{
	position: relative;
	height: 58px;
	background-image: url(../images/pagenavtab_gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #111100;
	border-bottom: 1px solid #CC3300;
}

#directions{
	position: relative;
	float: left;
	padding: 10px 10px 5px 10px;
	margin: 0px;
	width: 60%;
}

#previousNext{
	position: relative;
	float: right;
	padding: 10px 10px 1px 10px;
	margin: 0px;
	width: 30%;
	text-align: right;
}

#galleryImage{
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
	margin: 0px 0px 12px 12px;
	padding: 0px;
}


/*********** END OF VISUAL EXPLORATION GALLERY PAGE ***********/

/*********** LIFE IN MESOPOTAMIA MAIN MENU ***********/

#pageTitleLifeInMesopotamiaMain{
	background-image:  url(../images/pagetitle_bg_lifeinmesopotamia.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 160px;
	margin: 0px;
	padding: 20px 230px 10px 20px;
	font-size: 14px;
	line-height: 20px;
}

#pageTitleLifeInMesopotamiaMain h1{
	line-height: 40px;
}

/*********** END OF LIFE IN MESOPOTAMIA MAIN MENU ***********/

/*********** LIFE IN MESOPOTAMIA SECTION ***********/

#pageTitleMesopotamiaLifeArchaeology{
	background-image:  url(../images/pagetitle_bg_life-archaeology.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeArchaeology h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeArt_and_Architecture{
	background-image:  url(../images/pagetitle_bg_life-art.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeArt_and_Architecture h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeDaily_Life{
	background-image:  url(../images/pagetitle_bg_life-dailylife.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeDaily_Life h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeFirst_Cities{
	background-image:  url(../images/pagetitle_bg_life-cities.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeFirst_Cities h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeFirst_Farmers{
	background-image:  url(../images/pagetitle_bg_life-farmers.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeFirst_Farmers h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeInvention_of_Writing{
	background-image:  url(../images/pagetitle_bg_life-writing.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeInvention_of_Writing h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeLaw_and_Government{
	background-image:  url(../images/pagetitle_bg_life-law.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeLaw_and_Government h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeLiterature{
	background-image:  url(../images/pagetitle_bg_life-literature.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 9px 200px 0px 6px;
}

#pageTitleMesopotamiaLifeLiterature h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeMathematics_and_Measurement{
	background-image:  url(../images/pagetitle_bg_life-math.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeMathematics_and_Measurement h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifePrehistory{
	background-image:  url(../images/pagetitle_bg_life-prehistory.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 9px 200px 0px 6px;
}

#pageTitleMesopotamiaLifePrehistory h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeReligion{
	background-image:  url(../images/pagetitle_bg_life-religion.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeReligion h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeRole_of_Women{
	background-image:  url(../images/pagetitle_bg_life-women.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 9px 200px 0px 6px;
}

#pageTitleMesopotamiaLifeRole_of_Women h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeScience_and_Inventions{
	background-image:  url(../images/pagetitle_bg_life-science.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeScience_and_Inventions h1{
	line-height: 36px;
}

#pageTitleMesopotamiaLifeWarfare_and_Empire{
	background-image:  url(../images/pagetitle_bg_life-warfare.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 105px;
	margin: 0px 0px 10px 0px;
	padding: 10px 200px 0px 10px;
}

#pageTitleMesopotamiaLifeWarfare_and_Empire h1{
	line-height: 36px;
}

#imageMesopotamiaLife{
	background-color: #DDDDAA;
	border-top: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	height: 260px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

#calloutCollectionHighlight{
	background-image:  url(../images/lc_mainmenu_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 75px;
	border-top: 1px solid #CC3300;
	margin: 20px 0px 5px 0px;
	padding: 10px 0px 15px 10px;
}

/*********** END OF LIFE IN MESOPOTAMIA SECTION ***********/

/*********** TEACHING MATERIALS SECTION ***********/

#pageTitleTeachingMaterialsMain{
	background-image:  url(../images/pagetitle_bg_teachingmaterials.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 160px;
	margin: 0px;
	padding: 20px 180px 10px 20px;
	font-size: 14px;
	line-height: 20px;
}

#pageTitleTeachingMaterialsMain h1{
	line-height: 40px;
}

#teachingMaterialsMainOnlineCourse{
	background-image:  url(../images/teacherresources_main-chalk.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 90px;
	border-top: 1px solid #CC3300;
	margin: 0px;
	padding: 5px 40px 0px 155px;
}

#teachingMaterialsOnlineCourseTitle{
	background-image:  url(../images/teacherresources_main-chalk.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 90px;
	margin: 0px;
	padding: 5px 25px 5px 155px;
}

#teachingMaterialsOnlineCourseTitle h1{
	font-size: 30px;
	line-height: 38px;
}

#teachingMaterialsMainHowToUse{
	background-image:   url("../images/teacherresources_main-howtouse.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 105px;
	border-top: 1px solid #CC3300;
	margin: 0px;
	padding: 5px 5px 0px 155px;
}

#teachingMaterialsHowToUseTitle{
	background-image: url("../images/teacherresources_main-howtouse.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 90px;
	margin: 0px;
	padding: 5px 25px 5px 155px;
}

#teachingMaterialsHowToUseTitle h1{
	font-size: 30px;
	line-height: 38px;
}

#teachingMaterialsHowToUseExampleMesopotamiaLife{
	position: relative;
	background-image: url("../images/teacherresources_howtouse_life.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 285px;
	border-top: 1px solid #CC3300;
	height: 250px;
}

#teachingMaterialsHowToUseExampleVTS{
	position: relative;
	background-image: url("../images/teacherresources_howtouse_vts.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 0px 285px;
	border-top: 1px solid #CC3300;
	min-height: 280px;
}

#teachingMaterialsHowToUseExampleSearchBrowse{
	position: relative;
	background-image: url("../images/teacherresources_howtouse_searchbrowse.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 6px 0px;
	padding: 5px 5px 20px 285px;
	border-top: 1px solid #CC3300;
	min-height: 285px;
}

#teachingMaterialsHowToUseExampleInteractives{
	position: relative;
	background-image: url("../images/teacherresources_howtouse_interactives.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 0px 285px;
	border-top: 1px solid #CC3300;
	height: 260px;
}

#teachingMaterialsHowToUseExampleLessons{
	position: relative;
	background-image: url("../images/teacherresources_howtouse_lessons.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 0px 285px;
	border-top: 1px solid #CC3300;
	height: 260px;
}

#teachingMaterialsMainVisualThinkingStrategies{
	background-image: url(../images/teacherresources_main-vts.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 105px;
	border-top: 1px solid #CC3300;
	margin: 0px;
	padding: 5px 5px 0px 155px;
}

#teachingMaterialsVisualThinkingStrategiesTitle{
	background-image:   url("../images/teacherresources_main-vts.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 90px;
	margin: 0px;
	padding: 5px 25px 5px 155px;
}

#teachingMaterialsVisualThinkingStrategiesTitle h1{
	font-size: 30px;
	line-height: 38px;
}

#teachingMaterialsMainLessonPlans{
	background-image:  url(../images/teacherresources_main-lessons.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 105px;
	border-top: 1px solid #CC3300;
	margin: 0px;
	padding: 5px 25px 0px 150px;
}

#teachingMaterialsLessonPlansTitle{
	background-image:   url("../images/teacherresources_main-lessons.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 105px;
	margin: 0px;
	padding: 5px 50px 10px 155px;
}

#teachingMaterialsLessonPlansTitle h1{
	font-size: 30px;
	line-height: 38px;
}

#teachingMaterialsCurriculumGuidesCallout{
	position: relative;
	background-image: url(../images/teacher_curriculum-guides.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0px 0px 2px 0px;
	padding: 15px 5px 0px 82px;
	border-top: 1px solid #CC3300;
	min-height: 75px;
}

#themeLessonArchaeology{
	position: relative;
	background-image: url(../images/theme-menu-archaeology.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 0px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonArt_and_Architecture{
	position: relative;
	background-image: url(../images/theme-menu-art.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 0px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonFirst_Cities{
	position: relative;
	background-image: url(../images/theme-menu-cities.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 0px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonDaily_Life{
	position: relative;
	background-image: url(../images/theme-menu-dailylife.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 0px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonFirst_Farmers{
	position: relative;
	background-image: url(../images/theme-menu-farmers.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonLaw_and_Government{
	position: relative;
	background-image: url(../images/theme-menu-law.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonLiterature{
	position: relative;
	background-image: url(../images/theme-menu-literature.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonMathematics_and_Measurement{
	position: relative;
	background-image: url(../images/theme-menu-math.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonPrehistory{
	position: relative;
	background-image: url(../images/theme-menu-prehistory.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonReligion{
	position: relative;
	background-image: url(../images/theme-menu-religion.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonScience_and_Inventions{
	position: relative;
	background-image: url(../images/theme-menu-science.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}
#themeLessonWarfare_and_Empire{
	position: relative;
	background-image: url(../images/theme-menu-warfare.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonRole_of_Women{
	position: relative;
	background-image: url(../images/theme-menu-women.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#themeLessonInvention_of_Writing{
	position: relative;
	background-image: url(../images/theme-menu-writing.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	margin: 0px 0px 5px 0px;
	padding: 5px 110px 5px 5px;
	border-top: 1px solid #CC3300;
	min-height: 55px;
}

#teachingMaterialsMainNationalStandards{
	background-image: url(../images/teacherresources_main-standards.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 105px;
	border-top: 1px solid #CC3300;
	margin: 0px;
	padding: 5px 5px 0px 150px;
}

#teachingMaterialsNationalStandardsTitle{
	background-image: url("../images/teacherresources_main-standards.gif");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 90px;
	margin: 0px;
	padding: 5px 25px 5px 155px;
}

#teachingMaterialsNationalStandardsTitle h1{
	font-size: 30px;
	line-height: 38px;
}



/*********** END OF TEACHING MATERIALS SECTION ***********/

/*********** HOME PAGE ***********/

#homePageBackground{
	background-image:  url(../images/home_pagebackground.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFFD6;
	margin: 0px;
	padding: 0px;
}

#homeHeader{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#homePageWrapper{
	background-image:  url(../images/home_statuettes.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#homeSidebar{
	position: relative;
	float: left;
	width: 18%;
	margin: 0px;
	padding: 221px 0px 0px 0px;
}

#homeSidebarLinks{
	margin: 0px;
	padding: 16px 0px 0px 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

#homeContentWrapper{
	position: relative;
	float: right;
	background-image: url(../images/home_blacktile.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 82%;
	margin: 0px;
	padding: 0px;
}

#homeIntro{
	color: #FFFFD6;
	font-size: 14px;
	margin: 0px;
	padding: 5px 250px 5px 0px;
	min-height: 122px;
}

#homeIntro a{
	color: #66FFFF;
}

#homeIntro a:hover{
	color: #CCFFFF;
}

#homeDirection{
	color: #FFFFD6;
	font-size: 14px;
	margin: 0px;
	padding: 5px 5px 5px 0px;
}

#homeContentContainer{
	position: relative;
	height: 250px;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	background-image: url(../images/footer_links_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFD6;
	border-top: 3px;
	border-top-color: #CC3300;
	border-top-style: solid;
}

#homeLifeInMesopotamia{
	min-height: 76px;
	margin: 10px 0px 0px 0px;
	padding: 5px 80px 5px 10px;
	border-top: 1px;
	border-top-color: #CC3300;
	border-top-style: solid;
	background-image: url(../images/home_life-in-mesopotamia.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#homeLearningCollection{
	min-height: 76px;
	margin: 10px 0px 0px 0px;
	padding: 5px 80px 5px 10px;
	border-top: 1px;
	border-top-color: #CC3300;
	border-top-style: solid;
	background-image: url(../images/home_learning-collection.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#homeInteractives{
	min-height: 76px;
	margin: 6px 0px 0px 0px;
	padding: 5px 80px 0px 10px;
	border-top: 1px;
	border-top-color: #CC3300;
	border-top-style: solid;
	background-image: url(../images/home_interactives.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#homeTeacherMaterials{
	min-height: 76px;
	margin: 6px 0px 0px 0px;
	padding: 5px 80px 5px 10px;
	border-top: 1px;
	border-top-color: #CC3300;
	border-top-style: solid;
	background-image: url(../images/home_teacher-materials.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#homeFeatureCallout{
	position: relative;
	display: block;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFD6;
}

#homeFeatureCalloutImage{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 5px 0px 10px;
	padding: 0px;
}

#homeFeatureCalloutInfo{
	position: relative;
	margin: 0px;
	padding: 0px;
}

/*********** END OF HOME PAGE ***********/

/*********** ABOUT PROJECT SECTION ***********/

#aboutProjectPageBackground{
	background-image:  url(../images/about_pagebackground.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFFFD6;
	margin: 0px;
	padding: 0px;
}

#aboutProjectHeader{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#aboutProjectPageWrapper{
	background-image:  url(../images/home_statuettes.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#aboutProjectSidebar{
	position: relative;
	float: left;
	width: 18%;
	margin: 0px;
	padding: 221px 0px 0px 0px;
}

#aboutProjectSidebar a{
	display: block;
	background-image:  url(../images/about_backtohome.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 52px;
	margin: 0px;
	padding: 18px 0px 0px 60px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}

#aboutProjectContentWrapper{
	position: relative;
	float: right;
	width: 82%;
	margin: 0px;
	padding: 0px;
}

#aboutProjectSectionTitles{
	position: relative;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#aboutProjectSectionTitles h1{
	color: #FFFFD6;
	font-family: Impact, Trebuchet MS, Arial, Sans;
	font-size: 30px;
}

#aboutProjectNavigation{
	position: relative;
	color: #FFFFD6;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#aboutProjectNavigation a{
	color: #99FFFF;
	font-size: 14px;
	font-weight: bold;
}

#aboutProjectContentContainer{
	position: relative;
	height: 300px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	background-image: url(../images/footer_links_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFD6;
	border-top: 3px;
	border-top-color: #CC3300;
	border-top-style: solid;
}

#aboutProjectFeatureCollection{
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}

#aboutProjectFeatureCollection a {
	display: block;
	background-image: url(../images/about_callout_collection.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 54px;
	color: #99FFFF;
	border-top: 1px solid #CC3300;
}

#aboutProjectFeatureCollection a:hover{
	color: #FFFFD6;
}

#aboutProjectFeatureSitemap{
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #CC3300;
}

#aboutProjectFeatureSitemap a {
	display: block;
	background-image: url(../images/about_callout_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	margin: 0px;
	padding: 5px 60px 0px 10px;
	height: 54px;
	color: #99FFFF;
}

#aboutProjectFeatureSitemap a:hover{
	color: #FFFFD6;
}

#aboutMesopotamianGalleryImage{
	display: block;
	background-image: url(../images/about_mesopotamian-gallery.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 5px 325px 0px 5px;
	height: 150px;
	font-size: 12px;
	color: #FFFFD6;
	border-top: 1px solid #CC3300;
}

#aboutFeatureCallout{
	position: relative;
	display: block;
	clear: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFD6;
}

#aboutFeatureCalloutImage{
	width: 65px;
	height: 65px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#aboutFeatureCalloutInfo{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#aboutFeedbackCallout{
	position: relative;
	background-image:  url(../images/lc_mainmenu_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	margin: 10px 0px 15px 0px;
	padding: 10px 0px 5px 10px;
}

#aboutCreditsIMLS{
	background-image: url(../images/about_partnerlogos-imls.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #CC3300;
	margin: 5px 0px 5px 0px;
	padding: 6px 0px 0px 105px;
}

#aboutCreditsOI{
	background-image: url(../images/about_partnerlogos-oi.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #CC3300;
	margin: 5px 0px 5px 0px;
	padding: 6px 0px 0px 105px;
}

#aboutCreditsCWD{
	background-image: url(../images/about_partnerlogos-cwd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #CC3300;
	margin: 5px 0px 5px 0px;
	padding: 6px 0px 0px 105px;
}

#aboutCreditsECUIP{
	background-image: url(../images/about_partnerlogos-ecuip.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #CC3300;
	margin: 5px 0px 5px 0px;
	padding: 6px 0px 0px 105px;
}


/*********** END OF ABOUT PROJECT SECTION ***********/

/*********** #Footer styles ***********/

#footerLinksCredits {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#siteLinks {
	position: relative;
	border-top: 1px solid #006666;
	background-image:  url(../images/footer_links_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFD6;
	display: block;
	min-height: 25px;
	margin: 15px 0px 0px 0px;
	padding: 6px 6px 2px 6px;
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
}

#footer{
	position: relative;
	display: block;
	background-image: url(../images/mesoflowermotif_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CC3300;
	padding: 35px 0px 0px 0px;
	margin: 0px;
	height: 85px;
}

#footerLogo{
	position: relative;
	height: 50px;
	padding: 0px;
	margin: 7px 0px 0px 0px;
	float: left;
}

.footerLinks{
	font-family: Trebuchet MS,sans-serif;
}

.footerLinks a{
	font-size: 11px;
	font-weight: bolder;
	line-height: 12px;
	color: #CCFFFF;
}

.footerLinks a:hover{
	color: #FFFFD6;
}

.OIabbreviation{
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

#footerLinksMuseumEducationHome{
	position: relative;
	background-image: url(../images/footer_museum_education.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 6px 30px 0px 10px;
	margin: 6px 2px 0px 0px;
	width: 76px;
	height: 53px;
	float: right;
}

#footerLinksTeacherResoureCenter{
	position: relative;
	background-image: url(../images/footer_museum_teachercenter.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 6px 30px 0px 10px;
	margin: 6px 0px 0px 0px;
	width: 76px;
	height: 53px;
	float: right;
}

/*********** INTERACTIVES MAIN MENU ***********/

#pageTitleInteractivesMain{
	background-image:  url(../images/pagetitle_bg_interactives-main.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 160px;
	margin: 0px;
	padding: 20px 230px 10px 20px;
	font-size: 14px;
	line-height: 20px;
}

#pageTitleInteractivesMain h1{
	line-height: 40px;
}

#interactivesDigIntoHistoryCallout{
	position: relative;
	background-image: url(../images/interactives_dihm_bgtile.jpg);
	background-position: left;
	background-repeat: repeat-x;
	text-align: right;
	height: 28px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #CC3300;
}

#interactivesDigIntoHistoryCalloutMap{
	position: relative;
	background-image: url(../images/interactives_dihm_map.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	padding: 12px;
	margin: 0px;
	background-position: top right;
	border-bottom: #FFFFD6 solid 2px;
}


#interactivesVideoGil{
	background-image: url("../images/interactives_video_gil.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px;
	padding: 5px 5px 5px 80px;
	border-top: 1px solid #CC3300;
	min-height: 80px;
}

#interactivesVideoLaura{
	background-image: url("../images/interactives_video_laura.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 80px;
	border-top: 1px solid #CC3300;
	min-height: 80px;
}

#interactivesVideoMartha{
	background-image: url("../images/interactives_video_martharoth.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 80px;
	border-top: 1px solid #CC3300;
	min-height: 80px;
}

#interactivesObjectJarmoHouse{
	background-image: url("../images/interactives_object_jarmohouse.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectEarlyTablet{
	background-image: url("../images/interactives_object_earlytablet.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectCylinderSeal{
	background-image: url("../images/interactives_object_cylinderseal.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectPullToy{
	background-image: url("../images/interactives_object_pulltoy.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectWorshipper{
	background-image: url("../images/interactives_object_worshipper.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectPazuzu{
	background-image: url("../images/interactives_object_pazuzu.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectIncantation{
	background-image: url("../images/interactives_object_incantation.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectKudurru{
	background-image: url("../images/interactives_object_kudurru.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectHammurabi{
	background-image: url("../images/interactives_object_hammurabi.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectKhorsabadRelief{
	background-image: url("../images/interactives_object_khorsabadrelief.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectLamassu{
	background-image: url("../images/interactives_object_lamassu.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesObjectStridingLion{
	background-image: url("../images/interactives_object_stridinglion.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border-top: 1px solid #CC3300;
	min-height: 50px;
}

#interactivesWhiteTitleBig{
	position: relative;
	font-family: Trebuchet MS,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
#interactivesWhiteTitleSmall{
	position: relative;
	font-family: Trebuchet MS,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

#interactivesHeader{
	position: relative;
	height: 32px;
	background-color:#003333;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFD6;
	border-bottom: 1px solid #CC3300;
}

#interactivesHeader a{
	color: #CCFFFF;
}

#interactivesHeader a:hover{
	color: #FFFFD6;
}

#interactivesHeaderBack{
	position: relative;
	float: left;
	padding: 10px 10px 1px 10px;
	margin: 0px;
}

#interactivesHeaderTitleSiteLinks{
	text-align: right;
	position: relative;
	float: right;
	padding: 10px 10px 1px 10px;
	margin: 0px;
}


/*********** END OF INTERACTIVES SECTION ***********/

/*********** DIG INTO HISTORY: MESOPOTAMIA [Field Report] ***********/

#fieldReportMasthead{
	background-image:  url(../images/fieldreport_masthead_bgtile.jpg);
	background-position: right top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#fieldReportWrapper{
	position: relative;
	margin: 0px;
	padding: 9px;
	background-color:#FFFFD6;
}

#fieldReportContent{
	position: relative;
	font-family: "Courier New", Courier, mono;
	color: #000000;
	margin: 9px;
	padding: 12px;
	background-color:#FFFFFF;
	border-left: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	border-right: 2px solid #999999; 
	border-bottom: 2px solid #999999;
}

#fieldReportSectionTitle{
	position: relative;
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	font-size: 18px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 12px 0px 4px 0px;
	padding: 2px 0px 2px 0px;	
	color: #000000;
	clear: both;
}

#fieldReportContent h3{
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	font-size: 16px;
	margin: 12px 0px 0px 0px;
	padding: 0px;	
	color: #000000;
}

#fieldReportContent p{
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 12px 0px;
	padding: 0px;	
}

.fieldReportRedInkNotes{
	font-family: "Comic Sans MS";
	font-weight: bolder;
	font-size: 12px;
	color:#990000;
}

.fieldReportRedInkNotes a{
	color:#009900;
}

.fieldReportRedInkRatings{
	font-family: "Comic Sans MS";
	font-weight: bolder;
	font-size: 14px;
	color:#990000;
}

.fieldReportRedInkRatings a{
	color:#009900;
}

#fieldReportCodeLink{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#fieldReportCode {
	position: relative;
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	font-size: 15px;
	margin: 0px 0px 6px 0px;
	padding: 4px;	
	color: #000000;
	background-color: #FFFF66;
	float: left;
	width: 22%;
}

#fieldReportCodeNote {
	position: relative;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 2px 0px;	
	color: #000000;
	float: right;
	width: 72%;
	text-align: right;
}

#fieldReportDirections{
	position: relative;
	margin: 6px 0px 6px 0px;
	padding: 3px 18px 3px 18px;
	font-size: 16px;
}


#fieldReportArtifact{
	position: relative;
	width: 100%;
	min-height: 125px;
	margin: 0px;
	padding: 0px;
}

#fieldReportArtifactImage{
	position: relative;
	float: left;
	margin: 4px 12px 0px 20px;
	padding: 3px 0px 0px 0px;
}

#fieldReportArtifactInfo{
	position: relative;
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#fieldReportArtifactNoteCard{
	position: relative;
	display: block;
	width: 90%; 
	background-image:  url(../images/fieldreport_notecard_bgtile.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 9px;
	border-left: 1px solid #99CCCC; 
	border-top: 1px solid #99CCCC; 
	border-right: 2px solid #669999; 
	border-bottom: 2px solid #669999;
	clear: both;
}

#fieldReportArtifactNoteCard h3{
	position: relative;
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	font-size: 12px;
	color:#000000;
	border-bottom: 1px solid #990000;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	clear: both;
}

#fieldReportArtifactNoteCard p{
	position: relative;
	font-family: "Comic Sans MS";
	font-size: 15px;
	color:#000099;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

.fieldReportArtifactNoteCardBoldRunin{
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	font-size: 12px;
	color:#000000;
}

/*********** END OF DIG INTO HISTORY: MESOPOTAMIA [Field Report] ***********/


/*********** DIG INTO HISTORY: MESOPOTAMIA [Exhibit Catalog] ***********/

#exhibitCatalogWrapper{
	background-image:  url(../images/exhibitcatalog_bgtile.jpg);
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #FFFFD6;
	margin: 0px;
	padding: 0px;
	height: 52px;
}

#exhibitCatalogMasthead{
	background-image: url(../images/exhibitcatalog_masthead_icon.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 52px;
}

#exhibitCatalogMastheadTitle{
	position: relative;
	float: right;
	width: 516px;
	margin: 0px;
	padding: 0px;
}

#exhibitCatalogContent{
	position: relative;
	background-image: url(../images/fieldreport_notecard_bgtile.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 9px;
	padding: 9px;
	background-color:#FFFFFF;
	border: #FFFFF66 solid 1px;
}

#exhibitCatalogTitleTheme{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: #990000 solid 1px;
}

#exhibitCatalogTitleTheme h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #990000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#exhibitCatalogTitleTheme h2{
	background-color: #D3A93D;
	background-image: url(../images/exhibitcatalog_quest_titlegraphic.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	height: 90px;
	margin: 0px;
	padding: 10px 200px 0px 20px;
	border-top: #990000 solid 2px;
	border-bottom: #990000 solid 2px;
}

#exhibitCatalogTitleTheme p{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

#exhibitCatalogCuratorialSummary p{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	color: #990000;
	padding: 12px 60px 12px 60px;
	border-bottom: #990000 solid 1px;
}

#exhibitCatalogArtifact{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	min-height: 310px;
	border-bottom: #990000 solid 1px;
	font-size: 18px;
	color: #000000;
}

.exhibitCatalogArtifactImage{
	position: relative;
	float: left;
	margin: 4px 20px 0px 0px;
	padding: 0px;
}

#exhibitCatalogArtifact p{
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	padding: 12px 60px 0px 0px;
}

/*********** END OF DIG INTO HISTORY: MESOPOTAMIA [Exhibit Catalog] ***********/


/*********** DIG INTO HISTORY: MESOPOTAMIA [Intro Page] ***********/

#digIntoHistoryIntro{
	background-color: #000000;
	background-image: url(../images/digintohistory_footer_bgtile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 5px solid #FFFFD6;
}

#digIntoHistoryIntroMasthead{
	position: relative;
	background-image: url(../images/digintohistory_masthead_bgtile.jpg);
	background-position: left;
	background-repeat: repeat-x;
}

#digIntoHistoryIntroMastheadTitle{
	position: relative;
	background-image: url(../images/digintohistory_masthead_image.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 49px;
	width: 100%;
}

#digIntoHistoryIntroText{
	position: relative;
	background-image: url(../images/digintohistory_intro_map.jpg);
	background-repeat: no-repeat;
	padding: 10px 250px 10px 20px;
	margin: 0px;
	background-position: top right;
	border-bottom: #FFFFD6 solid 2px;
}

#digIntoHistoryIntroText h1{
	font-family: Trebuchet MS,sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}

#digIntoHistoryIntroText p{
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}

#digIntoHistoryIntroPart1{
	position: relative;
	background-image: url(../images/digintohistory_part1_image.jpg);
	background-repeat: no-repeat;
	padding: 13px 10px 10px 20px;
	margin: 0px;
	background-position: top right;
	border-right: #FFFFD6 solid 2px;
	width: 50%;
}

#digIntoHistoryIntroPart1 h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px 0px 23px 0px;
}

#digIntoHistoryIntroPart1 p{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
}

#digIntoHistoryIntroPart2{
	position: relative;
	background-image: url(../images/digintohistory_part2_image.jpg);
	background-repeat: no-repeat;
	padding: 13px 10px 10px 20px;
	margin: 0px;
	background-position: top right;
}

#digIntoHistoryIntroPart2 h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px 0px 23px 0px;
}

#digIntoHistoryIntroPart2 p{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
}

#digIntoHistoryIntroFooter{
	position: relative;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	text-align: center;
	border-top: #FFFFD6 solid 2px;
}

#digIntoHistoryIntroFooter h2{
	background-image: url(../images/digintohistory_intro_bgtile_tint.png);
	background-repeat: repeat;
	padding: 10px;
	color: #FFFFFF;
}

#digIntoHistoryIntroFooter p{
	background-image: url(../images/digintohistory_intro_bgtile_dktint.png);
	background-repeat: repeat;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
}

#digIntoHistoryIntroFooter a{
	color: #CCFFFF;
}

#digIntoHistoryIntroFooter a:hover{
	color: #FFFFCC;
}

/*********** END OF DIG INTO HISTORY: MESOPOTAMIA [Intro Page] ***********/
