/* styles for GuideMark site */



/* GENERAL */

html, body {
  background-color: #ffffff;
  margin: 0px;
}

/* default link characteristics */
a,
a:link {
  color: #336600;
  text-decoration: underline;
}
a:visited {
  color: #339999;
  text-decoration: underline;
}
a:active,
a:hover {
  color: #00b2c0;
  text-decoration: underline;
}

/* remove space around form */
form {
  display: inline;
  margin: 0;
  padding: 0;
}



/* LOGO */

#divlogo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  position: absolute;
  left: 171px;
  top: 94px;
  z-index: 10;
  white-space: nowrap;
}




/* INTRO TEXT TITLE GRAPHICS */

#divtitle {
  position: absolute;
  left: 565px;
  top: 117px;
  z-index: 5;
  white-space: nowrap;
}



/* INTRO TEXT */

#divintro {
  position: absolute;
  left: 87px;
  top: 117px;
  z-index: 5;
}



/* QUOTE */

#divquote {
  position: absolute;
  left: 604px;
  top: 346px;
  width: 150px;
  z-index: 5;

  font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #197493;
}

#divquote p {
  margin-top: 0px;
  margin-bottom: 14px;
}

/* SAGE logo inside divquote */
#divsagelogo {
  margin-top: 44px;
}


/* SUBSCRIBE BOX */

#divsubscribe {
  position: absolute;
	left: 591px;
	top: 18px;
	z-index: 5;
}



/* NEWS TITLE */

#divnewstitle {
  position: absolute;
  left: 0px;
  top: 428px;
  z-index: 5;
}


/* TEXT: NEWS / TAG LINE / FOOTER */

/* outer div */
#divnewstagfoot {
  position: absolute;
  left: 87px;
  top: 476px;
  width: 478px;
  z-index: 5;
}
/* inner div: news */
#divnews {
}
#divnews ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divnews li {
  font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
  font-size: 11px;
  color: #669933;
  line-height: 14px;
  padding-left: 9px;
  margin-top: 0px;
  margin-bottom: 4px;
  background-image: url(../img/home/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 0.5em;
}
#divnews ul li a,
#divnews ul li a:link {
  color: #669933;
  text-decoration: none;
}
#divnews ul li a:visited {
  color: #669933;
  text-decoration: none;
}
#divnews ul li a:active,
#divnews ul li a:hover {
  color: #669933;
  text-decoration: underline;
}

/* inner div: tag line (which is a graphic) */
#divtagline {

}
/* inner div: footer */
#divfooter {
  font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
  font-size: 10px;
  color: #3684a8;
  margin: 5px 0px 25px 0px;
}


/* GRADIENT GRAPHIC */

#divgradient {
  position: absolute;
  left: 55px;
  top: 117px;
  z-index: 4;
}



/* PHOTO */

#divphoto {
  position: absolute;
  left: 0px;
  top: 305px;
  z-index: 6;
}




