/**
 *
 * Keating Magee
 * http://www.keatingmagee.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Blue = #758193
 * Red = #831d15
 *
 */

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.825em;
    color: #000;
    background-color: #fff;
    background-image: url(/img/back.gif);
    background-repeat: x-repeat;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #006cff;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #758193;
}

h3 {
    font-size: 1.4em;
}

p {
    line-height: 1.8em;
}

input, select, textarea {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
}

/* ID Definitions */

#content {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#content h1 {
    display: none;
}

/* Class Definitions */

.hide {
    display: none;
}