/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Apr-2015, 13:19:59
    Author     : mark.whittaker
*/

body { background-color:#000; margin: 0 auto; font-family: DHSansLight; width: 100%; height: 100%; font-size: 12pt; cursor: default; color: #ffffff; }
.dotback {  background-image: url('/js/dot.png'); height: 100%; }

.content-alt {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.content-alt:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

#content {
    margin:0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
    top: 75px;
}

.prominentList {
    padding: 0;
    margin-top: 20px !important;
}
.prominentList li {
    border: 2px solid #ffffff;
    background-color: rgba(0,0,0,0);
    padding: 5px !important;
    font-size: 0.95em
}
.prominentList li:hover {
    background-color: rgba(255,255,255,0.3);
    color: #fc6 !important;
    padding: 0;
    cursor: pointer;
}

.prominentList li a {
    display: inline-block;
    margin: 0;
}

.prominentList .blue:hover {
    background-color: rgba(26, 176, 230, 0.4);
}



#banner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top:20px;
    padding-bottom:10px;
    -webkit-transition: background-color 2s; /* Safari */
    transition: background-color 2s;
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}
#banner:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#content h1 {
    font-size: 16pt;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
    font-weight: normal;
}

#main-logo {
    max-width: 70%;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.main-logo-alt {
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important; /* For IE8 and earlier */
}

#content-menu {
    margin:0 auto; 
    max-width:400px;
    top: 50px; 
    text-align: center; 
    margin-top:50px;
    background-image: none;
}
#content-menu ul {
    /*border: 1px solid #808080;*/
    padding: 0;
    list-style-type: none;
    width: 300px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
}
#content-menu > ul > li {
    padding: 5px;
    font-size: 0.95em;
}

#content-menu ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}
#content-menu ul li a:hover {
    color: #fc6;
}

#inline-content {
    margin:0 auto;
    max-width: 100%;
    width: 850px;
    text-align: center;
    background-image: none;
    background: rgba(0,0,0,0.8);
}

#inline-content ul {
    /*border: 1px solid #808080;*/
    //padding: 0;
    //list-style-type: bullet;
    color: #ffffff;
    margin: 0;
    padding: 5px 5px 5px 5px;
    text-align: left;
    width: 100%;
    list-style-position: inside;
}

#inline-content ul li {
    padding: 5px;
}

#inline-content ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}
#inline-content ul li a:hover {
    color: #fc6;
}

#inline-content input[type=text] {
    padding: 5px;
    height: 25px;
    width: 400px;
    /*max-width: 95%;*/
    outline: none;
    border: none;
}

#inline-content select {
    padding: 5px;
    height: 25px;
    width: 400px;
    /*max-width: 95%;*/
    outline: none;
    border: none;
}

#inline-content textarea {
    padding: 5px;
    height: 100px;
    width: 400px;
    /*max-width: 95%;*/
    outline: none;
    border: none;
    resize: vertical;
    max-height: 400px;
}

#inline-content .header-blue {
    font-family: DHSansMedium;
    width: 100%;
    background-color: #1AB0E6;
    padding: 10px 0px 10px 0px;
    color: #000000;
    font-size: 1.563em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}
#inline-content .header-red {
    font-family: DHSansMedium;
    width: 100%;
    background-color: #D2232A;
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    font-size: 1.563em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}
#inline-content .header-purple {
    font-family: DHSansMedium;
    width: 100%;
    background-color: #1E458B;
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    font-size: 1.563em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}
#inline-content .header-orange {
    font-family: DHSansMedium;
    width: 100%;
    background-color: #F49423;
    padding: 10px 0px 10px 0px;
    color: #000000;
    font-size: 1.563em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}
#inline-content .header-green {
    font-family: DHSansMedium;
    width: 100%;
    background-color: #40AE49;
    padding: 10px 0px 10px 0px;
    color: #000000;
    font-size: 1.563em;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

.back-blue {
    background-color: #1AB0E6;
}
.back-red {
    background-color: #D2232A;
}
.back-purple {
    background-color: #1E458B;
}
.back-orange {
    background-color: #F49423;
}
.back-green {
    background-color: #40AE49;
}

#nav-link {
    position: absolute;
    bottom: 10px;
    left: 0px;
    margin:0 auto;
    max-width: 90%;
    width: 850px;
    text-align: left;
    background-image: none;
    color: #ffffff;    
}

#nav-link a {
    padding: 5px;
    padding-left: 15px;
    background-color: rgba(0,0,0,0.4);
    border-left: none;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#nav-link a,
#nav-link a:visited {
    color: #ffffff;
    text-decoration: none;
}

#nav-link a:hover,
#nav-link a:active,
#nav-link a:focus {
    color: #fc6;
}

.sub-content {
    padding: 10px;
    color: #ffffff;
    font-size: 0.95em;
}
.sub-content input[type=button],
.sub-content input[type=button]:active,
.sub-content input[type=button]:focus {
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0.9em;
}
.sub-content .highlighttext {
    color: #fc6;
    /*color: rgba(255,78,0,1);*/
}
.sub-content a,
.sub-content a:visited {
    color: #ffffff;
    text-decoration: none;
}
.sub-content a:hover,
.sub-content a:active {
    color: #fc6;
}
.sub-content hr {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: 1px;
    padding: 0;
    background-color: #ffffff;
    border: none;
}

.sub-content td {
    vertical-align: top;
}


.sub-content table th {
    margin-top: 20px;
    color: #fc6;
    font-size: 1.1em;
    text-align: left;
}

.sub-content .floatbox {
    float:left;
}
.sub-content .addressbox {
    float: left;
    width: 22em;
}

.sub-content .floatingcolumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    column-width: 250px;
}

.sub-content .fixedheight {
    min-height: 230px;
}

.sub-content .rowtitle {
    text-align: left;
    color: #fc6;
    /*width: 6.3em;*/
    max-width: 20%;
    vertical-align: top;
}

.sub-content .rowtitleimage {
    /*padding-left: 3.7em;*/
    text-align: right;
}

.solidbackground {
    background-color: #ffffff;
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

#menu-container {
    height: 40px;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.7) !important;*/
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #000;
}
#horiz-menu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
#horiz-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}
/*#horiz-menu ul li {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: 35px;
}*/
#horiz-menu ul li {
    float: left;
    margin: 0;
    padding: 15px 30px 8px 30px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 0.688em;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#horiz-menu ul li:hover {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-radius: 0 0 2px 2px;

}

#horiz-menu ul li a {
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

#horiz-menu ul li a span {
    display: block;
    float: left;
}



#horiz-menu ul li.blue {
    border-bottom-color: #1AB0E6;
}

#horiz-menu ul li.red {
    border-bottom-color: #D2232A;
}
#horiz-menu ul li.purple {
    border-bottom-color: #1E458B;
}
#horiz-menu ul li.orange {
    border-bottom-color: #F49423;
}
#horiz-menu ul li.green {
    border-bottom-color: #40AE49;
    
}

#horiz-menu ul li a:hover span,
#horiz-menu ul li.active a span {
    //background: transparent url(bg-bubplastic-h-gray.gif) top right no-repeat;
}

div.link {
    color: #aaa;
    font-size: 14px;
    font-family: DHSansLight;
}



.infobox {
    background: #ffffff;
    border-radius: 3px;
    text-align: left;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    padding: 5px;
}

/* SlickNav CSS Override */
.slicknav_menu {
    top: 40px;
    right: 0;
    position: fixed;
    /*width: 250px;*/
    float: right;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: right;
    background: none;
    z-index: 10;
}
.slicknav_btn {
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 0 0 2px;
    background-color: none;
    margin: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 30;
    padding: 14px;
}
.slicknav_icon-bar {
    height: 2px !important;
}

.slicknav_nav {
    top: 40px;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.8);
}
.slicknav_nav ul {
    margin: 0;
    font-size: 0.9em;
}
.slicknav_nav li {
    /*padding: 8px;*/
    border-bottom: 1px solid #222;
}
.slicknav_nav a {
    padding-top: 10px;
    margin: 0;
}
.slicknav_nav a:hover {
    color: #fc6;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.8);
}

#footer { 
    color:#cccccc;
    font-size: 0.70em;
    font-weight: normal;

    height: 20px;
    line-height: 20px;
    width:100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: #000000;
    //padding: 2px;
}

#footer a,
#footer a:active
#footer a:visited {
    color: #ccc;
    text-decoration: none;
}
#footer a:hover {
    color: #fc6;
}

.rightalign {
    text-align: right;
}

#jobs-summary {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#jobs-summary tr {
    border-bottom: 1px solid #ffffff;
}

.captcha-centre {
    display: table;
    margin: 0 auto;
    /*text-align: center;*/
}

#contact-form form > table {
    margin: 0 auto;
    width: auto;
}
#content-form form > table > tr {
    margin: 0 auto;
}

#contact-form input,
#contact-form textarea {
    width: 100%!important;
}

button[name=submit] {
    width: auto!important;
    border-radius: 3px;
    border: none;
    padding: 6px;
    cursor: pointer;
}
button[name=submit]:hover {
    background-color: #fc6;
}

.addresses {
    margin: 0 auto;
    width: 100%;
}
.addresses td {
    font-size: 0.8em;
    vertical-align: top;
}

h1,
h2,
h3 {
    color: #fc6;
    font-weight: normal;
    font-family: DHSansMedium;
}


.hiddenelim {
    display: none;
}


#faq-table {
    padding: 5px;
    border-collapse: collapse;
    width: 100%;
}

.faq-question {
    border-bottom: 1px solid #ccc;
}
.faq-question td {
    padding: 5px;
    color: #fc6;
    vertical-align: top;
}
.faq-answer {
    margin-bottom: 30px;
}
.faq-answer td {
    padding: 5px;
    vertical-align: top;
}

.highlighttextgreen {
    color: #40AE49;
}

.footnotes {
    font-size: 0.7em;
}
.footnotes > .highlighttext {
    
    color: rgba(255,78,0,1);
}

.terms {
    font-size: 0.9em;
}

#slideshow-table {
    padding: 5px;
    border-collapse: collapse;
    width: 100%;
}

#slideshow-table .separatebottom {
    border-bottom: 1px solid #ccc;
    
}
#slideshow-table td {
    padding: 10px 5px 10px 5px;
}

.warning {
    display: block;
    margin: 0 auto;
    position: relative;
    color: red;
    font-weight: bold;
    width: 80%;
    padding: 10px;
    background-color: #222;
    border: 1px solid #525252;
    border-radius: 2px;
}

.section-list {
    background: none;
    padding: 0 !important;
    margin: 0 auto !important;
    list-style-type: none;
    display: inline-block;
    width: auto !important;
}
.section-list li {
    float: left;
    padding: 5px 2em 5px 2em !important;
    text-align: center;
    cursor: pointer;
    /*border-right: 1px solid #ccc;*/
}

.section-list li:last-child {
    border-right: none;
}

.section-list li:hover {
    color: #fc6;
}

.vert-spacer {
    margin: 40px 0px 10px 0px;
}

.header-person {
    padding-left: 20px;
}
.header-name {
    font-style: italic;
    font-size: 1.4em;
    color: #fc6;
}

.about-section {
    text-align: left;
    margin: 0 auto;
}

.about-section table {
    border-collapse: collapse;
    border-spacing: 10px;
}

.about-section td {
    padding: 10px 5px 10px 5px;
    vertical-align: middle;
}

.about-section tr {
    border-bottom: 1px solid #ccc;
    
}

.logo-cell {
    text-align: center;
}

.logo-cell img {
    vertical-align: middle;
}
.about-section tr:last-child { border-bottom: none;  }

#sub-content-list {
    margin: 0 auto;
    text-align: center;
}

.vegas-slide-inner {
    margin-top: 40px !important;
}
