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

body {
	margin:0 auto;
	background-color:#3e3c3c;
	font-family:tahoma;
	font-size:11px;
	text-align:justify;
}

a {
	color:#821613;
}

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;
}
#topline {
	position:absolute;
	width:780px;
	height:25px;
	z-index:2;
	background-color:#000000;
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	line-height:23px;
}
#logo {
	position:absolute;
	left:15px;
	top:49px;
	width:265px;
	height:62px;
	z-index:2;
}
#punchline {
	position:absolute;
	left:37px;
	line-height:22px;
	top:248px;
	width:191px;
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	z-index:3;
	height: 89px;
}
#punchline ul {
	margin:0;
	padding:0;
	list-style:none;
}
#punchline ul li {
	font-weight:bold;
}

#primary-nav {
	position:absolute;
	background-image:url(../images/primarynav-bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	line-height:25px;
	top:137px;
	width:780px;
	height:30px;
	z-index:2;
	}
#primary-nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0 10px 0 10px;
}
#primary-nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
#banner {
	position:absolute;
	background-image:url(../images/banner-img.jpg);
	top:166px;
	width:780px;
	height:298px;
	z-index:2;
}
#links-head {
	position:absolute;
	background-image:url(../images/links-head.jpg);
	background-repeat:no-repeat;
	left:10px;
	top:479px;
	width:202px;
	height:24px;
	z-index:2;
}
#link-box{
	position:absolute;
	left:10px;
	top:506px;
	width:202px;
	z-index:2;
}
#link-box ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}
#link-box ul li {
	background-image:url(../images/bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:14px;
	border-bottom:1px #e3e3e3 solid;
	line-height:19px;
}
#link-box ul li a {
	color:#141414;
	text-decoration:none;
}
#link-box ul li a:hover {
	color:#821613;
	text-decoration:underline;
}

#articles-head {
	position:absolute;
	background-image:url(../images/articles-head.jpg);
	background-repeat:no-repeat;
	left:10px;
	top:885px;
	width:202px;
	height:24px;
	z-index:2;
}
#articles-head-box {
	position:absolute;
	left:10px;
	top:911px;
	width:201px;
	z-index:2;
}
#articles-head-box ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}
#articles-head-box ul li {
	background-image:url(../images/bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:14px;
	border-bottom:1px #e3e3e3 solid;
	line-height:19px;
}
#articles-head-box ul li a {
	color:#141414;
	text-decoration:none;
}
#articles-head-box ul li a:hover {
	color:#821613;
	text-decoration:underline;
}

#applicationform {
	position:absolute;
	left:267px;
	top:198px;
	width:413px;
	height:234px;
	color:#ffffff;
	z-index:2;
}
#applicationform a {
	color:#c16e69;
}

#content p {
	margin:0 0 10px 0;
	padding:0 0 0 0;
	line-height:16px;
}

#leftinfo { float:left; padding-left:32px; margin-left:5px; background-image:url(../images/uk-flag.gif); background-position:left; background-repeat:no-repeat; font-size:11px; color:#FFFFFF; line-height:24px;}
#rightinfo { float:right; padding-right:10px;
font-family:tahoma; font-size:11px; color:#FFFFFF; line-height:24px;}
#rightinfo a {font-family:tahoma; font-size:11px; color:#FFFFFF; line-height:24px;}

.txtbox1 {
	width:110px;
	font-size:11px;
	font-family:tahoma;
	padding:1px;
	border:1px #000000 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;
}
