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

body {
	margin:0 0 0 0;
	font-family:tahoma;
	font-size:11px;
	background-image:url(../images/body-bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

a {
	color:#B65B01;
	text-decoration:none;
}

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;
	background-color:#000000;
	width:781px;
	z-index:2;
	text-align:center;
	color:#FFFFFF;
	line-height:25px;
}

#logo {
	position:absolute;
	left:319px;
	width:359px;
	height:69px;
	z-index:2;
}

#leftlinks-head {
	position:absolute;
	background-image:url(../images/linkband.gif);
	background-repeat:no-repeat;
	left:10px;
	top:400px;
	width:216px;
	height:37px;
	z-index:2;
}
#leftlinks-box {
	position:absolute;
	background-color:#fbead6;
	left:10px;
	top:436px;
	width:216px;
	padding-bottom:10px;
	z-index:1;
}
#leftlinks-box ul {
	list-style:none;
	margin:0px;
	padding:0 0 0 8px;
}
#leftlinks-box ul li {
	background-image:url(../images/links-bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	width:190px;
	line-height:19px;
	border-bottom:1px #ffffff solid;
	float:left;
}
#leftlinks-box ul li a {
	color:#141414;
	text-decoration:none;
}
#leftlinks-box ul li a:hover {
	color:#B65B01;
	text-decoration:underline;
}

#articleslink-head {
	position:absolute;
	background-image:url(../images/articleband.gif);
	background-repeat:no-repeat;
	left:10px;
	top:820px;
	width:216px;
	height:37px;
	z-index:1;
}
#leftarticles-box {
	position:absolute;
	background-color:#fbead6;
	left:10px;
	top:855px;
	width:216px;
	padding-bottom:10px;
	z-index:1;
}
#leftarticles-box ul {
	list-style:none;
	margin:0px;
	padding:0 0 0 8px;
}
#leftarticles-box ul li {
	background-image:url(../images/links-bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	width:190px;
	line-height:19px;
	border-bottom:1px #ffffff solid;
	float:left;
}
#leftarticles-box ul li a {
	color:#141414;
	text-decoration:none;
}
#leftarticles-box ul li a:hover {
	color:#B65B01;
	text-decoration:underline;
}

#applicationform {
	position:absolute;
	left:322px;
	top:161px;
	width:432px;
	z-index:2;
}
#applicationform td {
	padding:2px;
	margin:0;
}

#primarynav {
	position:absolute;
	left:25px;
	top:208px;
	width:162px;
	z-index:2;
	line-height:16px;
}
#primarynav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#primarynav ul li {
	background-image:url(../images/primarynav-bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:18px;
	padding-left:10px;
}
#primarynav ul li a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#primarynav ul li a:hover {
	color:#B65B01;
	text-decoration:underline;
	font-weight:bold;
}
#bottomlinks a {
	margin:0 8px 0 8px;
	color:#141414;
	text-decoration:none;
}
#bottomlinks a:hover {
	margin:0 8px 0 8px;
	color:#B65B01;
	text-decoration:underline;
}

#leftinfo { float:left; padding-left:32px; margin-left:10px; background-image:url(../images/uk-flag.gif); background-position:left; background-repeat:no-repeat; }

#rightinfo { float:right; padding-right:10px; }

.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;
}
.txtbox3 {
	width:60px;
	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;
}
.formhead {
	background-color:#B65B01;
	color:#FFFFFF;
	font-weight:bold;
}

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