@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}

BODY{
	background-color: #1D1D1D;
	width: 900px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;}

*{
	margin: 0px;
	padding: 0px;}

IMG{
	border: 0px;}
	

a { color: #FFFFFF; text-decoration: underline;}
a:link { color: #FFFFFF;}
a:visited { color: #FFFFFF;}
a:active, a:hover{ color: #ed2124; text-decoration: underline;}	

.clearfloat { /* clears the 2 column float to show background colour */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

/* hide content for print only */

#headerPrint{
	display: none;}
	
/* default fonts */

p, li{
	font-size: 70%;}
	
td{ /* Controls tables */
	font-size:70%;
	margin-top: 100px;
	margin-bottom: 1px;}	

P{
	margin: 10px 0;
	background-image:url(../images/template/transparant.png);
	padding:4px;}

P, H1, H2, H3, H4, H5, H6{
	width: 300px;}

H1, H2, H3, H4, H5, H6{ /* common properties used for all headings */
	font-size: 70%;
	font-weight: bold;
	padding: 2px 0 2px 4px;
	background-color: #ed2124;}
	
H1{
	color: #000000;	/* green on grey */
	margin-bottom: 15px;}

H2{
	color: #FFFFFF; /* white on grey */
	margin-bottom: 15px;}

H3{
	color: #FFFFFF; /* Case studies item 1 - white on grey */
	margin-top:30px;
	margin-bottom: 1px;}

H4{
	color: #FFFFFF;  /* Case studies item 2 - white on grey */
	margin-bottom: 0px;}

H5{
	color: #FFFFFF;  /* Contact item 1 - white on grey - space top */
	margin-top: 30px;
	margin-bottom: 1px;}

H6{
	color: #FFFFFF; /* Contact item 2 - white on grey*/
	margin-bottom: 0px;}

/* container elements */

#pageContainer{
	min-height: 100%;
	background-color: #000000;
	background-image: url(../images/home/index_background.jpg);
	background-repeat:no-repeat;}

* html #pageContainer { /* ie6 hack for page height */
	height: 100%;}

#header{
	padding: 0px 0 0px 0px;} /* space around the header graphic(s) */
	
#headerhome{  /* home page only */	
	float:left;
	position:relative;
	left:30%;
	text-align:left;}

#headerhome ul{
	list-style:none; 
	position:relative;
	left:-30%;} /* space around the header graphic(s) */	


#leftColumn, #mainColumn{ /* space under white line */
	padding: 500px 30px 20px 0;}



/* left column components */

#leftColumn{
	float: left;
	width: 135px;
	margin: 0 30px 0 30px;
	border-top: 0px solid #FFFFFF;}  /* line above the left nav */

* html #leftColumn { /* ie6 hack for left col padding */
	margin: 0 30px 0 15px;}

/* left column navigation level 1 */

#leftColumn li{
	list-style: none;
	padding: 2px 4px 2px 4px;
	margin-bottom: 1px;
	background-color: #ed2124;}

#leftColumn li a:link, #leftColumn li a:visited{
	color: #FFFFFF;
	text-decoration: none;}

#leftColumn li a:hover{
	color: #000000;
	text-decoration: none;}

#leftColumn li a.current:link, #leftColumn li a.current:visited{ /* current item highlight colour */
	color: #000000;}

/* left column navigation level 2*/

#leftColumn li.subNav{
	margin-bottom: 1px;
	margin-left: 6px;
	padding-left: 8px;
	line-height: 12px;
	background-image: url(/images/template/bullet-dash.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	background-color: #000000;}

#leftColumn li.subNav a:link, #leftColumn li.subNav a:visited{
	color: #FFFFFF;
	text-decoration: none;}
	
#leftColumn li.subNav a:hover{
	color: #ed2124;
	text-decoration: none;}

#leftColumn li.subNav a.current:link, #leftColumn li.subNav a.current:visited{ /* current item highlight colour */
	color: #FFFFFF;}

/* main column components */

#mainColumn{
	float: left;
	width: 660px;
	margin-right: 120px;
	margin-left: 120px;
	border-top: 0px solid #FFFFFF;}   /* line below header */

#mainColumn ul{
	margin: 10px 0 10px 0;}

#mainColumn li{
	list-style: none;
	padding-left: 8px;
	margin-bottom: 1px;
	background-image: url(/images/template/bullet-dash.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;}

#mainColumn li a:link, #mainColumn li a:visited {
	text-decoration: underline;}
	
#media-panel IMG{
    border: 10px solid #ed2124;}
	
	/* main column home page components */

#mainColumnHome{
	float: left;
	width: 900px;
	height: 350px;
	margin-right: 0px;
	border-top: 0px solid #FFFFFF;}   /* line below header */
	
#mainColumn ul{
	margin: 10px 0 10px 0;}

#mainColumn li{
	list-style: none;
	padding-left: 8px;
	margin-bottom: 1px;
	background-image: url(/images/template/bullet-dash.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;}

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