﻿/* Public Art */
#PublicArtBrowse, #PublicArtSearch { clear: both; text-align: center; background: #FFCC99; }
#PublicArtRegions ul { margin: 0; padding: 0; text-align: left; }
#PublicArtRegions li { list-style-type: none; display: inline; padding: 5px; text-align: left; }
#PublicArtRegions a:link, #PublicArtRegions a:visited { color: black; background: #FFCC66; text-decoration: none; border-top: 1px solid #777; border-right: 2px solid #777; border-bottom: 2px solid #777; border-left: 1px solid #777; }
#PublicArtRegions a:hover { color: black; background: #FFCC66; text-decoration: none; border-top: 2px solid #777; border-right: 1px solid #777; border-bottom: 1px solid #777; border-left: 2px solid #777; }

ul.ArtList { margin: 0; padding: 0; list-style: none; border-top: 1px solid silver; }
ul.ArtList div.pic { display: block; width: 156px; height: auto; text-align: left; line-height: 156px; font-size: 14px; font-weight: bold; color: silver; background: #eee; margin: 5px 5px 5px 0; border: solid 1px; }
ul.ArtList div.pic a:hover { background: #eee; }
ul.ArtList li { float: left; clear: none; }
ul.ArtList li.info { margin: 5px; }
ul.ArtList li.info a.title { font-size: 14px; font-weight: bold; }

ul.ArtList2 { margin: 0; padding: 0; list-style: none; border-top: 1px solid silver; }
ul.ArtList2 div.pic { display: block; width: 256px; height: auto; text-align: center; margin: 5px 5px 5px 0; text-align: left; }
ul.ArtList2 li { float: left; clear: none; }
ul.ArtList2 li.info { display: block; width: 340px; height: auto; margin: 5px; }
ul.ArtList2 li.info a.title { font-size: 14px; font-weight: bold; }

ul.ArtList3 { margin: 0; padding: 0; list-style: none; }
ul.ArtList3 div.pic { display: block; width: 202px; height: auto; text-align: center; margin: 5px 5px 5px 0; text-align: left; }
ul.ArtList3 li { float: left; clear: none; }
ul.ArtList3 li.info { display: block; width: 408px; height: auto; margin: 5px; }
ul.ArtList3 li.info a.title { font-size: 14px; font-weight: bold; }

#InnerWrapper { display: block; width: 630px; height: auto; }
#InnerLeftColumn { display: block; width: 418px; height: auto; margin-right: 10px; float: left; clear: none; }
#InnerRightColumn  { display: block; width: 202px; height: auto; float: left; clear: none; }
#InnerLeftColumn h2 { margin-top: 0; padding-top: 0; }

a:link img, a:visited img { border: solid 1px #000000; }
