@CHARSET "UTF-8";

html,body {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#shadow,#main-pane {
	min-height: 100%;
	height:auto;
}

#shadow {
	margin: 0 auto;
	background: url(../images/background_sidegradient.png) 0 0 repeat-y;
	width: 980px;
	padding: 0 41px;
}

#main-pane {
	width: 898px;
	background-color: #FFF;
}

#header {
	height: 440px;
	width: 898px;
	background: url(../images/background_maintop.png) 0 0 no-repeat;
	margin-bottom: 20px;
	font-family: serif;
	position: relative; 
}

#header .inset {
	width: 300px;
	position: absolute;
	left: 470px;
	top: 213px;
}

#footer {
	margin: 20px 20px 0px 20px;
	border-top: 1px solid #000;
	padding: 10px 0 20px 0;
	font-size: 0.7em;
}

#footer cite {
	margin: 0 20px;
	font-style: normal;
}

#navigation {
	width: 230px;
	float: left;
	margin-left: 50px; 
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}

ul.navigation:FIRST-CHILD {
	border-top: 1px solid #F99120;
}

ul.navigation li {
	border-bottom: 1px solid #F99120;
	padding: 10px 20px;
}

ul.navigation li a,
ul.navigation li a:active,
ul.navigation li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

ul.navigation li.active a,
ul.navigation li a:hover {
	color: #F99120;
}

ul.navigation li.active a,
ul.navigation li a.emphasise {
	font-weight: bold;
}

a{
	text-decoration: none;
	color:#F99120;
	font-weight: bold;
}

a:hover{
	color:#C96C05;
}

#content {
	margin-left: 330px;
	margin-right: 80px;
	position: relative;
}

.clear {
	clear: both;
}

#content-header {
	text-align: right;
	padding-right: 5px;
	margin-bottom: 30px;
}

#content-header h1 {
	padding-left: 40px;
	background: url(../images/h1chevron.png) 0 0 no-repeat;
	color: #F99120;
	display: inline;
	font-family: "Times New Roman", Times, serif;
}

.centre {
text-align: center;
}
.bolder{
	font-weight: bolder;
	}
.noborder{
border:none;
}

form .error {
	font-weight: bold;
	color: #911;
}

.candidate {
	border-bottom: 1px dotted #999;
}

TEXTAREA, INPUT[type="text"] {
	border: 1px solid #F99120;
}

INPUT[type="submit"] {
	border: 1px solid #000;
	background-color:  #F99120;
	color: #000;
}

#cr {
	margin: 0 20px;
	float: right;
	text-align: right;
}

a #ctuk-consider {
	color: #000;
}

.caps {
	text-transform: uppercase;
	font-size: 1.4em;
}

#participate {
	margin: 20px auto 0 auto;
	width: 300px;
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
}

#participate p {
	font-weight: bold;
	font-size: 1.25em;
}

#participate input {
	margin: 0 auto;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	width: 175px;
	font-size: 1.5em;
}

div.error {
	border: 1px solid #911;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 0.75em;
	background-color: #EEE;
} 

#tabs {
	position: relative;
	border-bottom: 2px solid;
	padding: 0;
	height: 30px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs ul li {
	height: 20px;
	margin: 0;
	width: 130px;
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	font-weight: bold;
	border: 1px solid #000;
}

#tabs ul li.active {
	background-color: #000;
	color: #F99120;
}

.right {
	text-align: right;
}

th {
	vertical-align: top;
	text-align: right;
}

