﻿/* GLOBAL */

*
{
    margin: 0px;
    padding: 0px;
}

A
{
    color: #993333;
    text-decoration: none;
    font-weight:bold;
    outline: none;
}

a:hover
{
    color: #993333;
    font-weight:bold;
    text-decoration: underline;
}

BODY
{
    background-image: url('../images/background.gif');
    background-repeat: repeat-x;
    background-color: #FFF;
    margin: 0px;
    margin-bottom: 50px;
    font-family: Arial;
    color: #575757;
    font-size: 11px;
    line-height: 15px;
}

#clear
{
    height: 0px;
    clear: both;
}
.clear
{
    clear:both;
}

A IMG
{
    border: 0;
}

IMG
{
    border: 0;
}

h2
{
    height: 21px;
    padding-top: 5px;
    padding-left: 10px;
    background: transparent url('../images/headerbg-red.gif') repeat-x;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
}

.headerArrow
{
    margin-right: 5px;
}

#container
{
    margin: 0 auto;
    width: 960px;
}

/* TOP BAR */

#topBar
{
    height: 18px;
    padding: 4px 15px;
    font-size: 11px;
    background: transparent url('../images/topBar.gif') no-repeat;
}

#topBar A
{
    color: #333;
}

#topBar #nav
{
    float: left;
}

#topBar #nav .bullet
{
    margin: 0px 5px;
}

#topBar #nav UL
{
    list-style-type: none;
}

#topBar #nav LI
{
    display: inline;
}

#topBar #search
{
    float: right;
    margin-left:10px;
}

#topBar #search DIV
{
    float: left;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #993333;
}

#topBar #search FORM
{
    float: left;
}

#topBar #search INPUT
{
    float: left;
    width: 120px;
    height: 15px;
    margin-right: 5px;
    padding-top: 2px;
    padding-left: 5px;
    background: transparent url('../images/form-search.gif') no-repeat;
    border: 0px;
    font-size: 11px;
    color: #333;
}

.btnGo
{
    float: left;
    width: 31px !important;
    height: 17px !important;
    background: none !important;
    padding: 0px !important;
}

/* NAV */

#mainNav
{
    height: 99px;
    background: transparent url('../images/temp-nav.gif') no-repeat;
    /*margin-bottom: 10px;*/
}

/* SUB NAV */

#subNav
{
    width: 324px;
    border-top: none;
    margin-top:10px;
    /*border-bottom: 1px #999 solid;*/
}

#subNav UL
{
    list-style-type: none;
}
#subNav li
{
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    background: #FFF;
    padding-top: 0px;
    padding-bottom: 12px;
}
#subNav LI A
{
    font-weight: normal;
    color: #575757;
    margin-left: 10px;
    font-size:12px;
}
#subNav li a:hover {
	text-decoration:none;
	color:#993333;
}
#subNav .navHeadertop
{
    border:none !important;
    height: 26px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 0px;
    background: white url('../images/topcurved.gif') repeat-x;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    cursor:pointer;
/*    text-transform: capitalize;*/
}

#subNav .navHeader
{
    height: 30px;
    padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 0px;
    background: white url('../images/headerbg-red.gif') repeat-x;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    cursor:pointer;
 /*   text-transform: capitalize;*/
}

.contactHeader
{
    list-style-type: none;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    background: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 24px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 0px;
    background: white url('../images/headerbg-red.gif') repeat-x;
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
  /*  text-transform: capitalize;*/
}
/* MAIN BANNER */

#mainBanner
{
    float: left;
    width: 626px;
    height: 300px;
    background: transparent url('../images/temp-banner.gif') no-repeat;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top:10px;
}

#bannertext {
	width:300px;
	margin-top:70px;
	margin-left:30px;
	color:#000;
	font-size:14px;
	line-height:18px;
	height:90px;
}
#bannerbutton
{
	margin-top:60px;
	margin-left:30px;
}
#bannerfooter
{
    margin-left:30px;
	margin-top:20px;
	color:#fff;
}

/* HOME - LATEST NEWS */

#homeNews
{
    float: right;
    width: 322px;
    min-height: 298px;
    background: #FFF;
    border: 1px #999 solid;
    margin-bottom:10px;
    margin-top:10px;
}

#homeNews .article IMG
{
    float: left;
    display: block;
}

#homeNews .article .text
{
    float: right;
    width: 157px;
    padding: 10px;
    line-height: 13px;
}

#homeNews .article .text DIV
{
    color: #993333;
    font-weight: bold;
    margin-bottom: 2px;
}

/* FOOTER */

#footer
{
    height: 19px;
    margin-top: 10px;
    padding-top: 4px;
    background: transparent url('../images/footer.gif') no-repeat;
    clear: both;
    text-align: center;
    color: #FFF;
}

#footer .bullet
{
    margin: 0px 5px;
}

#footer UL
{
    list-style-type: none;
}

#footer LI
{
    display: inline;
}

#footer A
{
    color: #FFF;
}

/* MAIN CONTENT */

#mainContent
{
    width: 624px;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    /*background: #FFF;*/
}


/* items at the bottom of the page */
.pageitem
{
    width: 232px;
    /*height: 288px;*/
    float: left;
    display: inline;
    margin-right: 10px;
}
.pageitemheading
{
    width: 232px;
    height: 35px;
    padding-left: 13px;
    line-height: 35px;
    background-image: url('../images/subitemtop.gif');
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "Arial";
    font-size: 13px;
}
.pageitemheading a
{
    color: #FFFFFF;
}
.pageitemcontent
{
    width: 230px;
   /* height: 196px;*/
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}
.pageitemcontent div
{
    padding: 10px;
    color: #333333;
    font-family: 'Arial';
    font-size: 11px;
    width: 208px;
    min-height: 200px;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    background-color: #ffffff;
    background-image: url('../images/subitemgradient.jpg');
    background-repeat: repeat-x;
}
.pageitemcontent h2 
{
    background: none !important;
    color: #993333;
    font: 19px Arial, Helvetica, sans-serif bold;
    padding: 0 0 10px 0 !important;
}
.pageitemfooter
{
    border-top: dashed 1px #999999;
    width: 232px;
    height: 58px;
    background-image: url('../images/subitembottom.gif');
    background-repeat: no-repeat;
}
.pageitemfooter p
{
    padding: 10px;
    text-align: center;
}
.pageitemfooter a
{

    text-align: center;
    color: #333333;
    font-weight: bold;
    font-family: 'Arial';
    font-size: 13px;
}
/* page layout */
.pagebannerimage
{
    padding-bottom: 10px;
}

#bannerimage
{
    display: inline;
    float: left;
    width: 624px;
    background-color: #FFF;
}
#pagecontainer
{
    float: left;
    width: 626px;
    margin-top:10px;
}
#pagecontainer a
{
    font-weight:normal !important;
}
#pagecontent
{
    width: 594px;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    padding: 15px;
	padding-top:0;
    background-color: #FFF;
    font: 12px Arial, Helvetica, sans-serif;
}
#pagecontent ul
{
    margin-top:10px;
    margin-bottom:10px;
}
#pagecontent p
{
    font: 12px Arial, Helvetica, sans-serif;
}
#pagecontent img 
{
    margin: 0px 20px 20px 0px;
}

#pagecontent h2
{
    background: none !important;
    color: #993333;
    font: 19px Arial, Helvetica, sans-serif bold;
    padding: 0 0 10px 0 !important;
}
#mainContent h2
{
    background: none !important;
    color: #993333;
    font: 19px Arial, Helvetica, sans-serif bold;
    padding: 0 0 10px 0 !important;
}
#mainContent p
{
	padding-top:10px;
    font: 12px Arial, Helvetica, sans-serif;
}
#pagecontent a
{
    color: #333;
    text-decoration: underline;
}
#pagecontent a:hover
{
    color: #993333;
    text-decoration: underline;
}
.contentheader
{
    width: 616px;
    height: 37px;
    background-image: url('../images/contenttop.gif');
    background-repeat: no-repeat;
    padding: 10px 0 0 15px;
}
h4
{
	color:#333333;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
}
.contentheader span
{
	display:block;
	/*margin-bottom:10px;*/
	padding-bottom:0px;
}
.contentheader img
{
	padding-top:10px;
}

.contentfooter
{
    width: 626px;
    height: 9px;
    background-image: url('../images/contentbottom.gif');
    background-repeat: no-repeat;
}

/* contact us */
#contactuscontrol
{
    background-image: url('../images/contactformbackground.gif');
    background-repeat: no-repeat;
    width: 304px;
    height: 321px;
    padding:0 10px 10px;
    color: #000;
}
#contactuscontrol h1
{
    color: #993333;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -1px;
}
#contactuscontrol h2
{
    color: #993333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 0px;
    padding-left: 0;
    letter-spacing: 0px;
    background: none !important;
}
#contactuscontrol img
{
    display: inline;
    float: left;
    padding-right: 10px;
    padding-left: 5px;
}
.submitbtn
{
    padding-right: 5px;
    padding-bottom: 10px;
    float: right;
}
#contactuscontrol .textbox
{
    background-image: url('../images/textformbg.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    color: #333;
    font-size: 11px;
    line-height: 11px;
    border: 0px;
    width: 266px;
    height: 24px;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    float: right;
}
#contactuscontrol .textarea
{
    background-image: url('../images/textarea.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    color: #333;
    font-family: Arial;
    font-size: 12px;
    line-height: 11px;
    border: 0px;
    width: 260px;
    height: 80px;
    padding-bottom: 15px;
    padding-right: 6px;
    padding-left: 4px;
    padding-top: 5px;
    float: right;
}
#contactuscontrol span
{
    float: right;
    margin: -1px;
    line-height: 25px;
}
.spacer
{
    height: 15px;
}
/* 3 col layout */
.pagecol
{
    width: 170px;
    float: left;
    padding: 0px 15px 15px 15px;
}
.middlecol
{
    width: 170px;
    float: left;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    padding: 0px 15px 15px 15px;
}
.pagecol h4, .middlecol h4
{
    color: #993333;
    font-family: Arial;
    font-size: 12px;
    padding-bottom: 10px;
}
/* careers pages */
h1
{
    font-weight: bold;
    color: #993333;
}
.boldred
{
    font-weight: bold;
    color: #993333;
}
.jobdetails p
{
    font-size: 13px !important;
}
.jobdetails
{
    margin-bottom: 10px;
}
.textbox
{
    background-image: url('../images/textformbg.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    color: #333;
    font-size: 11px;
    line-height: 11px;
    border: 0px;
    width: 266px;
    height: 24px;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
}
.textarea
{
    background: url(../images/textarea.gif);
    color: #333;
    font-family: Arial;
    font-size: 12px;
    line-height: 11px;
    border: 0px;
    width: 256px;
    height: 72px;
    padding: 5px 6px 15px 4px;
}
.dropdownbackground
{
    background-image: url('../images/textformbg.gif');
    background-repeat: no-repeat;
    position: relative;overflow: hidden;

    height: 24px;
}
.dropdown
{
    background:white;
    color: #333;
    font-size: 11px;
    line-height: 11px;
    height:20px;
    border: 0;
    width: 263px;
  position: absolute;
   top: 2px;
    left: 2px;

}
TEXTAREA
{
    width: 260px;
    height: 80px;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    background: transparent;
    border: 0;
}


/* banner */
.mainBanner
{
    float: left;
    width: 566px;
    height: 240px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top:10px;
    padding: 30px;
}

.mainBanner #text
{
    width: 320px;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
}

.mainBanner.personalisation
{
    background: #8DC63f url('../images/banner-personalisation.gif') no-repeat bottom right;
}
.mainBanner h1
{
    margin-bottom: 30px;
    font-size: 33px !important;
    color: #FFF;
    font-weight: bold;
    letter-spacing: -1px;
}

#pagecontent li
{
    list-style-image: url('../images/arrow-red.gif');
    margin-left: 20px;
	margin-bottom:10px;
    font-size: 12px;
}
/*sitemap*/
#menubar-nav li
{
    padding-bottom: 5px;
}
.child
{
    padding-left: 20px;
}
.grandchild
{
    padding-left: 40px;
}
/*page layout dunc */
#top {
	min-height:115px;
	float:left;
	background:transparent url('../images/contentTop.png') no-repeat top;
}

#mainContent {
	width:594px;
	min-height:115px;
	margin-top:15px;
	padding:0px 15px;
	border-left:1px #999 solid;
	border-right:1px #999 solid;
}

#btm {
	width:626px;
	height:15px;
	background:transparent url('../images/contentBtm.png') no-repeat bottom;
}

.column {
	float:left;
}
.column h4
{
    color:#993333;
	padding-bottom: 10px;
}

.left {
	width:178px;
	padding-right:14px;
	border-right:1px #E0E0E0 solid;
}

.centre {
	width:178px;
	padding:0px 15px;
	border-right:1px #E0E0E0 solid;
}

.right {
	width:178px;
	padding-left:14px;
}

.tablescontainer
{
width: 100px;
    margin: 10px 20px 10px 5px;
    padding: 2px 10px 2px 10px;
    float: left;
background-color: #f5f3f3;

}

.tablescontainerline
{
width: 153px;
min-height: 100px;
    margin: 10px 20px 10px 5px;
    padding: 5px 10px 2px 10px;
    float: left;
background-color: #f5f3f3;

}

.charttitle
{
font-size: 1.0em;
font-weight: bold;
color: #8d2f2f;
}

#fader {    min-height: 220px;}
#topanc{    position:absolute;}

#ctl00_ContentPlaceHolder1_GraphControl1_GridPanel ul{float:left;}
#ctl00_ContentPlaceHolder1_GraphControl1_GridPanel li{list-style-image:none !important; list-style-position:outside; list-style-type:none; margin-left:0 !important;font-size:10px; padding:4px 2px; text-align:center;}
#ctl00_ContentPlaceHolder1_GraphControl1_GridPanel { margin-top:-20px; margin-bottom:20px; clear:both;}
#ctl00_ContentPlaceHolder1_GraphControl1_lblSummary{color:#993333; display:block; font:19px Arial,Helvetica,sans-serif bold; padding-bottom:10px;}
.formErrors {
	margin-bottom:15px;
	margin-top:15px;
	clear: both;
	background: #FFA4AA url(../images/icon-formerror.png) no-repeat 20px 11px;
	border: 1px dotted #800000;
	padding: 10px 35px 10px 90px;
	color: #800000 !important;
	font-weight:bold;
}
.formErrors li 
{
    list-style-image: none !important;
    list-style:none;
	clear: both;
	display: block;
	margin-left: 0px !important;
	color: #800000;
	font-weight:normal !important;
	font-style: italic;
}
.accordionButton
{
    /*cursor:hand;*/
    cursor:pointer;
}
