
@import "reset.css";


/* Generic elements */

body { padding-bottom: 1em; background: #cfcfd0 url(images/grad2.jpg) repeat-x; color: #626262; font: .75em/2em Arial, Helvetica, sans-serif; text-align: center; }

a,:link,:visited { color: #024077; text-decoration: underline; } 
a:hover,a.important,a.on { color: #000; text-decoration: underline; }

p { margin-bottom: 1em; }

img.port { float: left; margin: 0 10px 10px 0; }
img.star { float: right; margin: 0 0 10px 10px; }

ul { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
ol { list-style: decimal; margin-bottom: 1em; padding-left: 2em; }
ul.reset, ul.reset ul, ul.reset ol, ol.reset, ol.reset ol, ol.reset ul { list-style: none; margin: 0; padding: 0; }

q { font-style: italic; }


/* Custom paragraphs, links, images, etc. */

.hide { display: none; }
.invisible { visibility: hidden; }

.highlight { color: #024077; font-size: 1.249em; }
.important { color: #024077; }




/* Headings */

h1,h2,h3,h4,h5,h6 { margin-bottom: .5em; }

h1 { font-size: 162%; }
h2 { font-size: 152%; }
h3 { font-size: 142%; }
h4 { font-size: 132%; }
h5 { font-size: 122%; }
h6 { font-size: 112%; }


/* Form modelling */

input { vertical-align: middle; }
input.text, input.smalltext, input.tinytext, textarea, select { padding: 3px; border: solid 2px #ccc; color: #5a5a5a; font-family: Arial, Helvetica, sans-serif; font-size: 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
input.smalltext { width: 30px; text-align: center; }
input.tinytext { width: 25px; }
input.text:focus, textarea:focus, select:focus { border-color: #165a98; outline: none; }
input.button { border-style: solid; border-width: 2px; border-color: #f9f8f3 #828177 #828177 #f9f8f3; background-color: #e3e3e3; color: #555; font-size: 1em; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; }
input.button:active { border-color: #828177 #f9f8f3 #f9f8f3 #828177; }
textarea { overflow: auto; height: 100px; resize: none; }
input.checkbox { width: 15px; height: 15px; }


/* Single models */

.inner { padding: 15px 15px 3px; }
.section { margin-bottom: 2em; }
.outwards { width: 100%; }
.inwards { width: 875px; margin: 0 auto; text-align: left; }


/* Column group model */

.colgroup { clear: both; }
.colgroup .colset { clear: both; width: 100%; }
.colgroup .col { display: inline; float: left; width: 49.9%; }
.colgroup .port { float: left; }
.colgroup .star { float: right; }


/* Box models */

.box { margin-bottom: 1em; }

.boxA { padding: 6px; border: solid 1px #727272; background-color: #fff; }


/* List models */

.listA {  }
.listA h4 { color: #024077; font-size: 122%; }
.listA li.colset { margin-bottom: 60px; }
.listA li.colset .colA { width: 162px; }
.listA li.colset .colB { float: right; width: 675px; }


/* Story section */

.story { font-size: 1.083em; }
.story p, .story blockquote, .story ul, .story ol { margin-bottom: 1em; }
.story h1, .story h2, .story h3, .story h4, .story h5, .story h6 { margin-bottom: .75em; color: #000; font-weight: normal; }


/* Custom headings */

#logo { display: inline; float: left; margin-bottom: 33px; font-size: 38px; }


/* Single layers */

#container { width: 100%; }
#wrapper { width: 100%; }
#content { clear: both; padding-top: 68px; background: url(images/grad1.png) repeat-x; }


/* The Header */

#header { padding-top: 5em; color: #000; }
#header .section { margin-bottom: 0; }
#header .section-main { padding: 40px 0 25px; border-top: solid 1px #bfbfbf; background-color: #165a98; color: #fff; }


/* Custom column groups */

#colgroup1 {  }
#colgroup1 .colA { width: 425px; }
#colgroup1 .colB { float: right; width: 395px; }

#colgroup2 {  }
#colgroup2 .colA { width: 600px; }
#colgroup2 .colB { float: right; width: 234px; }


/* Navigation */

#navbar { clear: both; }
#nav { font-size: 1.083em; font-family: "Trojan Pro", Georgia, Arial, Helvetica, sans-serif; text-transform: uppercase; }
#nav li { display: inline; float: left; padding: .5em 23px; border-right: solid 1px #457bad; }
#nav li.first { margin-left: -23px; }
#nav li.last { border-right: none; }
#nav a { float: left; }
#nav a, #nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover, #nav a.on { text-decoration: underline !important; }

#subnavbar { padding: .5em 0; border-top: solid 1px #4c7fae; background-color: #1e73bf; color: #fff; }
#subnav { font-family: "Trojan Pro", Georgia, Arial, Helvetica, sans-serif; text-transform: uppercase; }
#subnav li { display: inline; float: left; padding: 0 10px; border-right: solid 1px #c3daee; line-height: 1.1em; }
#subnav li.first { padding-left: 0; }
#subnav li.last { border-right: none; }
#subnav a { float: left; }
#subnav a, #subnav a:visited { color: #fff !important; text-decoration: none; }
#subnav a:hover, #subnav a.on { color: #fff; text-decoration: underline !important; }


/* Contact Form */

#contactFrm table tbody th { width: 75px; text-align: left; font-weight: normal; }
#contactFrm table tbody th, #contactFrm table tbody td { padding: 0 10px 10px 0; }
#contactFrm table input.text { width: 200px; }
#contactFrm table textarea { width: 504px; }
#contactFrm table input.submit { width: 69px; height: 25px; border-width: 0; background: url(images/bg1.png) no-repeat; color: #fff; font: normal 1.22em Arial, Helvetica, sans-serif; text-transform: none; }


/* Footer */

#footer { clear: both; color: #000; text-align: right; font-size: .92em; }
#footer a, #footer a:visited { color: #000; text-decoration: none; }
#footer a:hover { color: #000; text-decoration: none; }
#tld { text-decoration: none; color:#000; }





/* DO NOT EDIT OR ADD CODE BELOW */

.clearfix:after, .box:after, .colgroup:after, .colset:after, .section:after, .after:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .box, .colgroup, .colset, .section, .after { display: inline-block; }
/* hide from ie/mac \*/
* html .clearfix, * html .box, * html .colgroup, * html .colset, * html .section, * html .after { height: 1%; }
.clearfix, .box, .colgroup, .colset, .section, .after { display: block; }
/* end hide */