body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 16px;
	color: #000000; 
	background: #eeeeee;
	min-width: 1024px;
}

hr {
	height: 1px;
	border-width: 0;
	color: #a0a0a0;
	background-color: #b0b0b0;
}

h1 {
	font-size: 24px;
	color: #014b94;
}

h1.picture {
	font-size: 24px;
	color: #014b94;
	margin-top: 0px;
}

h2 {
	font-size: 20px;
	color: #014b94;
}

h3 {
	font-size: 18px;
	color: #014b94;
}

h4 {
	font-size: 18px;
	color: #014b94;
}

h5 {
	font-size: 13px;
	color: #014b94;
	font-weight: bold;
}

p {
	line-height: 130%;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	padding-bottom: 8px;
	line-height: 130%;
}

li.last {
	padding-bottom: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link,
a:visited {
	color: #015EBA;
	border-bottom: 1px solid #015EBA;
}

a:hover,
a:active {
	color: #0000ff;
	border-bottom: 1px solid #0000ff;
}

a.not-bold {
	text-decoration: none;
	font-weight: normal;
}

a.not-bold:link,
a.not-bold:visited {
	color: #387fb7;
	border-bottom: 1px solid #387fb7;
}

a.not-bold:hover,
a.not-bold:active {
	color: #0000ff;
	border-bottom: 1px solid #0000ff;
}

input, textarea, select {
	font-size: 13px;
}

input.rhs {
	font-size: 13px;
	margin-bottom: 20px;
	width: 240px;
}

input.rhs-last {
	font-size: 13px;
	margin-bottom: 24px;
	width: 240px;
}

select.rhs {
	font-size: 13px;
	margin-bottom: 20px;
	width: 240px;
}

select.rhs-last {
	font-size: 13px;
	margin-bottom: 24px;
	width: 240px;
}

.submit-rhs {
	font-size: 13px;
	cursor: pointer;
}

.myquotebox {
	display: block;
	padding: 15px 35px 0px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 10px 20px;
	border: 1px solid #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 0px 0px 15px #ccc;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	-khtml-box-shadow: 0px 0px 15px #ccc;
	background-color: #FFFFDF;
	line-height: 16px;
}

.bigquotestart {
	float: left;
	height: 10px;
	font-size: 750%;
	color: #b80b0b;
	margin-left: -45px;
	margin-top: -1px;
}

.bigquoteend {
	float: right;
	height: 15px;
	padding-top: 0px;
	font-size: 750%;
	color: #b80b0b;
	margin-top: 25px;
	margin-right: -45px;
}

.subheading {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.tablequestion {
	font-size: 16px;
	font-weight: bold;
	color: #1f4f82;
}

.tablewhiteheading {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
}

div.header { 
	width: 100%;
	background-color: #1b1b1b;
	border-bottom: 7px solid #50a547;
	overflow: hidden;
}

div.footer {
	clear: both;
	width: 100%;
	background-color: #1b1b1b;
	border-top: 10px solid #eeeeee;
	overflow: hidden;
}

div.container {
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
}

div.container-inner {
	width: 1000px;
}

div.nav-container {
	background-color: #4d4d4d;
	color: White;
	float: left;
	width: 100%;
}

div.container-main {
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
}

div.container-no-rhs {
	border:1px solid #aaa;
	background-color:#ffffff;
	margin-left:auto; 
	margin-right:auto;
	width:708px;
	padding:95px 145px 145px 145px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	box-shadow:0px 0px 15px #aaa;
	-moz-box-shadow:0px 0px 15px #aaa;
	-webkit-box-shadow:0px 0px 15px #aaa;
	-khtml-box-shadow:0px 0px 15px #aaa;
}

div.container-wide {
	border:1px solid #aaa;
	background-color:#ffffff;
	margin-left:auto; 
	margin-right:auto;
	width:888px;
	padding:25px 55px 55px 55px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	box-shadow:0px 0px 15px #aaa;
	-moz-box-shadow:0px 0px 15px #aaa;
	-webkit-box-shadow:0px 0px 15px #aaa;
	-khtml-box-shadow:0px 0px 15px #aaa;
}

div.right-container {
	float: right;
	width: 300px;
	padding-left: 10px;
	overflow: hidden;
}

div.logo {
	float: left;
}

div.tag-line {
	float: left;
	padding-top: 30px;
	padding-left: 65px;
}

div.search {
	float: right;
	vertical-align: middle;
	padding-top: 30px;
}

img#search {
	vertical-align: middle;
}

div.main {
	float: left;
	width: 688px;
	background-color: #ffffff;
	border: 1px solid #aaa;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	box-shadow: 0px 0px 15px #aaa;
	-moz-box-shadow: 0px 0px 15px #aaa;
	-webkit-box-shadow: 0px 0px 15px #aaa;
	-khtml-box-shadow: 0px 0px 15px #aaa;
}

div.main-inner {
	padding: 0px 45px 45px;
}

div.main-home-page {
	float: left;
	width: 690px;
	background-color: #ffffff;
}

div.main-home-page-inner {
	padding: 0px 20px 20px 20px;
}

div.my-form {
	background-color: #000000;
	width: 270px;
	padding: 15px 15px 15px 15px;
}

div.my-form-inner {
	padding: 5px 10px 12px 10px;
}

.my-form-headline {
	font-size: 18px;
	font-weight: bold;
	color: #50a547;
	margin-top: 0px;
}

.my-form-text {
	font-size: 15px;
	color: #8a8a8a;
	margin-top: 0;
	margin-bottom: 6px;
}

div.quick-links {
	background-image:url('./images/quick-links.jpg');
	background-repeat:no-repeat;
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
	width: 256px;
	border: 7px solid #50a547;
}

.quick-links-heading {
	font-size: 18px;
	font-weight: bold;
	color: #0b39b5;
	margin-top: 0px;
}

div.contact-details {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
}

div.contact-details-inner {
	background-image:url('./images/phone.gif');
	background-repeat:no-repeat;
	background-color: #ffffff;
	width: 264px;
	padding: 50px 11px 11px 11px;
	border: 7px solid #50a547;
	font-size: 15px;
	color: #000000;
}

div.contact-details-interview-inner {
	background-image:url('./images/interview-phone.gif');
	background-repeat:no-repeat;
	background-color: #ffffff;
	width: 264px;
	padding: 50px 11px 11px 11px;
	border: 7px solid #50a547;
	font-size: 15px;
	color: #000000;
}

.contact-heading {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: bold;
}

a.contact-heading:link,
a.contact-heading:visited {
	color: #0000ee;
	border-bottom: 1px solid #0000ee;
}

a.contact-heading:hover,
a.contact-heading:active {
	color: #0000cc;
	border-bottom: 1px solid #0000cc;
}

.contact-heading-underline {
	margin-top: 0;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: bold;
	text-decoration:underline;
}

.contact {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 15px;
}

.contact-no-margins {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
}

.contact-number {
	color: #b80b0b;
	font-size: 17px;
	font-weight: bold;
}

.contact-email {
	font-size: 15px;
	font-weight: bold;
}

a.contact-email:link,
a.contact-email:visited {
	color: #0000ee;
	border-bottom: 1px dotted #0000ee;
}

a.contact-email:hover,
a.contact-email:active {
	color: #0000cc;
	border-bottom: 1px solid #0000cc;
}

ul#nav1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

ul#nav1 li {
	display: inline;
	margin: 0;
}

ul#nav1 li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 21px 5px 21px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	background-color: #4d4d4d;
	border-right: 2px solid #1b1b1b;
	border-bottom-width: 0;
}

ul#nav1 li a:hover {
	background-color: #6d6d6d;
	color: #ffffff;
}
	
ul#nav1 li.selected a,
ul#nav1 li.selected a:hover {
	background-color: #50a547;
	color: #ffffff;
}

ul#nav1 li.last a {
	border-right-width: 0;
}

ul#nav1 li.last a:hover {
	border-right: 2px solid #1b1b1b;
}

ul#nav2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

ul#nav2 li {
	display: inline;
	margin: 0;
	}

ul#nav2 li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 17px 5px 17px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	background-color: #4d4d4d;
	border-right: 2px solid #1b1b1b;
	border-bottom-width: 0;
}

ul#nav2 li a:hover {
	background-color: #6d6d6d;
	color: #ffffff;
}
	
ul#nav2 li.selected a,
ul#nav2 li.selected a:hover {
	background-color: #50a547;
	color: #ffffff;
}

ul#nav2 li.last a {
	border-right-width: 0;
}

ul#nav2 li.last a:hover {
	border-right: 2px solid #1b1b1b;
}

div#spacer {
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	border-top: 10px solid #eeeeee;
}

div#spacer-rhs {
	clear: both;
	margin: 0;
	padding: 0 0 0 0;
	border-top: 10px solid #eeeeee;
}

.telephone-number {
	font-weight: bold;
	color: #b80b0b;
}

.footer-paragraph {
	text-align: center;
	color: #ffffff;
}

.footer-paragraph2 {
	text-align:center;
	color:#000000;
}

.my-centre {
	height: 20px!important;
}

.rhs-menu-heading {
	font-size: 18px;
	font-weight: bold;
	color: #50a547;
	margin-top: 0px;
	padding-bottom: 8px;
}

.rhs-menu-text {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom:10px;
	border-bottom:1px solid #454545;
}

a.rhs-menu-text:link,
a.rhs-menu-text:visited {
	color: #ffffff;
	border-bottom: 0px;
}

a.rhs-menu-text:hover,
a.rhs-menu-text:active {
	color: #50a547;
	padding-bottom:0px;
	border-bottom: 1px solid #50a547;
}

ul.myul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.myul {
	background-image: url(./images/bullet-green.gif);
	background-repeat: no-repeat;
	background-position: 13px 0;
	padding: 0 0 16px 48px;
	line-height: 130%;
}

li.myullast {
	background-image: url(./images/bullet-green.gif);
	background-repeat: no-repeat;
	background-position: 13px 0;
	padding: 0 0 6px 48px;
	line-height: 130%;
}

ol.myol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	padding: 0;
}

li.myol {
	position: relative;
	display: block;
	padding: .4em 0 .4em 3em;
	margin: .5em 0;
}

li.myol:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: 0.1em;
	top: 0.1em;
	height: 36px;
	width: 40px;
	line-height: 2em;
	background-image: url(./images/bullet-green-ol.jpg);
	text-align: center;
	font-weight: bold;
	color: #fff;
}