﻿.clear { clear: both;}
p
{
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-align: justify;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color:#000;
}

body
{
    background-color: #CCD9F2;
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

#wrapper { margin:0px;padding:0px;}
#pageWrapper
{
    margin: 0px auto;
    width: 1020px;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-y;
}
#pageLayout
{
    margin: 0px auto;
    width: 965px;
}
#headWrapper {}
#logoRow {}
#logoContainer
{
    float: left;
    width: 140px;
    padding-top: 20px;
}
#siteText
{
    float:left;
    width:580px;
    padding-top: 50px
}
#flagColumn
{
    float:left;
    width:245px;
}
#searchContainer { overflow:visible;}

.SearchIcon { display:none;}

#regBtnContainer
{
    clear: both;
    float: right;
    margin-right: 40px;
    margin-top: 95px;
    width: 250px;
}
#flagContainer{ padding-top: 20px; text-align: center;}
#flagContainer img{ margin: auto;}
#menuRow
{
    height: 49px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: #141414;
    background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
    background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
    background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
    background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
    border-bottom: 2px solid #71b00c;
}
/*menu*/
ul.sf-menu
{
    padding: 0px !important;
    height: 49px;
    border-bottom: solid 0px #fff;
    background: none;
}

ul.sf-menu > li > a 
{
    background: #3E5B00;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px !important;
  text-decoration: none;
}

ul.sf-menu > li:first-child a {
    border-radius: 5px 0 0 0;
}

ul.sf-menu  > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}

ul.sf-menu a.sf-with-ul { padding-right: 2.5em !important; }
a > .sf-sub-indicator { top: 1.5em !important; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 51px !important; /* match top ul list item height */
}
.sf-menu ul li a{ line-height: 20px; background-color:#003366;}

#bannerContainer
{
    margin-top:10px;
    overflow: visible;
}
#contentWrapper
{
    margin: 35px 0px;
}
#contentArea
{
    border: solid 1px #bbb;
    width: 695px;
    float: left;
    padding: 20px 10px;
}
#contentArea h3
{
    color: #221133;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
#oneColumnArea
{
    border: solid 1px #bbb;
    padding: 20px 10px;
}
#sidebar 
{
    float: right;
    width: 205px;
    border: solid 1px #bbb;
    padding: 10px;
}

#sidebar h3.SubHead
{
    background-color: #003466;
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 14px;
}
#footerWrapper
{
    padding: 15px;
    background-color: #ccc;
}
#footerWrapper * { color: #000;font-size: 12px;}
#footerWrapper ul { list-style: none; margin:0px; padding:0px;}
#footerWrapper ul:after { clear: both;}
#footerWrapper ul li {list-style: none; float:left; position:relative; border-right: solid 1px #000;}
#footerWrapper ul li a { padding: 10px 15px;}
#siteCreditContainer
{
    background-image: url("images/down.jpg");
    padding-bottom: 18px;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 15px;
}
#siteCredit
{
    width: 300px;
    float: right;
    text-align: right;
    padding-right: 30px;
}

#siteCredit span
{
    padding-right: 10px;
}

#user
{
    width: 400px;
    float: left;
    padding-left: 30px;
}

.fleetLogo
{
    vertical-align: middle;    
}