body {								/*centralises and sizes the page keeping min-size*/
	height:100%;
	width:95%;
	min-width:800px;
	margin:10px auto 10px auto;
	background-color:#F5F4F3}

.border {							/*styles all divs will shadow effect border*/
	border-width:1px;
	border-style:solid;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#999999;
	border-bottom-color:#999999}

/*
--------------------------------------------------------	
*** Header Elements ***
*/

.header { 								/*encapsulates logo, title and pic*/
	position:relative;
	height:150px;
	width:100%;}
	
.headerTitle {							/*positions the title element*/
	position:absolute;
	right:10px;
	top:5px}

.headerPic {							/*positions the picture element*/
	position:absolute;
	right:10px;
	bottom:10px}	
		
.headerCatEx {							/*positions the Catalogue Exchange element*/
	position:absolute;
	left:720px;
	top:10px}

.headerDMA {							/*positions the DMA element*/
	position:absolute;
	left:630px;
	top:25px}

.headerCatExLeft {							/*positions the Catalogue Exchange element*/
	position:absolute;
	left:350px;
	top:10px}

.headerDMALeft{							/*positions the DMA element*/
	position:absolute;
	left:440px;
	top:25px}

.headerLogo {							/*positions the logo element*/
	position:absolute;
	left:10px;
	top:10px}

/*
--------------------------------------------------------	
*** Main Editible Element ***
*/
.main { 						/*encapsulates navbar, title and middle*/
	position:relative;
	min-height:475px;
	width:100%;
	}

.middle {						/*expandable and collapsable middle column*/
	top:10px;
	margin:0px 215px 0px 215px;
	}

.middleWide {					/*alternative to middle, does not allow right*/
	top:10px;
	margin:0px 0px 0px 215px;
	}
	
.map {							/*used to position Google map on contacts page*/
	top:10px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	}
/*
--------------------------------------------------------	
*** Right Editible Element ***
*/

.right {						/*right contains and positions content in right bar*/
	position:absolute;
	top:10px;
	min-height:475px;
	right:0px;
	width:200px;
	}
	
.rightText {
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:normal;
	padding:10px;
	line-height:16px;
	}
	
.quoteText {
	position:relative;
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:normal;
	line-height:16px;
	padding:10px;
	}
	
.quoteName {
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:italic;
	line-height:16px;
	padding:10px;
	text-transform:capitalize;
	}

/*
-----------------------------------------------
*** Bottom Bar Elements ***
*/

.bottom {						/*contains and positons content in the bottom bar*/
	position:relative;
	height:125px;
	margin: 0px 0px 0px 215px;
	bottom:-10px;
	}

.bottomLeftWide {				/*positons content in the left half of bottom bar*/
	position:absolute;
	bottom:0px;
	left:0px;
   	width:425px;
	padding:10px;
	text-align:left;
	}

.bottomRightWide {				/*positons content in the left half of bottom bar*/
	position:absolute;
	bottom:0px;
	right:0px;
   	width:325px;
	padding:10px;
	text-align:right;
	}
	
/*
-----------------------------------------------
*** Sidebar Elements ***
*/

.sidebar {				/*sidebar contains and positions fillers, navbar and picScroll*/
	position:absolute;
	top:10px;
	left:0px;
	min-height:475px;
	width:200px;
	}

.filler {				/*acts as design element/spacer between header and navbar*/
	position:absolute;
	left:0px;
	height:25px;
	width:200px;
	background-color:#F29501;
	}

.navbar {						/*contains and formats the navbar elements*/
	position:absolute;
	top:35px;
	height:255px;
	width:200px;
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	line-height:25px;
	list-style:none;
	display:list-item;
	background-color:#E9E4E0;
	}
	
.picScroll {					/*positions the slideshow*/
	position:absolute;
	top:300px;
	height:150px;
	width:200px;
	}

.filler1 {				/*acts as design element/spacer between header and navbar*/
	position:absolute;
	top:450px;
	bottom:0px;
	min-height:1px;
	width:200px;
	}
/*
-----------------------------------------------
*** Navigation Bar Effects***
*/

.hovermenu a {
	padding-top: 10px;
	padding-left: 5px;
	text-decoration: none;
	color: #2B3033;
	}

.hovermenu a:link {
	color: #2B3033;}
	
.hovermenu a:visited {			/*when item has been visted*/
	color: #2B3033;}		
	
.hovermenu a:hover {			/*when item is hovered over*/
	color: #F29501;}

html>body .hovermenu a:active {	/*apply mousedown effect only to NON IE browsers*/
	color: #2B3033;}

body#index a#index,				/*highlights current page*/
body#accountmanagement a#accountmanagement,
body#postopeningdataentry a#postopeningdataentry,
body#callcentre a#callcentre,
body#paymentprocessing a#paymentprocessing,
body#systemsreporting a#systemsreporting,
body#storagedispatch a#storagedispatch,
body#contacts a#contacts {
	color: #F29501;}


/*
-----------------------------------------------
*** Link Effects***
*/
a {
	text-decoration: none;		/*used to remove text link formatting*/
	color: #2B3033;}
	
a:link {
	text-decoration: none;}
	
a:visited {
	text-decoration: none;}

a:active {
	text-decoration: none;}
	
a:hover {
	text-decoration: none;
	color: #F29501;
	}
	
/*
-----------------------------------------------
*** Footer ***
*/

.footer {
	position:relative;
	top:10px;
	height:100px;
	width:100%;
	margin:0 auto;
	font-family:Verdana;
	font-size:9px;
	color:#000000;
	text-transform:uppercase;
	}
	
.footerAddress {
	position:absolute;
	top:10px;
	}
	
.footerLinks {
	position:absolute;
	top:10px;
	right:0px;
	font-weight:bold;
	text-align:right;
	}
	
.footerLogos {
	position:absolute;
	top:10px;
	}

.footerDisclaimer {
	font-weight:normal;
	}

/*
-----------------------------------------------
*** Picture Styles ***
*/
IMG.QuoteOpen {
	position:absolute; 
	top:5px; 
	left:0px;}

IMG.Quote {
	position:absolute;}

IMG.displayed {
    display:block;
    margin-left:auto;
    margin-right:auto;}

.centerdiv {						/*IE method of centering a relative div*/
	text-align:center}
	
.centerdiv>div {					/*proper way to center a relative div*/
	margin:0 auto}
	
/*
-----------------------------------------------
*** Banner Styles ***
*/
.banner {							/*formats the banner text*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:300%;
	letter-spacing:-.06em}

/*
-------------------------------------------------------
*** Text Styles ***
*/
.subTitle {
	font-family:Verdana;
	font-size:16px;
	padding:10px;
	text-align:justify}

.titleOrange {
	font-weight:bold;}

.title {
	font-family:Verdana;
	font-size:18px;
	font-style:italic;
	text-align:left;
	}

.banner {
	font-family:"Arial Narrow";
	font-size:50px;
	font-style:normal;
	font-weight:normal;
	text-transform:lowercase;
	}

.bannerSmall {
	font-family:"Arial Narrow";
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	text-transform:lowercase;
	}
	
.listText {
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:normal;
	list-style-image:url(BulletArrow.png);
	line-height:16px;
	z-index:2;
	}

.listTextBig {
	font-family:Verdana;
	font-size:12px;
	text-align:justify;
	font-style:normal;
	list-style-image:url(BulletArrow.png);
	line-height:22px;
	z-index:2;
	
}.rightText {
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:normal;
	padding:10px;
	line-height:16px;
	}
	
.quoteText {
	position:relative;
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:normal;
	line-height:16px;
	padding:10px;
	}
	
.quoteName {
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:italic;
	line-height:16px;
	padding:10px;
	text-transform:capitalize;
	}
	
.mainText1 {
	font-family:Verdana;
	font-size:10px;
	text-align:justify;
	font-style:normal;
	line-height:20px;
	padding:10px;
	}	

.mainText2 {
	font-family:Verdana;
	font-size:12px;
	text-align:justify;
	font-style:normal;
	line-height:20px;
	padding:10px;
	}	
	
.titleText {
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	left:0px;
	top:0px;
	padding-top:5px;
	position:absolute;
	}
	
.orangePipe {
	font-size: 12px;
	font-weight: bold;
	}
	
/*
-------------------------------------------------------
*** Text Positions ***
*/
.alignL {
	text-align: left;
	padding-left: 10px}

.alignR {
	text-align: right;
	padding-right: 10px}	

/*
-------------------------------------------------------
*** Background Colours ***
*/
	
.bkgWhite {
	background-color: #FFFFFF}

.bkgTrans {
	background-color: transparent}
	
/*
-------------------------------------------------------
*** Text Colours ***
*/
	
.textGrey {
	color: #A6A6A6}
	
.textWhite {
	color: #FFFFFF}
	
.textOrange {
	color: #F29501}

.textBlack {
	color: #333333}

/*
-------------------------------------------------------
*** Max-Height Declarations ***
*/
html, body {			/*makes sure the following declared div classes are max-height*/
height: 100%;
min-height: 100%}

.sidebar {
height: 100%;
min-height: 100%}

.right {
height: 100%;
min-height: 100%}

.middle {
height: 100%;
min-height: 100%}