@font-face {
    font-family: BlairMdITC;
    src: url("/cms/images/newhome/BlairMdITC.eot");
}
@font-face {
    font-family: BlairMdITC;
    src: url("/cms/images/newhome/BlairMdITC.ttf");
}

body {
    background: #000000 url('/cms/images/newhome/background.jpg');
    font-family: 'BlairMdITC';
    font-size: 15px;
    color: #82FEFD;
    padding: 0px;
    margin: 0px;
}

p, li, label, .help-block {
    color: #FFFFFF;
    font-size: 1.0em;
    margin-bottom: 7px;
    line-height: 150%;
}
p, li, label, .help-block, .alert, .form-control {
    font-family: 'Century Gothic', Helvetica, Arial, Sans-serif;
}
#main {
    min-height: 230px;
}
strong {
    color: #82FEFD;
    font-family: BlairMdITC, 'BlairMdITC';
}

.strong {
    font-weight: bold;
    text-transform: uppercase;
}

header {
    margin: 0px;
    /*margin-bottom: 30px;*/
    width: 100%;
    padding-top: 70px;
    /*padding-bottom: 30px;*/
    background: #000000; /*#454545 url('/cms/images/newhome/header-bg.png');*/
    border-bottom: 8px solid #FFFFFF; /* #82FEFD; */
}

header div { 
    margin-left: auto;
    margin-right: auto;
}

div.content {
    min-height: 75px;
    margin-top: 75px;
}
h1, h1 a:link, h1 a:visited {

    font-size: 1.5em;
    font-weight: bold;
    line-height: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 1px;

    letter-spacing: 1px;
    text-decoration: none;
    color: #82FEFD;
}

h2 {
    font-size: 1.4em;
}

h1 a:hover, h1 a:active {
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #82FEFD;
    color: #FFFFFF;
}

a.blue:link, a.blue:visited, .blue {
    color: #82FEFD;
}

a:hover, a:active {
    text-decoration: underline;
}

img {
    border: none;
}

div#main {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 8px 8px;
    background-color: #454545;
    padding-bottom: 40px;
    padding-top: 40px;
}

div#main ul.home-large {
    padding: 1em;
    padding-top: 100px;
    padding-bottom: 0px;
    width: 100%;
}

div#main ul.home-large li {
    padding: 2.2em;
    padding-bottom: 0px;
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'BlairMdITC';
    letter-spacing: 1px;
}

footer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 0.6em;
    color: #FFFFFF;
    color: #82FEFD;
    font-size: 0.8em;
}

footer .footer-right {
    float: right;
    margin: 0px;
    padding: 0px;
}

footer .footer-right li {
    display: inline;
    padding: 5px;
    margin-left:  4px;
    font-family: 'BlairMdITC';
}

footer a:link, footer a:visited {
    color: #FFFFFF;
    color: #82FEFD;
}

h1, ul.home-large li a, footer {
    text-transform: uppercase;
}

h1 {
    text-align: left;
}

h2.error {
    color: red;
    font-size: 1.1em;
    text-align: center;
}
h2.message {
    color: green;
    font-size: 1.1em;
    text-align: center;
}
/*
div#old-home {
        float:right;
        margin-right: 115px;
        margin-top: 5px;
        font-size: 0.6em;
        background: url('/cms/images/newhome/arrow-up.png') no-repeat top left;
        padding-left: 34px;
        padding-top: 2px;
        height: 35px;
}
*/
div#old-home {
    float:right;
    margin-right: 95px;
    margin-top: 5px;
    background: #454545 url('/cms/images/newhome/white-arrow.png') no-repeat top center;
    padding-top: 25px;
}
div#old-home  div#inner{
    font-size: 0.7em;
    color: #000000;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

#camera_hide, #MAN, #elec_format, #presentation_details {
    display: none;
}

#camera_hide.show, #elec_format.show, #presentation_details.show {
    display: block;
}

input.form-control[type="file"] {
    background: none;
    border: none;
    box-shadow: none;
    color: #FFFFFF;
}

ul.partners {
    list-style: none;
    padding-left: 10px;
}

ul.partners li {
    margin: 10px;
    display: inline;
}
ul.partners li img {
    margin-bottom: 10px;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
} 
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.hp-block {
    margin-top: 40px;
    margin-bottom: 25px;
}

.brand-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

#email-rep {
    position: fixed; 
    bottom: 0px;
    right: 15px;
    z-index: 1;
    border-radius: 3px 3px 0px 0px;
}

.modal-dialog {
    color: #232323;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.modal-dialog label {
    color: #232323;
}