/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 20px;
	padding: 0px 0px 2em;
	font-size: 0.8em;
	color:#000;
	background-color:#ebebeb;
}

#base	{
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	
				
}

#skips {
	display: none;
}

/* BANNER AREA */


#banner {
	width: 763px;
	background-color:#FFFFFF;
	background-image:url(../images/webdesign/top_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:85px;
}

#logo	{
	height:67px;
	width:260px;
	margin:10px 0px 10px 10px;
	float:left;
	text-align:right;
}

#banner_login	{
	text-align:right;
	float:left;
	width:295px;
	margin-top:10px;
}

#banner_login a:link, #banner_login a:visited	{
	line-height: 2em;
	font-weight:bold;
	color:#009cb1;
	text-decoration:none;
	padding: 0 1em;
	margin-left:0.5em;
	background-image:url(../images/webdesign/arrow_orange.gif);
	background-repeat:no-repeat;
	background-position: 0px center;
}

#banner_login a:link:hover, #banner_login a:visited:hover	{
	line-height: 2em;
	font-weight:bold;
	color:#009cb1;
	text-decoration:none;
	background-image:url(../images/webdesign/arrow_bl.gif);
	background-repeat:no-repeat;
	background-position: 0px center;
}

#banner #searchBox	{
	float:left;
	width:157px;
	background-color:#FFFFFF;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-image:url(../images/webdesign/search_bg.jpg);
	border-top:1px solid #009cb1;
	padding: 10px;
}

#banner #searchBox a:link, #banner #searchBox a:visited	{
	font-weight:bold;
	color:#009cb1;
	text-decoration:none;
}

#banner #searchBox a:link:hover, #banner #searchBox a:visited:hover	{
	text-decoration:underline;
	}
	
#searchBox form	{
	padding:0em;
	padding:0em;
	margin:0em 0em;
	border:none;
	background-color: transparent;
	}
#SearchInput {
	border:1px solid #eaebeb;
	margin-top:5px; 
	float:left;
}

#SearchSubmit	{
	float:right;
	margin:9px 5px 0px 0px;
}			

#banner h1, #banner h4 {
	display:none;
}


/* MAIN AREA */

#mainArea {
	clear:both;
	width: 761px;
	font-size: 1.2em;
	background-image:url(../images/webdesign/orange.gif);
	background-position:179px;
	background-repeat:repeat-y;
	border-left:1px solid #009cb1;
	border-right:1px solid #009cb1;
	border-top:1px dotted #f9a65b;
	background-color:#FFFFFF;
	}		

/* MAIN AREA - LEFT COLUMN */

#mainArea #leftColumn {
	float: left;
	width: 180px;
	font-size:0.8em;
	line-height: 1.4em;
}

/* MAIN AREA - LEFT COLUMN - first level navigation */ 

#leftColumn #mainNavDiv {
	display: block;
	float: left;
	margin-bottom: 1.5em;
}

#mainNavDiv ul{list-style: none; margin:0px; padding:0px;}
#mainNavDiv ul li {
	margin: 0px;
	border-bottom: 1px dotted #F9a65b;
	width:179px;
}
#mainNavDiv li a {padding: 5px 5px 5px 13px;background-color:#fff;text-decoration: none;font-weight:bold;display: block;color: #009cb1;background-image:url(../images/webdesign/arrow_bl.gif);background-position:center left;background-repeat:no-repeat;}
html>body #mainNavDiv ul li a:link {width: auto;}
#mainNavDiv li a:link:hover, #mainNavDiv li a:visited:hover {background-color:#009cb1;color:#FFFFFF;background-image:url(../images/webdesign/arrow_wht.gif);background-position:center left;background-repeat:no-repeat;}


/*SECOND LEVEL OF MENU*/
#mainNavDiv ul ul li {
	margin: 0px;
	border-bottom:none;

}
#mainNavDiv ul ul li a {width:156px;padding: 2px 3px 2px 20px;background-color:#009cb1;text-decoration: none;font-weight:normal;display: block;color: #fff;font-size:0.9em;}
html>body #mainNavDiv ul ul li a:link {width: auto; }
#mainNavDiv ul ul li a:link:hover, #mainNavDiv ul ul li a:visited:hover {
	background-color: #E1FFFF;
	color: #009cb1;
}

/*SELECTED SECTION OF MENU*/
ul li#selected a:link, ul li#selected a:visited {background-color:#009cb1;color: #fff;background-image:url(../images/webdesign/arrow_wht.gif);background-position:center left;background-repeat:no-repeat;}
ul li#selected a:link:hover, ul li#selected a:visited:hover {background-color:#fff;color: #009cb1;background-image:url(../images/webdesign/arrow_wht.gif);background-position:center left;background-repeat:no-repeat;}

ul li#selected ul li a:link, ul li#selected ul li a:visited {background-color:#009cb1;color: #fff;background-image:none;}


/* LINKS BELOW MENU */
#leftColumn #links	{
	clear:both;
	padding: 0px 10px 0px 20px;
	line-height:1em;
	}
#leftColumn #links a:link, #links a:visited	{
	color:#009cb1;
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;
	line-height: 1.7em;	
	}
	
#leftColumn #links a:link:hover, #links a:visited:hover	{
	color:#009cb1;
	text-decoration:underline;}
	
/* LOGO BOX */	

#logos	{
	margin-top:1.5em;
	/* border-top:1px solid #ebebeb; */
	padding: 5px;
	/* padding-top:0.7em*/;
	width:168px;
}


/* MAIN AREA - ALL CONTENT */
#ContentArea	{
	float: left;
	width: 580px;
}

/*
#ContentArea-backend {
	float: left;
}
*/

/* MAIN AREA - CENTRE COLUMN */


#mainArea #centreColumn {
	float: left;
	width: 580px;
	font-size: 0.8em;
	line-height: 1.4em; 
}

#mainArea #centreColumn #centreContent {
	padding: 0em 1.5em 1em 1.5em;
}
#centreColumn a:link {
	color: #009cb1;
	/* text-decoration:none; */
}
#centreColumn a:visited {
	color: #009cb1;
	/* text-decoration:none; */
}
#centreColumn a:hover, #centreColumn a:visited:hover {
	color: #009cb1;
	text-decoration:underline;
}


#centreContent h2  {
	color: #009cb1;
	background-image:url(../images/icons/TDS_icon.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:25px;
	padding-left:50px;
	padding-top:35px;
	line-height:1.2em; }

/* #centreContent h2  {
	color: #009cb1;
	font-size: 1.8em;
	font-weight:bold;
	padding: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}
*/

#centreContent h3  {
	font-size: 1.4em; /* was 1.6em */
	line-height:1.4em;
	color: #000;
	font-weight:bold; /* was normal */
	margin-top: 10px;
	margin-bottom: 0.5em;
	padding: 0px;
	clear: both;
}

#centreContent h4 {
	font-size: 1.2em;
	font-weight:bold;
	color: #009cb1;
	margin-bottom: 0.4em;
	padding: 0px;
	margin-top: 0.75em;
}

#centreContent h5 {
	font-size: 1.2em;
	font-weight:bold;
	color: #000;
	margin-bottom: 0em;
	padding: 0px;
	margin-top: 1em;
}

#centreContent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#centreContent ul {
	margin-left: 2em;
	padding: 0px;
	list-style-image:url(../images/webdesign/bullet_org.gif);
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#centreContent ul li {
	margin: 0px;
	padding: 0.2em;
}
#centreContent ol {
	margin-top: 0.5em;
	margin-bottom: 1em;	
}
#centreContent ol li {
	padding-bottom: 0.2em;
}

#centreContent .process	{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:20px;
	}
	

#ContentEnd	{
	clear:both;
}

/*IMAGES*/
.imagemargin {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	border:1px solid #000;
}


/*CLASSES FOR STYLING IN CONTENT*/
.divider	{
	height:1em;
	margin:1.5em 0em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;

}

.centreColumnBlock	{
	display:block;
	border: 1px dashed #009cb1;
	padding: 0em 1em 0em 1em;
	margin:1em 1em;
}
.centreColumnBlock-blue {
	display:block;
	border: 1px solid #009cb1;
	padding: 0em 1em 0em 1em;
	margin:1em 0em;
	background-color: #D7F0F7;
}


.companyinfo {
	font-size: 11px;
	line-height: normal;
}
.0871 {
	font-size: 9px;
	line-height: normal;
	color:#666666;
}

/* FOOTER */

#footerInside {
	float:left;
	width:430px;
	padding:1em;
}
#footerLinks	{
	float:right;
	width:120px;
	padding:1em;
	text-align:right;
}
#footerInside p, #footerLinks p {
	font-size:0.8em;
	margin:0px;
}
#footerLinks a:link, #footerLinks a:visited {
	color: #009cb1;
	/* text-decoration:none; */
	}
#footerLinks a:link:hover, #footerLinks a:visited:hover {
	text-decoration:underline;
}


/* CURVED AREA AT BOTTOM OF FOOTER */

#footerBottom {
	width: 763px;
	margin: 0px;
	border-top: 1px dotted #f9a65b;
	background-color:#FFFFFF;
	background-image: url(../images/webdesign/bottom_bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	clear: both;
	
}

#footerBottom p	{
	line-height:1.2em;
	margin-top:0.5em;
}

#FooterEnd	{
	clear:both;
}


/*FORM STYLES */

form	{
	padding:0em;
	padding: 1em;
	margin:2em 0em;
/* 	border:1px solid #009cb1;
	background-color: #f5f3f3; */
}

input, textarea	{
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding:0.2em;
}


legend	{
	font-weight:bold;
	color:#000;
	font-size:1.1em;
}

.homepagetitle {
	color: #009CAD;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
}

.greytable	{
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
	border:1px solid #009cb1;
	}

.greytable caption	{
	text-align:center;
	color:#000;
	font-weight:bold;
	}

.greytable th	{
	background-color: #ebebeb;
	border:1px solid #fff;
	padding: 5px;
	text-align:left;
	color:#000;
}

.greytable td	{
	background-color: #f5f3f3;
	border:1px solid #fff;
	padding:5px;
	color:#000;
}

.homepagetable {
	font-size: 11px;
	border: 1px solid;
	line-height: 1.2em
}

.homepagetable p{
	margin-bottom: 6px;
}

.homepagetable p a {
	display:block;
	margin-left: 8px;
}

.logotext {color: #009CAD}


.jargon {
	font-weight: bold;
	color: #009cb1;
}
