/* Surelogic Style Document */

body {
    background: #656665;
}

a {
    color: #5C81A7; 
    font-style: normal; 
    text-decoration: none; 
}

a.readon {
    display: block; 
    text-align: right; 
}

strong {
    color: #FF6600;
}

a:hover {
    text-decoration: underline;
}

a img, form, fieldset {
    border: none;
}

blockquote {
    color: #000; 
    text-align: left; 
    margin: 0 0 0.5em 1em; 
}

h1, h1.blue, h1.orange {
    color: #004080;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0 0 10px 0;
    text-align: left;
    margin: 0;
}

h2 {
    display: block;
    color: #004080;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 0 0.4em 0;
    text-align: left;
}

h3 {
    font-size: 1.1em;
    margin: 0 0 0.3em;
}

p {
    text-align: left; 
    margin-bottom: 0.5em;
    margin-top: 0;
}


#header {
    background: #ff5f1e;
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

#header-logo {
    float: left;
}

#header-logo img {
    display: block;
}

#header ul {
    float: right;
    padding-top: 12px;
    margin: 0;
    list-style: none;
}

#header ul li {
    display: inline;
    float: left;
    border-left: 2px solid #fff;
    margin:0;
}

#header ul li:first-child {
    border: none;
}

#header ul li a {
    color: #fff;
    font-weight: bold;
    padding: 2px 15px;
    display: block;
}

#header ul li a:hover{
    color: #004080;
    background: #ffdaca;
}


#masthead {
    background: #fff;
    min-height: 26px;
}

#lower-masthead {
    margin-bottom: -40px;
    position: relative;
    top: -31px;
}

#container {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    margin-top: 15px;
    box-shadow: -2px -2px 10px #191919;
    -webkit-box-shadow: -2px -2px 10px #191919;
    -moz-box-shadow: -2px -2px 10px #191919;
}

#sidebar {
    border: 1px solid #838b8d; 
    color: #13351C;
    background-color: #DDDDDD;
    margin-top:10px;
    padding: 11px 0px 0px 11px;
}

#sidebar strong {
    color: #13351C;
}
/* For use with the left sidebar */
#content-container {
    background: url(../images/left_sidebar.png) repeat-y left top;
    margin-top: -5px;
}

#content {
    padding-top: 5px;
}

.left-sidebar {
    padding: 0 0 2em 0;
}

.left-sidebar ul {
    list-style: none;
    padding: 0 1em 0 1em;
}

.left-sidebar ul li {
    border-bottom: 1px solid #C1D3DF;
    color: #FFFFFF;
    display: block;
    text-align: left;
    margin: 0;
}

.left-sidebar #active {
    background: #F5F5F7;
    color: #004080;
    text-decoration: none;
}

.left-sidebar ul li a {
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.6em 10px;
    text-decoration: none;
    color: #FFFFFF;
}

.left-sidebar ul li a:hover {
    background: #C1D3DF;
    color: #004080;
    text-decoration: none;
}

#footer {
    border-top: 2px solid #C1D3DF;
    margin-top: 20px;
    margin-bottom: 5px;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding:0;
    float: left;
}

#footer ul li {
    float: left;
    display: inline;
    margin: 0;
}

#footer ul li a {
    padding: 0 10px;
    margin: 2px 0;
    border-left: 1px solid #ff6600;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff6600;
}

#footer ul li:first-child a {
    border-left: none;
}

#copyright {
    float: right;
    text-align: right;
    font-size: 0.75em;
    font-style: normal;
    font-weight: bold;
    color: #ff6600;
    text-transform: uppercase;
    margin: 4px 0;
}

#disclaimer p {
    color: #999;
    font-size: 0.7em;
    margin: 0 4em 0 4em;
    text-align: center;
}

#evaluation-form {
    margin-top: 0.5em;
    margin-bottom: 32px;
}

#evaluation-form ol {
    list-style-type: none;
}

form table {
    margin-bottom:0;
}
#evaluation-form fieldset {
    margin-bottom:0;
}

#evaluation-form table tr td:first-child {
    padding-left: 1em;
    padding-right: 1em;
    text-align: right;
}

#evaluation-form table tr:last-child td {
    padding-left: 0em;
    padding-right: 0em;
    text-align: right;
}

.req-flag {
    color: red;
}
.error-message {
    color: red;
}
