
body {
  font-size: 14px;
}

#container {
  width: 994px;
  margin-left: -500px;
}


h1 {
	font-size: 52px;
}

h2 {
  	font-size: 22px;
}

h6 {
  	font-size: 12px; 	
}

img {
	width: 300px;
	height: 200px;
}

.noteheader {
	font-size: 15px;
}

/* image definition for ICONS so doesn't conflict with standard page images definition */
img.icons {
	float: none;
	 margin-bottom:-5px;
	 margin-top:0px;
	 margin-left:0px;
	 margin-right:0px;
}

.expand-down {
  font-family:Arial, Helvetica, sans-serif;
  line-height:normal;
  margin-left: 10px;  
  margin-top:10px;
  height:135px;
  width:994px;
  margin-bottom:0px;
}
/* reset margins and paddings */
.expand-down * {
  margin: 5px;
  padding: 0px;
}
.expand-down ul {
  padding-top:10px;
  margin-left:10px;
}
.expand-down ul li {
  float:left;
  list-style-type:none;
}
.expand-down ul li a {
  text-decoration:none;
}
.expand-down ul li a img {
  width:50px;  /* initial width of images, 50% of width */
  height:50px; /* initial height of images, 50% of height */
  border:none;
}
/* initially, do!! show the label inside <span> tag */
.expand-down ul li a span {
  display:block;
  font-size:12px;
  text-align:center;

}
.expand-down ul li:hover a span {
  /* show label on mouse hover */
  display:block;
  font-size:16px;
  text-align:center;

  margin-bottom: -30px;
}
/* expand the image to 100% on mouse hover.
** an image becomes active when mouse hovers it
** ideally, the image should have same width and height as below 
*/
.expand-down ul li:hover a img {
  width:100px;
  height:100px;
  
}
/* expand the image next to the right of the active image to 60% using + selector */
.expand-down ul li:hover + li a img {
  width:60px;
  height:60px;
}
/* expand the image second to the right of the active image to 55% using + selectors */
.expand-down ul li:hover + li + li a img {
  width:55px;
  height:55px;
}

.col_base a span {
  padding-left:0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  color: #000000;
text-align:center;
}
.col_base a:hover span {
  background-position:100% -42px;
color: #3636C2;
}

