/* Global styles */
body {
	margin: 12px;
	padding: 0;
	background-color: #eee;
	font-family: verdana, sans-serif;
	font-size: 0.666em;
	color: #333;
}

/* Main document container */
div#container {
	width: 770px;
	margin: 0 auto;
	position: relative;
}

/* Fix for IE6 - position absolute makes all the background-images disappear for li and h2 */
* html div#container {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -375px;
	padding-bottom: 14px;
}

/* Masthead, headings h1 h2 h3 */
div#masthead {
	background-color: white;
	border: 1px solid #ccc;
	height: 98px;
	border-bottom: 5px solid #01afef;
}

div#scroller {
	position: absolute;
	top: 1px;
	left: 485px;
	}

h1 {
	margin: 16px 0 0 10px;
}

h2 {
	font-size: 1.5em;
	font-family: arial, sans-serif;
	color: #01afef;
	margin: 2px 0 1em 0;
	padding: 0 0 2px 48px;
	border-bottom: 1px #01afef dotted;
	background: white url(../images/header_bubbles.gif) no-repeat scroll left bottom;
}

h3 {
	font-size: 1em;
	color: black;
	margin: 0 0 0.8em 0;
}

/* Breadcrumb bar */
div#navbar {
	margin: 14px 0 0 174px;
	padding: 4px 0 0 12px;
	height: 16px;
	font-family: tahoma, sans-serif;
	font-size: 7.5pt;
	border-width: 1px 1px 0 1px;
	border-color: #ccc;
	border-style: solid;
	background-color: white;
}

/* Main content */
div#mainContent {
	margin: 0 0 0 174px;
	padding: 12px;
	border: 1px #ccc solid;
	background-color: white;
}

div#copyright {
	margin: 0 0 0 174px;
	padding: 10px 0 0 0;
	color: #ccc;
	text-align: right;
}

/* Other site-wide stuff - lists etc. */
p {
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: none;
	margin: 0 0 1.5em 11px;
	padding: 0;
}

ul li {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 18px;
	background-image: url(../images/bubble_li.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}

strong {
	color: #484848;
	}

em {
	font-style: normal;
	color: #999;
}

/* Links */
a {
	text-decoration: none;
	font-weight: bold;
	color: #01afef;
}

a:hover {
	color: #33f;
	background-color: #fcc;
}

a.noHover:hover {
	background-color: transparent;
}

/* Float images over to the right (or left) */
div.imageRight {
	float: right;
	margin: 0 0 1em 1.5em;
	padding: 0 10px 0 0;
}

div.photoRight {
	float: right;
	margin: 0 0 1em 1.5em;
	padding: 0;
}

div.photoLeft {
	float: left;
	margin: 0 1.2em 0.5em 0;
	padding: 0;
	position: relative;
	top: -2px;
}

/* Centre blue box */
div#boxOutCentre {
	padding: 1.5em 0 0.2em 0;
	margin: 0;
	background-color: #ddf1f9;
	text-align: center;
}