	/* General styles */
  /*  body {
	margin:0px; 
	padding:0px; 
	height:100%; 
	min-width:760px; 
	text-align:center;
	background-color: #4B4876;
	overflow-x: hidden; 
	
	background-image:url('../templatemedia/main_background.gif');
	background-repeat: repeat-x;
	background-position: 0px 100px;
    }*/
    
    body {
	background-image: url(/templatemedia/headerPeople_tile.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color:#4B4876;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 12px;	
	}
    
	a {
    	color:#000;
    	text-decoration:none;
    	font-size:11px;
	}
	a:hover {
		color:#EC008C;
		text-decoration:none;
		font-size:11px;
	}	
	
	a.newslink {
    	color:#EC008C;
    	text-decoration:none;
	}
	a:hover.newslink {
		color:#EC008C;
		text-decoration:underline;
	}
	
	a.company {
    	color:#000;
    	text-decoration:underline;
    	font-size:12px;
	}
	
	a:hover.company {
    	color:#000;
    	text-decoration:underline;
    	font-size:12px;
	}
	
	a.breadcrumb {
		color:#00ADEF;
		font-weight:bold;
		font-size:10px;	
		text-decoration:none;
	}	
	
	a:hover.breadcrumb {
		color:#00ADEF;
		font-weight:bold;
		font-size:10px;	
		text-decoration:underline;
	}
	
	a.breadcrumb_pink {
		color:#EC008C;
		font-weight:bold;
		font-size:10px;	
		text-decoration:none;
	}	
	
	a:hover.breadcrumb_pink {
		color:#EC008C;
		font-weight:bold;
		font-size:10px;	
		text-decoration:underline;
	}
	
    h1	{
	    color:#EC008C;
	    font-size:22px;
	    margin:35px 0 0 10px;
	    padding-bottom:0px;	 
    }
    
    h2 {
        color:#EC008C;
	    font-size:16px;
	    margin:0 0 .5em 8px;
    }
    
    p {
        margin:.4em 0 .8em 0;
    }
    
    p.bigwhite
    {
	 	color:#FFF;
		font-weight:bold;
		font-size:14px;	   
    }
    
    p.newstitle{
	 	color: #EC008C;
	 	font-size:10px;
	 	font-weight:bold;
	 	padding: 0 1px 0 2px;
    }
    
    p.newstext{
	 	font-size:10px;
	 	padding: 0 1px 0 2px;
    }
    
    p.boxtext
    {
	  padding: 0 0 0 3px;
	  font-size:9px;
	  color:#FFFFFF;  
	  text-align:left;
	  font-weight:bold;
    }    
        	
	p.breadcrumb
	{
		color:#00ADEF;
		font-weight:bold;
		font-size:10px;	
		margin-left:10px;
		margin-top:8px;					
	}	
	
	p.title
	{
		margin-left:10px;
		margin-top:20px;
		line-height:26pt;		
	}
	
	p.contentpages
	{
		margin:0 0 .5em 8px;
	}
    
    img
    {
		border:0px;    
    }
    
    
    #page
    {
	    margin:auto;
	    width:802px;
	    margin:0px;
	    padding:0px;	    
    }
    	
   /*	#header_span {

		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 95px;
		position: absolute;
		background-image: url(/templatemedia/header_bg_trail.gif);
		background-repeat: repeat-x;
		z-index: 0;
		top: 0px;
		left: 0px;
		border-style: solid;
		border-width: 0px 0px 5px 0px;
		border-color: black;
	}

	#banner_container {

		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		width: 799px;
		height: 95px;
		position: relative;
		border-style: solid;
		background-color: white;
		border-width: 0px 0px 5px 0px;
		border-color: black;
		z-index: 5;
	}

	#banner_blackout {

		margin: 0px;
		padding: 0px;
		width: 500px;
		height: 95px;
		background-color: black;
		position: absolute;
		float: left;
		top: 0px;
		left: 0px;
		z-index: 1;
	}

	#banner_logo {

		margin: 0px;
		padding: 0px;
		width: 150px;
		height: 95px;
		position: relative;
		float: left;
	}

	#banner_people {

		margin: 0px;
		padding: 0px;
		width: 649px;
		height: 95px;
		position: relative;
		float: left;
	}*/
	

	
	#banner_container {
		height: 95px;
		width: 799px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		padding: 0px;
	}
	#banner_logo {
		height: 95px;
		width: 150px;
		float: left;
	}
	#banner_people {
		float: left;
		width: 499px;
	}
	#mechanicRt {
		float: right;
	}
	
	#banner_blackout {
		background-image: url(/templatemedia/blackout.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#header_span {
		background-color: #000000;
		height: 5px;
	}

	br.clear {

		margin: 0px;
		padding: 0px;
		clear: both;
		line-height: 0px;
	}
    
	#container {

		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		width: 100%;
		height:100%;
		position: relative;
		z-index: 0;
		background-image:url(/templatemedia/main_background.gif);
		background-repeat: repeat-x;
		background-color:#4B4876;
	}
	
	#content {
	
	margin:auto;  			
	min-height:481px;	
	width:798px; 
	
	text-align:left;
	
	background-color:#fff;
	}
	
	.left_nav_table
	{
		background-color:#A7AAD3;
		left:0px;
		
		border-width:1px 1px 0px 1px;
		border-style: solid;
		border-color:#fff;	
		
		width:125px;
		margin:auto;
		
		padding: 5px 4px 5px 4px;
			
		text-align:left;
		font-size:8px;
		font-weight:bold;
	}
		
	a.menu {
    	color:#000;
    	text-decoration:none;
    	font-size:9px;	
	}
	a:hover.menu {
		color:#000;
		text-decoration:underline;
		font-size:9px;	
	}
	
	a.menu_white {
    	color:#FFF;
    	text-decoration:none;
    	font-size:9px;	
	}
	a:hover.menu_white {
		color:#FFF;
		text-decoration:underline;
		font-size:9px;	
	}
	
	#home_button
	{
		padding:4px 0 0 0;
		width:139px;
		height:22px;
		
		background-image:url('../templatemedia/home_button.png');
		background-position:center;
		background-repeat: no-repeat;

		text-align:center;	
		font-size: 14px;
	}
			
		
	#right_nav_news
	{
		background-color:#EC008C;
		width:136px;
		min-height:122px;
		padding:5px 1px 10px 1px;
		color:#FFF;
		font-weight:bold;
		font-size:15px;	
	}
	
	#right_nav_news_inner
	{
		margin:1px;
		padding:3px;
		
		background-color:#FFFFFF;
		
		width:128px;		
		min-height:114px;
		font-weight:normal;
		color:#000;
		text-align:left;		
	}
	
	#home_toptext
	{
		position:absolute;
		left:305px;	
		top:150px;
		width:180px;
		font-size:8pt;
	}

	#home_bottomtext
	{
		position:absolute;
		left:305px;	
		top:290px;
		width:180px;
		font-size:8pt;
	}
	
	
	.main_text_box
	{
		position:absolute;
		left:108px;	
		top:307px;
		border:0px;
		height:20px;
		width:142px;
		font-family: Helvetica;
		font-size: 13px;
		font-weight:bold:
		color:#808080;
	}
	
	.main_go_button
	{
		position:absolute;
		left:292px;	
		top:309px;
		border:0px;
		height:18px;
		width:26px;
	}
	
	.search_button
	{
		position:absolute;
		top:17px;
		left:117px;	
	}
	
	.search_box
	{
		position:absolute;
		top:22px;
		left:4px;
		color:#000000;
		font-size:11px;
		width:106px;
		height:14px;
	    border:0px;
	    padding:0px;
	    margin:0px;
	}
	
	.postcode_box
	{
		position:absolute;
		top:22px;
		left:4px;
		color:#808080;
		font-size:11px;
		width:106px;
		height:14px;
	    border:0px;
	    padding:0px;
	    margin:0px;
	}
	
	.search_box_back
	{
		position:absolute;
		top:16px;
		left:0px;
	}
	
   .suggest_link {		
    	background-color: #FFFFFF;		
    	padding: 2px 6px 2px 6px;
    	cursor:default;	
    }	
	
	.suggest_link_over {		
    	background-color: #3366CC;		
    	padding: 2px 6px 2px 6px;
    	cursor:default;	
    }	
	
	
	#search_suggest {		
    	position: absolute;
    	top:39px;
		left:0px; 		
    	background-color: #FFFFFF; 		
    	text-align: left; 		
    	border: 1px solid #000000;		
    	width:136px;	
    	font-size:10px;
    	color:#808080;
    	visibility: hidden;
    	cursor:default;
    }
	
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:center;
        width:798px;				
		overflow:hidden;		/* This chops off any overhanging divs */
		border-width:0px 1px 0px 1px;
		border-style: solid;
		border-color:#000;	
		
	}
	
	/* holy grail 3 column settings */
	.holygrail {
	    background:#00ADEF;    	/* Right column background colour */	
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-149px; 	/* Width of right column */
        position:relative;
        right:100%;        
        background:#fff;    	/* Centre column background colour */
        border-right: 1px solid #000;
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:298px;         	/* Left column width + right column width */
        background:#EC008C;    	/* Left column background colour */
        border-right: 1px solid #000;
        text-align:center;	 
    }
    .holygrail .main_contentwrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:149px;        	/* Width of left column */
	}
	.holygrail .main_contenthp {
        margin:0 155px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    height:510px;
	    border:0px;
	    text-align:left;
	    background-image:url('../templatemedia/home.png');
		background-position:bottom left;
		background-repeat: no-repeat; 
	}
	
	.holygrail .main_content {
        margin:0 155px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    border:0px;
	    text-align:left;
	}
	
    .holygrail .left_nav {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:139px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:5px;         		/* Width of the left-had side padding on the left column */
        text-align:center;
    }
    .holygrail .right_nav {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:135px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:18px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
    
        
	/* Footer styles */
	#footer {
		padding:3px 2px 3px 2px;
        clear:both;
        float:center;
        width:796px;
		background-color:#000;
		text-align:center;
		color:#fff;
		font-size:8pt;
		z-index:1;
    }

	#footer a{

		color: white;
		text-decoration: none;
	}

	#footer a:hover{

		color: white;
		text-decoration: underline;
	}