ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   {
	display: block;
	font-weight : normal;
}
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 0px; line-height: 1.33 }
H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }
H4              { font-size: 1em; margin: 1em 0 }
H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU            { margin: 1.33em 0 }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
/* A[href]         { text-decoration: underline } */
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change)
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }
*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed } */

/* Elements that are block-level in HTML4 */
/* ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed } */
/* End bidi settings */


@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  .clsNoPrint {display: none;} 
  A:link {color: #000000; text-decoration : none;} 
  A:visited {color: #000000; text-decoration : none;} 
  A:hover {color: #000000; text-decoration : none;} 
  A:active {color: #000000; text-decoration : none;} 
  .contentLeft { display: none;}
  .contentDivider { display: none;}
  .navContent { display: none;}
  .footerLeft { display: none;}
  .NoPrint { display: none; }
  .businessSnippet { margin-left: 25px;}
  .quoteHeader { padding-left: 35px;}
  .quoteContent { padding-left: 35px;}
  .quoteFooter { padding-left: 35px;}
  .printing { padding-left: 80px; }
}

@media screen { .clsPrintOnly {display: none} } 

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}


/* www.constructionsuccess.org specific styles */



/* Link classes start 

FOR REFERENCE ONLY

A:link {color: #C7D6E9;	text-decoration : none;}
A:visited {color: #C7D6E9; text-decoration : none;}
A:hover {color: #FE9D32; text-decoration : none;}
A:active {color: #C7D6E9; text-decoration : none;}

A.smallBlueLink:link {color: #095AA6; font-size: 7pt; text-decoration : none;}
A.smallBlueLink:visited {color: #095AA6; font-size: 7pt; text-decoration : none;}
A.smallBlueLink:hover {color: #3A3380;	font-size: 7pt; text-decoration : none;}
A.smallBlueLink:active {color: #095AA6; font-size: 7pt; text-decoration : none;}	


 Link classes end */
 
 /* Mike Padgett 15 September 2004 */
 
body {
	margin: 0px;
	background-color: #D4D0C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

A:link {color: #000000;	text-decoration : none; font-weight: bold;}
A:visited {color: #000000; text-decoration : none; font-weight: bold;}
A:hover {color: #000000; text-decoration : none; font-weight: bold;}
A:active {color: #000000; text-decoration : none; font-weight: bold;}

A.headlineLink:link {color: #D6724D; font-weight: bold; text-decoration : none;}
A.headlineLink:visited {color: #D6724D; font-weight: bold; text-decoration : none;}
A.headlineLink:hover {color: #D6724D; font-weight: bold; text-decoration : none;}
A.headlineLink:active {color: #D6724D; font-weight: bold; text-decoration : none;}

.printing { text-align: center; 
            width: 100%;
            vertical-align: top;
		}
		
	.navLink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
	}

	.legalLink {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	}
	
	.subNavLink {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	}
	
	.breadcrumbLink {
	font-weight: normal;
	/*
	color: #849384;
	*/
	color:#687768;
	text-decoration: none;
	}

td {
	vertical-align:middle;
	text-align: left;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	color:#687768;
}

		.themeHeading {
			font-size: 14px;
			font-weight: bold;
			color: #000000;
			margin: 0px;
			color: #D6724D;
		}

img {
	border: 0px;
}

ul {
list-style-type: square;
}

form {
	margin: 0px;
}

	.subNav {
		list-style-image: url('../images/arrow.gif');
		margin-left: 17px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 20px;
}

	.heading {
		font-weight: bold;
		color: #D6724D;
		margin-bottom: 10px;
	}
	
	.subHeading {
		font-weight: bold;
		color: #D6724D;
	}
	
		.subHeadingBlack {
		font-weight: bold;
		color: #000000;
		}

.headerTable {
	width: 760px;
	border: 1px;
	padding: 0px;
	background-color:#FFFFFF;
}

	.contentLeft {
		width: 200px;
		vertical-align: top;
	}
	
	.contentDivider {
		width: 10px;
		vertical-align: top;
	}
	
	.contentRight {
		width: 530px;
		vertical-align: top;
	}
	
	.mainContent {
		width: 530px;
		vertical-align: top;
		padding-top: 10px;
	}
	
	/* Images */
	.mainContentFinsburyPark {
		width: 530px;
		vertical-align: top;
		padding-top: 10px;
		background-image:url(../images/finsbury_park_base.jpg);
		background-attachment: fixed;
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.mainContentGlasgow {
		width: 530px;
		vertical-align: top;
		padding-top: 10px;
		background-image:url(../images/glasgow_base.jpg);
		background-attachment: fixed;
		background-position: top right;
		background-repeat: no-repeat;
	}
	
		.textContent {
			width: 530px;
			border: 0px;
			padding: 0px;
			vertical-align: top;
		}
		
			.textContentLeft {
				width: 390px;
				padding-right: 20px;
				padding-top: 0px;
				margin-top: 0px;
				vertical-align: top;
			}
			
				.formTable {
					width: 350px;
					border: 0px;
					padding: 0px;
				}
					.formTableLeft {
						vertical-align: top;
						width: 150px;
						text-align: left;
						padding-right: 20px;
						padding-top: 4px;
					}
					
					.formTableRight {
						vertical-align: top;
						width: 200px;
						text-align: right;
						padding-top: 4px;
					}
					
					.formTableRightAlignLeft {
						text-align: left;
						vertical-align: top;
						padding-top: 4px;
					}
					
						.radioButton {
						padding-top: 5px;
						}
					
						.onPageFormElement {
							width: 200px;
							height: 16px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-weight: normal;
							font-size: 12px;
							color: #000000;
						}
						
						.onPageFormElementTextarea {
							width: 200px;
							height: 100px;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-weight: normal;
							font-size: 12px;
							color: #000000;
						}
			
			.textContentRight {
				vertical-align: top;
				width: 140px;
			}
			
				.quoteTable {
					width: 140px;
					border: 0px;
					padding: 0px;
					margin-bottom: 20px;
				}
				
					.quoteHeader {
						width: 140px;
						height: 4px;
					}
					
					.quoteContent {
						padding-top: 10px;
						padding-bottom: 10px;
						line-height: 16px;
					}
					
					.quoteFooter {
						width: 140px;
						height: 4px;
					}
					
					.businessSnippet {
						background-color: #EFD6BA;
					}
						
						.businessSnippetContent {
							padding: 10px;
							line-height: 16px;
						}
	
	.navContent {
		width: 200px;
		background-color: #EFD6BA;
		vertical-align: top;
	}
		
		.navTable {
			width: 200px;
			border-top: 1px solid #ffffff;
			padding: 0px;
		}
		
			.navLeft {
				width: 20px;
				background-color: #D6724D;
				padding-top: 8px;
				vertical-align: top;
			}
			
			.navCenter {
				width: 20px;
				background-color: #EBEAE9;
				padding-top: 6px;
				padding-bottom: 6px;
				padding-right: 4px;
				vertical-align: top;
			}
			
				.navSelected {
				background-color: #D4D0C8;
				vertical-align: middle;
				padding-top: 6px;
				padding-bottom: 6px;
				padding-right: 4px;
				}
				
					.currentItem {
						font-weight: bold;
						line-height: 14px;
					}
			
			.navRight {
				width: 160px;
				background-color: #EBEAE9;
				vertical-align: middle;
				padding-top: 6px;
				padding-bottom: 6px;
				padding-right: 4px;
				line-height: 14px;
			}
			
		.supplementaryNavTable {
			width: 200px;
			border-top: 1px solid #ffffff;
			padding: 0px;
		}
		
			.supplementaryNavLeft {
				width: 40px;
				height: 28px;
				background-color: #EFD6BA;
			}
			
			.supplementaryNavRight {
				width: 160px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-color: #EFD6BA;
				padding-right: 10px;
				line-height: 16px;
			}
			
		.footerLeft {
			width: 200px;
		}
		
			.legalTable {
				width: 200px;
				height: 24px;
			}
			
				.legalDivider {
					width: 1px;
				}
				
				.legalContent {
					width: 198px;
					text-align: center;
				}
		
		.footerRight {
			width: 530px;
		}
		
			.copyrightTable {
				width: 530px;
				height: 24px;
			}
			
				.copyrightDivider {
					width: 1px;
				}
				
				.copyrightContent {
					width: 528px;
					text-align: left;
					padding-left: 10px;
				}
	
	.smallLineHeight {
		line-height: 14px;
		font-weight: bold;
	}
	
	.smallerLineHeight {
		line-height: 14px;
		font-weight: bold;
		text-decoration: none;
	}

/* Test pages */

.testMasterTable {
	width: 600px;
	border: 0px;
	background-color: #ffffff;
	padding: 10px;
}

.testTable {
	width: 100%;
	border: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

	.testLegendTable {
		width: 580px;
		border: 0px;
		padding: 0px;
		background-color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #000000;
	}
	
		.testLegendTdLeft {
			width: 100px;
			font-size: 14px;
			font-weight: bold;
			color: #000000;
			margin: 0px;
		}
		
		.testLegendTd {
			width: 180px;
			vertical-align: top;
			line-height: 12px;
		}

	.testTableHeader {
		width: 580px;
	}
	
	.testTableHeaderRightAlign {
		width: 580px;
		text-align: right;
	}
	
		.testTableTopLabel {
			width: 215px;
			border-bottom: 1px solid #D6724D;
			padding-bottom: 5px;
		}
	
		.testTableLabel {
			width: 215px;
			
			padding-top: 5px;
			padding-bottom: 5px;
			padding-right: 20px;
			vertical-align: top;
			line-height: 14px;
		}
		
		.testTableTopColumn {
			width: 130px;
			border-left: 1px solid #D6724D;
			border-bottom: 1px solid #D6724D;
			text-align: center;
			line-height: 14px;
			padding-bottom: 5px;
			
		}
		
		.testTableColumn {
			width: 130px;
			padding-top: 7px;
			vertical-align: top;
		}
		
		.testTableColumnEdge {
			width: 130px;
			padding-top: 7px;
			vertical-align: top;
			border-left: 1px solid #D6724D;
		}

		.radioLabelCell {
			width: 250px;
			padding-left: 10px;
		}
		
		.radioLabelCellBorder {
			width: 250px;
			border-bottom: 1px solid #D6724D;
		}
		
		.radioCell {
			width: 40px;
			text-align: center;
			padding-left: 10px;
		}
		
		.radioCellBorder {
			width: 40px;
			text-align: center;
			padding-left: 10px;
			border-bottom: 1px solid #D6724D;
		}
		
		.questionTd {
			border-bottom: 1px solid #D6724D;
			padding-top: 10px;
			padding-bottom: 10px;
			vertical-align: top;
		}
		
		img.graphImage {
			height: 10px;
		}