/*
=general
=page structure
=navigation =navigation
=navigation =sub-navigation
=content
=misc
=print
=footer
=admin
=debug
=hacks
*/

/*
=general
---------------------------------------------- */

html {
    height: 101%;
}

html, body {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 76%;
    line-height: 1.5em;
    text-align: center;
    color: #555;
    background: #DEDEDE url(/images/bg-body.gif) repeat-y center;
}

table, tr, td, input, select, textarea, ol, ul {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img, img {
    border: 0;
}

a {
    color: #2E77D6;
    text-decoration: none;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 1px;
}

a:hover {
    border-bottom: 1px solid #a7cfe3;
}

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
    font-family: Georgia, Times-roman, serif;
}

h1 {
    font-size: 1.69em; /* 20px */
    line-height: 1.3em;
    color: #006EB1;
    font-weight: normal;
}

h2 {
    font-size: 1.44em; /* 16px */
    font-weight: normal;
    color: #00629D;
    line-height: 1.2em;
    padding: .2em 0 .2em 10px;
    margin-bottom: .5em;
    background: #DFEFF8 url(/images/bg-h2.jpg) repeat-x top left;
    border: 1px solid #E0F1FB;
    border-bottom: 1px solid #D0E5F1;
    width: auto;
}

h2.no-bg {
    clear: both;
    background: none;
    border: none;
    border-bottom: 1px solid #D0E5F1;
    width: auto;
}

h3 {
    color: #555;
    font-weight: normal;
    font-size: 1.4em;
    margin: 1.5em 0 1em 11px;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}


#content p {
    margin: 0 0 1em 11px;
    width: 470px;
    font-size: .93em; /* 11px */
}

td, dd {
    font-size: .93em; /* 11px */
}

#content dd p {
    font-size: 1em;
}

/*
=page structure
---------------------------------------------- */

#container {
    width: 844px;
    margin: 0px auto;
    text-align: left;
}

#banner {
    background: transparent url(/images/bg-banner.gif) repeat-x top left;
    height: 145px;
    width: 844px;
    position: relative;
}

#account {
    position: absolute;
    top: 7px;
    right: 49px;
    text-align: right;
    height: 27px;
    font-size: .93em;
    color: #fff;
}

#account img {
    position: relative;
}

#account span {
   position: relative;
   top: -10px;
}

#account a {
    padding: 0px;
    margin: 0px;
    border: none;
    display: inline;
}

#logo {
    margin: 40px 0 0 47px;
}

#enquiries {
    background: #217BA9 url(/images/bg-enquiries-a.gif) repeat-x top left;
    border: 1px solid #287FAE;
    border-bottom: none;
    height: 28px;
    width: 133px;
    position: absolute;
    right: 49px;
    bottom: 0;
    color: #AED8ED;
    text-align: center;
}

#enquiries a {
    color: #AED8ED;
    font-size: .93em;
    text-decoration: none;
    margin: 0px 8px;
    line-height: 26px;
    border-bottom: none;
}

#enquiries a:hover {
    text-decoration: underline;
}

#intro-wrapper {
    background: #F6F6F6 url(/images/bg-intro-wrapper.jpg) repeat-x top left;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

#intro {
    margin-left: 62px;
    width: 720px;
    padding-top: 1em;
}

#intro p {
    font-size: 1.35em; /* 16px */
    font-weight: normal;
    font-family: Georgia, Times-roman, serif;
    line-height: 1.23em;
    color: #666;
    width: auto;
    margin: 0px;
    padding: 0px;
}

#content-wrapper {
    margin-left: 53px;
    width: 740px;
}

#content {
    margin-bottom: 2em;
    height: 30px;
    min-height: 30px;
    color: #666;
}

*>#content {
    height: auto;
}

/*
=navigation
---------------------------------------------- */

#navigation {
    position: absolute;
    left: 49px;
	bottom: 0px;
	_bottom: -1px;
}

#navigation li {
    display: inline;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 1px;
}

#navigation li a {
    color: #1E6ACE;
    text-decoration: none;
    font-size: .93em;
    padding: 9px;
    display: block;
	line-height: 100%;
	border-bottom: none;
    background: #D3E5EE url(/images/bg-nav-li-a.jpg) repeat-x left bottom;
}

#navigation li a:hover, #navigation li.active a {
    color: #333;
    background: #D7D7D7 url(/images/bg-nav-li-a-over.jpg) repeat-x left bottom;
}


/*
=sub-navigation
---------------------------------------------- */

#sub-navigation {
    width: 844px;
    height: 32px;
    background: transparent url(/images/bg-sub-navigation.jpg) no-repeat top left;
}

#sub-navigation ul {
    margin-left: 44px;
    padding-left: 6px;
    width: 747px;
}

#sub-navigation li {
    display: inline;
    margin: 7px 0px 0px 0px;
    float: left;
	border-right: 1px solid #fff;
}

#sub-navigation li:last-child {
    border-right: none;
}

#sub-navigation li a {
    color: #0C64D7;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 1px 11px 7px 11px;
    border: none;
    font-size: .93em;
	line-height: 100%;
}

#sub-navigation a:hover, #sub-navigation li.active a {
    background: transparent url(/images/bg-sub-nav-li-active.gif) no-repeat bottom;
    color: #000;
}


/*
=page content
---------------------------------------------- */

#content p {
    font-size: .93em;
}
#content h2 {
    padding-left: 10px;
    margin-bottom: .5em;
    width: 728px;
}

#content ul {
    margin: 10px 0 15px 11px;
    padding: 0;
}

#content li {
    padding-left: 12px;
    line-height: 1.51em;
    margin: 0;
    background: transparent url(/images/bg-content-li.gif) no-repeat left 5px;
    width: 470px;
    font-size: .93em;
}

#content dd li {
    font-size: 1em;
}

#content ul.terms li {
    background: none;
    padding-left: 0;
}


/*
=form
---------------------------------------------- */
form { margin: 12px; }

form span { color: #9F0000; }

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

label {
    width: 140px;
    padding-right: 5px;
    float: left;
}

label.small { width: 110px; }

input.text { width: 148px;  }

input.image { margin: .5em 0px 0px 0px; }

#content form ol {
    margin: 0;
    padding: 0;
    width: 100%;
}

#content form ol li {
    background: none;
    padding: .5em 0;
    margin: 0;
    clear: left;
    width: 100%;
}

#content form p {
    margin: .5em 0px 0px 0px;
    padding: 0px
}


/*
=misc
---------------------------------------------- */

.hide {
    position: absolute;
    left: -999em;
}


/*
=print
---------------------------------------------- */

.print_only {
    display: none;
}

/*
=footer
---------------------------------------------- */

#footer {
    color: #777;
    padding-bottom: 2em;
    clear: both;
}

#footer a {
    background-color: #fff;
    border-bottom: 1px solid #BAE3F8;
}

#footer a:hover {
    background-color: #dff0f8;
}

#footer img#footer_banner {
    padding: 2px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

#footer-details {
    background: #f1f1f1 url(/images/bg-footer-details.jpg) repeat-x bottom;
    float: left;
    width: 740px;
    border-bottom: 1px solid #ddd;
}

#footer-details div {
    float: left;
    width: 245px;
    border-right: 1px solid #ddd;
    padding: 1em 0px;
}

#footer-details p {
    margin: 0px 10px;
    padding: 0;
    width: 225px;
    font-size: .83em; /* 10px */
    line-height: 1.44em; /* 14px */
}

#footer-details a {
    font-size: .83em /* 10px */
}

#footer-details ul {
    margin: 0px 10px;
    padding: 0;
    width: 225px;
}

#footer div.copy {
    clear: both;
    padding-top: .5em;
    width: 740px;
    font-size: .83em;
    position: relative;
}

#secure {
    position: absolute;
    right: 0px;
    top: 21px;
    border-top: none;
}

#footer div.copy a {
    background: none;
    border-bottom: none;
}

#footer div.copy a:hover {
    background: none;
    border-bottom: 1px solid #D0E5F1;
}

/*
=admin
---------------------------------------------- */

#admin {
    clear: both;
    width: 740px;
    text-align: right;
}

#admin p {
    width: auto;
    font-size: .93em;
}

#admin a {
    color: #1E6ACE;
    text-decoration: none;
    border-bottom: 1px solid #D0E5F1;
	padding: 1px;
	background:  #fff;
}

#admin a:hover {
    border-bottom: 1px solid #a7cfe3;
	background-color: #dff0f8;
	color: #1755AC;
}



/*
=debug
---------------------------------------------- */

.debug {
    clear: both;
    text-align: center;
}

.debug p {
    width: auto;
}

/*
=hacks
---------------------------------------------- */

@media all  /* this hides the style from IE5 mac */ {
    div.test
    {
        width: 300px;

    }
}

/*
=new
---------------------------------------------- */

/* =box_wrapper */

#content .box_wrapper {
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    width: 100%;
    background: transparent url(/images/box-wrapper-bg.gif) no-repeat 0% 100%;
}

#content .box_wrapper .box { margin: 0; padding: 0 0 20px 0; border-bottom: none !important; width: 361px !important; }

#content .box_wrapper .box.grey { border: 1px solid #C3C3C3; xborder-width: 0 1px 1px; }

#content .box_wrapper h2.grey { border: none;     border-bottom: 1px solid #E7E7E7; }

#content .box_wrapper .box.left { float: left; }
#content .box_wrapper .box.right { float: right; background-color: #F8FDFF; }

#content .box_wrapper .box.right table { margin: 0 10px 20px; width: 341px; border: solid #D2ECF9; border-width: 0 1px 1px 1px; }
#content .box_wrapper .box.right table td { text-align: left; background-color: #fff; border: solid #D2ECF9; border-width: 1px 0 0 0; }

#content .box_wrapper .box h3 { font-size: 13px; margin: 0 10px 10px; }
#content .box_wrapper .box h3 a { display: block; width: 331px; padding: 0 5px 2px; border-color: #D0E5F1; }
#content .box_wrapper .box p { width: auto; margin: 0 10px 25px; }
#content .box_wrapper .box span.more { background: transparent url(/images/bullet.gif) no-repeat 0% 4px; padding: 0 0 0 11px; }

/* =box */

#content .box {
    border: 1px solid #A7CFE3;
    width: 740px;
    margin: 3em 0px
}

#content .box h2.grey {
    background: #F1F1F1 url(/images/bg-box-h2-grey.gif) repeat-x left bottom;
    border-bottom: 1px solid #E7E7E7;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    color: #555;
}

#content .box h2 {
    width: auto;
    border: none;
    border-bottom: 1px solid #D0E5F1;
    margin-bottom: 15px;
}

#content .box table {
    border: 1px solid #C0C0C0;
    border-right: none;
    margin: 0px 0px 12px 12px;
}

#content .box table th {
    text-align: center;
    font-family: Georgia, Times-roman, serif;
    font-size: 1.23em;
    font-weight: normal;
    background-color: #F2F2F2;
    border-bottom: 1px solid #EAEAEA;
}

#content .box table td, #content .box table th {
    padding: .5em 11px;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #EAEAEA;
    text-align: center;
}

#content .box table td.transaction, #content .box table th.transaction {
    text-align: left;
    padding-left: 11px;
}

#content .box table tr.total td {
    border-bottom: none;
    font-weight: bold;
    color: #000;
}

.row_even {
    background-color: #F2F2F2;
}

.details {
    float: left;
    margin-bottom: 1em;
}

#content .details h2 {
    border: none;
    margin: 0px;
    float: left;
    padding-bottom: 0px;
    background: none;
}

.details dl {
    margin-bottom: 2em;
    padding: .75em 0;
    float: left;
    width: 740px;
    background: transparent url(/images/bg-details-dl.gif) no-repeat top left;
}

.details dl.none {
     background: url(/images/bg-details-dl-none.gif) no-repeat top left;
}

.details dt {
    font-family: Georgia, Times-roman, serif;
    font-size: 1.2em;
    color: #398BBD;
    width: 116px;
    float: left;
    padding: 0px 10px;
}

.details dd {
    float: left;
    padding: 0;
    margin: 0 14px 0 14px;
    width: 460px;
}

/* =self clearing floats */
.clearfix:after,
#content .box_wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

