html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000000;
	background-color:#f4f4f4;
}

#header_area {
	clear:both;
	background-color:#282828;
	height:50px;
	width:100%;
}

	#header_area ul {
		list-style:none;
		margin:0px auto;
		padding:0px;
		width:962px;
		height:50px;
	}
	
		#header_area ul li {
			list-style:none;
			float:left;
			width:160px;
			text-align:center;
			height:50px;
		}
		
			#header_area ul li a {
				color:#ffffff;
				text-decoration:none;
				font-size:13pt;
				display:block;
				height:35px;
				padding-top:15px;
			}
			
				#header_area ul li a:hover, #header_area ul li a.current_page {
					color:#000000;
					background-color:#f4f4f4;
				}

h1 {
	color:#020a7b;
}

	h1#website_heading {
		width:368px;
		margin:8px auto;
		float:left;
	}

h2 {
	font-size:14pt;
}

#banner {
	width:962px;
	margin:0px auto;
	height:371px;
	background-image:url(/plugins/templates/nickbaldock/images/under_banner_grad.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

p.breadcrumb {
	width:962px;
	margin:0px auto;
}

	p.breadcrumb a {
		color:#020a7b;
		text-decoration:underline;
	}

#content_top {
	width:962px;
	margin:0px auto;
	background-image:url(/plugins/templates/nickbaldock/images/main_content_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0px;
	height:13px;
	margin-top:15px;
}

#container {
	min-height:200px;
	width:962px;
	margin:0px auto;
	background-color:#ffffff;
	padding:1px 10px;
}

	#container h1:first-child{
		margin-top:10px;
	}

body.home table {
	margin:10px 0px;
}

#col1 {
	float:left;
	width:480px;
	border-right:#cccccc solid 1px;
	margin-bottom:15px;
}

#col2 {
	float:left;
	width:480px;
}

	#col1 h2 a,
	#col2 h2 a {
		color:#020a7b;
	}
	
	#col1 a img,
	#col2 a img {
		border:none;
	}

.two_thirds #col1 {
	width:630px;
	border:none;
}

.two_thirds #col2 {
	width:310px;
	border:none;
	margin-left:20px;
}

.clear_both {
	clear:both;
	font-size:1px;
	line-height:0px;
}

.margin5 {
	margin:5px;
}

textarea {
	height:100px;
}

#content_bottom {
	width:962px;
	margin:0px auto;
	background-image:url(/plugins/templates/nickbaldock/images/main_content_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0px;
	height:13px;
}

table td a img  {
	border:none;
}

table td p {
	padding:0px 5px;
}

/************************************ BME BAR ***********************************/
#bme_bar {
	background-color:#ffffff;
	border-bottom:3px #506789 solid;
}
	
	.container {
		width:960px;
		margin:0px auto;
	}
	
	#bme_bar img {
		margin:2px 0px;
	}
	
	#bme_bar ul {
		float:right;
		width:600px;
		list-style:none;
		position:relative;
		margin:0px;
		padding:0px;
	}
	
		#bme_bar ul li {
			float:right;
			margin-left:10px;
		}
		
			#bme_bar ul li a {
				text-decoration:none;
				color:#333333;
				display:block;
				padding:6px 10px;
			}
			
				#bme_bar ul li a:hover {
					background-color:#506789;
					color:#ffffff;
				}
		
		#bme_bar ul li:hover ul {
			display:block;
		}
		
		#bme_bar ul ul {
			float:none;
			margin:0px;
			padding:0px;
			display:none;
			border-left:3px #506789 solid;
			border-bottom:3px #506789 solid;
			border-right:3px #506789 solid;
			position:absolute;
			z-index:500;
			width:200px;
			background-color:#ffffff;
		}
		
			#bme_bar ul ul li {
				float:none;
				margin:0px;
				padding:0px;
			}

.pagination {
	background-color:#cccccc;
}

	.pagination a {
		background-color:#12012e;
		color:#ffffff;
		padding:2px 5px;
		text-decoration:none;
		margin-right:7px;
	}
	
		.pagination a.current_pagination {
			background-color:#cccccc;
			color:#000000;
		}


/*************************************/
.clear { clear:both; }

.hide { display:none; }

#search_area {
	float:left;
	margin:15px 0 0 282px;
	background-color:#333;
	padding:5px;
	width:300px;
	height:38px;
	position:relative;
	
}

	#search_area input#q {
		border:4px #fff solid;
		height:30px;
		padding:0;
		margin:0;
		width:202px;
		position:absolute;
		top:5px;
	}
	
	#search_area input#a {
		border:1px #ccc solid;
		height:38px;
		width:90px;
		padding:1px;
		background-color:#ccc;
		position:absolute;
		top:5px;
		left:215px;
	}

.search_result {
	background-color:#dedede;
	padding:10px;
	margin-bottom:10px;
}

	.search_result h2,
	.search_result p {
		margin:0;
	}

.pagination_top {
	margin-bottom:10px;
}

.leftcol {
	width:700px;
	float:left;
	margin-right:10px;
}

.rightcol {
	width:250px;
	float:left;
}

p.pagination {
	padding: 10px 5px;
	text-align: right;
}

.page_pic {
	max-width:100%;
	height:auto;
}