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

/* The box that holds all the Latest Work Image */
#home .newWork {
position:relative;
float: left;
width: 200px;
height: auto:
z-index: 2000;
}


#information .largequote { 
	background-image: url("../graphics/quotemark.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.large, .largequote {
  font-size: 16px;
  line-height: 18px;
}


/* POP UP TABBED INFO LINKS */
a.information, a.popup-image, a.popup-inline  {
	position: relative;
	z-index: 2000;
}
a.information, a.popup-image  {
	margin-right: 20px;
}
a.information span, a.popup-image span, a.popup-inline span {
	display: none;
}


/* POP UP BOX for Artist website links */
a.information:hover span  {
	display: block;
	height: auto;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-align: center;
	position: absolute;
	visibility: visible;
	bottom: 5px;
	left: 90px;
	background-color: #FFFFFF;
	color: #000000;
	z-index: 2000;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	border: thin solid rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgb(0, 0, 0);
}

a.information:hover span  {
	width: 200px; }

.information em {	
	font-size: 14px;
	color: rgba(0,0,0,1);
}
.information strong {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#information a {
font-size: 13px;

}
.col1 {
  float: left;
  width: 49%;
}

.col1 ul {
  font-size: 12px;
  line-height: 120%;
}

