/* Default font settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 { 
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight:bold;
	height: 20px;
	line-height: 20px;	
	margin: 0 0 0 0;
}
/* Set all tables for layout */
table {
	border-collapse: collapse;
}
td {
	padding: 0;
}

/* Remove the border from images in links */
a img {
	border: 0;
}

.rightbar {
	background-image: url(../images/right_bar.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 139px;
}
.leftbar {
	background-image: url(../images/right_bar.gif);
	background-repeat: repeat-x;
	width: 18px;
}
.newsbgcolour {
	padding-left: 20px;
	background-color: #005690;
	color: #FFFFFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
}
.industrynews {
	background-color:  #020C3F;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	border-left: 1px solid #fff;
}

.industrynews h3, .newsbgcolour h3 {
	font-size: 12px;
}

.newsbgcolour a,.industrynews a {
	color: #fff;
	text-decoration: none;
}

.newsbgcolour li, .industrynews li {
	margin-bottom: 10px;
}

.bodytext {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.greyline {
	background-image: url(../images/grey_line.gif);
	background-repeat: no-repeat;
	width: 950px;
	padding-left: 10px;

}
.bottomnav {
	text-align: center;
}
hr {
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: #CCCCCC;
}

.searchbox {
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
}
.search {
	border-left: 1px solid #000;
	padding-left: 10px;
}

.centralise {
/*	margin-left: auto;
	margin-right: auto;
	width: 950px;
*/
}

.contentheading {
	font-weight: bold;
	font-size: 150%;
	padding-bottom: 15px;
}

/* Styling for the news */
/* Make the headings bold */
.newsbgcolour .contentheading {
	font-size: 100%;
}
.newsbgcolour .contentpaneopen p {
	margin: 0;
}
/* Remove the bullet point on news */
.industrynews ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#pathway_text {
	margin-bottom: 10px;
	margin-left: 2px;
}
.pathway {
	color: #999;
	font-size: 10px;
}
.pathway a:link, .pathway a:visited {
	color: #5B5B5B;
}

.partners {
	text-align: center;
}

.gap {
	background-color: #fff;
	color: #000;
	height: 3px;
}

/* Feedback form styles */
.feedbackform h1 {
	font-size: 12pt;
}

.feedbackform h2 {
	font-size: 12pt;
}

/* Leave space beneath various parts of the form */
.tickboxes, .textline, .textarealine {
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.dropline {
	margin-bottom: 10px;
	clear: both;
}


/* Space out single line textboxes from their labels */
.textline label {
	display: block;
	float: left;
	width: 100px;
}
.dropline label {
	display: block;
	float: left;
	width: 200px;
}



.questionnaire {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.questionnaire .left {
	text-align: left;
	padding-bottom: 5px;
}

