/* `Reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
------------------------------------------------------
This style sheet contains the classes for the general 
page contruction and positioning.
------------------------------------------------------
*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.69em;
	color: #312f2f;
	background: #accae2 url(/img/bgBody.gif) repeat-x;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.logoLinks {
	float: left;
	width: 160px;
	margin: 0 20px 20px 0;
	text-align: center;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.clearLeft {
	clear: left;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	background: url(/img/bgWrapper.gif) no-repeat;
}
#header {
	width: 948px;
	height: 129px;
	margin: 0 auto;
	clear: both;
	background: url(/img/bgHeader.gif) repeat-x;
	position: relative;
}
#logo {
	float: left;
}
#headerRight {
	float: right;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
#banner {
	width: 939px;
	height: 221px;
	padding: 5px 4px 5px 5px;
	margin: 0 auto;
	clear: both;
	background: url(/img/bgBanner.gif) no-repeat;
	position: relative;
}
#slider {
	width: 670px;
	float: left;
	margin-right: 5px;
	position: relative;
}
#sliderOverlay {
	width: 411px;
	height: 60px;
	position: absolute;
	z-index: 10;
	bottom: 0;
}
#cta {
	width: 263px;
	float: left;
}
#content {
	width: 948px;
	margin: 0 auto;
	clear: both;
	background-color: #FFFFFF;
}
#contentInt {
	width: 948px;
	margin: 0 auto;
	clear: both;
	background: #FFFFFF url(/img/bgContentInt.gif) no-repeat;
}
#contentIntFull {
	width: 948px;
	margin: 0 auto;
	clear: both;
	background: #FFFFFF url(/img/bgContentIntFull.gif) no-repeat;
}
#contentArea {
	width: 670px;
	float: left;
	margin: 5px 0 0 5px;
}
#keynotes {
	width: 643px;
	height: 123px;
	padding: 20px 14px 20px 14px;
	margin: 0 auto;
	clear: both;
	background: url(/img/bgKeynotes.gif) repeat-x;
}
#keynotes ul {
	width: 321px;
	height: 123px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#keynotes ul li {
	width: 276px;
	padding-left: 35px;
	background: url(/img/icoTick.gif) no-repeat;
	padding-bottom: 15px;
	font-size: 1.09em;
	font-weight: bold;
	color: #004e8c;
}
#contentText {
	width: 638px;
	padding: 20px 14px 60px 18px;
	background: url(/img/bgContent.gif) repeat-x;
}
#contentTextInt {
	width: 440px;
	min-height: 400px;
	padding: 20px 27px 60px 31px;
	background: url(/img/bgContent.gif) repeat-x;
	float: left;
	margin-top: 5px;
}
#contentTextIntFull {
	width: 616px;
	min-height: 400px;
	padding: 20px 27px 60px 31px;
	/*background: url(/images/bgContent.gif) repeat-x;*/
	float: left;
	margin-top: 5px;
}
#ctaInt {
	width: 263px;
	margin: 5px 4px 0px 5px;
	float: right;
}
#enquiry {
	width: 263px;
	height: 418px;
	float: right;
	margin: 5px 4px 5px 5px;
	background: url(/img/bgEnquiry.gif) repeat-x;
	color: #fff;
}
#enquiry h3 {
	width: 255px;
	height: 49px;
	line-height: 24px;
	background: url(/img/bgEnquiryHeader-Large.gif) no-repeat;
	color: #FFFFFF;
	padding: 4px;
	font-size: 2em;
}
#enquiry .validation {
	margin: 0;
	margin-left: 7px;
}
#enquiry .input {
	width: 230px;
	height: 20px;
	border: 1px solid #666666;
	padding: 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #333333;
	margin: 7px 2px 0 7px;
}
#enquiry .textbox {
	width: 230px;
	padding: 2px;
	height: 84px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #333333;
	margin: 7px 2px 0 7px;
	vertical-align: top;
}
#enquiry p {
	margin: 7px 2px 0 7px;
}
#enquiry label {
	font-size: 0.91em;
	color: #333333;
	padding-right: 6px;
}
#enquiry .btnSubmit {
	height: 33px;
	width: 64px;
	background: url(/img/btnSend.gif) no-repeat;
	display: block;
	cursor: pointer;
	border: none;
	float: right;
	clear: both;
	margin: 10px 6px 0 0;
}
/*Footer*/
#footer {
	width: 930px;
	height: 122px;
	padding: 7px 9px 0 9px;
	background: url(/img/bgFooter.gif) no-repeat;
	margin: 0 auto;
	clear: both;
	color: #333333;
}
#footer .floatRight {
	float: right;
	padding-left: 250px;
}
#footer a {
	color: #333333;
}
#footer img {
	vertical-align: middle;
	margin: 0 11px 15px 0;
}
#footer #vivid {
	float: right;
}
#footer #vivid img {
	margin: 0 !important;
	vertical-align: middle !important;
}
#footer a, #footer #vivid a:hover {
	text-decoration: none;
}

/* `Navigation
----------------------------------------------------------------------------------------------------*/
ul#skipMenu, .hide {
	position: absolute;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
/*Main Navigation*/
#navigationContainer {
	width: 817px;
}
*:first-child+html #navigationContainer {
	margin-top: -3px;
}
#navigationContainer ul {
	height: 36px;
	background: url(/img/bgNav.gif) repeat-x;
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigationContainer ul li {
	float: left;
	height: 36px;
	display: inline;
	list-style: none;
	position: relative;
	padding: 0px;
	margin: 0px;
	font-size: 0.91em;
	background: url(/img/bgNavDiv.gif) left top no-repeat;
	padding-left: 1px;
	font-size: 1.27em;
}
#navigationContainer ul li:first-child {
	background: none !important;
}
/* Root Menu */
#navigationContainer ul a {
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	float: left; /*For IE*/
	display: block;
	text-decoration: none;
	padding: 0px 19px;
	margin: 0px;
	background: url(/img/bgNav.gif) 0 0 repeat-x;
}
/* Root Menu Hover Persistence */		
#navigationContainer ul a:hover, #navigationContainer ul a.active {
	background: url(/img/bgNav.gif) 0 -36px repeat-x;
}
#navigationContainer ul a.selected:hover, #navigationContainer ul li:hover a.selected, #navigationContainer ul li.iehover a.selected {
	color: #000000;
	background: #eeebe4 url(/img/bgNavDiv.gif) left top no-repeat;
}
#navigationContainer ul li:first-child a:hover, #navigationContainer ul li:first-child li:hover a, #navigationContainer ul li:first-child li.iehover a, #navigationContainer ul li:first-child a.selected:hover, #navigationContainer ul li:first-child:hover a.selected, #navigationContainer ul li:first-child.iehover a.selected {
}
/* DHTML drop down*/
#navigationContainer ul ul {
	width: 191px;
	list-style: none;
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	background: none !important;
}
#navigationContainer ul li:hover ul, #navigationContainer ul ul li:hover ul, #navigationContainer ul ul ul li:hover ul, #navigationContainer ul li.iehover ul {
	display: block;
}
#navigationContainer ul ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#navigationContainer ul ul li {
	width: auto;
	height: auto;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	margin-top: 0px;
	font-size: 0.83em;
	border-top: 1px solid #0063a1;
	background: none !important;
	padding: 0;
}
#navigationContainer ul ul li:first-child {
	border-top: none;
}
/* 2nd Menu */
#navigationContainer ul li:hover li a, #navigationContainer ul li.iehover li a {
	float: none;
	color: #FFFFFF;
	background: #007ac1;
	width: 181px;
	height: auto;
	line-height: normal;
	padding: 5px;
	margin: 0px;
	text-align: left;
}
/* 2nd Menu Hover Persistence */ 
#navigationContainer ul li:hover li a:hover, #navigationContainer ul li:hover li:hover a, #navigationContainer ul li.iehover li a:hover, #navigationContainer ul li.iehover li.iehover a, #navigationContainer ul li:hover li:first-child a:hover, #navigationContainer ul li:hover li:first-child:hover a, #navigationContainer ul li.iehover li:first-child a:hover, #navigationContainer ul li.iehover li:first-child.iehover a {
	background: #0066b1 !important;
}
/*Internal Navigation*/
#internalNavigation {
border: 1px solid #;
	width: 171px;
	float: left;
	margin-left: 5px;
	padding-top: 26px;
}
#internalNavigation ul {
	width: 171px;
	padding: 0;
	margin: 0;
	font-size: 1.14em;
}
#internalNavigation ul li {
	list-style: none;
	border-top: 1px solid #b5cbdb;
	padding: 0;
	margin: 0;
	background: url(/img/icoNav.png) 23px 0 no-repeat !important;
}
* html #internalNavigation ul li {
	height: 8px;
}
#internalNavigation ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 8px 12px 8px 36px;
}
#internalNavigation ul li a:hover {
	background: #006DB5 url(/img/icoNav.png) 23px 0 no-repeat !important;
	color: #FFFFFF !important;
	text-decoration: none;
}
#internalNavigation ul li a.active {
	color: #003B69;
}
#internalNavigation ul ul {
	padding: 0px 10px;
	margin: 0px 10px 5px 20px;
}
#internalNavigation ul li li {
	border-top: none;
	list-style: none;
}
#internalNavigation ul li li a {
	padding: 4px 12px;
}
#internalNavigation ul li a:hover {
	background: none;
	color: #e7e2b5;
}
/*Breadcrumbs*/
ul.breadcrumbs {
	list-style: none;
	height: 15px;
	padding: 0;
	margin: 0;
}
ul.breadcrumbs li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
ul.breadcrumbs li a {
	float: left;
	display: block;
	background: url(/img/arrow_bullet.gif) no-repeat right;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
}
/* `Forms
----------------------------------------------------------------------------------------------------*/
label {
	display: block;
	margin-left: 7px;
	padding-top: 5px;
	font-weight: bold;
}
label em, .mandatory {
	color: #CC0000;
	font-style: normal;
}
.form-error {
	color: #CC0000;
	font-weight: bold;
	margin-left: 7px;
}
.submit {
	margin-left: 7px;
}
/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
p {
	margin: 0 0 15px 0;
}
table, input, textarea, select {
	font-size: 1em;
}
dl {
	margin: 0 0 15px 0;
}
ul {
	list-style: disc;
	padding: 0 0 0 25px;
	margin: 15px 0;
}
.content ol {
	list-style: decimal;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}
.content ul li {
}
legend {
	font-weight: 800;
}
label {
}
input.text_field, input.password {
	border: 1px solid #ccc;
	background: #fff;
	width: 200px;
	padding: 2px;
}
textarea.text_area {
	border: 1px solid #ccc;
	background: #fff;
	width: 200px;
	padding: 2px;
}
select.select_element {
	padding: 2px;
}
table.dataTable {
	width: 100%!important;
	width: 99%;
	margin: 0 0 15px 0;
}
table.dataTable tr {
	background: #fff;
}
table.dataTable tr.altRow {
	background: #f8f8f8;
}
table.dataTable th {
	border-bottom: 1px solid #ccc;
	background: #efefef;
	border-top: 1px dotted #ccc;
	font-weight: 800;
	padding: 5px;
}
table.dataTable td {
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
}
sup {
	font-size: 0.75em;
	vertical-align: super;
}
sub {
	font-size: 0.75em;
	vertical-align: sub;
}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted;
}
abbr {
	text-transform: uppercase;
	border-bottom: 1px dotted;
}
blockquote {
}
hr {
	border: none 0;
	border-top: 1px solid #999;
	width: 100%;
	height: 1px;
	margin: 0 0 15px 0;
}
small {
	font-size: 0.75em;
}
strong {
	font-weight: 800;
}
em {
	font-style: italic;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a {
	color: #d81a22;
	text-decoration: underline;
}
a:hover {
	color: #d81a22;
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
	border: none;
}
object {
	outline: none;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 1.82em;
	color: #004e8c;
	font-weight: normal;
}
#internalNavigation h1 {
	font-size: 1.27em;
	color: #e11e28;
	font-weight: normal;
	padding-left: 11px;
}
h2 {
	font-size: 1.00em;
	margin: 0;
}
h3 {
	font-size: 1.55em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
/*
------------------------------------------------------
Content Layout : To be repeated in the backend RAD Editior
------------------------------------------------------
*/
.internalImgLeft {
	float: left;
	border: 1px dotted #ccc;
	background: #fff;
	padding: 1px;
	margin: 0 10px 10px 0;
}
.internalImgRight {
	float: right;
	border: 1px dotted #ccc;
	background: #fff;
	padding: 1px;
	margin: 0 0 10px 10px;
}
/*
-------------------------------------------------------
Sitemap Stylin
-------------------------------------------------------
*/

#sitemap, #sitemap ul, #sitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitemap {
	background: url(/inc/line1.gif) repeat-y;
}
#sitemap li {
	line-height: 20px;
	margin-top: 1px;
	position: relative;
	width: 100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li {
	float: left;
	display: inline;
}
#sitemap li a {
	padding-left: 28px;
}
#sitemap li span {
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	cursor: auto;
	font-size: 0;
}
#sitemap li span, #sitemap li span.collapsed {
	background: url(/img/collapsed.gif) no-repeat 0 0;
}
#sitemap li span.expanded {
	background: url(/img/expanded.gif) no-repeat 0 0;
}
/* sub levels */

#sitemap li ul {
	margin-left: 28px;
	background: url(/img/line1.gif) repeat-y;
}
#sitemap li li {
	background: url(/img/line2.gif) no-repeat 0 0;
}
/* etc. */

/* float fix */

#sitemap:after, #sitemap ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sitemap, #sitemap ul {
	display: block;
}
#sitemap, #sitemap ul {
	min-height: 1%;
}
* html #sitemap, * html #sitemap ul {
	height: 1%;
}
#sitemap ul {
	display: none;
}
/* contactus */
.contact-details {
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
