﻿/*I really shouldn't need this file (awful CSS, serisouly)*/

/* taken from: http://stackoverflow.com/questions/8357058/how-to-make-a-href-link-look-like-a-button */
.button {
  display: inline;
  background: #4E9CAF;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

a.simple:visited
{
    color: dodgerblue;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
a.simple:link
{
    color: dodgerblue;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
a.simple:hover
{
    border-bottom: olive 1px dashed;
    color: darkolivegreen;
    text-decoration: none;
}
a#zip
{
    font-size: 0.8em;
    font-family: Verdana;
}
a#zip img
{
    border-width: 0;
}

div.sectioninfo
{
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 5px;
}

div#footer
{
	width: 768px;
    right: 0;
    position: absolute;
}

/* for editors and paragraph elements 
.mceEditor p
{
    padding: 0;
    margin: 0;
}*/