/****************************************************************
 *                                                              *
 * Keating Magee                                                *
 * http://www.keatingmagee.com/                                 *
 *                                                              *
 * Style Sheet Name: styles.css                                 *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Global/Default Styles                      *
 *                                                              *
 ****************************************************************
 *                                                              *
 * navy = #0e0f2f                                               *
 * blue = #94aceb                                               *
 * Light Blue = #a1bbd7                                         *
 * Grey = #626262                                               *
 * Purple Blue = #384068                                        *
 ****************************************************************/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 13px;
    color: #626262;
    background-color: #ecedee;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #94aceb;
}

a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #384068;
}

h3 {
    font-size: 18px;
}

p {
    line-height: 18px;
}

input, textarea {
    margin: 0;
    padding: 2px;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 12px;
    background-color: #c5c4c4;
    border: none;
}

/* ID Definitions */

#content {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    background-image: url(../img/back.gif);
    background-repeat: repeat-y;
    background-color: #fff;
}

#header {
    margin: 0;
    padding: 125px 0 0 0;
    width: 800px;
    background-image: url(../img/km_header.gif);
    background-repeat: no-repeat;
    
}

#header h1 {
    display: none;
}

#mainContent {
    margin: 0 0 0 75px;
    padding: 0;
    width: 700px;
}

#formArea {
    margin: 0;
    padding: 30px 0 0 350px;
    width: 400px;
    background-image: url(../img/what_can.gif);
    background-repeat: no-repeat;
    background-position: 100px 30px;
    border-top: solid 2px #c5c4c4;
}

#formTable {
    margin: 0;
    padding: 0 0 25px 0;
}

#formTable td {
    margin: 0;
    padding: 3px;
}

#footer {
    width: 700px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    text-align: center;
}

#footNote {
    font-size: 10px;
}

/* Class Definitions */

.textRight {
    text-align: right;
}

.footerSpan {
    margin: 0;
    padding: 0 15px 0 15px;
}

.navy {
    color: #0e0f2f;
}

.ltBlue {
    color: #a1bbd7;
}

.list {
    margin: 10px;
    padding: 0 0 10px 0;
}

.list li {
    margin: 10px;
    padding: 0;
    line-height: 1.6em;
    list-style: square;
}

.right {
    float: right;
	color: #a1bbd7;
}


.textCenter {
    text-align: center;
}
