/* Comments throughout the stylesheet call out specific image/css changes which can be done to customize the system for a client brand */ 

/* page bkgd image can be changed below */

body {
	margin: 0px;
	background-image: url(_images/page_bkgd.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #D8D8D8;
	padding: 0px;
	text-align: center;
	min-width: 950px;
}
a{
  outline: none;
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	text-align: left;
}

table{
	FONT-SIZE: 120%;
	line-height: 2em;
}
td{
	FONT-SIZE: 14px;
	line-height: 2em;
	color: #555;
	text-align: left;
}
.contact{
	font-size: 1.2em;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.contactright{
	font-size: 1.2em;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;

}
#container {
	margin:0 auto;
	width: 950px;
	text-align: left;
}
/* tag is logo replacement - */

#logo {
	background-image: url(_images/nav_logo.gif);
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
	height: 48px;
	width: 948px;
	text-indent: -9000px;
	display: block;
	padding: 0;
}
/* Restructure ul tag in a left right list*/

#mainnavbar {
	display: block;
	float: left;
	height: 49px;
}
#mainnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* Restructure li tags in a left right list*/
#mainnav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

/* link image replacement*/
#mainnav li a{
	display: block;
	text-indent: -9000px;	
	float: left;
}
#Feature{
	background-image: url(_images/nav_feature_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 100px;
	display: block;
}
#News{
	background-image: url(_images/nav_news_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 76px;
	display: block;
}
#ArtAcq{
	background-image: url(_images/nav_artacq_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 144px;
	display: block;
}
#Exhibit{
	background-image: url(_images/nav_exhib_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 150px;
	display: block;
}
#Mgmt{
	background-image: url(_images/nav_collectmgmt_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 213px;
	display: block;
}
#Projects{
	background-image: url(_images/nav_projects_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 110px;
	display: block;
}
#About{
	background-image: url(_images/nav_about_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 80px;
	display: block;
}
#Home{
	background-image: url(_images/nav_home_off.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 77px;
	display: block;
}
#Feature:hover{
	background-image: url(_images/nav_feature_on.gif);
}
#News:hover{
	background-image: url(_images/nav_news_on.gif);
}
#ArtAcq:hover{
	background-image: url(_images/nav_artacq_on.gif);
}
#Exhibit:hover{
	background-image: url(_images/nav_exhib_on.gif);
}
#Mgmt:hover{
	background-image: url(_images/nav_collectmgmt_on.gif);
}
#Projects:hover{
	background-image: url(_images/nav_projects_on.gif);
}
#About:hover{
	background-image: url(_images/nav_about_on.gif);
}
#Home:hover{
	background-image: url(_images/nav_home_on.gif);
}
 
#content{
	background-image: url(_images/page_content.gif);
	background-position: bottom;
	width: 950px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#contenttable{
	margin-bottom: 6px;
	background-color: #FFFFFF;
	font-size: 100%;
	width: 940px;

}

/* icon link for daybook*/
#Daybook {
	background-image: url(_images/nav_icon_daybook_off.gif);
}

#Daybook:hover, body#DaybookSC #mainnav a#Daybook {
	background-image: url(_images/nav_icon_daybook_on.gif);
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
}

/* turns on nav button by page and colors border*/
body#FeatureSC #Feature{
	background-image: url(_images/nav_feature_on.gif);
}
body#FeatureSC #contenttable{
	border: 3px solid #9C4848;
	border-top: 10px solid #9C4848;
}
body#FeatureSC h2{
	color: #9C4848;
}		
body#NewsSC #News{
	background-image: url(_images/nav_news_on.gif);
}
body#NewsSC #contenttable{
	border: 3px solid #CA9C43;
	border-top: 10px solid #CA9C43;
}
body#NewsSC h2{
	color: #CA9C43;
}	
body#ArtAcqSC #ArtAcq{
	background-image: url(_images/nav_artacq_on.gif);
}
body#ArtAcqSC #contenttable{
	border: 3px solid #B7B151;
	border-top: 10px solid #B7B151;
}
body#ArtAcqSC h2{
	color: #B7B151;
}	
body#ExhibitSC #Exhibit{
	background-image: url(_images/nav_exhib_on.gif);
}
body#ExhibitSC #contenttable{
	border: 3px solid #573C33;
	border-top: 10px solid #573C33;
}
body#ExhibitSC h2{
	color: #B8AAA3;
}
body#MgmtSC #Mgmt{
	background-image: url(_images/nav_collectmgmt_on.gif);
}
body#MgmtSC #contenttable{
	border: 3px solid #5F8CAD;
	border-top: 10px solid #5F8CAD;
}
body#MgmtSC h2{
	color: #5F8CAD;
}
body#ProjectsSC #Projects{
	background-image: url(_images/nav_projects_on.gif);
}
body#ProjectsSC #contenttable{
	border: 3px solid #594A77;
	border-top: 10px solid #594A77;
}
body#ProjectsSC h2{
	color: #594A77;
}
body#AboutSC #About{
	background-image: url(_images/nav_about_on.gif);
}
body#AboutSC #contenttable{
	border: 3px solid #598673;
	border-top: 10px solid #598673;
}
body#AboutSC h2{
	color: #598673;
	text-align: left;
}
body#HomeSC #Home{
	background-image: url(_images/nav_home_on.gif);
}
body#HomeSC #contenttable{
	border: 3px solid #757678;
	border-top: 10px solid #757678;
}
body#HomeSC h2{
	color: #757678;
	letter-spacing: .5em;
	text-align: center;
}
h2{
	font-size: 1.3em;
	letter-spacing: .9em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2em;
	margin: 0px;
	padding: 0px;

}
h3{
	font-size: 1.3em;
	color: #555;
	letter-spacing: .9em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
	margin: 0px;
	padding: 0px;

}
h4{
	font-size: 1.3em;
	color: #FFFFFF;
	letter-spacing: .9em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
	margin: 0px;
	padding: 0px;

}	
/*below here slideshowtable*/
.slideshowtable{
	margin: 0;
	font-size: 100%;
}
.slideshowtable td{
	font-size: 100%;
	font-weight: bold;
}
.LinkGallery {
	background-image: url(_images/icon_gallery.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	padding-left: 20px;

}
.LinkGallery:hover {
	text-decoration: underline;
}
.LinkPage {
	background-image: url(_images/icon_report.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	padding-left: 20px;

}
.LinkPage:hover {
	text-decoration: underline;
}
.LinkEmail{
	background-image: url(_images/icon_email.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	padding-left: 20px;

}
.LinkEmail:hover {
	text-decoration: underline;
}
.LinkSubnav{
	background-image: url(_images/icon_link.gif);
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-left: 20px;

}
.LinkSubnav:hover {
	text-decoration: underline;
}
.LinkThumbs{
	background-image: url(_images/icon_thumbs.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	padding-left: 20px;

}
.LinkThumbs:hover {
	text-decoration: underline;
}
.thumbstable{
	font-size: 100%;
}
.sub-bg {
	background-image: url(_installations/art_juergens.jpg);
}
