﻿body {
    height: 100%;
    background-attachment: fixed;
    font-family: Gotham,'Open Sans', sans-serif;
    /*Arial, 'Century Gothic';*/
    font-size: 20px;
    line-height: 1.2;
}

html {
    height: 100%;
}

form {
    margin: 0;
    display: inline;
}

p {
    color: #545456;
    font-size: .95em;
    line-height: 1.0;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 1.7em;
    color: #89899f;
    margin: 0 0 10px 0;
    line-height: 1.0;
    font-family: Gotham, 'Open Sans', sans-serif; /*arial, 'Century Gothic'*/
}

h2 {
    color: #9d2235;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif; /*arial, 'Century Gothic'*/
    text-shadow: 1px 1px 0px #fff;
    margin: 0 0 15px 0;
    font-weight: normal;
    border-bottom: 3px solid #860000;
    padding: 0 0 7px 0;
}

h3 {
    color: #9d2235;
    font-size: 1.1em;
    line-height: 1.2;
    font-family: Gotham,'Open Sans', sans-serif; /*arial, 'Century Gothic'*/
    font-weight: normal;
    margin: 0 0 10px 0;
}

h4 {
}

h5 {
}

h6 {
}


/* links */
a {
    text-decoration: underline;
    color: steelblue;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        text-decoration: underline;
        color: steelblue;
    }

    a#uamslogo {
        display: none;
    }


.page_wrapper {
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}

.page-content {
    padding: 20px;
}

/*
.rcbox {
    border-radius: 8px;
    border-width: 1px;
}
*/

br {
    display: block; 
    content: ""; 
    margin-top: 10px; 
}

input, label, select, textarea {
    font-size: Medium; /*18px;*/
    font-family: Gotham,'Open Sans', sans-serif; /*arial, 'Century Gothic'*/
    border-width: 1px;
    border-radius: 10px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    /*box-shadow: 2px 2px 2px 2px #ccc;*/
}

.mycheckbox input[type="checkbox"] {
    margin-right: 5px;
    font-size: 20px; /*Medium;18px;*/
    font-family: Gotham,'Open Sans', sans-serif; /*arial, 'Century Gothic'*/
}
.mycheckbox label {
    display: inline!important;
    vertical-align: top;
    font-size: 20px; /*Medium;18px;*/
    font-family: Gotham,'Open Sans', sans-serif; /*arial, 'Century Gothic'*/
}
.myradiobutton input[type="radio"] {
    /*margin-left: 5px;*/
    margin-right: 5px;
    font-size: 20px;
}
.myradiobutton label {
    /*margin-left: 5px;*/
    margin-right: 5px;
    font-size: 20px;
}
.mycblabel label {
    display: inline !important;
    /*inline-block; */
    vertical-align: top;
}