/* NGM - CSS Document */

Div.pagelayout
{
	align: center;
	width: 100%;
}


/*	There are the 4 main fonts which we can use. 
	H1 is the largest / biggest /strongest heading, H2 is the second largest, H3... H4... 
	
	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to
								have an effect where the text might become bold or change colour.
								to do this simply add/alter the A:hover Stle
								
	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:
								A:link - for normal unvisited links
								A:visited - for normal visited links
								A:hover - as above, to change colour / font / size when the mouse is over.

*/

H1
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color:#666666;
}

H1 A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
	}

H1 A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
}

H1 A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:underline;
}



H2 
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	color:#00448c;
	}
	
	
	
H2 A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #00448c;
	font-style:normal;
	text-decoration:none;
	}

H2 A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #00448c;
	font-style:normal;
	text-decoration:none;
}

H2 A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:underline;
}


H3 
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color:#fdbe3b;
	}
	
	
H3 A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
	}

H3 A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
}

H3 A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:underline;
}


H4 
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#666666;
	}



H4 A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
	}

H4 A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
}

H4 A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:underline;
}

H5 
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color:#00448c;
margin: 0px;
	}


.quickMenu
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height:20px;
	text-transform:uppercase;
}

.quickMenu A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	}

.quickMenu A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
}

.quickMenu A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f4cd23;
	font-style:normal;
	text-decoration:underline;
}

.headerText2
{
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.headerPhone
{
	font-size: 30px;
	color: #f4cd23;
	font-weight:bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}



/*	The p style is the default font that the site will use.

	Try not to use a large size, 10pt is normally fine.

	Again, you can specify the following effects:
	
	e.g. 	p a:link
	or 		p a:visited
	or		p a:hover
	
	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to
								have an effect where the text might become bold or change colour.
								to do this simply add/alter the A:hover Stle
								
	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:
								A:link - for normal unvisited links
								A:visited - for normal visited links
								A:hover - as above, to change colour / font / size when the mouse is over.

*/

p
{
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height:16px;
}

p A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
	}

p A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
}

p A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:underline;
}


body
{
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	line-height:16px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	height:100%;
	
}

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul
{
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height:16px;
}

ul A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
	}

ul A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
}

ul A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:underline;
}



/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol
{
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height:16px;
}

ol A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
	}

ol A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:none;
}

ol A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fdbe3b;
	font-style:normal;
	text-decoration:underline;
}




/*	The following definitions control the left menu tree options (Block Type)

========================================================================= 

*/

bLeftMenuTree, a.bLeftMenuTree { font-size: 14px; display:inherit; width: 200px; }

TreeLeaf, a.TreeLeaf { font-family: Trebuchet MS, Helvetica, sans-serif; align: left; color: #00448c; font-weight: bold; font-size: 14px; display:inherit; padding-top: 5px; padding-bottom: 5px; padding-left: 20px; padding-right:0px; width: 200px; }

TreeLeaf, td.Treeleaf {	font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 14px; color: #00448c; padding-bottom: 5px; text-align: left; }

TreeLeaf, a.TreeLeaf:hover { background-color: #f29908; display:inherit; font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 14px; color: #ffffff;	width: 200px; }

TreeSelectedLeaf, a.TreeSelectedLeaf { background-color: #f29908; color: #FFFFFF; display:inherit;	width: 200px; }

/*	The following Table is the table that stretches right across - effectivly its your canvas
=========================================================================

The only thing you really need to change is the colour.
*/

TABLE.BackgroundTable
{
	background-color:#FFFFFF;
	width: 100%;
	height:100%;
	padding-top: 0;
	border: 0;
	padding :0;
	cellspacing:0;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin: 0 auto;
	text-align: center;
}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable
{
	align: center;
	width: 904px;
	vertical-align: top;
	border: 0;
	padding :0;
	cellspacing:0;
}

/*	The main table is split into 2 columns and the whole table is beneath the header table
The left column contains the menu. 
The right column contains the content.
=========================================================================
*/
TABLE.MainTable
{
	width: 904px; height:650px;
	vertical-align: top;
	border: 0;
	padding :0;
	background-image:url(/File.aspx?x=542&File=mainTableBG.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

td.leftcolumn
{ 
	width: 212px;
	vertical-align: top;
	background-image:url(/File.aspx?x=542&File=leftMenuLogo.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}


td.rightcolumn
{ 	vertical-align: top;
	}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	width: 904px;
	vertical-align: top;
}


.footerText
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f4cd23;
}



.footerText A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f4cd23;
	font-style:normal;
	text-decoration:none;
	}

.footerText A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f4cd23;
	font-style:normal;
	text-decoration:none;
}

.footerText A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f4cd23;
	font-style:normal;
	text-decoration:underline;
}


.footerText1
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}



.footerText1 A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
	}

.footerText1 A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	font-style:normal;
	text-decoration:none;
}

.footerText1 A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #00448c;
	font-style:normal;
	text-decoration:underline;
}



.footerText2
{
	font-size: 10px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}


.footerText2 A:link
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-style:normal;
	text-decoration:none;
	}

.footerText2 A:visited
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-style:normal;
	text-decoration:none;
}

.footerText2 A:hover
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #f4cd23;
	font-style:normal;
	text-decoration:underline;
}

.mfcf_applyforajob, .mfcf_servicecall, .mfcf_requestaquote, .mfcf_updateclientdetails
{
margin-left:80px;
}

.mfcf_applyforajob p, .mfcf_servicecall p, .mfcf_requestaquote p, .mfcf_updateclientdetails p
{
margin-left: 8px;
}

.mfcf_applyforajob H3, .mfcf_servicecall H3, .mfcf_requestaquote H3, .mfcf_updateclientdetails H3 
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #fdbe3b;
        margin: 0px 0px 0px 5px;

	}

