@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-image: url(images/bg_headerback.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior: url(csshover.htc);
}

* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 0px;
	width: 105px;
	background: #674f40;
	text-align:center;
	font-weight:bold;
}

ul a:hover {
	color: #fff;
	text-decoration: none;
	background: #cab3a0;
}

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

ul li {
	border-bottom: 1px solid #cab3a0;
	border-right: 1px solid #cab3a0;
	float: left;
	position: relative;
}

ul li ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 105px;
	border-top: 1px solid #cab3a0;
}

ul li:hover ul { display: block; }

ul li:hover ul li ul { display: none; }

ul li ul li:hover ul {
	display: block;
	position: absolute;
	left: 105px;
	top: -1px;
	border-left: 1px solid #cab3a0;
	background: #cab3a0;
}

.footer {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}

.footer a, a:link, a:active, a:visited {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover {
	font-size:10px;
	color:#674f40;
	font-weight:bold;
	text-decoration:none;
}

.footerSMALL {
	font-size:10px;
	color:#777777;
	padding: 5px 0px 0px 0px;
}

.galleryInfo {
	font-size:12px;
	color:#674f40;
	font-weight:bold;
	padding: 5px 0px 0px 0px;
}

.galleryInfo a {
	font-size:12px;
	color:#674f40;
	font-weight:bold;
	padding: 5px 0px 0px 0px;
}

.galleryInfo a:visited {
	font-size:12px;
	color:#674f40;
	font-weight:bold;
	padding: 5px 0px 0px 0px;
}

.galleryInfo a:hover {
	font-size:12px;
	color:#674f40;
	font-weight:bold;
	padding: 5px 0px 0px 0px;
}


.galleryInfoBox {
	font-size: 12px;
	color:#000;
	padding: 5px 5px 5px 5px;
}

.galleryInfoBox a {
	font-size:12px;
	color:#0cb5ea;
}
.galleryInfoBox a:visited {
	font-size:12px;
	color:#0cb5ea;
}

.galleryInfoBox a:hover {
	font-size:12px;
	color:#674f40;
}

.artistnav {
	font-size:13px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

.artistnav a {
	font-size:13px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
.artistnav a:visited {
	font-size:13px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

.artistnav a:hover {
	font-size:13px;
	color:#e61a31;
	font-weight: bold;
	text-decoration: none;
}

.artisthdr {
	font-size:44px;
	color:#fff;
	text-decoration: none;
}

.artworknav {
	font-size:13px;
	color:#674f40;
	font-weight: bold;
	text-decoration: none;
}

.artworknav a {
	font-size:13px;
	color:#674f40;
	font-weight: bold;
	text-decoration: none;
}
.artworknav a:visited {
	font-size:13px;
	color:#674f40;
	font-weight: bold;
	text-decoration: none;
}

.artworknav a:hover {
	font-size:13px;
	color:#e61a31;
	font-weight: bold;
	text-decoration: none;
}

.artworktitle {
	font-size:18px;
	color:#0cb5ea;
	font-weight: bold;
	text-decoration: none;
}

.artworkdescription {
	font-size:15px;
	color: #000000;
	font-weight:bold;
}

.exhibithdr {
	font-size:38px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

.exhibithdr a {
	font-size:38px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

.exhibithdr a:visited {
	font-size:38px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

.exhibithdr a:hover {
	font-size:38px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

.exhibhdrsmall {
	font-size:22px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

.exhibhdrsmall a {
	font-size:22px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
.exhibhdrsmall a:visited {
	font-size:22px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
.exhibhdrsmall a:hover {
	font-size:22px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

.bodyText a {
	color: #0000FF;
}

.bodyText a:visited {
	color: #0000FF;
}

.bodyText a:active {
	color: #0000FF;
}

.bodyText a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

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