.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

th {
	background:#eee;
	border:1px solid #666;
}

td {
	/*border-top:1px solid #666;*/
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
    font-size:9pt;
    font-family:arial;
}

nav, ul, li, a  {margin: 0; padding: 0;}
.container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position:relative;
    z-index:999;
}
.toggleMenu {
    display:  none;
    background: #333;
    padding: 0px;
    color: #fff;
    display:inline-block;
    width:100%;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#333333;
     position:relative;
    z-index:999;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    min-width: 14em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #000;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #0845ba;
    position: relative;
    z-index:100;
    border-top: 1px solid #000;
}
.nav li li li a {
    background:#006CA1;
    z-index:200;
    border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}

.topbox {
	-webkit-box-shadow:  1px 1px 3px 1px rgba(1, 51, 102, 0.5);
    box-shadow:  1px 1px 3px 1px rgba(1, 51, 102, 0.5);
}

.human {  
visibility:hidden;  
display:none; 
background:#fff;
border:0px;
color:#fff;
}  