@charset "utf-8";
/* CSS Document */

  /*****Begin RE-USABLE Elements*****/
a {
    color: #FF9;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-decoration: underline;
}

a:hover {
    color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-decoration: underline;
}

   .clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
   
/*****End RE-USABLE Elements*****/



/*****Begin Content-A*****/
#content-a { 
	float: right;
	height: 141px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 12px;
	top: 1px;
	width: 704px; 
	z-index: 1;
}
/*****End Content-A*****/



/*****Begin Content-B*****/
#content-b {
	background-color: #C00; 
	border: 1px solid #FFF;
	float: right;
	height: 105px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 12px;
	top: 1px;
	width: 702px; 
	z-index: 1;
}

    p.bold-b {
	color:#FF6;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding:15px 5px 0px 25px;
}

    p.content-b {
	color:#FFF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding:0px 25px 5px 25px;

}
/*****End Content-B*****/



/*****Begin Content-C*****/
#content-c { 
	float: right;
	height: 634px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 12px;
	top: 1px;
	width: 704px; 
	z-index: 1;
}

/*****End Content-C*****/

/*****BEGIN IMAGEMAP*****/
#map {
    margin:0;
    padding:0;
    width:704px;
    height:634px;
    background: url(../modelers_gallery/main_images/imagemap.gif) top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
    font-size: 10px;
} 

#map li {
    margin:0;
    padding:0;
    list-style:none;
}

#map li a {
    position:absolute;
    display:block;
    /*
	Specifying a background image
       (a 1px by 1px transparent gif)
       fixes a bug in older versions of
       IE that causeses the block to not
       render at its full dimensions.
    */
    background:url(blank.gif);
} 

#map li a span { 
     display:none; 
}

#map li a:hover span {
    position:relative;
    display:block;
	width:200px;
    left:20px;
    top:20px;
    padding:5px;
    border:1px solid #000;
	background: #669;
    text-decoration:none;
    color:#fff;
    filter:alpha(opacity=100);
    opacity:0.8;
}


#map a.exhibit-a {
    top:100px;
    left:95px;
	width:100px;
    height:20px;
	text-decoration:none;
}

#map a.exhibit-b {
    top:125px;
    left:95px;
	width:100px;
    height:20px;
	text-decoration:none;
}

#map a.exhibit-c {
    top:100px;
    right:170px;
	width:100px;
    height:20px;
	text-decoration:none;
}

#map a.exhibit-d {
    bottom:165px;
    left:165px;
	width:100px;
    height:20px;
	text-decoration:none;
}

#map a.exhibit-e {
    bottom:165px;
    right:150px;
	width:100px;
    height:20px;
	text-decoration:none;
}


/*****END IMAGEMAP*****/

