﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700);

body {
    width: 100%;
    height: 100%;
    background-color: #003;
    background-image: url('../Images/General/NoiseBg_000033.png');
    background-repeat: repeat;
}

h3, p {
    color: white;
}

.clear {
    clear: both;
}

.hDivider {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb5 {
    margin-bottom: 8px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.Placeholder {
    color: #666;
}

.justified {
    text-align: justify;
}

.hide {
    visibility: hidden;
    display: none;
}

img.right {
    margin-left: 10px;
}

img.left {
    margin-right: 10px;
}

.dropdown-right {
    left: auto !important;
    right: 30px !important;
}

.mainNav li ul.dropdown-right > :first-child a {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
}
