body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 11px;*/
	font-size: 70%;
	line-height: 17px;
	color: #333333;
	margin-top: 0px;
}
#main h1, .maintitle
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 14px;*/
	font-size:125%;
	color: #000000;
	font-weight: bold;
}

#main h2, .standfirst
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 11px;*/
	font-size: 100%;
	line-height: 17px;
	color: #000000;
}

#main h3, .subheader
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 11px;*/
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

#main h4
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 11px;*/
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

#main a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 11px;*/
	font-size:100%;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#main a:hover
{
	text-decoration: underline;
}

#header a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-size: 11px;*/
	font-size: 100%;
	font-weight: bold;
	color: #7D7B7C;
	text-decoration: none;
}
#header a:hover
{
	text-decoration: underline;
}

#header .search
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #7D7B7C;
	background-color:#EEEEEE;
	border: solid 1px #CCCCCC;
    /*border: solid 1px red;*/
	width: 200px;
	height: 14px;
	vertical-align: middle;
	position: relative;
    
}

#navi a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFCC00;
}
#navi .naviitem-selected a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	color: #4D4D4D;
}
#navi .naviitem-selected-right a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	color: #4D4D4D;
}
#ticker .item
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
#ticker .header
{
	font-weight:bold;
}
#ticker
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #4D4D4D;
}
#ticker a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: none;
}
#ticker a:hover
{
	text-decoration:underline;
}

#footer a
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	/*I've changed the font size as the one specified in the design is illegible */
	/*font-size: 9px;*/
	font-size: 100%;
	line-height: 14px;
	text-decoration: none;
	color: #7D7B7C;
}
#footer a:hover
{
	text-decoration: underline;
}

.ktpyellow
{
	color: #FFCC00;
}

.strapline
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	line-height: 16px;
}
.footer-small
{
	padding-top: 15px;
}
#right h3
{
	color: #7D7B7C;
}

.highlight
{
	font-weight: bold;
}
.italic
{
	 font-style:italic;
}

#main hr
{
	height: 1px;
	width: 640px;
}
.accessibility-only
{
	display:none;
	position: relative;
}
.accessibility
{
	display: inline;
	position: relative;
}
.printonly
{
	visibility: hidden;
	display: none;
}
.error, .err
{
	color: #CC0000;
}

.cakeheader
{
	padding-top: 12px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
.cakeheader a
{
	color: #000000;
	text-decoration: none;

}
.cakeheader a:hover
{
	color: #666666;
	text-decoration: underline;
}

.yellowhead a
{
	color: #FFCC00;
	text-decoration: underline;
}
.yellowhead a:hover
{
	color: #FFCC00;
	text-decoration: underline;
}

.businesstext
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #FFCC00;
 font-weight: bold;
 line-height: 24px;
}

#outer
{
	/*
      text-align: center; - this doesn't work on Firefox, hence the work-around
	  below.
	*/
	text-align: center;
	width: 100%;

}
#layout
{
	margin-left: auto;
	margin-right: auto;
	/* The width needs clarification - from the image, the only rule seems to be
		'less than 1024'... */
	width: 880px;
	border-top: solid 10px #FFCC00;
	text-align: left;
	/*
      text-align: center; doesn't work on Firefox, hence the work-around
	  below.
	*/

}
#header
{
	height: 95px;
	margin-top: 15px;
    /*border: 1px solid green*/
}
#header #logo
{
	text-align: left;
	width: 200px;
	float: left;
	vertical-align: middle;

}
#header #logo img
{
	margin-top: 6px;
	vertical-align: middle;
}
#header #toplinks
{
	text-align: right;
	margin-top: 5px;
}
#header #search
{
	margin-top: 15px;
	text-align: right;
	vertical-align: middle;
	position: relative;
    float: right;
    /*border: 1px solid blue;*/
    width: 200px;
}


#ticker
{
	width:100%;
	background-color: #FFCC00;
	height:38px;
	border-top: solid 2px #FFFFFF;
	vertical-align: middle;
	position: relative;
	overflow: hidden;

}
#navi
{
	width: 100%;
	background-color: #4D4D4D;
	height: 38px;
	position: relative;
	vertical-align: middle;
}
#ticker .item
{
	padding-right: 23px;
	/*padding-left: 23px;*/
	vertical-align: 30px;
	height: 38px;
	display: block;
	position:relative;

	line-height: 38px;
}
#ticker .header
{
	padding-left: 23px;
	margin-right: 12px;
	vertical-align: 30px;
	height: 38px;
	display: block;
	position:relative;
	line-height: 38px;
	float: left;
}
#tickerPlaceholder2
{
	overflow: hidden;
}
#navi .naviitem
{
	/*padding: 10px 20px 10px 20px;*/
	font-size:11px;
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: 30px;
	height: 38px;
	display: block;
	position:relative;
	border-right: solid 1px #FFFFFF;
	color: #4D4D4D;
	float:left;
	line-height: 38px;
}
#navi .naviitem-selected
{
	font-size:11px;
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: 30px;
	height: 38px;
	display: block;
	position:relative;
	background-color: #FFCC00;

	border-right: solid 1px #FFFFFF;
	color: #4D4D4D;
	float:left;
	line-height: 38px;
}
#navi .naviitem-right
{
	/*padding: 10px 20px 10px 20px;*/
	font-size:11px;
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: 30px;
	height: 38px;
	display: block;
	position:relative;
	color: #4D4D4D;
	float:left;
	line-height: 38px;
}
#navi .naviitem-selected-right
{
	font-size:11px;
	padding-right: 12px;
	padding-left: 12px;
	vertical-align: 30px;
	height: 38px;
	display: block;
	position:relative;
	background-color: #FFCC00;
	color: #4D4D4D;
	float:left;
	line-height: 38px;
}

#navi a
{
	text-decoration: none;
}

.middle
{
	position: relative;
	vertical-align: middle;
}

.yellowbg
{
	background-color: #FFCC00;
}
.redbg
{
	background-color: #FEE797;
}
#main
{
	padding-top: 20px;
}
#largebox
{
	width: 320px;
}

#right
{
	float: right;
	width: 320px;
	border-top: solid 12px #FFCC00;
	border-bottom: solid 5px #FFFFFF;
	background-color: #FEE797;
}

#right img.main
{
	border-top: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
}
#right img
{
	border-top: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
}
#right img.noborder
{
	border: none;
}
#right .text
{
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 15px;
}
#left
{
	width: 538px;
}
.contenttable
{
	width: 640px;
	padding: 1px;
	border-width: 0px;
}

.contenttable td.left
{
	width: 320px;
	vertical-align: top;
	font-weight: bold;
}

.contenttable td
{
	vertical-align: top;
}

.contentdiv
{
	width: 640px;
}
.formdiv
{
	width: 640px;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
.maxwidth
{
	width: 640px;
}
.control,.smallinput,.tinyinput,.multilineinput
{
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
}
.smallinput
{
	width: 70px;
}
.tinyinput
{
	width: 30px;
}
.multilineinput
{
	width: 640px;
	height: 140px;
}
.mediuminput
{
	width: 300px;
	height: 70px;
}
.formlabel
{
	width: 200px;
	float: left;
}
.formlabelwide
{
	width: 300px;
	float: left;
}
ul
{
 display: block;
 margin-left: 0px;
}
li
{
 list-style:none;
 background-repeat:no-repeat;
 background-image:url('../../../assets/Uploads/KTP_bullet.gif');
 display:list-item;
 padding-left:20px;
 background-position:0 0.3em;
}
#right li
{
 list-style:none;
 background-repeat:no-repeat;
 background-image:url('../../../assets/Uploads/KTP_bullet_lightyellow.gif');
 display:list-item;
 padding-left:20px;
 background-position:0 0.3em;
}
/* new navigation */
#navi2
{
	width: 100%;

	height: 38px;
	position: relative;
	vertical-align: middle;
}

#navi2 .navitemp
{

	background-color: #4D4D4D;
	height: 38px;
	position: relative;
	vertical-align: middle;
	display: inline;

	font-size:12px;
	padding-right: 21px;
	padding-left: 21px;
	top: 8px;
}
#navi2 div.navitemp a
{
	font-size:12px;

	vertical-align: middle;
	height: 38px;
	display: inline;
	position:relative;
	top: 8px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFCC00;
}
/* new home page layout */
#left-v2
{
	width:700px;
	padding-right: 15px;
}
#right-v2
{
	width:160px;
	float: right;
}
img.headline
{
	width:700px;
	height: 295px;
}
/* new vacancy advertisement layout */
.contentdiv
{
	width: 640px;

	border-width: 0px;
	vertical-align: middle;
	line-height: 20px;
	position: relative;
	padding-bottom: 4px;
	clear: both;
}
.contentdiv-img
{
	display: inline;
	padding-right: 5px;
	position:relative;
	vertical-align: -2px;

}
.contentdiv-text
{
	display:  block;
	padding-right: 2px;

	float:left;
	background-image: url('../../images/KTP_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
}
.contentdiv-right
{
	display:  inline;
	padding-right: 2px;
	margin-left: 2px;
	background-image: url('../../images/KTP_bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 18px;
}
.noborder
{
	border: none;
}

.paddedcells
{
	padding: 10px;
	vertical-align: top;
	text-align:left;
}
.paddedcells_right
{
	padding: 10px;
	vertical-align: top;
	text-align:right;
}
.paddedcells_bg
{
	background-color: #FEE797;
	padding: 10px;
	vertical-align: top;
	text-align:left;
}
.paddedcells_bg_right
{
	background-color: #FEE797;
	padding: 10px;
	vertical-align: top;
	text-align:right;
}
.thincells
{
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.thincells_right
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
	text-align:right;
}
.thincells_bg
{

	background-color: #FEE797;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.thincells_right_bg
{

	background-color: #FEE797;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
	text-align:right;
}

.businessLeadsinput
{
	width:200px;
}

.Spacing LABEL
{
	margin-right:30px;
}

#KillerContainer
{
	width: 527px;
	text-align: left;
	padding-bottom: 12px;
}

.killer
{
	width: 160px;
	float: right;
	padding-right: 15px;
	padding-bottom:15px;
}

.killer-v2
{
	width: 160px;
	padding-bottom: 15px;
}


.killer-head
{
	padding-left: 14px;
	padding-top: 14px;
	vertical-align: middle;
	background-color: #FFCC00;
	border-bottom: solid 2px #FFFFFF;
	height: 88px;
}

.killer-head img
{
	border: solid 1px #FFFFFF;
	float: left;
	margin-right: 14px;
}

.killer-body
{
	padding-left:14px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	background-color: #FEE797;
}

#main .killer-body h3
{
	color: #7D7B7C;
	margin:4px;
}

#main .killer-body p
{
	margin:4px;
}

.SearchUrl {
	color: #7f6600; }

.SearchSizeDate {
	Word-Spacing: 10px;
	Color: #7f6600;
	font-style: italic;
 }

.SearchMatchTitle {
	color: #CC0000;
	font-size:125%;
	font-weight: bold;
}

.SearchMatchText {
	font-weight: bold;
	color: #7f6600;
}

/* added philip Barton 24/09/2008 to style the new js menu items*/

.subMenuWrapper {
	DISPLAY: none;
	BACKGROUND-COLOR: transparent;
	POSITION: absolute;
	top:38px;
	left:0;
	width:auto;
	z-index:1;
	text-align:center;
}
a.subMenuBar
{
	PADDING-RIGHT:auto;
	background-color:#808080;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 20px;
	PADDING-BOTTOM: 2px;
	BORDER-RIGHT: #FFFFFF 1px solid;
	BORDER-LEFT: #FFFFFF 1px solid;
	BORDER-TOP: #FFFFFF 1px solid;
	PADDING-TOP: 2px;
	TEXT-ALIGN: left;
	width:190px;
	height:38px;
	display:block;
}

a.subMenuBar-selected
{
	BORDER-RIGHT: #FFFFFF 1px solid;
	PADDING-RIGHT:auto;
	BORDER-TOP: #FFFFFF 1px solid;
	background-color:#4d4d4d;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 20px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #FFFFFF 1px solid;
	PADDING-TOP: 2px;
	TEXT-ALIGN: left;
	width:190px;
	height:38px;
	display:block;
	color:#FFFFFF;
}
DIV.NonNavigationSubMenuBar-selected
{
	background-color:#4D4D4D;
	border-left:1px solid #FFFFFF;
	float:left;
	height:38px;
	line-height:38px;
	padding:0 20px;
	text-align:left;
	vertical-align:middle;
}

#nonJSNav
{

}
DIV.naviNonJSSubMenu
{
	background-color:#BCBCBC !important;
	border-top:1px solid #FFFFFF;
	height:38px;
	padding:0;
	position:relative;
}
DIV.naviNonJSSubMenu div.NonNavigationSubMenuBar
{
    background-color:#BCBCBC !important;
	border-left:1px solid #FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	height:38px;
	line-height:38px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	text-align:left;
	z-index:1;
    font-size:11px;
	/*width:auto;*/
}
div.NonNavigationSubMenuBar a
{
	background-color:Transparent;
	color: #FFFFFF !important;
	text-align:left;
	font-weight:700;
	text-decoration:none;
}
div.NonNavigationSubMenuBar a:hover, div.NonNavigationSubMenuBar a:focus, div.NonNavigationSubMenuBar a:visited,
div.NonNavigationSubMenuBar a:active
{
	color:#FFFFFF;
	text-align:left;
	font-weight:700;
}

#navi a.subMenuBar,#navi a.subMenuBar:focus,#navi a.subMenuBar:visited,
#navi a.subMenuBar:active
{
	color:#FFFFFF;
	font-weight:700;
}

#navi a.subMenuBar:hover
{
	text-decoration: underline;
}

#navi a.subMenuBar-selected,#navi a.subMenuBar-selected:focus,
#navi a.subMenuBar-selected:visited, #navi a.subMenuBar-selected:active
{
	background-color:#4d4d4d;
	TEXT-ALIGN: Left;
	width:150px;
	height:38px;
	color:#FFFFFF;
    BORDER-RIGHT: #FFFFFF 1px solid;
	BORDER-LEFT: #FFFFFF 1px solid;
	BORDER-TOP: #FFFFFF 1px solid;
	display:block;
	width:180px;
}

div.NonNavigationSubMenuBar-selected a:hover, div.NonNavigationSubMenuBar-selected a:focus,
div.NonNavigationSubMenuBar-selected a:visited,div.NonNavigationSubMenuBar-selected a:active
{
	background-color:#4D4D4D;
	color:#FFFFFF;
	display:block;
	font-weight:700;
	height:38px;
	text-align:left;
	width:150px;
}

.dummylink {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; CURSOR: pointer; COLOR: #cd0400
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
	vertical-align:botto
	}

#imageData{	padding:0 10px; color: #666; vertical-align:bottom }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#caption a:link
{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, Helvetica, sans-serif
}

#caption a:hover
{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, Helvetica, sans-serif
}

#caption a:visited
{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, Helvetica, sans-serif
}

#caption a:active
{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, Helvetica, sans-serif
}

#newsFlash {
	z-index: 1;
	position: absolute;
	top:-4px;
	right:-4px;
	width: 900px;
	height: 286px;
	text-align:right
}

#NavButtons img {
	float:left;
	padding-right:21px;
	}

#NavButtons img.last {
	padding-right:0;
	}
#NavButtons {
	margin:25px 0
	}

#homeContainer {
	width:900px;
	text-align:left;
	position:relative
	}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

#mainContent {
	 width:600px;
	 float:left;
	 padding-right:19px;
}

#findOutMore {
	float:left;
	width:261px;
	margin:0;
	}

ul#findOutMoreNav {
	margin:0;
	padding:0 0 20px 0;
	border-top:#FFCC00 2px dotted;
	}

#findOutMoreNav li {
	border-bottom:#FFCC00 2px dotted;
	padding: 7px 0 7px 15px;
	background:url(../../../assets/Uploads/Right_nav_plus.jpg) no-repeat left 12px;
	}

.section {
	border-top:	#FFCC00 2px dotted;
	}

.section img {
	float:left;
	padding: 0 10px 10px 0;
	}

h1 {
	color:#FFCC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}


	/*#ticker {
	//display: none
	}*/

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

img { border: 0px; }


table.engineering { background-image: url(../../../assets/Uploads/engineering.jpg);
                    background-repeat: no-repeat; }
table.tableict { background-image: url(../../../assets/Uploads/headerict.jpg);
                 background-repeat: no-repeat; }
table.table3rdSector { background-image: url(../../../assets/Uploads/3rd-sector-header.jpg);
                       background-repeat: no-repeat; }

.thirdbutton1 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_01.jpg');
               background-repeat: no-repeat; }
.thirdbutton2 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_02.jpg');
               background-repeat: no-repeat; }
.thirdbutton3 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_03hill.jpg');
               background-repeat: no-repeat; }
.thirdbutton4 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_04.jpg');
               background-repeat: no-repeat; }
.thirdbuttonbase1 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_05.jpg');
                   background-repeat: no-repeat; }
.thirdbuttonbase2 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_06s.jpg');
                   background-repeat: no-repeat; }
.thirdbuttonbase3 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_06s.jpg');
                   background-repeat: no-repeat; }
.thirdbuttonbase4 { background-image: url('../../../assets/Uploads/KTP_website_CaseStudies_880_06s.jpg');
                   background-repeat: no-repeat; }


.thirdsectorheading {
  Background: url(../../../assets/Uploads/KTP_website_titleBar_880.png)  #FFFFFF no-repeat left;
  color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	height:44px;
	padding-left:10px;
	padding-top:22px;
	}
/*
a.thirdgrey { font-size: 9px; line-height:10px; padding-top: 6px;
              color: #FFC526; text-align: center; }
*/

a.thirdgrey {
     color: #fcb125 !important;
     text-align: center !important;
     padding-top: 10px !important;     
     font-size: 10px !important;
     line-height: 12px;
}

.ContentTD{padding-top:12px; padding-bottom:12px; padding-right:15px}
.TopBanner{padding-right:15px}

/* FROM ktponline.co.uk */
#footer
{
	clear:both;
	padding-top:30px;
	color:#4D4D4D;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:80%;
	line-height: 14px
}
#footersocial
{
	background: url("../../../assets/footer/bgImage.gif") repeat-x scroll 0 0 #4D4D4D;
	height:56px;
}
#footermiddle
{
	background-color: #FFCC00;
	height:15px;
	padding:15px;
}
#subfooter
{
	clear:both;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:85%;
	line-height:14px;
}
#footer A
{
	color:#4D4D4D;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:100%;
	line-height:14px;
	text-decoration: none;
}
.socialicons A
{
	padding:5px;
}
.videoLink
{
	padding-left:20px;
}

.yellowline {
    border: 1px solid #FFCC00;
}