a:link, a:visited{
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

/* @group sitemap */

#sitemap {
	padding: 16px 0 0 0;
}

#sitemap ul {
}

#sitemap ul li {
	margin: 0 0 10px;
}

/* @end */
/***********************************************************
 SECTION: TOOLBAR
***********************************************************/

#header a:link, a:visited{
	text-decoration: none;
}

#header a:hover, a:active{
	text-decoration: underline;
}

#header a.current, #header a.currentAncestor{
	text-decoration: underline;
}
/***********************************************************
 SECTION: SUBMENU
***********************************************************/

#submenu a:link, a:visited{
	text-decoration: none;
}

#submenu a:hover, a:active{
	text-decoration: underline;
}

#submenu a.current, #submenu a.currentAncestor{
	text-decoration: underline;
}
#fixedlogo{
	position: absolute;
	top: 20px;
	margin-left: 740px;
	height: 97px;
	width: 74px;
	background: transparent url(images/DMFRainbowGradient97x74.png) top left no-repeat;
}
#calltoaction{
	position: absolute;
	top: 280px;
	margin-left: 570px;
	z-index:9;
}
.button {
 font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-decoration: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-box-shadow: 1px 2px 10px #333333;
  -moz-box-shadow: 1px 2px 10px #333333;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa41b0), to(#e62097));
  background: -moz-linear-gradient(top, #fa41b0, #e62097);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fa41b0, endColorStr=#e62097);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fa41b0, endColorStr=#e62097);
  display:inline-block; /* IE is so silly */
}
.button:hover {
  background: #e620b1;
  text-decoration: none;
}

