﻿body {
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #6880a1;
}



/* ----- IDS ----- */

#container{
}   
#primaryContent{
}   
#secondaryContent{
}   
#navigation{
}   
#footer{
}

/* ----- CLASSES ----- */
.redtext {
    color: red;
}
.hide{
}
.show{
}

td.address {
    font-size: 9pt;
    color: #6880a1;
    padding-top: 5px;
    text-align: center;
}

td.content {
    font-size: 10pt;
    vertical-align: text-top;
}

td.grey {
    background-color: #cccccc;
}

p.content {
    font-size: 10pt;
    width: 400px;
    padding-left: 40px;
}

li.content {
    font-size: 10pt;
    width: 400px;
}

/* ----- HEADINGS ----- */

h1{
}
h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

a#home {
    position: absolute;
    top: 75px;
    left: 650px;
    text-decoration: none;
    color: #211f5f;
    font-size: 10pt;
}

a:hover#home {
    text-decoration: underline;
    color: #ff8a00;
}


a#about_us {
    position: absolute;
    top: 75px;
    left: 730px;
    text-decoration: none;
    color: #211f5f;
    font-size: 10pt;
}

a:hover#about_us {
    text-decoration: underline;
    color: #ff8a00;
}

a#contact {
    position: absolute;
    top: 75px;
    left: 830px;
    text-decoration: none;
    color: #211f5f;
    font-size: 10pt;
}

a:hover#contact {
    text-decoration: underline;
    color: #ff8a00;
}



.navbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar li {
    margin: 0 0 .2em 0;
}
    
.navbar a {
    background-color: Transparent;
    color: #fff;
    display: block;
    font-family: Century Gothic;
    font-size: 11pt;
    font-weight: normal;
    padding-left: 8px;
    text-decoration: none;
    width: 120px;
}

.navbar a:hover  {
    background-color: #211f5f;
    color: White;
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}

td.grey {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    background-color: #cccccc;
    line-height: 16px;
    vertical-align: top;
}

td.white {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    line-height: 16px;
    vertical-align: top;
}

div#form {
    font-family: Tahoma, Sans-Serif;
}

     
div#form a {
    color: #4791C5;
    font-size: 70%;
    text-decoration: none;
}
      
div#form a:hover {
    text-decoration: underline;
    color: #F00;
}
      
div#form table {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#form table#outerTable { 
    border: none;
    background: #FFF;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#form td#outerTd {
    height: 400px; 
    width: 96%;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    margin: 0;
}

div#form table#innerTable {
    padding: 0;
    width: 335px;
    border: 1px solid #4791C5;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
}

div#form .formFields {
    background-color: #DAE9F3;
    padding: 8px 6px 5px 6px;
    border: 1px solid #FFF;
} 
      
div#form .topTd {
    background-color: #ACCDE5;
    padding: 3px 7px 5px 6px;
    border-bottom: solid 1px #4791C5;
}

div#form td#companyTd {
    background-color: #ACCDE5;
    padding: 3px 7px 5px 6px;
    border-bottom: solid 1px #4791C5;
}

div#form .formLabel {
    font-size: 70%;
    font-weight: bold;
    font-family: Tahoma,sans-serif;
    text-align: right;
    width: 111px;
    padding:5px 4px 11px 0;
    color: #000;
    vertical-align: top;
}
      
div#form .formError {
    font-size: 70%;
    font-weight: bold;
    font-family: Tahoma,sans-serif;
    text-align: left;
    width: 111px;
    padding:5px 4px 11px 0;
    color: #dc0c0c;
    vertical-align: top;
}
      
div#form .formField {
    padding: 0 0 11px 0;
    width: 200px;
    text-align: left;
}

div#form .formInput {
    font-size: 70%;
    font-family: Tahoma,sans-serif;
    width: 200px;    
}

div#form .radioButtons {
    color:#000;
    padding: 4px 0 0 3px;
    font-size: 70%;
    font-family: Tahoma,sans-serif;
    text-align: left;
}

div#form .submit {
    font-size: 70%;
    font-weight: bold;
    font-family: Tahoma,sans-serif;
    padding: 2px 0 2px 0;
    white-space: nowrap;
    width: 318px;
}

div#form .error {
    font-size: 70%;
    color: #dc0c0c;
    font-weight: bold;
    font-family: Tahoma, Sans-Serif;
}
     
div#form div#submitBtn {
    width: 318px;
    text-align: right;
}

        

      
