﻿html{
	
	margin : 0;
	padding: 0; 
}

body{
	margin : 0;
	padding : 0 0 10px 0; 
	background-image: url(/assets/gfx/background-text.png);
	background-position : 50%; 
	text-align : center; 
	background-repeat : repeat-y;
}

P{
	margin : 0 0 1em 0;	
	padding : 0 0 0 0;
	line-height : 1.4;
}

A{
	text-decoration : none;	
	color : #006699;
}

A:hover{
	color : #900;
	text-decoration : underline;
}

H1{
	margin : 0 0 0.5em 0;
	padding : 0 0 0 0;
	color : #b93764;
	font-size : 180%;
	font-weight : normal;
}
H2{
	margin : 0 0 0.5em 0;
	color : #003366;
	font-size : 140%;
	font-weight : normal;
}
H2 I, 
H2 EM{
	color : #6699cc;
	font-style : normal;
}
H3{
	margin : 0 0 0.5em 0;
	color : #6699cc;
	font-size : 140%;
	font-weight : normal;
}
H4{
	margin : 0 0 0.5em 0;
	color : #b93764;
	font-size : 120%;
	font-weight : normal;
}
H5{
	margin : 0 0 0.5em 0;
	color : #003366;
	font-size : 120%;
	font-weight : normal;
}
H6{

	margin : 0 0 0.5em 0;
	color : #b93764;
	font-size : 100%;
	font-weight : bold;

}
UL, OL, Blockquote{
	margin : 0 2em 1em 2em;	
	padding : 0 0 0 0;	
}
UL LI UL, OL LI OL{
	margin : 3px 0 3px 0;	
	padding : 0 0 0 0;	
}


LI{
	margin : 0 0 0.2em 0;	
	padding : 0 0 0 16px;
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px 3px;
	list-style : none;
}

LI UL LI{
	background-image : url(/assets/gfx/bullet2.gif);
}
LI UL LI UL LI{
	background-image : url(/assets/gfx/bullet3.gif);
}
LI UL LI UL LI UL LI{
	background-image : url(/assets/gfx/bullet4.gif);
}
LI UL LI UL LI UL LI UL LI{
	background-image : url(/assets/gfx/bullet5.gif);
}



HR{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	color : black;
	background-color : black;
	height : 1px;
}

TABLE{
	font-size : 100%;
}

Label{

}



#container{
	width : 1000px;
	margin : 0 auto 0 auto;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.75em;
}

.toppinkbar{
	background-color : #b73662;
	background-image : url(/assets/gfx/pink-fade.png);
	background-repeat : repeat-x;
	color : white;
	border : 1px solid black;
	border-bottom : none;
	font-size : 90%;
	line-height : 1.4;
	padding : 3px 0 2px 10px;
	margin : 0 auto 0 auto;
	width : 980px;
}
.bottompinkbar{
	background-color : #b73662;
	background-image : url(/assets/gfx/pink-fade.png);
	background-repeat : repeat-x;
	color : white;
	border : 1px solid black;
	font-size : 90%;
	line-height : 1.4;
	padding : 3px 0 2px 10px;
	margin : 0 auto 0 auto;
	width : 980px;
}
.toppinkbar A,
.bottompinkbar A{
	color : #f7d6d6;
	text-decoration : none; 
}
.toppinkbar A:hover,
.bottompinkbar A:hover{
	color : #f7d6d6;
	text-decoration : underline; 
}

#header{
	background-image : url(/assets/gfx/strapline.gif);
	background-position : 50% 60%;
	background-repeat : no-repeat;
}


#flash{
	width : 990px;
	margin : 0 auto 0 auto;
}
#header A{
}

#logo{
	
}

#siteSearch{
	float : right;
	line-height : 1;
	width : 230px;
}
#siteSearch label{
	display : block;
	border : 1px solid black;
	background-color : #f1f1f1;
	color : #396693;
	width : 50px;
	text-align : center;
	line-height : 1;
	padding : 3px 4px 1px 4px;
	margin : 0 2px 0 0;
	float : left;
}

#siteSearch input.searchSubmit{
	border : 1px solid black;
	background-color : #f1f1f1;
	color : #396693;
	width : 30px;
	text-align : center;
	line-height : 1;
	padding : 0;
	float : left;
	margin : 0 2px 0 0;
	height : 17px;
	padding : 2px 4px 2px 4px;
	font-size : 11px;
}
#siteSearch input.searchInput{
	border : 1px solid black;
	background-color : white;
	color : #396693;
	width : 120px;
	text-align : left;
	line-height : 1;
	padding : 0;
	float : left;
	margin : 0 2px 0 0;
	height : 11px;
	padding : 2px 4px 2px 4px;
	font-size : 11px;
}



#menu{
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
	background-color : #b5cdfb;
	padding : 1px 0 0 0;
	margin : 0 auto 0 auto;
	font-size : 0.70em;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
	background-image : url(/assets/gfx/menu-fade.gif);
	background-repeat : repeat-x;
	width : 990px;
}




#footer{
	width : 768px;
	margin : 0 auto 0 auto;
	padding : 5px 0 0 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666;
	text-align : right;
}
#footer A{
	color : black;
	text-decoration : none;
}
#footer A:hover{
	color : black;
	text-decoration : underline;
}

.clear{
	clear : both;
	height : 1px;
	font-size : 5%;
}
#additionals{
	float : right;
	width : 350px;
	text-align : right;
	margin : 0 5px 0 0;
}

#legalnotices{
	float : left;
	width : 60%;
	font-size : 90%;
	color : #7e9bb9;
	margin : 10px 0 0 0;
}
#websitedetails{
	float : right;
	width : 25%;
	font-size : 90%;
	color : #7e9bb9;
	text-align : right;
	margin : 10px 0 0 0;
}

#contact{
	float : right;
	text-align : center;
	width : 170px;
	background-image : url(/assets/gfx/information-icon.gif);
	background-repeat : no-repeat;
	background-position : 0% 100%;
	padding : 20px 0 0 120px;
	color : #6e9ece;
	font-size : 130%;
	margin : 13px 10px 0 0;
	height : 80px;
}
#contact .title{
	font-size : 100%;
	letter-spacing : 1px;
}
#contact .telephone{
	font-size : 150%;
	color : #c15178;
}

#contact .email{
	font-size : 100%;
}

#contact A{
	color : #6e9ece;
}

#contentBlock{
	width : 1000px;
	vertical-align : top;
	height : 100%;
}

#contentBlock TD{
	border : 1px solid #999999;
	padding : 10px 20px 10px 20px;
	vertical-align : top;
}

#contentBlock TD#individualServices{
	background-color : #f5f5f5;
	width : 170px;
	vertical-align : top;
}

#contentBlock TD#businessServices{
	background-color : #eceff2;	
	width : 170px;
	vertical-align : top;
	height : 200px;
}

#contentBlock TD#newsroom{
	background-color : #eceff2;
	width : 190px;
}

#contentBlock TD#businessServices UL,
#contentBlock TD#individualServices UL,
#contentBlock TD#newsroom UL{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

#contentBlock TD#businessServices UL LI,
#contentBlock TD#individualServices UL LI,
#contentBlock TD#newsroom UL LI{
	margin : 0 0 7px 0;
	padding : 0 0 0 15px;
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
	line-height : 1;
	color : #336699;
	font-size : 90%;
	list-style : none;
}
#contentBlock TD TABLE TD{
	padding : 1px 3px 1px 3px;
	border : none;
	
}

.formBox{
	background-color : #f5f5f5;
	border : 1px solid #ccc;
	margin : 0 0 1em 0;
	padding : 1em;
}
.formInput, .TextFormat{
	padding : 2px 5px 2px 5px;
	border : 1px solid #8e8e8e;
	margin : 1px 3px 1px 0;
	color : black;
	background-color : #e4e4e4;
}
.TextFormat{
	width : 98%;
	margin : 1px 3px 3px 0;
}
.full{
	width : 98%;
}
.long{
	width : 95%;
}

.question{
	margin : 0 0 1em 0;
}

.optionLabel{
	padding : 0 0 0 25px;
	margin : 10px 0 0 0;
	display : block;
}
.optionLabel Label{
	color : #b73662;
	display : inline;
}

.freeText{
	border : 1px solid #8e8e8e;
	background-color : #e4e4e4;
	color : black;
	width : 60%;
	margin : 0 0 0 45px;
	color : #333;
	font-family : Arial, Helvetica, sans-serif;
	font-size :100%;
}

.captcha{
	width : 100%;
}
.captchaImage{
	border : 1px solid black;	
	margin : 10px 0 0 0 ;
}
.captchaInput{
	padding : 2px 5px 2px 5px;
	border : 1px solid #8e8e8e;
	margin : 1px 3px 1px 0;
	color : black;
	background-color : #e4e4e4;
	width : 98%;
}

.required{
	margin : 0 4px 0 4px;
}

.newsTitle{
	font-weight : bold;
	margin : 0 0 0.2em 0;
	line-height : 18px;
}

.newsSummary{
	color : #4775ac;
	line-height : 18px;
}

#contentBlock TD table.dataTable{
	background-color : #f5f5f5;
	border : 1px solid #ccc;
	margin : 0 0 1em 0;
	width : 100%;
	border-collapse : collapse;
}

#contentBlock TD table.dataTable TD{
	padding : 2px 5px 2px 5px;
	border : 1px solid #ccc;
	color : black;
	vertical-align : top;
	border-collapse : collapse;
}
#contentBlock TD table.dataTable TH{
	padding : 2px 5px 2px 5px;
	border : 1px solid #ccc;
	background-color : #e4e4e4;
	color : black;
	vertical-align : top;
	border-collapse : collapse;
}

#contentBlock TD table.surveyTable{
	width : 100%;
	border-collapse : collapse;
	margin : 3px 0 0 0;
}

#contentBlock TD table.surveyTable TH{
	border : 1px solid #8e8e8e;
	background-color : #e4e4e4;
	font-weight : normal;
	border-collapse : collapse;
	text-align : center;
	color : black;
	padding : 2px 5px 2px 5px;
}

#contentBlock TD table.surveyTable TD{
	border : 1px solid #8e8e8e;
	font-weight : normal;
	border-collapse : collapse;
	text-align : center;
	padding : 2px 5px 2px 5px;
}

#contentBlock TD table.surveyTable Th.rowHeading{
	background-color : #eaeaea;
	text-align : left;
	color : black;
	padding : 2px 5px 2px 5px;
}



#searchPageCriteria,
.search_standard_paragraph,
#searchResultsData{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	padding : 1em;
}

.numbering{
	font-weight : bold;
	color : black;
	margin : 0 10px 0 0;
}
.extras{
	margin : 0 0 0 20px;
	padding : 0 0 0 0;
}

#pagination{
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	text-align : center;
	padding : 4px 0 4px 0;
	margin : 0 0 0 0;
}
#paginationLayout{
	width : auto;
}
#pagination Table#paginationLayout TD{
	Padding : 0 3px 0 3px;
}

#pagination A{
	color : black;
	text-decoration : none;
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
}
#pagination A:hover{
	color : #900;
	text-decoration : none;
	background-color : #eee;
	border : 1px solid black;
}

#pagination .currentPage{
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
	color : black;
	border : 1px solid #900;
}


DT A{

}

dd A{
	color : black;
}