body {
	margin: 0;
	padding: 0;
	min-height: 768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;
}


/* dummy rule for IE5 cause of voice-family hack */
.dummy {}


/* ################################## Global styles */

img {
	border: 0;
}

a:link {
	color: #142062;
	text-decoration: none;
}

a:visited {
	color: #833b3e;
	text-decoration: none;
}

a:hover {
	color: #142062;
	text-decoration: underline;
}

ol li ol li {
	list-style-type: lower-alpha;
}

ol li ol li ol li {
	list-style-type: lower-roman;
}

.tblRightPods a{
	text-decoration:none;
}
.tblRightPods a:Hover{
	text-decoration:none;
}
.tblRightPods{
	border:none;
	border-width:1pt;
	/*margin-top:1pt;*/
	/*margin-bottom:1pt;*/
	height:55px;
	width: 175px;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	font-size:0.9em;
	color:#142062;
	border-bottom:1px solid #DEE2F1;
}
.tblRightPods .tdLeft{
	text-align:center;
	width:120px;
}
.tblRightPods .tdRight{
	width:60px;
	text-align:right;
}



/* ################################## Main content styles */

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding: 0 5px 0 4px;
}

h1 {
	margin: 0 0 0.1em 0;
	padding: 0.1em 0.1em 0.1em 0.1em;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	color: #ffffff;
	background-color: #4e475f;
	font-size: 100%;
}
#content h1 {
	margin: 0 0 0.1em 0;
	padding: 0.1em 0.1em 0.1em 0.1em;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	color: #ffffff;
	background-color: #4e475f;
	font-size: 100%;
}

h2 {
	font-size: 1.1em;
	color: #4e475f;
	border-bottom: solid 2px #4a788f;
}


#content h2 {
	
}

.centerH2 h2 {
	font-size: 1.7em;
	text-align:center;
	border-bottom: none;
}
h3 {
	font-size: 1.1em;
	color: #4e475f;
}

.summary {
	font-weight: bold;
}

.pull {
	float: right;
	width: 160px;
	margin: 0.2em 0.2em 0.2em 0.2em;
	padding: 0.3em;
	border: 1px dashed #4a788f;
	background-color: #f4f6fa;
	text-align: center;
}

div.right-teaser {
	padding: 0.3em;
	border: 2px dotted #aaa;
	background-color: #fff;
	font-size: 85%;
}

table.simple {
	border: 1px solid #016898;
	text-align: center;
}

table.simple th {
	background-color: #016898;
	color: #ffffff;
	
}
table.simple th a:link, table.simple th a:visited {
	color: #ffffff;
	text-decoration: none;
}
table.simple th a:link:hover, table.simple th a:visited:hover {
	text-decoration: underline;
}
table.simple td {
	background-color: #f7f3e8;
	color: #016898;
}

.bmtp {
	text-align: center;
}

.bmtp-head {
	background-color: #00887c;
	color: #ffffff;
	font-size: 125%;
}

.bmtp-cell {
	background-color: #ffffff;
	font-size: 100%;
	border: solid 2px #00887c;
}

span.code {
	font-family: courier, serif;
}

span.lfloat {
	clear: left;
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

/* Owen hack - hide from IE */
head:first-child+body .lfloat {
	padding: 0.5em 0.25em 0.5em 0;
}

span.rfloat {
	clear: right;
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

/* ################################## Paragraph styles */

div.pl {
	margin-bottom: 1em;
}

div.pc {
	text-align: center;
	margin-bottom: 1em;
}

div.pj {
	text-align: justify;
	margin-bottom: 1em;
}

div.pr {
	clear: right;
	text-align: right;
	margin-bottom: 1em;
}

/* ################################## Layout - top to bottom (banner, top bar, two/three columns and nav, footer) */

#banner {
	clear: both;
	width: 100%;
	height: 105px;
	margin: 0;
	background: #ffffff url('banner-background2-1050x105.gif') top right no-repeat;
}

#mainbrand {
	width: 187px;
}

#mainbrand img {
	max-height: 105px;
	margin: 0;
	padding: 0;
	
}

#alt-mainbrand {
	height: 49px;
	font-weight: bold;
	font-family: Times New Roman, sans-serif; 

}
.headertext1{
	float: left;
	top:8px;
	font-size:30px;
	position: relative;
	left: -120px;
	width: 350px;
}
.headertext2{
	position: relative;
	top: -8px;
	font-size:45px;
	left: -25px;
}

#ancillary-brand {
	width:100%;

}

#topbar { /* Core/utility navigation and search facility */
	height: 1.8em;
    width: 100%;
	margin: 0;
    padding: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #016898;
    background-color: #016898;
    color: #ffffff;
}

#topnav {
    width: 40em;
    padding-left: 10px;
	color: #ffffff;
}

#topnav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #ffffff;
}

#topnav li {
	float: left;
	padding: 0.1em 0.4em 0.1em 0.4em;
	border-right: 1px solid #ffffff;
	margin: 0;
}

#topnav a {
	color: #ffffff;
    text-decoration: none;
	font-weight: bold;
}

#topnav a:hover {
    text-decoration: underline;
	color: #FECC68;
	font-weight: bold;
}

.tselected {
	color: #FECC68;
	font-weight: bold;
}


#topnav .selected {
	color: #FECC68;
	font-weight: bold;
}

#qsearch {
	padding: 0 3px 0 0;
	text-align: right;
	vertical-align: top;
}

#qsearch label {
	position: relative;
	top: -0.1em;
	color: #ffffff;
	font-weight: bold;
}

#qsearch fieldset {
	border: 0 solid;
	margin: 0;
	padding: 0;
}

#qsearch form {
	display: inline;
	margin: 0;
	padding: 0;
}

#qs-qt {
	width: 10.5em;
	height: 1.2em;
	border: 1px solid #aaa;
	margin-left: 0.2em;
	margin-top: 0.1em;

}

#qssubmit {
	padding: 0;
	margin: 0;
	font-size: xx-small; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: x-small;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}


/* Wrappers for two/three column or portal layout */

#outer-wrapper {
	padding: 0 0 5px 5px;
}

#wrapper {
    width: 100%;
	border: 0;
}

/* Properties that both columns have in common */

.side-column {
	vertical-align: top;
	font-size: small;
}

* html .side-column {
	font-size: small;
}

/* Properties that are unique for each column */

#left-col {
	width: 175px;
	padding: 1.65em 0 5px 0;
	padding-top: 22px;
	vertical-align: top;
}

#right-col {
	width: 175px;
	padding: 1.65em 5px 5px 0;
	padding-top: 22px;
	vertical-align: top;
}

.rm-largepic {
	text-align: center;
}

#left-nav {
	padding: 0 5px 0 0;
}
#left-nav2 {
	padding: 10px 5px 0 0;
}
#left-nav3 {
	padding: 10px 5px 0 0;
}


#right-nav {
	background-color: #f7f3e8;
	border: 1px solid #dee2f1;
	padding: 0 5px;
}

#left-content
{
	padding: 10px 5px 0 0;
}
#left-content ul{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#right-content {
	margin: 0;
}


#left-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left-nav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#left-nav3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#left-nav ul li {
	margin: 0;
	padding: 2px 4px;
	color: #ffffff;
	font-weight: bold;
	background-color: #016898;
	border-bottom: #ffffff solid 1px;
}
#left-nav2 ul li {
	margin: 0;
	padding: 2px 4px;
	color: #ffffff;
	font-weight: bold;
	background-color: #4e475f;
	border: #ffffff solid 1px;
}
#left-nav3 ul li {
	margin: 0;
	padding: 2px 4px;
	color: #ffffff;
	font-weight: bold;
	background-color: #555555;
	border: #ffffff solid 1px;
}

#left-nav ul li ul li {
	border: none;
}

#left-nav li.selected {
	color: #FECC68;
}
.lselected {
	color: #FECC68;
}

#left-nav a {
    text-decoration: none;
	color: #ffffff;
}
#left-nav2 a {
    text-decoration: none;
	color: #ffffff;
}
#left-nav3 a {
    text-decoration: none;
	color: #ffffff;
}


#left-nav a:hover {
    text-decoration: underline;
	color: #FECC68;
}
#left-nav2 a:hover {
    text-decoration: underline;
	color: #FECC68;
}
#left-nav3 a:hover {
    text-decoration: underline;
	color: #FECC68;
}

#right-content #right-nav h2 {
	margin: 5px 0 0 0;
	padding: 0.1em 0.2em 0.1em 0.2em;
	background-color: #4e475f;
	color: #ffffff;
	font-size: 100%;
}

#right-nav ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-image: url(pics/right.gif);
}

#right-nav ul li {
    margin: 0;
	padding: 0.2em 0 0.2em 0;
 	list-style-type: none;
	border-bottom: 1px solid #dee2f1;

}

#right-nav ul li ul {
	border: 0;
}

#right-nav ul li ul li {
	border: 0;
	margin-left: 1.5em;
	list-style-image: url(r-bul.gif);
}

#right-nav a {
    text-decoration: none;
	color: #142062;
}

#right-nav a:hover {
    text-decoration: underline;
}

#schemesrightsubnav {
	margin: 10px 0 0 0;
	border: 1px solid #dee2f1;
	padding: 0.1em 0.1em 0.1em 0.1em;
}
#schemesrightsubnav ul {
    margin: 0;
    padding: 0;
}
#schemesrightsubnav ul li {
    margin: 0;
	padding: 0;
 	list-style-type: none;
}
#schemesrightsubnav ul li ul {
    margin: 2px 0;
    padding: 0;
}
#schemesrightsubnav ul li ul li {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style-image: url(r-bul.gif);
}
#schemesrightsubnav a:link, #schemesrightsubnav a:visited {
    text-decoration: none;
	color: #142062;
}
#schemesrightsubnav a:link:hover, #schemesrightsubnav a:visited:hover {
    text-decoration: underline;
}
/* Right menu - link selected Start */
.rmselected {
	font-weight: bold;
	color: #142062;
}
.se {
	font-weight: bold;
	color: #142062;
}
/* Right menu - link selected End */


.lcontent {
    margin: 0.5em 0;
    padding: 0em 1em 1em 0em;
	width: auto;
}

.rcontent {
    margin: 0.5em 0 0.5em 0;
    padding: 0em 1em 1em 0em;
	width: auto;
}

#right-content {

	width: 100%;
}

#multilingual_pod {
	background-color: #17f3e8;
	margin: -1px -5px 0 -5px;
	background-color: #f7f3e8;
	border: 1px solid #dee2f1;
	padding: 0 0.3em 0.3em 0.3em;
}

div#multilingual_pod ul{
	border-bottom: 5px solid navy;
}

div#multilingual_pod ul li{
	padding: 1px 0 0 5px;
}

div#multilingual_pod ul li.no-flag{
	padding-left: 25px;
}

div#multilingual_pod_bot_filler{
	padding:2px 0 1px 5px;
	margin-bottom: 9px solid White;
}

.right_pod {
	background-color: #17f3e8;
	margin: -1px -5px 0 -5px;
}

.right_pod ul{
	border-bottom: 5px solid navy;
}

.right_pod ul li{
	padding: 1px 0 0 5px;
}

.right_pod ul li.no-flag{
	padding-left: 25px;
}

.right_pod_bot_filler{
	padding:2px 0 1px 5px;
	margin-bottom: 9px solid White;
}

#spacer{
	margin-bottom:9px solid White;
}

.spacer{
	width: 100%;
	height: 10px;
}

#discover_ni_img_top-r {
	background-color: #f7f3e8;
}

#right-content h2 {
	margin: 0 0 0.1em 0;
	padding: 0.1em 0.1em 0.1em 0.1em;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	color: #ffffff;
	background-color: #4e475f;
	font-size: 100%;
	}
	
#right-content ul {
    margin: 0 0 1em 0;
    padding: 0;
    text-indent: 0;
    list-style-image: url(pics/right.gif);
}

#right-content ul li {
    margin: 0;
	padding: 0.2em 0 0.2em 0;
 	list-style-type: none;
	

}


.rightcolNav li {
    margin: 0;
	padding: 0.2em 0 0.2em 0;
 	list-style-type: none;
	border-bottom:1px solid #DEE2F1;

}

#right-content a {
    text-decoration: none;
	color: #142062;
}

#right-content a:hover {
    text-decoration: underline;
}	
	
.rcontent img {
	border: 1px solid #000;
}

#main {
	vertical-align: top;
    min-width: 200px;
	width: auto;
	padding: 0;
}

#breadcrumb {
	font-size: 85%;
	color: #4e475f;
	margin: 0.4em 0 0.35em 0;
	padding-left: 2px;
}

#breadcrumb a {
	color: #0000ff;
	text-decoration: none;
}

#footer {
	border-top: 1px dotted #aaa;
	text-align: center;
	margin: 0 13px 0 13px;
	padding: 0.5em;
	font-size: 85%;
}

#footer-nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: 1px solid;
}

#footer-nav a:visited {
	color: #142062;
}

@media tty {
 i{content:"\";/*" "*/}} @import 'site-ie5.css'; /*";}
}/* */


/* News System Styles */
.link {
	color: #142062;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
}

.Headline{
	color: #142062;
	font-weight:bold;
	font-size:Large;
	padding-bottom:3pt;
}

.MediumHeadline{
	color: #142062;
	font-weight:bold;
	font-size:Medium;
	padding-bottom:3pt;
}

.Author{
	color: #142062;
	font-weight:bold;
	padding-top:5pt;
	text-align:center;
}

.NewsDiv{
	Width:95%; 
	text-align:left;
	padding-top:5pt;
	font-size:x-small;
}

.NewsTableDiv{
	text-align:center;
	width:90%;
}

.divStory {
	float: left; /* to contain floated children */ 
	width: 100%;
	margin-bottom: 0.5em;
}

html>body hr {
	clear: both;
	width: 100%;
	height: 0px;
	border-top: 1px solid #9D9DA1;
	border-bottom: 1px solid #E0DFE3;
	margin: 0.5em 0 0.5em 0;
}

.divStoryGraphicRight{
	float:right;
}

 .DateRight
 {
	float:right;
 }

.NewsTable{
	position:relative;
	font-size:x-small;
	width:95%;
	text-align:left;
}

#newsH2{
	background-color:white;
	color:#4e475f;
}

.DataNavDiv{
	font-size:x-small;
}

.GraphicRight{
	font-size:x-small;
	Float:Right;
	padding-left:5pt;
	padding-bottom:3pt; 
	padding-top:3pt;
}
.GraphicLeft{
	Float:left;
	padding-right:5pt;
	padding-top:6pt;
	padding-bottom:3pt;
}

.thNewsDiv20
{
	width:20%;
	text-align:left;
}

.thNewsDiv60
{
	width:60%;
	text-align:left;
}


/* End News System Styles */

/* Zone styles */

.divFullWidth{
	width:100%;
	font-size:x-small;
	
}
.divHalfLeft
{
	width:48%;
	display:inline;
	float:left;
}

.divHalfRight {
	padding-left:5px;
	padding-right:5px;
	width:48%;
	display:inline;
	vertical-align:top;
	float:right;
}

.FloatRight {
	float: right;
	}

.divFloatRight {
	text-align: right;
	width: 100%;
	}

.divFloatRight a{
	text-decoration:none;
	text-align: right;
	}

.divFloatRight a:Hover{
	text-decoration:underline;
	top:0px;
}

.pdfli{
	list-style-image: url(pdf.gif);
}

.wordli{
	list-style-image: url(doc.gif);
}
	
.divName {
	margin-left: 2em;
	font-weight: bold;
}



.divIndent {
	margin-left: 3em;
}

	/* Legislation Zones */
	#legisDocs th {	color:#142062;}
	.whiteTR{background-color:RGB(247,243,232);}
	#legisDocs td{	color:black;}
	#row{	width: 100%;
		margin-bottom: 1em;
	}
	.td10{width:10%;}
	.td20{width:20%;}
	.td30{width:30%;}
	.whiteTR{
		background-color:RGB(247,243,232);
	}

	/* End legislation Zone Styles */

/* End Zone Styles */


/* PSO Table Styles */
.psotablesytle {
	width:100%;
	border:0;
	padding:0;
	border-spacing: 0px;
}
.psothstyle {	
	background-color: #016898;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #dee2f1;
	text-align: left;
	height: 40px;	
}
.psocellstyle {
	background-color: #f7f3e8;
	color: #016898;
	border-bottom: 1px solid #dee2f1;
	border-left: 1px solid #dee2f1;
	border-right: 1px solid #dee2f1;
	border-spacing: 0px;
	padding: 5px; 
	text-align:left;
}
#drd_multilingual_pod_text
{
	background-color: #f7f3e8;
	border: 1px solid #dee2f1;
	padding: 0 0.3em 0.3em 0.3em;
}

#drd_multilingual_pod_text h2
{
	margin: 5px 0 0.1em 0;
	padding: 0.1em 0 0.1em 0;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	color: #ffffff;
	background-color: #4e475f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#drd_multilingual_pod_text h2 a:link
{
	color: white;
}
#drd_multilingual_pod_text h2 a:hover
{
	color: white;
    text-decoration: underline;
}
#drd_multilingual_pod_text h2 a:visited
{
	color: white;
}

#CurrentIssues
{
	border: 1px solid #dee2f1;
	padding: 0 0.3em 0.3em 0.3em;
}
#CurrentIssues h2
{
	margin: 0 0 0.1em 0;
	padding: 0.1em 0.1em 0.1em 0.1em;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	color: #ffffff;
	background-color: #4e475f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#CurrentIssues h2 a:link
{
	color: white;
}
#CurrentIssues h2 a:hover
{
	color: white;
    text-decoration: underline;
}
#CurrentIssues h2 a:visited
{
	color: white;
}

#QuickLinks
{
	border: 1px solid #dee2f1;
	padding: 0 0.3em 0.3em 0.3em;
}
#QuickLinks h2
{
	margin: 5px 0 0.1em 0;
	padding: 0.1em 0 0.1em 0;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	border-top: 1px solid #4e475f;
	border-bottom: 1px solid #4e475f;
	color: #ffffff;
	background-color: #4e475f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#QuickLinks h2 a:link
{
	color: white;
}
#QuickLinks h2 a:hover
{
	color: white;
    text-decoration: underline;
}
#QuickLinks h2 a:visited
{
	color: white;
}


/* Road Improvements Schemes Table Styles */
.colheadings-style {
	width:100%;
	border:0;
	padding:0;
}

.colheadings-styleschemes {
	width:100%;
	border:0;
	padding:0;
}

.th-style {
	align: center;
	background-color: #142062;
	color: #feba35;
}

.cell-style {
	background-color: #f1f0e8;
	text-align: center;
	width:5%;
	
}

.cell-style1 {
	background-color: #f1f0e8;
	text-align: center;
		width:20%;
}
.cell-style2 {
	background-color: #f1f0e8;
	text-align: center;
		width:20%;
	}
.cell-style3 {
	background-color: #f1f0e8;
	text-align: center;
		width:40%;
	}


.lastcell-style {
	width: 15%;
	background-color: #f1f0e8;
	text-align: center;
}
.defaultcell {
	width: auto;
	vertical-align: top;
	background-color: #f1f0e8;
	text-align: left;
}
.centeredcell {
	width: auto;
	vertical-align: top;
	background-color: #f1f0e8;
	text-align: center;
}
/* End Road Improvements Schemes Table Styles */

/* Road Improvements Maps Style */

#maps {
	text-align: center;
}

/* End Road Improvements Maps Style */

/* Roads ContractListing Table Styles */

table.tblContractListing {
	border: 0px solid #950403;
	width: 100%;
}

table.tblContractListing th {
	background-color: #142062;
	color: #FEBA35;
}

.trOdd {
	background-color: #B8DFE1;
	vertical-align: top;
}
.trEven {
	background-color: #E4F3F4;
	vertical-align: top;
}

/* End of Roads ContractListing Table Styles */
