/* ----- Color Map ----- 
    c47418 = Dark Orange "header"
    f4c235 = yellow of "prime" in logo
    f6921e = orange of "viva" in logo
    7aae1e = green of "calculator tools"
    c9c9c9 = border grey
    42270e = brown from search "Go" button and text
--- */

/* ----- Sitemap Styles ---- */
#sitemap{
  	width:710px;
  	padding:10px 0 0 12px;
	font-size:12px;
	font-family:Arial;
}

#sitemap a {
	display:block;
}

#col1 {
    width:220px;
    float:left;
}

#col2 {
    width:220px;
    float:left;
}

#col3 {
    width:220px;
    float:left;
}

#col4 {
    width:220px;
    float:right;
}

.link1 {
  padding-top: 20px;
  padding-left: 10px;
  font-size:13px;
  font-weight: bold;
  color:#3B0000;
}

.link1:hover {
  text-decoration:none;
}


.link2 {
  font-size:12px;
  padding-left: 20px;
  padding-top: 5px;
  color:#770000;
}

.link2:hover {
  text-decoration:none;
}



