body{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d3d47;
	background-color: #f2f2f2;
	background-image: url("/Templates/images/background.png");
	background-position: center;
	background-repeat: repeat-y;
}

#SkipBar, .hide{
	display: none;
}

#Page{
	width: 985px;
	margin: auto;
	padding: 0;
	color: #000;
	background-color: transparent;
	background-image: url("/Templates/images/topbar.png");
	background-repeat: no-repeat;
}

#TopBar{
	position: relative;
	width: 985px;
	height: 186px;
}

#MenuBar{
	position: absolute;
	width: 970px;
	top: 139px;
	text-align: right;
	text-transform: lowercase;
	font-size: 13pt;
}

#MenuBar ul{
	margin: 0;
	padding: 0;
}

#MenuBar li{
	display: inline;
	padding-right: 5px;
	padding-left: 17px;
	background-image: url("/Templates/images/icon-list.png");
	background-position: 0;
	background-repeat: no-repeat;
}

#MenuBar a:link, #MenuBar a:visited{
	color: #3350a1;
	background-color: inherit;
	text-decoration: none;
	transition-property: color;
    transition-duration: 0.5s;
	-o-transition-property: color;
    -o-transition-duration: 0.5s;
	-moz-transition-property: color;
    -moz-transition-duration: 0.5s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
}

#MenuBar a:visited{
	color: #4972e3;
	background-color: inherit;
}

#MenuBar a:hover{
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

#ContentArea{
	margin-top: 22px;
}

#Content{
	margin-right: 150px;
	margin-left: 150px;
	color: #000;
	background-color: transparent;
	font-size: 0.8em;
	text-align: justify;
}

ul li{ 
	list-style-image: url("/Templates/images/icon-list.png");
}

#Address, #Footer{
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 50px;
	padding-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
}

#Footer{
	margin-top: 20px;
	padding-bottom: 0;
}

#Footer p{
	margin-top: 0;
}

#SkipBar a:link, #SkipBar a:visited, #Footer a:link, #Footer a:visited{
	color: #000;
	background-color: inherit;
	text-decoration: none;
	transition-property: color;
    transition-duration: 0.5s;
	-o-transition-property: color;
    -o-transition-duration: 0.5s;
	-moz-transition-property: color;
    -moz-transition-duration: 0.5s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
}

#SkipBar a:hover, #Footer a:hover{
	color: #2d3d47;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #3350a1;
	background-color: inherit;
	text-decoration: none;
	transition-property: color;
    transition-duration: 0.5s;
	-o-transition-property: color;
    -o-transition-duration: 0.5s;
	-moz-transition-property: color;
    -moz-transition-duration: 0.5s;
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
}

a:visited{
	color: #4972e3;
	background-color: inherit;
}

a:hover{
	color: #6c90f5;
	background-color: inherit;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #000;
	background-color: inherit;
	text-align: left;
}

h1{
	font-size: 1.4em;
	color: #3350a1;
	background-color: inherit;
}

h2, .large{
	font-size: 1.3em;
	color: #405eb2;
	background-color: inherit;
}

h3{
	font-size: 1.2em;
	color: #283d79;
	background-color: inherit;
}

h4{
	font-size: 1.1em;
}

h5, h6{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
}

.large{
	margin-top: -5px;
	margin-bottom: -5px;
	font-size: 2.5em;
	font-weight: bold;
}

.coloured, .coloured-light{
	color: #ca151d;
	background-color: inherit;
}

.coloured-light{
	color: #6c90f5;
}

.smallprint{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.List li{
	padding: 0.3em;
}

img{
	border: 0;
}

li li{
	margin-left: -25px;
}

.Center{
	text-align: center;
}

.Right{
	text-align: right;
}

.Left{
	text-align: left;
}

.ListBar, .ListBar-Left, .ListBar-Top-Margin, .ListBar-Top-Margin-Left, .ListBar-Bottom-Margin, .ListBar-Bottom-Margin-Left, .ListBar-Top-Bottom-Margin, .ListBar-Top-Bottom-Margin-Left{
	float: left;
	width: 48%;
	margin-top: -13px;
	margin-bottom: -13px;
}

.ListBar-Left, .ListBar-Top-Margin-Left, .ListBar-Bottom-Margin-Left, .ListBar-Top-Bottom-Margin-Left{
	width: 48%;
	margin-right: 25px;
}

.ListBar-Top-Margin, .ListBar-Top-Margin-Left, .ListBar-Top-Bottom-Margin, .ListBar-Top-Bottom-Margin-Left{
	margin-top: -2px;
}

.ListBar-Bottom-Margin, .ListBar-Bottom-Margin-Left, .ListBar-Top-Bottom-Margin, .ListBar-Top-Bottom-Margin-Left{
	margin-bottom: -2px;
}

.ListBar-300{ 
	float: left;
	width: 300px;
}

.ListBar-600{
	width: 600px;
	margin: auto;
}

.Align-Image-Right{
	float: right;
	width: inherit;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	width: inherit;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Align-Image-Right-New-Line{
	float: right;
	width: inherit;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

.Align-Image-Left-New-Line{
	float: left;
	width: inherit;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: both;
}

.Image-Right-Margin{
	margin-right: 10px;
}

.Image-Top-Margin{
	margin-top: 11px;
}

.Image-Bottom-Margin{
	margin-bottom: 11px;
}

.Image-Top-Right-Margin{
	margin-top: 11px;
	margin-right: 10px;
}

.Image-Bottom-Right-Margin{
	margin-bottom: 11px;
	margin-right: 10px;
}

.Image-Top-Margin-Group{
	margin-top: 7px;
	margin-left: 3px;
	margin-right: 3px;
}

.Image-Bottom-Margin-Group{
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 3px;
}

.New-Line{
	clear: both;
}

fieldset{
	width: 92%;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	
} 

legend{
	font-weight: bold;
	color: #283d79;
	background-color: inherit;
}

.label{
	position:relative;
	width: 79%;
	display: block;
	margin-top: 1em;
}

.label input{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
} 

.label select{
	position: absolute;
	left: 45%;
	top: 0;
} 

.label textarea{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
	height: 111px;
}

.textarea{
	height: 107px;
	padding-bottom: 4px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.Table{
	margin: auto;
	border: 1px solid #a7cadc;
	color: #00378b;
	background-color: #fff;
	border-collapse: collapse;
	font-size: 0.85em;
}

.Table caption{
	padding: 0.4em;
	border: 0;
	color: #00378b;
	background-color: #fff;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}

.Table th, .Table td{
	padding: 0.4em;
	border: 1px solid #a7cadc;
	text-align: center;
}

.Table th{
	color: inherit;
	background-color: #eaf4f9;
}

.Table td{
	color: #3187bb;
	background-color: inherit;
}

.Table tr:hover th, .Table tr:hover td{
	color: #00378b;
	background-color: #d7ebf5;
	font-weight: bold;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url("/Templates/images/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	opacity: 0.25;
	transition-property: opacity;
    transition-duration: 1s;
	-o-transition-property: opacity;
    -o-transition-duration: 1s;
	-moz-transition-property: opacity;
    -moz-transition-duration: 1s;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
}

#lbPrevLink {
	left: 0;
	background: transparent url("/Templates/images/prevlabel.gif") no-repeat 0 15%;
}

#lbPrevLink:hover {
	opacity: 1;
}

#lbNextLink {
	right: 0;
	background: transparent url("/Templates/images/nextlabel.gif") no-repeat 100% 15%;
}

#lbNextLink:hover {
	opacity: 1;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("/Templates/images/closelabel.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}