/* ### CORE ELEMENTS ### */

* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #E9E9E9;
    font-size: 12px;
    font-family: "trebuchet ms", arial, verdana, sans-serif;
    font-weight: normal;
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: underline;
    outline: none;
}

a.whiteLink {
    color: #FFFFFF;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.floatl {
    float: left;
}

p {
    font-size: 12px;
    color: #666666;
    margin: 5px 0px;
}

p a {
    color: #026DC0;
}

h1 {
    font-size: 18px;
    color: #555;
}

h2 {
    font-size: 14px;
    color: #555;
}

h3 {
    font-size: 15px;
    color: #C91101;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 10px;
}

select {
    font-size: 10px;
}

input {
    font-size: 10px;
}

fieldset {
    font-size: 10px;
    border: 0px;
}

legend {
    font-size: 11px;
}

label {
    float: left;
    width: 150px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}

table {
    border: none;
}

#mainContent {
    width: 904px;
    margin: 0px auto;
    border-left: 1px solid #DFDDDD;
    border-right: 1px solid #DFDDDD;
    padding: 0px 13px 10px 13px;
    background-color: #FFFFFF;
}

/* Form Styling */

select {
    width: 210px;
    border: 1px solid #D2D2D2;
    padding: 2px;
    color: #777777;
    font-family: Arial, Tahoma, Serif;
    font-size: 10px;
    position: relative;
    top: -1px;
    float: left;
}

input {
    width: 203px;
    border: 1px solid #D2D2D2;
    padding: 2px;
    color: #777777;
    font-family: Trebuchet MS, Tahoma, Serif;
    font-size: 10px;
    position: relative;
    top: -1px;
    float: left;
}

input[type=checkbox] {
    width: 5px;
    position: relative;
    top: 3px;
}

textarea {
    width: 210px;
    border: 1px solid #D2D2D2;
    padding: 2px;
    color: #777777;
    font-family: "Trebuchet MS", Tahoma, Serif;
    font-size: 10px;
    position: relative;
    top: -1px;
    float: left;
}

.submit {
    width: auto;
    border: 1px solid #C41903;
    padding: 5px;
    color: #FFFFFF;
    font-family: Arial, Tahoma, Serif;
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
    background-image: url( ../images/site/dynamicForms/submitGradient.gif );
    background-repeat: repeat-x;
}

label {
    width: 210px;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    color: #444444;
}

