﻿* {
    margin: 0;
    padding: 0;
}

body
{
    text-align: center;
    background: url(/resources/images/body_back.jpg) repeat-x #01153a;
    font-family: Arial;
    font-size: 0.75em;
}
img {
    border: none;
}
p {
    padding-bottom: 8px;
}
blockquote p {
    padding-bottom: 0!important;
}
a {
    color: #172562;
    font-weight: bold;
    text-decoration: none;
    overflow:hidden;
}
a:hover {
    text-decoration: underline;
}
h1 {
    color: #172562;
    border-bottom: dotted 1px #383838;
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-size: 1.75em;
}
h2 {
    color: #172562;
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 3px;
    font-size: 1.5em;
}
h2 span {
    color: #4F9FD2;
}
h3 {
    color: #4F9FD2;
    font-size: 1em;
}
#wrapper {
    text-align: left;
    width: 929px;
    margin: 0 auto;
}

#header {
    background: #fff;
}
#header_right {
    float: right;
    text-align: right;
    padding: 25px 25px 5px 0;
}
.headertext {
    font-size: 1.4em;
    color: #172562;
    width: 250px;
    padding-bottom: 17px;
}
.headertext span{
    color: #4F9FD2;
}
a.extranet {
    background: url(/resources/images/extranet_but.jpg) no-repeat;
    height: 24px;
    width: 136px;
    text-indent: -999em;
    float: right;
    text-align: left;
    
}
a.credentials {
    background: url(/resources/images/credentials_but.jpg) no-repeat;
    height: 24px;
    width: 136px;
    text-indent: -999em;
    float: left;
    text-align: left;
}
a.testimonials {
    background: url(/resources/images/testimonials_but.jpg) no-repeat;
    height: 24px;
    width: 136px;
    text-indent: -999em;
    text-align: left;
    float: left;
}

#navbar {
    background: url(/resources/images/nav_bg.jpg) repeat-x;
    width: 929px;
    clear: both;
    float: left;
}

#nav {clear:both; width: 100% } 
#nav li {float:left;list-style:none;text-align: center; vertical-align: bottom;}  
#nav a {background: url(/resources/images/nav_but_bg.jpg) no-repeat; display:block; width:109px; overflow:hidden;color: #fff; font-weight: bold; text-decoration: none;padding:10px 0} 
#nav a:hover,#nav a:focus, #nav li.current a {background-position:0 0;color: #509FD2}
#nav li li a {background: #16235A ;
    border-bottom: solid 1px #509FD2;
    padding: 5px 0;}
#nav li li a:hover,#nav li li a:focus, #nav li li.current a {background:#509FD2; color: #fff}
#nav ul, #nav ul.subhide {left: -999em; position: absolute;}
#nav ul li {float: none;margin:0;}
#nav li:hover  ul, #nav li.sfhover ul, #nav ul.subshow {left:auto}


#main {
    background: url(/resources/images/nav_shadow.jpg) #fff repeat-x;
    padding-left: 23px;
    clear:both;
}
#main ul {
    padding: 5px 0;
}
.lcol ul {
    margin-left: 15px;
}
#main ol {
    padding: 5px 0 5px 18px;
}
ul.ticklist {
    margin-bottom:10px!important;
}
ul.ticklist li {
    list-style: none;
    background: url(/resources/images/tick.jpg) no-repeat;
    padding: 3px 0 3px 25px;
}
ul.logolist {
    width:340px;
    margin-top: 35px;
    float: right;
}
ul.logolist li {
    float: left;
    list-style: none;
}
ul.dottedlist {
    margin-left: 0!important;
}
ul.dottedlist li {
    border-bottom: dotted 1px #383838;
    padding: 10px 0;
    list-style:none;
}
ul.dottedlist li a {
    color: #17245F;
    font-weight: bold;
}
ul.boldlinks {
    margin-bottom: 5px!important;
}
ul.boldlinks  li {
    padding: 5px 0;
    list-style:none;
}
ul.boldlinks li a {
    color: #172562;
    font-weight: bold;
    text-decoration: none;
}
ul.li_float {
    float: left;
    width:100%;
}
ul.li_float li {
    width: 45%;
    list-style: none;
}

dt {
    color: #4F9FD1;
    font-weight: bold;
}
dd {
    padding-bottom: 10px;
}
table.border {
    width:100%;
    border-color: #53A0D2;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
table.border th {
    color: #fff;
    background: transparent url(../images/h2_legend_bg.jpg) repeat-x;
    padding: 5px;
}
table.border td {
    padding: 5px;
    border-color: #53A0D2;
    border-width: 1px 1px 0 0;
    border-style: solid;

}
.lcol {
    width: 525px;
    float:left;
    padding-top: 25px;
    font-size: 1.05em;
}
.lcol_half {
    width: 410px;
    float:left;
    padding-top: 25px;
}
.rcol {
    float:right;
    width: 377px;

}
.rcol img {
    float:right;
}
.rcol_half {
    float:right;
    width: 405px;
    padding-top: 50px;
    padding-right: 25px;
}

fieldset 
{
    border: none;
    background-color: #A8CFE9;
    border: 1px solid #54A0D1;
    
}

h2.legend 
{
    background: transparent url(../images/h2_legend_bg.jpg) repeat-x;
    color: #FFFFFF;
    padding: 5px 0 5px 15px;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0;
}

label 
{
    float: left;
    clear: left;
    width: 180px;
    margin: 4px 0 0 0;
}

input 
{
    float: left;
    width: 309px;
    margin: 4px 0 0 0;
}

select 
{
    float: left;
    width: 309px;
    margin: 4px 0 0 0;
}

textarea {
    float: left;
    width: 309px;
    height: 100px;
    margin: 4px 0 0 0;
}

fieldset a 
{
    float: left;
    width: auto;
    margin: 2px 0;
}

#uploads {
    margin: 20px 0;
    display: block;
    clear: both;
    float: left;
    width: 470px;
    padding: 5px 5px 5px 15px;
}

.breadcrumb 
{
    float: left;
    width: auto;
    vertical-align: bottom;
    padding: 29px 0 0 50px;
    font-size: .8em;
    font-weight: bolder;
    color: #595959;
}
.breadcrumb p 
{
    padding-top: 17px;
}

.breadcrumb a 
{
    text-decoration: none;
    color: #595959;
}

.breadcrumb a:hover
{
    text-decoration: underline;
}

.breadcrumb a:visited 
{
    color: #595959;
}

.submit 
{
    float:right;
    background: url(../images/submit_but.jpg) no-repeat;
    width: 77px;
    height: 24px;
    text-indent: -999em;
    border:none;
    cursor: pointer;
    font-size: 0px;
    display:block;
    line-height: 0px;
}

.remove {
    width: auto;
    float: right;
}

.addmore {
    width: auto;
    clear:left;
    float: right;
}

.error 
{
    color: #CC0000;
    font-weight: bold;
}

.validator 
{
    color: #DD0000;
    float: left;
    width: 400px;
}

.smallbutton 
{
    width: auto;
}

#enquiryIntro p 
{
    float: left;
    width: 450px;
}
#enquiryIntro img 
{
    float: right;
}

#footer {
    clear:both;
    border-top: solid 1px #D4D5D9;
    background: #fff;
    color: #595959;
    font-size: 0.8em;
}
#footer img {
    float:left;
}
#footer ul {
    float: right;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 23px;
    margin-left: 23px;
}
#footer ul li {
    float: left;
    padding: 0 5px;
    border-right: solid 1px #595959;
}
#footer ul li a {
    color: #595959;
    text-decoration: none;
    font-weight: normal;
}

.clearboth {
    clear: both;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.readmore {
    color: #172562;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

.dotted {
    border-bottom: dotted 1px #383838;
    margin-bottom: 8px;
}

.bluetext {
    color: #4F9FD1;
}
.blue_box {
    background: #A8CFE9;
    border: solid 1px #53A0D2;
    padding: 15px;
    margin-bottom: 20px;
}
.rcol_margin {
    margin: 30px 25px 25px 25px;
}


.enquirylarge  {
    color: #172562;
    text-align: center;
    font-size: 1.9em;
    margin: 40px 0 20px 0px;
    font-weight: bold;
}
.enquirymedium  {
    color: #172562;
    text-align: center;
    font-size: 1.4em;
    margin: 40px 0 20px 0px;
    font-weight: bold;
}
.liststyle_none {
    list-style: none;
}
.top_dotted {
    border-top: dotted 1px #383838;
    padding-top: 17px; 
    margin-top: 3px;
}
.small_icon {
    float: left;
    padding-right: 7px;
    padding-top: 2px;
}
.buttonlist {
    list-style: none;
    margin-left: 0!important;
}

.buttonlist li {
    padding: 5px 0;
}

.optionslist {
    list-style: none;
    margin-left: 0!important;
}
.optionslist li {
    padding-bottom: 25px;
}
.optionslist li h2 {
    font-size: 1.1em;
    
}
.icon {
    float: left;
    padding-right: 10px;
}