html, body{
	margin:0;
	padding:0;
	background:#fff none;
}

body{
	font-size:0.72em;
	color:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

p{
 padding:10px 0px;
 margin:0px;
 clear:both;
 line-height:1.5em;
}

img{
 margin:0px;
 padding:0;
 border:none;
 float:none;
}


h1 { /* this is the main header */
 font-size:170%;
 font-weight:normal;
 color:#292929;
 width:574px;
 margin:0px 0px 0px 0px;
 padding:5px 0px 5px 0px;
 text-align:left;
 background:#fff;
 border-top:solid 3px #e8e8e8;
 clear:both;
}

h2 { /* this is the secondary header */
 font-size:140%;
 font-weight:normal;
 color:#3863a2;
 text-align:left;
 margin:0px 0px 0px 0px;
 padding:5px 0px;
 clear:left;
}

.Band {
 font-weight:normal;
 background:transparent none;
 color:#292929;
 font-weight:bold;
 padding:10px 0px 5px 0px;
 font-size:100%;
}

h3 { /* this is the tertiary header */
 font-size:100%;
 font-weight:bold;
 color:#000;
 margin:0px 0px 0px 0px;
 padding:5px 0px 5px 0px;
 text-align:left;
 clear:left;
}
h3 a:link{color:#434c6c; font-weight:bold; text-decoration:none;}
h3 a:visited{color:#434c6c; font-weight:bold; text-decoration:none;}
h3 a:hover{color:#434c6c; font-weight:bold; text-decoration:underline;}

h4 {
 font-size:90%;
 font-weight:bold;
 margin:0px 0px 0px 0px;
 padding:5px 0px 5px 0px;
 text-align:left;
 clear:left;
}

a:link
{
 color:#4f79b7;
 text-decoration:none;
}

a:visited
{
 color:#4f79b7;
 text-decoration:none;
}

a:hover
{
 color:#4f79b7;
 text-decoration:underline;
}

.FindOutMore {
 background:transparent url(../I/Build/IconMore.gif) no-repeat top left;
 padding:0px 0px 0px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.ViewNewsItem {
 background:transparent url(../I/Build/IconNews.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.ViewCaseStudy {
 background:transparent url(../I/Build/IconCaseStudies.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.ViewPdf {
 background:transparent url(../I/Build/IconAcrobat.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.ViewDownload {
 background:transparent url(../I/Build/IconDownload.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.ViewShares {
 background:transparent url(../I/Build/IconShares.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.WebLink {
 background:transparent url(../I/Build/IconWeb.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.EmailLink {
 background:transparent url(../I/Build/IconEmail.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

.Login {
 background:transparent url(../I/Build/IconLogin.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
}

.MyAccount {
 background:transparent url(../I/Build/IconMyAccount.gif) no-repeat top left;
 padding:2px 0px 2px 22px;
}

.AddItem {
 background:transparent url(../I/Build/AddNews.gif) no-repeat top left;
 padding:4px 0px 0px 17px;
 float:left; /*-- float tag allows class to be viewed as a list item !to work 'p' tag needs to have clear:both;--*/
}

ul{
 list-style: disc url(../I/Build/Bullet.gif) outside;
 margin:0px 0px 0px 18px;
 padding:5px;
}

ol{
 list-style: decimal outside;
 margin:0px 0px 0px 18px;
 padding:5px;
}

li{
 padding:0px 0px 5px 0px;
 margin:0px 3px 0px 0px;
}

.Bold{
 font-weight:bold;
}

.Italic{
 font-style:italic;
}

.note
{
 font-size:90%;
}

.magenta
{
 color:#FF00D8;
}

.highlight01{
 color:#666666;
}

.highlight02{
 color:#333333;
}

#TableFinancial {
 width:100%;
 margin:0px 0px 15px 0px; /*-- Margin must remain as 0px if width is 100% --*/
 font-size:85%;
 background:transparent;
 caption-side:top;
 table-layout:auto;
 border-left:5px solid #FFFFFF;
 border-right:5px solid #FFFFFF;
 border-collapse:collapse;
 border-spacing:0;
}
#TableFinancial th, td{border:solid 1px #FFFFFF; padding:2px;}
#TableFinancial th{color:#333333 !important; vertical-align:bottom; font-weight:normal; border-left:solid 2px #FFFFFF; border-bottom:solid 1px #DDDDDD;}
#TableFinancial td{color:#666666 !important; vertical-align:top; font-weight:normal; border-left:solid 2px #FFFFFF; border-bottom:solid 1px #DDDDDD;}
#TableFinancial caption{text-align:left; font-size:100%; font-weight:bold; margin:0px 5px 0px 5px; padding:10px 0px 5px 0px; color:#9d9d9d; border-bottom:solid 1px #646464;}  

#TableFinancial .TextAlignLeft{text-align:left;}
#TableFinancial .TextAlignLeftBold{text-align:left; font-weight:bold;}
#TableFinancial .LeftAlignBaselineThin{border-bottom:solid 1px #333333; text-align:left;}
#TableFinancial .LeftAlignBaselineThinBold{border-bottom:solid 1px #333333; text-align:left; font-weight:bold;}
#TableFinancial .LeftAlignBaselineThick{border-bottom:solid 2px #333333; text-align:left;}
#TableFinancial .LeftAlignBaselineThickBold{border-bottom:solid 2px #333333; text-align:left; font-weight:bold;}

#TableFinancial .TextAlignRight{text-align:right;}
#TableFinancial .TextAlignRightBold{text-align:right; font-weight:bold;}
#TableFinancial .RightAlignBaselineThin{border-bottom:solid 1px #333333; text-align:right;}
#TableFinancial .RightAlignBaselineThinBold{border-bottom:solid 1px #333333; text-align:right; font-weight:bold;}
#TableFinancial .RightAlignBaselineThick{border-bottom:solid 2px #333333; text-align:right;}
#TableFinancial .RightAlignBaselineThickBold{border-bottom:solid 2px #333333; text-align:right; font-weight:bold;}

#TableFinancial .CentreAlign{text-align:center;}
#TableFinancial .CentreAlignBold{text-align:center; font-weight:bold;}
#TableFinancial .CentreAlignBaselineThin{border-bottom:solid 1px #333333; text-align:center;}
#TableFinancial .CentreAlignBaselineThinBold{border-bottom:solid 1px #333333; text-align:center; font-weight:bold;}

#TableFinancial .Brackets{padding:2px 0px 2px 2px; text-align:right;}
#TableFinancial .BracketsBold{padding:2px 0px 2px 2px; text-align:right; font-weight:bold;}
#TableFinancial .BracketsBaselineThin{padding:2px 0px 2px 2px; border-bottom:solid 1px #333333; text-align:right;}
#TableFinancial .BracketsBaselineThinBold{padding:2px 0px 2px 2px; border-bottom:solid 1px #333333; text-align:right; font-weight:bold;}
#TableFinancial .BracketsBaselineThick{padding:2px 0px 2px 2px; border-bottom:solid 2px #333333; text-align:right;}
#TableFinancial .BracketsBaselineThickBold{padding:2px 0px 2px 2px; border-bottom:solid 2px #333333; text-align:right; font-weight:bold;}
#TableFinancial .BracketsBackgroundColour{padding:2px 0px 2px 2px; background-color:#eeeeef; text-align:right;}
#TableFinancial .BracketsBackgroundColourBold{padding:2px 0px 2px 2px; background-color:#eeeeef; text-align:right; font-weight:bold;}
#TableFinancial .BracketsBackgroundColourBaselineThin{padding:2px 0px 2px 2px; background-color:#eeeeef; border-bottom:solid 1px #333333; text-align:right;}
#TableFinancial .BracketsBackgroundColourBaselineThinBold{padding:2px 0px 2px 2px; background-color:#eeeeef; border-bottom:solid 1px #333333; text-align:right; font-weight:bold;}
#TableFinancial .BracketsBackgroundColourBaselineThick{padding:2px 0px 2px 2px; background-color:#eeeeef; border-bottom:solid 2px #333333; text-align:right;}
#TableFinancial .BracketsBackgroundColourBaselineThickBold{padding:2px 0px 2px 2px; background-color:#eeeeef; border-bottom:solid 2px #333333; text-align:right; font-weight:bold;}

#TableFinancial .BackgroundColourLeftAlign{background-color:#eeeeef; text-align:left;}
#TableFinancial .BackgroundColourLeftAlignBold{background-color:#eeeeef; text-align:left; font-weight:bold;}
#TableFinancial .BackgroundColourLeftAlignBaselineThin{background-color:#eeeeef; text-align:left; border-bottom:solid 1px #333333;}
#TableFinancial .BackgroundColourLeftAlignBaselineThinBold{background-color:#eeeeef; text-align:left; font-weight:bold; border-bottom:solid 1px #333333;}
#TableFinancial .BackgroundColourLeftAlignBaselineThick{background-color:#eeeeef; text-align:left; border-bottom:solid 2px #333333;}
#TableFinancial .BackgroundColourLeftAlignBaselineThickBold{background-color:#eeeeef; text-align:left; font-weight:bold; border-bottom:solid 2px #333333;}
#TableFinancial .BackgroundColourRightAlign{background-color:#eeeeef; text-align:right;}
#TableFinancial .BackgroundColourRightAlignBold{background-color:#eeeeef; text-align:right; font-weight:bold;}
#TableFinancial .BackgroundColourRightAlignBaselineThin{background-color:#eeeeef; text-align:right; border-bottom:solid 1px #333333;}
#TableFinancial .BackgroundColourRightAlignBaselineThinBold{background-color:#eeeeef; text-align:right; font-weight:bold; border-bottom:solid 1px #333333;}
#TableFinancial .BackgroundColourRightAlignBaselineThick{background-color:#eeeeef; text-align:right; border-bottom:solid 2px #333333;}
#TableFinancial .BackgroundColourRightAlignBaselineThickBold{background-color:#eeeeef; text-align:right; font-weight:bold; border-bottom:solid 2px #333333;}
#TableFinancial .BackgroundColourCentreAlign{background-color:#eeeeef; text-align:center;}
#TableFinancial .BackgroundColourCentreAlignBold{background-color:#eeeeef; text-align:center; font-weight:bold;}
#TableFinancial .BackgroundColourCentreAlignBaselineThin{background-color:#eeeeef; text-align:center; border-bottom:solid 1px #333333;}
#TableFinancial .BackgroundColourCentreAlignBaselineThinBold{background-color:#eeeeef; text-align:center; font-weight:bold; border-bottom:solid 1px #333333;}
#TableFinancial .BackgroundColourCentreAlignBaselineThick{background-color:#eeeeef; text-align:center; border-bottom:solid 2px #333333;}
#TableFinancial .BackgroundColourCentreAlignBaselineThickBold{background-color:#eeeeef; text-align:center; font-weight:bold; border-bottom:solid 2px #333333;}

/* build elements start */

#BodyTop{
	text-align:center;
	background:#292929 url(../I/Build/BodyTop.gif) repeat-x top left;

}

#BodyMiddle{
	text-align:center;
	background:#fff none;
}

#BodyBottom{
	text-align:center;
	background:#fff none;
}

#Container
{
 margin:0px auto 0px auto;
 padding:0px 0px 0px 0px;
 text-align:left;
 width:944px;
 height:auto;
 background:#fff none !important;
 border-top:solid 22px #fff;
}html>body #Container {width:944px;}

/* top section starts */

#TopSection {
	width:944px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	text-align:left;
	background:transparent none;
z-index:100;
}* html #TopSection {width:944px;}

#TopPanel /* Top login panel - seperate to #TopSection */
{
 color:#fff;
 margin:0px;
 width:914px;
 line-height:normal;
 text-align:left;
 background:#46365f;
}
#TopPanel p{padding:7px 10px 7px 6px; clear:none;}
#TopPanel ul{float:right; list-style:none; padding:0px 10px 0px 10px; margin:0px;}
#TopPanel li{ float:left; padding:0; margin:0px; padding:7px 0px 7px 10px;}
#TopPanel a{color:#FFFFFF; font-size:90%; padding:1px 0px 6px 17px;}

#Logo
{
 padding:0px 0px 0px 0px;
 width:232px;
 margin:0px 0px 0px 0px;
 clear:none;
 float:left;
z-index:99;
position:relative;
display:block;
}#Logo img{margin:0px; padding:0px;}

#LogoPrint
{
 display:none;
}

#Strapline{
 float:right;
 width:256x;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
 background:transparent none;
 z-index:98;
 position:relative;







}

#StraplinePrint{
 display:none;
}

#LoginPanel
{
 display:none;
 background:transparent none;
 padding:5px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 float:none;
 clear:both;
 width:200px;
}
#LoginPanel p{padding:5px;}
#LoginPanel a{color:#fff;}

#Login
{
 padding: 12px 14px 0px 0px;
 margin: 0px 0px 0px 0px;
 float:right;
 clear:both;
}
#Login a:link{color:#000; text-decoration:none;}
#Login a:visited{color:#000; text-decoration:none;}
#Login a:hover{color:#000; text-decoration:underline;}

#Ticker
{
 width:944px;
 background:#baa27c url(../I/Build/TickerBg.gif) repeat-x center center;
 border-bottom:solid 8px #ffffff;
 height:38px;
}
#Ticker a img{margin:4px;}

#Ticker table
{
 float:left;
 width:auto;
 margin:0px;
 font-size:11px;
 caption-side:top;
 table-layout:auto;
 border-collapse:collapse;
 border-spacing:0;
 color:#FFFFFF;
 border:none;
} html>body #Ticker table{width:auto;height:auto;}
#Ticker th, #Ticker td{border-left:solid 2px #FFFFFF;border-right:solid 2px #FFFFFF; border-top:none 0px #FFFFFF;border-bottom:none 0px #FFFFFF; padding:3px 7px 3px 7px;}
#Ticker th{background-color:#baa27c; vertical-align:top; color:#FFFFFF; font-weight:bold;text-align:center; }
#Ticker td{background-color:#987b50; vertical-align:top; padding:2px 7px 2px 7px; text-align:center; }
#Ticker caption{ text-align:left; font-size:110%; font-weight:bold; margin:0px; padding:10px 0px 10px 5px; color:#D42D12;}
#Ticker .LSX{float:left; margin:4px; padding:0px;}
#Ticker .ASX{float:right; margin:0px 0px 0px 5px; padding:0px; background:#987b50; border-left:solid 2px #fff;}
#Ticker td img{float:none;}
#Ticker p {text-align:right; color:#FFFFFF; font-size:80%; padding:4px 5px 0px 4px; border-right:solid 2px #ffffff;}
#Ticker p a {color:#FFFFFF;}

#Header
{
 float:none;
 clear:both;
 margin:0px;
 padding:0px 0px 0px 0px;
 width:944px;
 line-height:normal;
 border-top:none;
 border-bottom:solid 0px #999999;
 background:transparent;
}

#Header ul {
 list-style:none;
 padding:0;
 margin:0px;
}

#Header li{
 float:left;
 padding:17px 0px 0px 0px;
 margin:0px;
}

#Header a {
 float:left;
 font-size:90%;
 display:block;
 text-transform:uppercase;
 color:#fff;
 text-decoration:none;
 background:transparent none;
 padding:0px 12px 10px 12px;
 font-weight:bold;
 border-right:1px solid #494949;
}/* Commented Backslash Hack hides rule from IE5-Mac \*/
#Header a {float:none;}
/* End IE5-Mac hack */

#Header a:hover{
 background:#424242 url(../I/Build/BgHeaderSelected.gif) repeat-x bottom left;
 color:#fff;
}

#Header .Selected{text-decoration:none; color:#fff;  background:#424242 url(../I/Build/BgHeaderSelected.gif) repeat-x bottom left;}

/*-- SiteMenu starts if more than two site options change li width --*/

#SiteMenu
{
 float:right;
 margin:0px 0px 12px 0px;
 padding:0px;
 width:700px;
 line-height:normal;
}
#SiteMenu #Header {float:right; width:auto; margin:0px; padding:0px; border-bottom:none;}
#SiteMenu #Header ul {list-style:none; float:right;}
#SiteMenu #Header li {float:left; width:auto; padding:0px; margin:0px;}
 html>body #SiteMenu #Header li {width:auto;}

#SiteMenu #Header a {
 float:left;
 font-size:100%;
 font-weight:bold;
 display:block;
 color:#FFFFFF;
 text-decoration:none;
 background:#a7a9ab url(../I/Build/BgSiteMenuUp.gif) no-repeat bottom left;
 padding:9px 13px 11px 25px;
 border:none;
}/* Commented Backslash Hack hides rule from IE5-Mac \*/
#SiteMenu #Header a {float:none;}
/* End IE5-Mac hack */

#SiteMenu #Header a:hover{
 color:#FFFFFF;
 border-bottom:0px solid #FFFFFF;
 background:#9b9da0 url(../I/Build/BgSiteMenuHover.gif) no-repeat bottom left;
}
#SiteMenu #Header .Selected{
 background:#292929 url(../I/Build/BgSiteMenuSelected.gif) no-repeat bottom left;
 color:#FFFFFF;
}

/*-- SiteMenu Ends --*/


.SearchPanel
{
 width:auto;
 padding:2px 0px;
 margin:-1px 0px 0px 0px;
 border-top:solid 1px #dbdbdb;
 border-bottom:solid 1px #dbdbdb; 
 background:#f6f6f6 url(../I/Build/BgSearchBanner.gif) repeat-y top left;
}
.SearchPanel h2{font-size:100%; padding:0px 5px;}
.SearchPanel h3{font-size:100%; padding:0px 5px;}
.SearchPanel h4{font-size:100%; padding:2px 5px 0px 5px;}
.SearchPanel p{font-size:90%;text-align:right; margin:0px; padding:0px;}
.SearchPanel .TextBox{width:135px; margin:5px 2px;}
.SearchPanel .BtnSearch{margin:0px; padding:0px; clear:both;}

.SearchTopPanel
{
 width:162px;
 height:18px;
 text-align:right;
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 background:Transparent none;
z-index:98;
position:relative;
clear:right;
}
.SearchTopPanel .TextBox{width:135px; margin:0px 0px 4px 0px;}
 html>body .SearchTopPanel .TextBox{margin:0px 0px 5px 0px;}
.SearchTopPanel .BtnSearch{margin:0px 0px 0px 0px;}
 html>body .SearchTopPanel .BtnSearch{margin:0px 0px -5px 0px;}

/* top section ends */

/* body content starts */

#Content
{
 float:left;
 width:574px;
 text-align:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}

#Content2
{
	float:left;
	width:772px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#Content2 #Bread{width:772px;}
#Content2 h1{width:772px;}

#ContentHome
{
 float:left;
 width:745px;
 text-align:left;
 margin:0px 0px 0px 0px;
 padding:0px;
}

/*-- Site Search --*/

#ContentSearch{
 float:left;
 width:944px;
 text-align:left; 
 margin:0px;
 padding:0px;
}
#ContentSearch .Button{margin:0px;}
#ContentSearch .TextBox{margin:0px; background-color:#F1F4F8; width:150px;}
#ContentSearch h1{width:944px;}
#ContentSearch #Bread{}
 html>body #ContentSearch #Bread{}
#ContentSearch .texis{font-size:80%; padding:5px;}
#ContentSearch .texis img{padding:0px 0px 3px 3px;}

h6{text-align:center;}

#SearchBanner
{
 width:944px;
 padding:5px;
 margin:0px 0px 0px 0px;
 border-top:solid 1px #dbdbdb;
 border-bottom:solid 1px #dbdbdb; 
 background:#f6f6f6 url(../I/Build/BgSearchBanner.gif) repeat-y top left;
}
 html>body #SearchBanner{width:934px;}

#SearchError{width:944px; margin:0px; padding:5px; background:#999 none; color:#FFFFFF; border-bottom:8px solid #ffffff;}
 html>body #SearchError{width:934px;}

/*-- Site Search End --*/

#ContentPopup
{
 width:944px;
 text-align:left;
 margin:0px;
 padding:0px 0px 30px 0px;
}#ContentPopup h1{width:944px; float:left;}
html>body #ContentPopup h1 {width:918px; float:none;}

#ContentPopup #PopupColumn1
{
 float:left;
 width:908px;
 margin:0px 10px 0px 10px;
}

#ContentAdmin
{
 width:944px;
 text-align:center;
 margin:0px;
 padding:0px 0px 30px 0px;
}#ContentAdmin h1{width:944px; float:left;}
html>body #ContentAdmin h1 {width:918px; float:none;}

.AdminLogin{
 width:350px;
 margin:30px auto 0px auto;
 text-align:left;
}.AdminLogin p{padding:5px 5px 5px 0px; margin:3px 0px 0px 0px;}

#Bread {
 float:left;
 text-align:left;
 font-size:95%;
 margin:0px 0px 0px -2px;
 width:574px;
 background:#fff;
 border-top:none;
 padding:6px 0px 6px 0px;
}

#Bread a {}

#Bread ul {
 margin:0;
 padding:0;
 display:inline;
 border:none;
} 

#Bread ul li {
 margin:0;
 padding-left:2px;
 border:none;
 list-style:none;
 display:inline;
 text-transform:lowercase;
}

.Spacer
{
 float:left;
 padding:10px;
}

.SpacerHome
{
 float:left;
 padding:1px 1px 1px 0px;
}

.SpacerContact
{
 float:left;
 padding:1px 1px 0px 0px;
}

.Margin{
 padding:11px; float:left;
}

.ClearBoth{
 content: ".";
 display: block;
 height: 0;
 font-size:0;
 clear: both;
 visibility:hidden;
}

.ClearLeft{
 clear:left;
 content: ".";
 display: block;
 height: 0;
 font-size:0;
 visibility:hidden;
}

#FlashElement{
 float:none;
 padding:0px 0px 0px 0px;
 margin:0;
 width:745px;
}
#FlashElement object{margin:0px;}


.HomeColumn1
{
	float:left;
	width:253px;
	padding:10px 0px;
	margin:0px;
	background:#fff none;
	border-bottom:solid 20px #FFFFFF;
	border-top:solid 20px #FFFFFF;
}/* IF A HEADING IS GIVEN A NEGATIVE TOP MARGIN A GULLOTINE EFFECT WILL OCCUR!!! */
html>body .HomeColumn1{height:auto;}
.HomeColumn1 h2{padding:0px 15px 5px 15px;}
.HomeColumn1 h3{padding:3px 15px 3px 15px;}
.HomeColumn1 h4{padding:3px 15px 3px 15px;}
.HomeColumn1 p{padding:5px 15px 5px 15px;}
.HomeColumn1 a{}
.HomeColumn1 p img{border-top:solid 5px #FFFFFF;}
.HomeColumn1 img{margin:0px 15px 0px 15px; padding:0px 0px 0px 0px; border:solid 2px #494949;}


/*-Scheme0--*/
.Scheme0 h2{background:#0ab89a url(../I/Build/HomeColumn1Scheme0H2.gif) no-repeat bottom right;}

/*-Scheme1--*/
.Scheme1{background:transparent none; width:203px;}
.Scheme1 p{font-weight:normal; padding:5px;}
.Scheme1 h2{font-weight:bold;}
.Scheme1 img{margin:0px; padding:0px; border-bottom:solid 0px #FFFFFF;}

/*-Scheme2--*/
.Scheme2{background:transparent none; width:203px;}
.Scheme2 p{font-weight:normal; padding:5px;}
.Scheme2 h2{font-weight:bold;}
.Scheme2 img{margin:0px; padding:0px; border-bottom:solid 0px #FFFFFF;}

/*-HozPanel--*/
.HomeColumn1 .Hozpanel{width:203px; background:transparent none; border:none; }
.HomeColumn1 .Hozpanel img{border:none; float:left; border:solid 5px #ffffff; }
.HomeColumn1 .Hozpanel h2{background:transparent none; color:#000; float:right; border:none; padding:20px 10px 0px 10px; font-weight:bold; font-size:90%; width:160px;}
.HomeColumn1 .Hozpanel p{font-size:80%;}
 html>body .HomeColumn1 .Hozpanel h2{width:140px;}


.HomeColumn2
{
	float:left;
	width:239px;
	padding:10px 0px;
	margin:0px;
	background:#fff url(../I/Build/HomeColumn1.gif) repeat-y top left;
	border-bottom:solid 20px #FFFFFF;
	border-top:solid 20px #FFFFFF;
}/* IF A HEADING IS GIVEN A NEGATIVE TOP MARGIN A GULLOTINE EFFECT WILL OCCUR!!! */
html>body .HomeColumn1{height:auto;}
.HomeColumn2 h2{padding:0px 0px 5px 15px;}
.HomeColumn2 h3{padding:3px 0px 3px 15px;}
.HomeColumn2 h4{padding:3px 0px 3px 15px;}
.HomeColumn2 p{padding:5px 0px 5px 15px;}
.HomeColumn2 a{}
.HomeColumn2 p img{border-top:solid 5px #FFFFFF;}
.HomeColumn2 img{margin:0px 0px 0px 15px; padding:0px 0px 0px 0px; border:solid 2px #494949;}

.HomeColumn3
{
	float:left;
	width:253px;
	padding:9px 0px;
	margin:20px 0px;
	background:#d8e0ec url(../I/Build/HomeColumn3.gif) repeat-y top left;
	border-bottom:solid 1px #9eaec8;
	border-top:solid 1px #9eaec8;
}/* IF A HEADING IS GIVEN A NEGATIVE TOP MARGIN A GULLOTINE EFFECT WILL OCCUR!!! */
html>body .HomeColumn1{height:auto;}
.HomeColumn3 h2{padding:0px 15px 5px 15px;}
.HomeColumn3 h3{padding:3px 15px 3px 15px;}
.HomeColumn3 h4{padding:3px 15px 3px 15px;}
.HomeColumn3 p{padding:5px 15px 5px 15px;}
.HomeColumn3 a{}
.HomeColumn3 p img{border-top:solid 5px #FFFFFF;}
.HomeColumn3 img{margin:0px 15px 0px 15px; padding:0px 0px 0px 0px; border:solid 2px #3963bb;}

#ColumnSpan1 {
	float:left;
	width:188px;
	padding:0px 0px 0px 0px;
	margin:0px;
}/* IF A HEADING IS GIVEN A NEGATIVE TOP MARGIN A GULLOTINE EFFECT WILL OCCUR!!! */
#ColumnSpan1 P{margin:0px 0px 0px 0px;}
#ColumnSpan1 h2{margin:0px 0px 0px 0px;}
#ColumnSpan1 h3{margin:0px 0px 0px 0px;}
#ColumnSpan1 p img{margin:-10px 0px -10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949; clear:both;}
#ColumnSpan1 img{margin:0px 0px 10px 0px; padding:0px; border:solid 2px #494949; clear:both;}

#ColumnSpan2 {
	float:left;
	width:363px;
	padding:0px 0px 0px 0px;
	margin:0px;
}/* IF A HEADING IS GIVEN A NEGATIVE TOP MARGIN A GULLOTINE EFFECT WILL OCCUR!!! */
#ColumnSpan2 P{margin:0px 0px 0px 0px;}
#ColumnSpan2 h2{margin:0px 0px 0px 0px;}
#ColumnSpan2 h3{margin:0px 0px 0px 0px;}
#ColumnSpan2 p img{margin:-10px 0px -10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949; clear:both;}
#ColumnSpan2 img{margin:0px 0px 10px 0px; padding:0px; border:solid 2px #494949; clear:both;}

#ColumnSpan3 {
	float:left;
	width:574px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
} /* IF A HEADING IS GIVEN A NEGATIVE TOP MARGIN A GULLOTINE EFFECT WILL OCCUR!!! */
#ColumnSpan3 P{margin:0px 0px 0px 0px;}
#ColumnSpan3 h2{margin:0px 0px 0px 0px;}
#ColumnSpan3 h3{margin:0px 0px 0px 0px;}
#ColumnSpan3 p img{margin:-10px 0px -10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949; clear:both;}
#ColumnSpan3 img{margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949;}

#FiftyPercentColumn01 {
	float:left;
	width:277px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#FiftyPercentColumn01 p{margin:0px 0px 0px 0px;}
#FiftyPercentColumn01 h2{margin:0px 0px 0px 0px;}
#FiftyPercentColumn01 h3{margin:0px 0px 0px 0px;}
#FiftyPercentColumn01 p img{margin:-10px 0px -10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949;}
#FiftyPercentColumn01 img{margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949;}
/*-- Contact Form --*/
#FiftyPercentColumn01 .TextBox{border:solid 1px #d6d6d6; margin:3px 3px 3px 0px; width:90%;}

#FiftyPercentColumn02 {
	float:left;
	width:277px;
	padding:0px;
	margin:0px;
}
#FiftyPercentColumn02 p{margin:0px;}
#FiftyPercentColumn02 h2{margin:0px;}
#FiftyPercentColumn02 h3{margin:0px;}
#FiftyPercentColumn02 p img{margin:-10px 0px -10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949; clear:both;}
#FiftyPercentColumn02 img{margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; border:solid 2px #494949;}
/*-- Contact Form --*/
#FiftyPercentColumn02 .TextBox{border:solid 1px #d6d6d6; margin:3px 3px 3px 0px; width:90%;}

.HozPanel
{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #d6d6d6;
	width:100%;
	margin:-1px 0px 0px 0px;
	background:transparent none;
	clear:left;
}
.HozPanel img{padding:0px 0px 0px 0px; float:right; margin:10px 0px 0px 0px; border:solid 3px #fff;}
.HozPanel p{margin:0px; clear:none;}
.HozPanel h2{margin:0px;}
.HozPanel h3{margin:0px;}
.HozPanel h4{margin:0px;}
.HozPanel h3 a{margin:0px; padding:0px 5px 5px 0px; font-size:100%;}


.NewsPanel
{
 padding:6px 0px 6px 0px;
 border-top:solid 1px #dbdbdb;
 border-bottom:solid 1px #dbdbdb; 
 width:574px;
 margin:-1px 0px 0px 0px;
 background:#f6f6f6 url(../I/Build/BgNewsPanel.gif) repeat-y top left;
 clear:left;
}
.NewsPanel img{padding:0px; float:right; margin:5px;}
.NewsPanel p{margin:0px; padding:5px 12px 5px 12px; clear:none; font-size:95%;}
.NewsPanel h2{margin:0px; padding:5px; font-size:120%;}
.NewsPanel h3{margin:0px; padding:5px 5px 5px 12px; font-size:95%; color:#3863a2;}
.NewsPanel h4{margin:0px; padding:5px; font-size:95%; font-weight:normal; color:#000;}
.NewsPanel h3 a{margin:0px; padding:0px 5px 5px 0px; font-size:100%; color:#4f79b7;}
.NewsPanel h3 .FindOutMore{margin:0px; padding:2px 5px 5px 25px;}
.NewsPanel h3 .ViewPdf {margin:0px; padding:3px 0px 5px 23px;}
.NewsPanel h3 .ViewDownload {margin:0px; padding:3px 0px 5px 23px;}
 
.RNSPanel
{
 padding:2px 0px 3px 0px;
 border-top:solid 1px #dbdbdb;
 border-bottom:solid 1px #dbdbdb; 
 width:772px;
 margin:-1px 0px 0px 0px;
 background:#f6f6f6 url(../I/Build/BgRNSPanel.gif) repeat-y top left;
 clear:left;
}
.RNSPanel img{padding:0px; float:right; margin:5px;}
.RNSPanel p{margin:0px; padding:5px; clear:none;}
.RNSPanel h2{margin:0px; padding:5px; font-size:120%;}
.RNSPanel h3{margin:0px; padding:5px; font-size:95%; color:#3863a2;}
.RNSPanel h4{margin:0px; padding:5px; font-size:95%; font-weight:normal; color:#000;}
.RNSPanel h3 a{margin:0px; padding:0px 5px 5px 0px; font-size:100%; color:#4f79b7;}
.RNSPanel h3 .FindOutMore{margin:0px; padding:0px 5px 5px 20px;}
.RNSPanel h3 .ViewPdf {margin:0px; padding:3px 0px 5px 23px;}
.RNSPanel h3 .ViewDownload {margin:0px; padding:3px 0px 5px 23px;}

.ContactPanel
{
 padding:6px 0px 0px 0px;
 border-top:solid 1px #dbdbdb;
 border-bottom:solid 1px #dbdbdb; 
 width:574px;
 margin:-1px 0px 0px 0px;
 background:#f6f6f6 url(../I/Build/BgNewsPanel.gif) repeat-y top left;
 clear:left;
}
.ContactPanel img{padding:0px; float:right; margin:5px;}
.ContactPanel p{margin:0px; padding:5px; clear:none; font-size:95%;}
.ContactPanel h2{margin:0px; padding:5px 5px 0px 12px; font-size:95%;}
.ContactPanel h2 a{margin:0px; padding:0px 0px 0px 0px; font-weight:bold; color:#4f79b7;}
.ContactPanel h2 .EmailLink{margin:0px; padding:2px 5px 5px 25px;}
.ContactPanel h3{margin:0px; padding:5px 12px 5px 5px; font-size:95%; color:#3863a2;}
.ContactPanel h4{margin:0px; padding:5px; font-size:95%; font-weight:normal; color:#000;}


.LineBreaker{
 clear:both;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 width:100%;
 height:8px;
 min-height:8px;
 overflow:hidden;
 background:transparent url(../I/Build/BgLineBreaker.gif) repeat-x top left;
}

#LeftContent /* This is used on the admin page do not delete */
{
 float:left;
 width:auto;
 margin:0px;
}

.EnquiryForm
{
 margin-left:10px;
}


.TextBox
{
 margin:1px 10px 1px 0px;
 background-color:#FAFAFA;
 font:x-small/110% Arial, Verdana, Helvetica, sans-serif;
 font-size:11px;
 width:200px;
 padding-left:2px;
 border:1px solid #2E375E;
}

.TextArea
{
 margin:1px 10px 1px 5px;
 background-color:#FAFAFA;
 font:x-small/110% Arial, Verdana, Helvetica, sans-serif;
 font-size:11px;
 width:200px;
}

.Button
{
 margin:5px 0px 5px 0px;
 padding:2px 10px;
 background:#666 url(../I/Build/BgButton.gif) no-repeat top left;
 border-top:solid 1px #666;
 border-left:solid 1px #434c6c;
 border-right:solid 1px #000000;
 border-bottom:solid 1px #000000;
 color:#FFFFFF;
 font:x-small/110% Arial, Verdana, Helvetica, sans-serif;
 font-size:11px;
}

.Datagrid
{
 width:578px;
 font-size:100%;
 border:solid 1px #ffffff;
}
.Datagrid td {padding:2px 2px 2px 5px;}
.Datagrid th {padding:8px 2px 0px 1px;}

.DataGridItem
{
 background-color:#D6DCE5;
}

.DatagridPager
{
 background-color:#CCD9E8;
}

.DatagridAlternate
{
}

.DatagridHeader
{
 background-color:#cccccc;
 text-align:left;
 color:#FFFFFF;
 text-transform:uppercase;
}

/* Right Panel Content */

#RightBodyContent
{
 float:left;
 width:176px;
 padding:0px;
 margin:0px 0px 0px 0px;
 background:transparent none;
}

.RightPanelHead01
{
 width:156px;
 padding:0px 10px 0px 10px;
 margin:0px 0px 0px 0px;
 text-align:left;
 background:#f6f6f6 url(../I/Build/BgRightPanelHead01.gif) repeat-y top left;
 border-top:solid 1px #dbdbdb;
}* html .RightPanelHead01{width:176px;}
.RightPanelHead01 h2{font-size:110%; font-weight:bold; color:#353535; padding:10px 0px 4px 0px; background:transparent none; border-bottom:solid 3px #cbcbcb;}

.RightPanel01
{
 width:156px;
 padding:10px 10px 0px 10px;
 margin:0px 0px 0px 0px;
 text-align:left;
 background:#f6f6f6 url(../I/Build/BgRightPanel01.gif) repeat-y top left;
 border-bottom:solid 1px #dbdbdb;
}* html .RightPanel01{width:176px;}
.RightPanel01 h3{font-size:110%; padding:4px 0px 0px 0px; font-weight:normal;}
.RightPanel01 h3 a:link, .RightPanel01 h3 a:visited{color:#4f79b7; text-decoration:none;}
.RightPanel01 h3 a:hover{text-decoration:underline; }
.RightPanel01 h4{font-size:95%; color:#5e5d5d; padding:0px 0px 5px 0px; font-weight:normal; width:auto;}
.RightPanel01 p{font-size:95%; color:#000; padding:5px 0px 0px 0px; float:none; clear:none;}
.RightPanel01 img{float:left; clear:none; width:60px; margin:0px 5px 5px -9px; padding:0px 0px 0px 0px;}
.RightPanel01 a:link, .RightPanel01 a:visited, .RightPanel01 a:hover{font-weight:normal; clear:none;}
.RightPanel01 .ViewPdf{clear:both;}

.RightPanelHead02
{
 width:156px;
 padding:0px 10px 0px 10px;
 margin:10px 0px 0px 0px;
 text-align:left;
 background:#f6f6f6 url(../I/Build/BgRightPanelHead02.gif) repeat-y top left;
 border-top:solid 1px #dbdbdb;
}* html .RightPanelHead02{width:176px;}
.RightPanelHead02 h2{font-size:110%; font-weight:bold; color:#353535; padding:10px 0px 4px 0px; background:transparent none; border-bottom:solid 3px #cbcbcb;}

.RightPanel02
{
 width:156px;
 padding:5px 10px 5px 10px;
 margin:0px 0px 0px 0px;
 text-align:left;
 background:#f6f6f6 url(../I/Build/BgRightPanel02.gif) repeat-y top left;
 border-bottom:solid 1px #dbdbdb;
}* html .RightPanel02{width:176px;}
.RightPanel02 h3{font-size:110%; padding:4px 0px 0px 0px; font-weight:normal;}
.RightPanel02 h3 a:link, .RightPanel02 h3 a:visited{color:#4f79b7; text-decoration:none;}
.RightPanel02 h3 a:hover{text-decoration:underline; }
.RightPanel02 h4{font-size:95%; color:#5e5d5d; padding:0px 0px 5px 0px; font-weight:normal; width:auto;}
.RightPanel02 p{font-size:95%; padding:8px 8px 24px 0px; float:none; clear:both;}
.RightPanel02 img{float:left; clear:none; width:69px;}
.RightPanel02 a:link, .RightPanel02 a:visited, .RightPanel02 a:hover{font-weight:normal;}
 .RightPanel02 .ViewPdf, .RightPanel02 .ViewNewsItem{float:left;}
 .RightPanel02 .FindOutMore{float:left !important;} 

.RightPanel02Highlight
{
 width:176px;
 padding:2px 0px;
 text-align:left;
 background:#eaeaea none;
 border-bottom:solid 1px #FFFFFF;
}

.RightPanel02Highlight h3{font-size:100%; padding:1px 5px;}
.RightPanel02Highlight h4{font-size:100%; color:#2E375E; padding:2px 5px 0px 5px; font-weight:normal; width:auto;}
.RightPanel02Highlight p{font-size:90%;}
.RightPanel02Highlight img{float:right;}

.RightPanelHead03
{
 width:156px;
 padding:0px 10px 0px 10px;
 margin:10px 0px 0px 0px;
 text-align:left;
 background:#f6f6f6 url(../I/Build/BgRightPanelHead03.gif) repeat-y top left;
 border-top:solid 1px #dbdbdb;
}* html .RightPanelHead03{width:176px;}
.RightPanelHead03 h2{font-size:110%; font-weight:bold; color:#353535; padding:10px 0px 4px 0px; background:transparent none; border-bottom:solid 3px #cbcbcb;}

.RightPanel03
{
 width:156px;
 padding:5px 10px 5px 10px;
 margin:0px 0px 0px 0px;
 text-align:left;
 background:#f6f6f6 url(../I/Build/BgRightPanel03.gif) repeat-y top left;
 border-bottom:solid 1px #dbdbdb;
}* html .RightPanel03{width:176px;}
.RightPanel03 h2{padding:4px 0px 0px 0px; margin:0px; font-size:105%;}
.RightPanel03 h3{font-size:95%; float:left; width:75px; clear:none !important; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-weight:normal;}
.RightPanel03 h3 a:link, .RightPanel03 h3 a:visited{color:#4f79b7; text-decoration:none;}
.RightPanel03 h3 a:hover{text-decoration:underline; }
.RightPanel03 h4{font-size:95%; color:#5e5d5d; padding:0px 0px 5px 0px; font-weight:normal; width:auto;}
.RightPanel03 p{font-size:90%; color:#5e5d5d; padding:5px 0px; float:none; clear:none;}
.RightPanel03 img{ display:none; }
.RightPanel03 a:link, .RightPanel03 a:visited, .RightPanel03 a:hover{font-weight:normal; clear:none; }

.FloatRight{
 float:right;
}

/* End Right Panel Content */

/* body content ends */

/* footer starts */

#Footer
{ 
 font-size:95%;
 text-align:left;
 width:944px;
 margin:10px auto 0px auto;
 padding:5px 0px 5px 0px;
 color:#9d9d9d;
 background:#f6f6f6 url(../I/Build/BgFooter.gif) repeat-y top left;
 clear:both;
 border-top:solid 1px #dbdbdb;
 border-bottom:solid 1px #dbdbdb;
}#Footer p {color:#9d9d9d; padding:5px 10px 5px 10px; clear:none;}
#Footer a {}

#RightFooterLink
{
 float:right;
 text-align:right;
 margin:0px;
 padding:0px;
 clear:both;
 width:150px;
}
#RightFooterLink p{padding:0px 10px 0px 5px; clear:none;}

#FooterLinks
{
 float:none;
 padding:0px;
 margin:0px;
}
#FooterLinks p{padding:0px 5px 0px 13px; clear:none;}

#AccessKeys
{
 width:944px;
 margin:0px auto 0px auto;
 padding:0px;
 text-align:left;
 font-size:95%;
 background:transparent;
}
#AccessKeys a:link, #AccessKeys a:visited{text-decoration:none;}
#AccessKeys a:hover{text-decoration:underline;}
#AccessKeys p{padding:5px 5px 5px 0px; clear:none;}

/* footer ends */

/* build elements end */

.Selected
{
	text-decoration: none; color:#000; 
}