/* CSS Document */
body {
margin: 0px;
background-color: #eae9e1;
}

a:link {
color: #990000;
font-weight: normal;
line-height: 150%;
text-decoration: underline;
}

a:visited {
color: #990000;
font-weight: normal;
text-decoration: underline;
}

a:hover {
color: #000000;
font-weight: normal;
text-decoration: underline;
}

p {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 150%;
color: #000000;
}

.home {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 170%;
color: #67532c;
}

.white {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 160%;
color: #ffffff;
}
.white2 {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 110%;
color: #ffffff;
}

.gray {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 170%;
color: #999999;
}

.black {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 170%;
color: #000000;
}

.homeHead {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 42px;
font-weight: bold;
line-height: 100%;
color: #ffffff;
}

.homeDate {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 100%;
color: #ffffff;
}

.exhibitHead {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 28px;
font-weight: normal;
line-height: 100%;
color: #ffffff;
}

.exhibitDate {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 21px;
font-weight: normal;
line-height: 100%;
color: #ffffff;
}

.exhibitName {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 130%;
color: #ffffff;
}
#navigation {
float: left;
width: 900px;
background-color: #000000;
}
#navigation ul, #navigation ul li {
margin: 0;
padding: 0;
}
#navigation > ul {
float: left;
width: 840px;
margin: 0 30px 0 30px;
border-left: solid 1px #333333;
}
#navigation > ul > li {
float: left;
list-style: none;
position: relative;
border-right: solid 1px #333333;
padding: 2px 0 0 0;

}
#navigation > ul > li > a {
float: left;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: white;
padding:3px 0 3px 10px;
height:17px;
width:129px;
text-align: left;
text-decoration: none;
background-color: black;
text-transform:uppercase;
font-weight:bold;
}
#navigation > ul > li > ul {
position: absolute;
top: 23px;
left: 0;
display: none;
}
#navigation > ul > li:hover > ul {
display: block;
}
#navigation > ul > li:hover > a {
background-color: black;
color:#d09c2e;
}
#navigation > ul > li > ul > li {
list-style: none;
}
#navigation > ul > li > ul > li > a {
width: 119px;
margin-left:0px;
float: left;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: white;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
text-align: left;
text-decoration: none;
background-color: black;
text-transform:uppercase;
font-weight:bold;
}
#navigation > ul > li > ul > li > a:hover {
background-color: black;
color:#d09c2e;
}
.footer {
background:url(images/footerback.png) no-repeat;
width:770px;
height:46px;
font-family:"Times New Roman", Times, serif;
color:#7a6538;
font-size:12px;
padding-top:15px;
font-weight:bold;
text-transform:uppercase;
border-top: solid 1px #fff;

}

.footercontact {
background:url(images/footerwhite.png) no-repeat;
width:770px;
height:46px;
font-family:"Times New Roman", Times, serif;
color:#fff;
font-size:12px;
padding-top:15px;
font-weight:bold;
margin:auto 0;
text-align:center;
text-transform:uppercase;
border-top: solid 1px #fff;
}
h1.white {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 20px;
line-height: 160%;
color: #ffffff;
}



