﻿body {
	margin-top: 0px;
	background: url('images/banner-bg1.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

p {
	margin: 0px 10px 20px 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: black;
}

a:visited {text-decoration: underline; color: #800080;}
a:link {text-decoration: underline; color: #0000ff;}
a:hover {text-decoration: underline; color: #000077;}

#navdiv {height: 30px; margin: 0px; padding: 0px; background-image: url('images/menu-bg1.jpg')}

#nav {height: 30px; width: 100%; font-weight: 700; margin: 0px;}

ul.nav {height: 30px; line-height: 30px; float: left; list-style: none; font-size: 13px;
text-transform: inherit; margin: 0px; padding: 0px;}

ul.nav li {float: left !important; list-style-type: none; margin: 0px; padding: 0px;}

ul.nav li a:visited {
color: #ffffff; float: left; display: block; text-decoration: none; padding: 0 23px;
}

ul.nav li a:link {
color: #ffffff; float: left; display: block; text-decoration: none; padding: 0 23px;
}

ul.nav li a {
color: #ffffff; float: left; display: block; text-decoration: none; padding: 0 23px;
}

ul.nav li a:active {background: url('images/nav-orange.jpg') repeat-x; 
color: #000000; text-decoration: none;
}

ul.nav li a:hover {background: url('images/nav-orange.jpg') repeat-x; 
color: #000000; text-decoration: none;
}

ul.nav li.current_page_item a {background: url('images/nav-orange.jpg') repeat-x; 
color: #000000; text-decoration: none;
}

ul.nav li ul {float: left; margin: 0px; padding: 0px;}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#wrapper {
	width: 950px;
	margin: auto;
}

#content {
	width: 950px;
	text-align: left;
	background-color: #ffffff;
}

#banner {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	width: 950px;
	font-weight: bold;
	font-size: 50px;
	font-family: Arial, Verdana, sans-serif;
}

.left-column {
	float: left;
	width: 465px;
	background: #ffffff;
	margin: 0px 10px 20px 0px;
}

.right-column {
	float: right;
	width: 465px;
	background: #ffffff;
	margin: 0px 0px 20px 10px;
}

.no-border {
	border-width: 0px;
}

.centre {
	margin: 0 auto;
	text-align: center;
}

.dot-points {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: black;
	margin: 0px 8px 10px -12px;
	line-height: 16px;
}

.image-margins {
	margin-left: 10px;
	margin-right: 10px;
}

.separator {
	font-size: 5px;
	color: #000000;
}

.divider {
	line-height: 5px;
	background-color: #000000;
	color: #000000;
}

.image-table {
	width: 950px;
	text-align: center;
}

.image-cell {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	text-align: center;
	border-right: 2px solid #bbbbbb;
	border-bottom: 2px solid #bbbbbb;
	background-color: #eeeeee;
	height: 120px;
	width: 120px;
}

#service-bar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #05763e;
	width: 100%;
	min-width: 950px;
	height: auto;
	text-align: center;
	color: #ffffff;
}

#copyright-bar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #231f20;
	width: 100%;
	min-width: 950px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

