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

body {
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	color: #141414;
	}

a {
	color:#e66720;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	color:#333333;
}
h2 {
	font-size:12px;
	font-weight:bold;
}
#primarynav {
	position:absolute;
	left:281px;
	top:27px;
	width:499px;
	height:19px;
	background-image:url(../images/navigation-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#383636;
	text-align:center;
	font-family:tahoma;
	font-size:10px;
	line-height:18px;
	color:#FFFFFF;
	z-index:2;
}
#primarynav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0 6px 0 6px;
}
#primarynav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
#logo {
	position:absolute;
	background-image:url(../images/logo.gif);
	top:49px;
	width:254px;
	height:61px;
	z-index:2;
	left: 11px;
}
#banner {
	position:absolute;
	background-image:url(../images/banner.jpg);
	top:132px;
	width:780px;
	height:356px;
	z-index:2;
}
#banner-head{
	position:absolute;
	background-image:url(../images/banner-head.gif);
	left:616px;
	top:77px;
	width:115px;
	height:56px;
	z-index:1;
}
#punchline{
	position:absolute;
	left:590px;
	top:379px;
	height:89px;
	z-index:3;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	line-height:19px;
}
#links-head {
	position:absolute;
	background-image:url(../images/links-head.gif);
	left:7px;
	top:496px;
	width:196px;
	height:30px;
	z-index:2;
}
#linkshead-box {
	position:absolute;
	left:7px;
	top:526px;
	width:196px;
	z-index:2;
	line-height:19px;
}
#linkshead-box ul {
	list-style:none;
	margin:0px;
	padding:0 4px 10px 4px;
}
#linkshead-box ul li {
	background-image:url(../images/bullet.gif);
	padding-left:12px;
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px #f1f1f1 solid;
	line-height:19px;
}
#linkshead-box ul li a {
	color:#141414;
	text-decoration:none;
}
#linkshead-box ul li a:hover {
	color:#e66720;
	text-decoration:underline;
}

#articles-head {
	position:absolute;
	background-image:url(../images/articles-head.gif);
	left:7px;
	top:899px;
	width:196px;
	height:30px;
	z-index:2;
}
#articleshead-box{
	position:absolute;
	left:7px;
	top:930px;
	width:196px;
	z-index:2;
	line-height:19px;
}
#articleshead-box ul {
	list-style:none;
	margin:0px;
	padding:0 4px 10px 4px;
}
#articleshead-box ul li {
	background-image:url(../images/bullet.gif);
	padding-left:12px;
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px #f1f1f1 solid;
	line-height:19px;
}
#articleshead-box ul li a {
	color:#141414;
	text-decoration:none;
}
#articleshead-box ul li a:hover {
	color:#e66720;
	text-decoration:underline;
}

#content p {
	margin:0 0 10px 0;
	padding:0px;
}

#applicationform {
	position:absolute;
	left:44px;
	top:187px;
	padding-top:20px;
	width:490px;
	height:217px;
	z-index:2;
}
#leftinfo { float:left; padding-left:32px; margin-left:7px; background-image:url(../images/uk-flag.gif); background-position:left; background-repeat:no-repeat; }

#rightinfo { float:right; padding-right:10px; font-family:tahoma; font-size:11px;}

.txtbox1 {
	width:110px;
	font-size:11px;
	font-family:tahoma;
	padding:1px;
	border:1px #B65B01 solid;
	background-color:#f3f3f3;
}
.txtbox2 {
	font-size:11px;
	font-family:tahoma;
	padding:2px;
	border:1px #db6f02 solid;
}
.button {
	background-color:#000000;
	color:#FFFFFF;
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
	border:1px #000000 solid;
}
.mandatory {
	color:#FF0000;
}

