/* Sifr Styles */
.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
.sIFR-hasFlash h1 {
    visibility: hidden;
    margin-bottom: 2px;
}
.sIFR-hasFlash h2 {
    visibility: hidden;
}
/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
    margin: 0; 
    padding: 0; 
}
ul, ol {
    margin: 0;
    padding: 0 0 0 16px;
}
a{
    outline: none;
}
/* Website Styles */
body {
    background: #040607 url(ui/bg.jpg) top no-repeat;
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
}
a {
    color: #e5e5e5;
    text-decoration: none;
}
a:hover {
    color: #b1b6dc;
    text-decoration: underline;
}
#container {
    width: 779px;
    margin: 0 auto 0 auto;
}
#header {
    background: url(ui/paradigm-logo.gif) center center no-repeat;
    height: 113px;
    margin: 0;
    position: relative;
    top: -10px;
}
#header p {
    display: none;
}
#menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 95px;
    width: 779px;
/*  background: url(ui/trans-bg.png) repeat;
*/}
#menu li {
    float: left;
    line-height: 25px;
    list-style: none;
}
#menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    padding: 0 11px 0 11px;
}
#menu li a:hover,  #menu li:hover a {
    display: block;
    color: #ccc;
    text-decoration: none;
    background: #282a3b;
}
#menu li ul {
    position: absolute;
    margin: 0;
    width: 158px;
    list-style: none;
    display: none;
    padding: 0;
    background: #282a3b;
}
#menu li ul li a {
    text-indent: 0;
    background: none !important;
    color: #fff;
    font-weight: bold;
    width: 150px;
    padding: 4px 0 4px 8px;
    line-height: 14px;
}  
#menu li ul li a:hover {
    text-indent: 0;
    background: #b1b6dc !important;
    color: #000;
}
#menu li.over ul, #menu li:hover ul{
    display: block;
    list-style-image: none;
}
.menufix a {
    border-right: 0 !important;
}
#column {
    position: absolute;
    z-index: 5000;
    width: 206px;
    margin: 0 0 0 543px;
/*  background: url(ui/trans-bg.png) repeat;
*/  min-height: 258px;
    padding: 11px 20px 11px 11px;
}
/* Form Styles */
.form { 
    margin-top: 10px;
}
label {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 5px 0;
    display: block;
    clear: left;
}
input {
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #454545;
    margin: 0 0 15px 0;
    padding: 3px;
    display: block;
    border: 1px solid #ccc;
    width: 140px;
}
input:focus {
    border: 1px solid #454545;
}
input.submit {
    background: #8e92b5;
    display: block;
    float: left;
    width: 80px;
    margin: 0 10px 20px 0;
    padding: 4px 0 4px 0;
    font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #fff;
    border: 0;
    cursor: pointer;
}
input.submit:hover {
    background-color: #5f6387;
}
/* End Form Styles */
#content {
    margin: 0 245px 9px 0;
    padding: 11px 20px 11px 11px;
    min-height: 350px;
/*  background: url(ui/trans-bg.png) repeat;
*/}
h1{
    font-size: 22px;
}
h2{
    font-size: 16px;
    clear: left;
}
h3{
    font-size: 14px;
}
h4{
    font-size: 12px;
}
h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #b1b6dc;
    letter-spacing: -0.01em;
}
p {
    line-height: 18px;
    padding: 0 0 18px 0;
    color: #e5e5e5;
}
.image {
    border: 1px solid #88949a;
    padding: 1px;
    float: right;
    margin: 5px 0 0 15px;
}
#footer {
/*  background: url(ui/trans-bg.png) repeat;
*/  height: 160px;
}
#footer p {
    padding: 0;
}
#bcf, #hro {
    text-align: center;
    float: left;
}
#bcf {
    margin-left: 10px;
}
#hro {
    position: relative;
    left: 420px;
    top: 25px;
}
#bcf img, #hro img {
    margin: 8px 0 4px 0;
}
#footer p {
    font-size: 10px;
    line-height: 15px;
    color: #e5e5e5;
}

    option, textarea, select, input{
        font: 11px Verdana, Arial, Helvetica, sans-serif;
    }
    
    .highlight{
        background: #fffcc2;
    }
    
    /* Form Layout Start */
    .row {
        clear: right;
        margin:12px 0;
    }
    
    .row label {
        float: left;
        width: 130px;
        text-align: left;
        line-height: 20px;
    }
    
    .row .formw, .row .formbox{
        float: right;
        margin-right: 40px;
        width: 300px;
        margin-bottom: 5px;
        text-align: left;
    }
    
    .form_confirmation{
        clear: both;
        color: #ff0000;
        font-weight: bold;
    }
    
    input[type="hidden"] {
        display:none;
    }
    
    #mFormSubmit {
        margin-top:32px;
    }
    
    #tandcBox {
        margin-left:162px;
    }
    
    #TandC {
        margin-left:-64px;
        border:none;
    }

label { display:block;  font-weight:bold;   font-size:12px;
}option {   padding:2px;
}form#contactForm{  font:12px verdana;  padding:5px;
}form#contactForm textarea {    width:450px;}#contactForm label {   display:block;  font-weight:bold;
}#contactForm option {  padding:2px;
}#contactForm p {   margin-bottom:1px;
}#contactForm input {   font-size:12px; width:300px;    padding:3px;
}#contactForm fieldset {    padding:6px;
}#contactForm legend {  background:#ededed; border:1px solid #cccccc;   color:#000000;  font-weight:bold;   padding:3px 1px;
}
