/* Typography & Generic Elements*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #004489;
	margin: 0;
}

h1, h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #004489;
}

h3 {
	font-weight: bold;
	color: #6b7fb2;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 16px;
}

h4 {
	font-weight: bold;
	color: #004489;
	font-size: 11px;
}

h1.ruled, h2.ruled, h3.ruled, h4.ruled {
	border-bottom: 1px solid #a9b1d2;
}

h3.link a {
	text-decoration: none;
}

span.bigger {
	font-size: 120%;
}

span.smaller {
	font-size: 85%;
	font-weight: normal;
}

p {
	color: #303030;
	margin-bottom:16px;
	max-width: 624px;
}

p.last {
	margin-bottom:0;
}

p.half-margin {
	margin-bottom: 8px;
}

p.bottom-sub {
	margin: 16px auto;
	text-align: center;
}

p.small {
	font-size: 10px;
	font-style: italic;
}

p.split-half span {
	float: left;
	width: 50%;
}

#pagecontent p.split-half span.left * {
	margin-right: 4px;
}

#pagecontent p.split-half span.right * {
	margin-left: 4px;
}

em {
	font-weight: bold;
	color: #5e76ac;
	font-style: normal;
}

ul {
	color: #303030;
	list-style: none;
}

ul.nospacing,
ol.nospacing {
	margin-bottom: 16px;
}

ul.nospacing li,
ol.nospacing li {
	margin-bottom: 0;
}

li,
ol li ul li {
	padding-left: 20px;
	margin-bottom: 16px;
	background-image: url(/media/images/buttons/bullet.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}

ul.tick li {
	background-image: url(/media/images/buttons/tick.png);
	background-position: 5px 0px;
}

ol{
	padding-left: 20px;
	color: #303030;
}

ol li,
ol li span.ol-intro {
	padding: 0;
	color: #5e76ac;
	font-weight: bold;
	background-image: none;
}

ol li span,
ol li ul li{
	color: #303030;
	font-weight: normal;
}

dl {
	
}

dt {
	color: #6b7fb2;
	font-weight: bold;
}

dd {
	color: #303030;
	margin-bottom: 16px;
}

blockquote {
	font-size: 110%;
	display: block;
	padding-left: 8px;
	border-left: 4px solid #a9b1d2;
	margin: 0 0 16px 8px;
	font-style: italic;
	color: #6b7fb2;
}

blockquote * {
	color: #6b7fb2;
}

blockquote attribution {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #365e9b;
}

q {
	quotes: '','';
	color: #303030;
}

q:before {
	content: "\201C";
	color: #6b7fb2;
	font-size: 150%;
	line-height: 16px;
	vertical-align:top;
	margin-right: 2px;
}

q:after {
	content: "\201D";
	color: #6b7fb2;
	font-size: 150%;
	line-height: 16px;
	vertical-align:top;
	margin-left: 2px;
}

q.strong {
	font-weight: bold;
}

sup {
	vertical-align: baseline;
	font-size: 70%;
	position: relative;
	top: -0.4em;
}

span.pipe {
	font-weight: normal;
	color: #6b7fb2;
}

fieldset {
	border: 1px solid #a9b1d2;
	padding: 8px;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
	margin-bottom: 16px;
}

fieldset div.holder {
	margin-bottom: 16px;
}

legend {
	font-weight: bold;
	color: #004489;
	font-size: 14px;
	line-height: 16px;
	padding: 0 8px 0 8px;
	margin-left: 8px;
}	

form {
	
}

form label{
	margin-right: 8px;
	color: #303030;
}

form input[type=textarea],
input[type=textarea],
input[type=password],
input.text,
input.password{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #a9b1d2;
    margin-top:-1px;
    padding:1px 2px;
}

input.text.error {
	background-color: #FAE2DA;
	border-color: #DC002E;
}

form textarea {
	width: 95%;
	height: 160px;
	border: 1px solid #a9b1d2;
	padding: 8px 8px 8px 8px;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    resize: vertical;
}

fieldset.main input.text,
fieldset.main input.password{
	display:block;
	float: none;
	font-size:13px;
	margin:0;
	padding:7px;
	width:242px;
}

fieldset.main label {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 8px;
	font-weight: bold;
	color: #6b7fb2;
	font-size: 13px;
}

form span.small,
span.small {
	font-size: 10px;
	font-style: italic;
}

p.address {
	
}

p.address span{
	display: block;
}

p.address span.name{
	font-weight: bold;
}

hr {
	border: 0;
	margin: 14px 0 17px 0;
	background-color: #a9b1d2;
	height: 1px;
}

table{
	font-size: 11px;
	margin-top:0;
	margin-bottom: 16px;
	text-align: left;
	border-spacing:0;
	width: 100%;
	color: #303030;
	border-collapse:collapse;
}

table.last {
	margin-bottom: 0;
}

table th {
	font-weight: bold;
	color: #667cb1;
	font-size: 12px;
	padding:0 0 6px 0;
	text-align: left;
	border-bottom: 2px solid #667cb1;
	background-color: white;
}

table td {
	padding: 8px 16px 8px 0;
	border-top: 1px solid #e6e8f2;
	vertical-align: top;
}

table tr.odd td {
	background-color: #f3f3f9;
}

table tr.first-row td {
	border-top: none;
}

table a {
	text-decoration: underline;
}

table a:hover {
	text-decoration: none;
}

/* Links */

a {
	color: #5e76ac;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px 3px;
	margin: 0 -3px;
	line-height: 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a:hover {
	color: white;
	background-color: #a9b1d2;
	text-decoration: none;
}

a img { 
	border: none;
	margin: 0;
}

a.img-link {
	text-decoration: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	display: block;
}

a.no-border{
	border: none;
	margin: 0;
	padding: 0;
}

a.no-border:hover,
a.img-link:hover {
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background-color: transparent;
}

a.no-border:hover div {
	color: white;
	background-color: #a9b1d2;
	text-decoration: none;
}

a.button,
span.button,
input[type="button"],
input[type="submit"],
input.submit,
input.button,
button,
ul.button li a,
ul.button li span,
a.ui-dialog-titlebar-close {
	text-align:center;
	background: url(/media/images/buttons/button_bg.png);
	background-color: #dadceb;
	border: 1px solid #a9b1d2;
	margin: 0px 8px 0 0;
	padding:1px 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #004489;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: visible;
}

a.button,
input[type="button"],
input[type="submit"],
input.button,
.button{
	cursor: pointer;
}

span.button{
	cursor: default;
}

a.button.main,
input.submit.main{
	font-size: 120%;
}

a.button.cta {
	font-size: 14px;
	padding: 8px 32px;
	margin: 0;
}

input[type="button"],
input.button, 
a.button.block,
a.button.centre,
span.button.block,
h3 a.button {
	display: block;
}

span.button.block {
	margin-left: 0;
}

input[type="button"]:hover,
input[type="submit"]:hover,
a.button:hover,
input.button:hover,
button:hover,
ul.button li a:hover,
a.ui-dialog-titlebar-close:hover {
	background-position:bottom;
	background-color: #b5bcd8;
	border: 1px solid #6b7fb2;
}

span.button, 
a.button.selected,
a.button.currentpage,
ul.button li a.currentpage,
ul.button li span,
#Pagination span {
	background: #cdd1e5;
}

.button.floatright,
.button.floatleft,
input[type="button"],
input[type="submit"],
input.button,
a.button.block,
a.button.centre,
span.button.block,
ul.button li a,
ul.button li span,
h3 a.button {
	padding: 0 5px;
	margin-top: -1px;
	line-height: 15px;
}

a.button.floatright,
span.button.floatright,
input.button.floatright,
input[type="submit"].floatright {
	margin: -1px 0 0 8px;
}


a.button.floatleft,
span.button.floatleft,
input.button.floatleft{
	margin: -1px 8px 0 0;
}

h3 a.button {
	font-size: 12px;
	margin-right: 0;
}

select {
	margin-right: 4px;
}

#pagecontent .nomargin {
	margin:0 !important;
}

a.big {
	font-weight: bold;
	font-size: 120%;
}

a.toggleLink:hover:after {
	content: " (Show / Hide \2193)";
	text-decoration: none;
	font-weight: normal;
}

a.toggleLink.button:hover:after {
	content: "";
}

div.fullimg {
	margin: 0 auto;
	margin-bottom: 16px;
}

#footer a {
	color: #5e76ac;
}

#footer a:hover {
	color:#004489;
}

#userbar a {
	color: #4566a1;
	white-space: nowrap;
}

#userbar a:hover {
	text-decoration: none;
	color: #004489;
}

.centre {
	text-align: center;
}

.toggle {
	display: none;
}

.toggle.start-open {
	display: block;
}

.heading h1 a,
.heading h2 a {
	text-decoration: none;
	color: #365e9b;
}

span.error {
 color: #dc002E;
 font-weight: bold;
 display: block;
}

span.note {
color: #8392bf;
font-style: italic;
font-size: 12px;
margin-left: 8px;
}

span.tel-number {
	white-space: nowrap;
}

span.line-spacer-1,
span.line-spacer-2,
span.line-spacer-3,
span.line-spacer-4,
span.line-spacer-5,
span.line-spacer-6,
span.line-spacer-7,
span.line-spacer-8 {
	display: block;
}

span.line-spacer-1 {
	height: 16px;
}

span.line-spacer-2 {
	height: 32px;
}

span.line-spacer-3 {
	height: 48px;
}

span.line-spacer-4 {
	height: 64px;
}

span.line-spacer-5 {
	height: 80px;
}

span.line-spacer-6 {
	height: 96px;
}

span.line-spacer-7 {
	height: 112px;
}

span.line-spacer-8 {
	height: 128px;
}

span.red {
	font-weight: bold;
	color: #DC002E;
}
