/******************************
* START CLASSES REQUIRED BY WYSIWYG
* ALTHOUGH CLASSES CAN BE MODIFIED TO SOME EXTENT, 
* THESE SHOULD BE STANDARD TO ALL STYLESHEETS
******************************/

/*** TEXT CLASSES ***/
 
BODY /* default text */
{
	background: #91ACBC url(../images/body_background.gif) repeat-x top left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	padding-top: 0px; /* for Opera, achieves same as margin-top: 0px in IE/FF */
	margin-top: 0px;
}
 
TD, TH, CAPTION /* default text */
{
	text-decoration: none;
	vertical-align: top;
}
 
H1 /* page title */
{
	font-size: 1.2em;
	border-bottom: 1px solid #B36407;
	padding-bottom: 0.8em;
}
 
H2 /* header within page */
{
	font-size: 1.2em;
}
 
H3 /* header within page */
{
	font-size: 1.0em;
	color: #0062A1;
	margin: 0.3em 0;
}
 
.textunderline /* underlined text */
{
	text-decoration: underline;
}

.textdefault /* a text 'reset' class for use in wysiwyg only, should match default text style */
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

/*** LINK CLASSES ***/
 
A:link, A:visited /* default link */
{
	color: #0062A1;
	text-decoration: underline;
}
 
A:hover, A:active /* default link */
{
	color: #0062A1;
	text-decoration: none;
}
 
/*** TABLE, IMAGE AND PARAGRAPH TEXT ALIGNMENT ***/
 
TABLE.left, P.left, IMG.left /* align table or <p>-wrapped image/image to the left */
{
	float: left;
	margin: 0px 10px 10px 0px;
}
 
TABLE.right, P.right, IMG.right /* align table or <p>-wrapped image/image to the right */
{
	float: right;
	margin: 0px 0px 10px 10px;
}
 
TABLE.center /* align table to the centre */
{
	margin: 0px auto;
}
 
P.center /* align <p>-wrapped image to the left */
{
	text-align: center;
}

P.textcenter,
SPAN.textcenter /* align paragraph text to the centre */
{
	text-align: center;
	display: block;
}
 
P.textleft,
SPAN.textleft /* align paragraph text to the left */
{
	text-align: left;
	display: block;
}
 
P.textright,
SPAN.textright /* align paragraph text to the right */
{
	text-align: right;
	display: block;
}
 
P.textjustify,
SPAN.textjustify /* 'justify' align paragraph text */
{
	text-align: justify;
	display: block;
}

/******************************
* STYLES SPECIFIC TO WYSIWYG OBJECTS
*
* ADD PADDING TO NON-PADDED CONTENT IMAGES
******************************/
.wysiwyg IMG
{
	margin: 10px;
}

.wysiwyg P.left IMG, .wysiwyg P.right IMG, .wysiwyg P.center IMG
{	
	margin: 0px;
}

/******************************
* END OF WYSIWYG SPECIFIC STYLES
*
* END CLASSES REQUIRED BY WYSIWYG
* START CLASSES USED BY ARFSDEMO
* ALTHOUGH NEW CLASSES CAN BE ADDED TO STYLESHEET, 
* DO AS MUCH AS YOU CAN BY EDITING THESE FIRST
******************************/

#container
{
	width: 975px;
	margin: 0px auto;
}

/*** BACKGROUND COLOURS ***/

.secintrobg /* section intro background */
{
	background-color: #DDD;
	padding: 5px;
}

.artintrobg /* article intro background */
{
	background-color: #F0F0F0;
	padding: 5px;
}

.accent /* accent colour (for high contrast) */
{
	background-color: #01B0E7;
}

/*** ADDITIONAL TEXT CLASSES ***/

.warning /* for 'mandatory field' star */
{
	color: #F00;
}

.date /* for displaying the date on news etc. */
{
	font-size: 90%;
	color: #666;
}

/*** ADDITIONAL LINK CLASSES ***/

	/* UNUSED BY ARFSDEMO */

/*** FORMS AND INPUTS ***/

FORM /* removes unwanted form whitespace */
{
	margin: 0px;
}

INPUT, SELECT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.textarea /* for <input type="text"> and <select> fields */
{
	border: 1px solid #0062A1;
	width: 95%;
	padding: 2px;
}

.textareashort /* for shorter <input type="text"> and <select> fields*/
{
	border: 1px solid #0062A1;
	width: 75px;
	padding: 2px;
}

.searchbox
{
	border: 1px solid #B5AEB5;
	width: 80px;
	vertical-align: middle;
	padding: 2px;
}

.textarea2d /* for <textarea> */
{
	border: 1px solid #0062A1;
	width: 95%;
	height: 150px;
	padding: 2px;
}

.textareafree /* for <input type="text"> and <select> fields of free width */
{
	border: 1px solid #666;
}

/*** SURVEY TABLE ***/

TABLE.surveytable
{
	border-style: solid;
	border-color: #FFF;
	border-width: 1px 0px 0px 1px;
}

TABLE.surveytable TH
{
	border-style: solid;
	border-color: #fff;
	border-width: 0px 1px 1px 0px;
	background-color: #FFF;
	padding: 4px;
	text-align: left;
	color: #0062A1;
}

TABLE.surveytable TH.plaintext /* for default text in a <th> */
{
	font-weight: normal;
	text-align: left;
}

TABLE.surveytable TD
{
	border-style: solid;
	border-color: #fff;
	border-width: 0px 1px 1px 0px;
	padding: 4px;
	text-align: left;
}

TABLE.surveytable TD TD /* remove borders from nested table cells */
{
	border-width: 0px
}

TABLE.surveytable CAPTION
{
	border-style: solid;
	border-color: #FFF;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #FFF;
}

/*** DATA TABLE ***/

TABLE.datatable
{
	border-style: solid;
	border-color: #FFF;
	border-width: 1px 0px 0px 1px;
}

TABLE.datatable TH
{
	border-style: solid;
	border-color: #B36407;
	border-width: 0px 0px 1px 0px;
	background-color: #FFF;
	padding: 4px;
	text-align: left;
	color: #0062A1;
}

TABLE.datatable TH.plaintext /* for default text in a <th> */
{
	font-weight: normal;
	text-align: left;
}

TABLE.datatable TD
{
	border-style: solid;
	border-color: #B36407;
	border-width: 0px 0px 1px 0px;
	padding: 4px;
	text-align: left;
}

TABLE.datatable TD TD /* remove borders from nested table cells */
{
	border-width: 0px
}

TABLE.datatable CAPTION
{
	border-style: solid;
	border-color: #FFF;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	background-color: #FFF;
}

/*** PAGEHEADER ***/

#pageheader
{
	background-color: #FFF;
	width: 100%;
	margin-top: 23px;
	clear: both;
	font-size: 0.8em;
}

#pageheader:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#pageheader DIV
{
	height: 98px;
}

#pageheader IMG
{
 	display: block;
}

#pageheader_logo
{
	padding-left: 2.5em;
	float: left;
}

#pageheader_logo IMG
{
	margin: 17px 0;
}

#enterprise_award2
{
	float: left;
}
#enterprise_award
{
	float: left;
	margin-left:350px;
}

#pageheader_strapline IMG
{
	margin: 41px 0 39px;
}

#enterprise_award IMG, #enterprise_award2 IMG
{
	margin: 5px 0px 5px 30px;
}

#pageheader_links
{
	height: 98px;
	line-height: 98px;
    float: right;
	padding: 0 2.5em;
	font-weight: bold;
}

/*** TOP MENU BAR ***/

#topnav
{
	background-color: #CFD5CE;
	font-size: 0.9em;
}

#topnav DIV
{
	float: left;
	background: #CFD5CE url(../images/menu_divider.gif) repeat-x 0 50%;
	padding-left: 1px;
}

#topnav DIV.on
{
	background-color: #0062A1;
	padding-left: 0;
}

#topnav DIV.first
{
	padding-left: 0;
}

#topnav A
{
	background-color: #CFD5CE;
	padding: 0.8em 1em;
	display: block;
	float: left;
	font-weight: bold;
}

#topnav A:link,
#topnav A:visited
{
	color: #0062A1;
	text-decoration: none;
}

#topnav A:hover,
#topnav A:active,
#topnav A:focus
{
	color: #0062A1;
	text-decoration: underline;
}

#topnav A.on
{
	background-color: #0062A1;
	padding: 0.8em 1em;
}

#topnav A.on:link,
#topnav A.on:visited
{
	color: #FFF;
	text-decoration: none;
}

#topnav A.on:hover,
#topnav A.on:active,
#topnav A.on:focus
{
	color: #FFF;
	text-decoration: underline;
}

/*** LEFT HAND MENU ***/

#lhlinks
{
	background-color: #DDD;
	padding: 10px;
}

#lhlinks UL /* removes unwanted menu list whitespace */
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#lhlinks UL UL /* re-adds wanted menuitem list whitespace */
{
	margin-left: 20px;
	list-style-type: disc;
}

#lhlinks UL UL UL /* re-adds wanted section list whitespace */
{
	margin-left: 20px;
	list-style-type: square;
}

#lhlinks LI.menuon DIV /* selected menu coloured */
{
	background-color: #A1A1A1;
	padding: 5px;
}

#lhlinks LI.menuitemon DIV
{
	background-color: transparent;
	border-bottom: 1px solid #A1A1A1;
	padding-bottom: 5px;
}

/* undo effect on all others */
#lhlinks LI.menuoff DIV,
#lhlinks LI.menuitemoff DIV,
#lhlinks LI.sectionon DIV,
#lhlinks LI.sectionoff DIV 
{
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

#lhlinks LI.menuon
{
	border-top: 1px solid #A1A1A1;
	font-weight: bold;
}

#lhlinks LI.menuoff
{
	border-bottom: 1px solid #A1A1A1;
	font-weight: bold;
	padding: 5px;
}

#lhlinks LI.menuon A:link,
#lhlinks LI.menuon A:visited
{
	text-decoration: none;
}

#lhlinks LI.menuon A:hover,
#lhlinks LI.menuon A:active
{
	text-decoration: underline;
}

#lhlinks LI.menuoff A:link,
#lhlinks LI.menuoff A:visited
{
	text-decoration: none;
}

#lhlinks LI.menuoff A:hover,
#lhlinks LI.menuoff A:active
{
	text-decoration: underline;
}

#lhlinks LI.menuitemon
{
	font-weight: bold;
	border-bottom: 1px solid #A1A1A1;
	padding: 1px 0px 3px 0px;
}

#lhlinks LI.menuitemoff
{
	color: #A1A1A1;
	font-weight: normal;
	padding: 3px 0px;
}

#lhlinks LI.menuitemon A:link,
#lhlinks LI.menuitemon A:visited
{
	text-decoration: none;
}

#lhlinks LI.menuitemon A:hover,
#lhlinks LI.menuitemon A:active
{
	text-decoration: underline;
}

#lhlinks LI.menuitemoff A:link,
#lhlinks LI.menuitemoff A:visited
{
	text-decoration: none;
}

#lhlinks LI.menuitemoff A:hover,
#lhlinks LI.menuitemoff A:active
{
	text-decoration: underline;
}

#lhlinks LI.sectionon
{
	font-size: 90%;
	font-weight: bold;
	padding: 3px;
}

#lhlinks LI.sectionoff
{
	font-size: 90%;
	color: #A1A1A1;
	font-weight: normal;
	padding: 3px;
}

#lhlinks LI.sectionon A:link,
#lhlinks LI.sectionon A:visited
{
	text-decoration: none;
}

#lhlinks LI.sectionon A:hover,
#lhlinks LI.sectionon A:active
{
	text-decoration: underline;
}

#lhlinks LI.sectionoff A:link,
#lhlinks LI.sectionoff A:visited
{
	text-decoration: none;
}

#lhlinks LI.sectionoff A:hover,
#lhlinks LI.sectionoff A:active
{
	text-decoration: underline;
}

#lhlinks LI.collapsed
{
	/* to be defined */
}

/*** BREADCRUMB TRAIL NAVIGATION **/

#breadcrumb
{
	font-size: 90%;
	background-color: #0062A1;
	padding: 0.8em 2em;
	font-weight: bold;
	color: #FFF;
}

#breadcrumb A:link,
#breadcrumb A:visited
{
	color: #FFF;
	text-decoration: underline;
}

#breadcrumb A:hover,
#breadcrumb A:active
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb SPAN.divider
{
	color: #FFF;
}

#menuimage, #GeneralOuterTop1_BreadCrumb1_menuimage
{
	height: 125px;
	background: url(../images/menu_contactus.jpg) no-repeat 0 0;
}

/*** EMAIL/PRINT CONTROLS ***/

#emailprint
{
	float: right;
}

#emailprint TD
{
	vertical-align: middle;
	white-space: nowrap;
}

/*** PREVIOUS/NEXT CONTROLS ***/

DIV.prevnext
{
	font-size: 85%;
}

/*** CONTENT AREA ***/

#content, .content
{
	background-color: #FFF;
	padding: 2em 0 2.5em 2.5em;
	font-size: 0.9em;
}

.content A:link, .content A:visited,
.content A:hover, .content A:active, .content A:focus,
#content A:link, #content A:visited,
#content A:hover, #content A:active, #content A:focus
{
	color: #000;
	font-weight: bold;
}

#content UL
{
	list-style-image: url(../images/bullet.gif);
}

.intro
{
	font-size: 1.05em;
	vertical-align: middle;
	padding: 1.1em 0 1.1em 1.5em;
	height: 87px;
}

/*** FOOTER ***/

#footer
{
	background-color: #0062A1;
	padding: 1.15em 2em;
	color: #FFF;
	font-weight: bold;
	font-size: 0.85em;
}

#footer A:link,
#footer A:visited
{
	/* UNUSED BY ARFSDEMO */
}

#footer A:hover,
#footer A:active
{
	/* UNUSED BY ARFSDEMO */
}

/*** LEFT AND RIGHT INCLUDES (Search/Register etc.) ***/

#updatescol
{
	background-color: #FFF;
	font-size: 0.9em;
	padding: 2em 0 2.5em 2.5em;
}

#updatescol H2
{
	padding: 0 0 0.8em;
	margin: 0px;
}

#homepage #updatescol
{
	padding: 0 0 0 2em;
}

#homepage #updatescol H2
{
	font-size: 1.3em;
	margin: 0px;
	padding: 1em 0 0.2em;
}

#updatescol A
{
	border-top: 1px solid #B36407;
	display: block;
	padding: 0.9em 2em 0.4em 0;
}

#updatescol A:link, #updatescol A:visited
{
	text-decoration: none;
}

#updatescol DIV
{
	padding-right: 2em;
}

#updatescol DIV A
{
	border-top: 0;
	display: inline;
	padding: 0;
}

/*** CLASSES USED TO GET INSIDE .NET TABLES IN SEARCH.ASPX ***/

#SearchDataGrid TD
{
	padding: 1em 0;
}

TR.pagerstyle TD
{
	border-top: 1px solid #B36407;
	background-color: #FFF;
	text-align: left;
	padding: 0;
}

TR.pagerstyle TD SPAN
{
	padding: 0.9em 1em 0 0;
}

/*** AZ SERVICES PAGE - AZ LINKS ***/

#azlinks TD
{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

#azlinks SPAN.selected
{
	color: #01B0E7;
}

#azlinks TD.disabled
{
	color: #666;
}

/*** REMOVE IMAGE BORDERS BY DEFAULT ***/

IMG
{
	border: 0px;
}

/*** HIDING ELEMENTS USED IN NON CSS DISPLAY (E.G HR) ***/

.hide
{
	display: none;
}

/*** DATE INPUT DROPDOWNS ***/

DIV.dateinput
{
	padding-bottom: 10px;
}

DIV.dateinput,
DIV.dateinput select
{
	text-transform: capitalize;
}

DIV.dateinput img
{
	vertical-align: bottom;
}

DIV.dateinput span
{
	display: block;
	font-weight: bold;
	text-transform: none;
}

/******************************
* END CLASSES USED BY ARFSDEMO
******************************/
