/* 
Theme Name: Dublin
Theme URI: http://iqcontent.com
Version: 1.0
Description: Simple two column theme, widget friendly, almost flexible layout.
Author: Nick Rogers
Author URI: http://iqcontent.com
*/
body {
	background: #f3f3f3;
	font-family: arial, helvetica, sans-serif;
}
p {
	font-size: 16px;
	line-height: 22px;
	color: #525252;
	margin-bottom: 10px;
}
i {
font-style:italic;
}
b {
font-weight:bold;
}
table p {
	font-size: 12px;
	line-height: 18px;
}
#wrapper {
	width: 980px;
}
#header {
	width: 100%;
	height: 88px;
}
#logo-bg {
	background: url('images/logo-bg.png') repeat-x left top;
	width: 100%;
	height: 62px;
	position: relative;
	z-index: 4;
}
#header img {
	margin: 5px 0 0 20px;
	z-index: 5;
	position: relative;
}
#navbar {
	background: #096c83;
	z-index: 3;
	position: relative;
	margin-top: -10px;
}
.centre-column {
	width: 1030px;
	margin: 0 auto;
}
#header ul {
	width: 980px;
	display : block;
	height: 35px;
	clear: both;
}
#header ul li {
	float: left;
}
	#header ul li a {
		padding: 10px 25px 20px 25px;
		display: block;
		font-size: 15px;
		color: white;
		height: 15px;
		line-height: 22px;
		text-decoration: none;
	}
	

	#header ul li.active a,
	#header ul li a:hover
	 {
		background: url('images/menu-arrow.png') no-repeat center bottom;
	}
#content {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	background: white;
	width: 1005px;
	margin: 0 auto;
	padding: 20px;
}
#content h1,
#content h1 a {
	font-size: 20px;
	line-height: 25px;
	color: #07576a;
	margin-bottom: 15px;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}
.rhs {
	float:right;
	border: 1px solid #d5e9ed;
	margin: 10px;
	margin-right: 0;
	padding: 10px;
	width: 146px;
}
.left-column {
	width: 817px;
}