* {
    margin: 0;
    padding: 0;
}

body {
  background: url('../Images/backgrad.gif') repeat-x;
}

html, body, #extra {
	height: 100%;
	font-family: Helvetica Neue,Helvetica,Arial,"Lucida Grande","Lucida Sans",Verdana,sans-serif;
	font-size:14px;
}


h2 {
    font-family: Helvetica Neue,Helvetica,Arial,"Lucida Grande","Lucida Sans",Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #BFCBE1;
    margin-bottom: 15px;
    margin-top:5px;
}


a {
    color: #0066ff;
}

a.external {
	/*color: #466;*/
	background: url('../Images/external.png') center right no-repeat;
	padding-right: 13px;
}

p {
    padding-bottom: 10px;
}

#heading {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
}
#heading * {
    display: inline;
    user-select: none;
    cursor: pointer;
    vertical-align: middle;
}

#heading li {
    border-bottom: 1px solid transparent;
    margin-left:20px;
    margin-right:20px;
    color: #003757;/*#005242;#363636;*/
}

#heading li.active {
    border-bottom: 1px solid #BFCBE1;
    color: #000000;
}

#panes {
    text-align: justify;
    border-style: none;
    height:350px;
    overflow:hidden;
    position:relative;
    margin: 0px auto;
}

.box {
    margin-left: 50px;
    margin-right: 50px;
    margin-top:20px;
    height: 349px;
}

/*#panes div div { overflow: hidden; }*/

#page,
#extra {
	display: inline-block;
	vertical-align: middle;
}

#page {
	width: 100%;
	text-align: center;
}

#extra {
	
}

#BackImg {
  background: url('../Images/BackImg.png') no-repeat;
  width:800px;
  height:532px;
  margin: 0 auto;
}

#LightboxContainer {
  width:100%;
  height:100%;
}

#HeaderImage {
  height:120px;
  background: url('../Images/AmershamArtGallery.gif') no-repeat center 40px;
}

.LeftImg {
  float:left;
  margin:0 30px 0 0;
}

.RightImg {
  float:right;
  margin:0 0 0 30px;
}

#banner {
  margin-right:10px;
  margin-bottom:25px;
  float:right;
  width:295px;
  padding-left:120px;
  padding-right:10px;
  background: url('../Images/IrisBanner.png') no-repeat;
  padding-top:20px;
  cursor:pointer;
  height:143px;
}

.HomeList {
  font-size:1.3em;
  color:red;
  font-weight:bold;
  font-style:italic;
  text-align:center;
  line-height:30px;
  width:210px;
}

#headline {
  padding-bottom:20px;
  font-size:17px;
  font-weight:bold;
  font-style:italic;
  text-align:center;
  color:red;
}

.exhibition {
  font-family: 'Tahoma';
  font-size:0.9em;
}

.exhibition div {
  padding-top: 20px;
  height: 155px;
}

.next {
  float: right;
  margin-right: 10px;
}
.prev {
  float: left;
  margin-left: 10px;
}
.next, .prev {
  margin-top: 10px;
  color: #0066ff;
  cursor: pointer;
  font-weight:bold;
}

#artistselect {
  margin-top:80px;
  background:url('../Images/artists.png') no-repeat center top;
  height:89px;
  width:700px;
  padding-top:55px;
}

#artistselect p {
  text-align:center;
  font-size:1.3em;
  font-weight:bold;
  font-style:italic;
  color:#1a589b;
}

#map_canvas {
  width:350px;
  height:220px;
  float:left;
  position:relative;
  margin:0px 20px 0px 0px;
}

.link {
  text-decoration: underline;
  color: #0066ff;
  cursor: pointer;
} 

DIV#ArtistImage.loading {
    background: url('../Images/spinner.gif') no-repeat center center;
}

#artistframe {
  display:none;
  width:700px;
  height:0px;
  margin-top:20px;
}

#ArtistImage {
  float:left;
  width:240px;
  height:260px;
  overflow:hidden;
  line-height:270px;
  text-align:center;
  padding-top:10px;
}

#ArtistInfo {
  margin-top:10px;
  float:right;
}

#ArtistPane {
  width: 430px;
  height: 220px;
  padding-right:10px;
  overflow:auto;
  font-family:'Tahoma';
  font-size:0.9em;
}

