/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #e8e8e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

p {
	margin: 0px 0px 10px 0px;
}

h2 {
	display: block;
	margin: 30px 0px 15px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	border-bottom: 1px solid #000000;
}

h3 {
	display: block;
	margin: 15px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

hr {
	display: none; 
}

a:link {
	color: #d72d27;
}
a:visited {
	color: #565656;/* old colour #939596 */
}
a:hover {
	color: #000000;
}


a.arrowLink {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url("/images/common/arrow_off.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #d72d27;
}
a.arrowLink:visited {
	background-image: url("/images/common/arrow_visited.gif");
	color: #939596;
}
a.arrowLink:hover {
	background-image: url("/images/common/arrow_over.gif");
	color: #000000;
}

a.arrowLinkWhite {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background-image: url("/images/common/arrow_pale_transparent.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #ffe0cc;
	text-decoration: none;
}
a.arrowLinkWhite:visited {
	background-image: url("/images/common/arrow_pale_transparent.gif");
	color: #ffe0cc;
	text-decoration: none;
}
a.arrowLinkWhite:hover {
	background-image: url("/images/common/arrow_white_transparent.gif");
	color: #ffffff;
	text-decoration: underline;
}

ul {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
	list-style-position: outside;
}

ul li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

ol li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

dl {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

dl dd {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

.introParagraph {
	font-weight: bold;
}

.noTopMargin {
	margin-top: 0px;
}

.noBottomMargin {
	margin-bottom: 0px;
}

.picBorder {
	border: 1px solid #000000;
}

.tabbedIn {
	clear: both;
	float: left;
	width: 50px;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 5px 10px 12px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 5px 0px 12px 15px;
}

.picCenter {
	display: block;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.picLeftLessPad {
	display: block;
	clear: both;
	float: left;
	margin: 3px 5px 0px 1px;
}

/*
Misc positioning elements
-------------------------
*/

#hiddenTags {
	display: none;
}

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#whiteArea {
	display: block;
	position: relative;
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #ffffff;
}

#pageArea {
	display: block;
	position: relative;
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	position: relative;
	width: 740px;
	height: 116px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
}

#headerArea h1 {
	display: none;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#headerArea #headerLogo {
	position: absolute;
	top: 17px;
	left: 0px;
}

#headerArea #resourceFinder {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 60px;
	right: 15px;
}
#headerArea #resourceFinder a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background-image: url("/images/common/arrow_white_transparent.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
#headerArea #resourceFinder a:visited {
	color: #ffffff;
	text-decoration: none;
}
#headerArea #resourceFinder a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#headerArea #cssLinks {
	display: block;
	position: absolute;
	top: 18px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #969697;
}
#headerArea #cssLinks a {
	color: #969697;
	font-weight: bold;
	text-decoration: none;
}
#headerArea #cssLinks a:visited {
	color: #969697;
	text-decoration: none;
}
#headerArea #cssLinks a:hover {
	color: #000000;
	text-decoration: underline;
}

#headerArea #strapLine {
	display: block;
	position: absolute;
	top: 40px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #d72d27;
	text-align: right;
}

#headerArea #headerSearch {
	display: block;
	position: absolute;
	top: 72px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	width: 300px;
}
#headerArea #headerSearch label {
	position: absolute;
	top: 6px;
	left: 0px;
}
#headerArea #headerSearch #searchMethod {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 75px;
}
#headerArea #headerSearch #searchText {
	position: absolute;
	top: 0px;
	right: 45px;
	width: 150px;
}
#headerArea #headerSearch #searchSubmit {
	position: absolute;
	top: 0px;
	right: 0px;
	_width: 37px;
}

#headerArea #skipNav {
	display: none;
}


/*
Title Area
-------------------------
*/

#titleArea {
	display: block;
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#titleArea h1 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	line-height: 22px;
	color: #d72d27;
	font-weight: normal;
}

#titleArea h3 {
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #ff6600;
}

#titleArea h3 a {
	color: #d72d27;
}
#titleArea h3 a:visited {
	color: #939596;
}
#titleArea h3 a:hover {
	color: #000000;
}


/*
Two Column layout
-------------------------
*/

#twoColumnLayout {
	display: block;
	position: relative;
	width: 740px;
	margin: 0px 0px 0px 0px;
}

#twoColumnLayout #mainColumn {
	display: inline;
	float: left;
	width: 550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#twoColumnLayout #rightColumn {
	display: block;
	float: right;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
In-page content elements
-------------------------
*/

.quoteBlock {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 1px 9px;
	background-color: #dedede;
	color: #000000;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000000;
}

.highlightBlock {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 9px 9px 10px 9px;
	background-color: #dedede;
	color: #000000;
	text-align: left;
	border: 1px solid #000000;
}
.highlightBlockRed {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 9px 9px 10px 9px;
	background-color: #ff1313;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	border: 2px solid #000000;
}
.highlightLineRed {
	display: block;
	height:40px;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	background-image: url(../pages/images/headlinebg.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-align: left;

}
.searchBlock {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 1px 9px;
	background-color: #dedede;
	color: #000000;
	text-align: left;
	border: 1px solid #000000;
	border-top: none;
}

.searchBlockFull {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 9px 9px 1px 9px;
	background-color: #dedede;
	color: #000000;
	text-align: left;
	border: 1px solid #000000;
}

.contentsList {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}

.summaryBox {
	display: block;
	float: right;
	background-image: url("/images/common/at_a_glance_bg.gif");
	background-repeat: repeat-y;
	margin: 2px 0px 0px 0px;
	padding: 0px 7px 0px 12px;
	width: 325px;
	font-size: 11px;
	line-height: 13px;
}

.summaryBox h2 {
	margin: 0px 0px 5px 0px;
	border-bottom: none;
	font-size: 13px;
	line-height: 15px;
	color: #d72d27;
}

.summaryBox p {
	margin: 0px 0px 5px 0px;
}

.reference {
		font-size: 10px;
		color:#666666;
}

.redText {
		color:#ff0000;
}

/*
Table elements
-------------------------
*/

table {
	display: block;
	clear: both;
	margin: 0px 0px 20px 0px;
	background-color: #000000;
	border: none;
}
table caption {
	padding: 2px 3px 2px 8px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	border: none;
}
table th {
	margin: 1px;
	padding: 5px 7px 5px 7px;
	background-color: #dedede;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border: none;
}
table th.centered {
	text-align: center;
}
table td {
	margin: 1px;
	background-color: #d2d2d2;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	border: none;
}
table td.centered {
	text-align: center;
}
#tableHeadings th {
	margin: 1px;
	padding: 2px 7px 2px 7px;
	background-color: #8e8e8e;
	color: #ffffff;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	background-image: none;
	border: none;
}
#tableHeadings th.centered {
	text-align: center;
}
#commentArea td {
	margin: 1px;
	padding: 8px 7px 0px 7px;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	background-image: none;
	border: none;
}
#commentArea td p {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

/*
Sidepanel elements
-------------------------
*/

.sidePanel {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #d72d27;
}

.sidePanelGrey {
	display: block;
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #e8e8e8;
}

.sidePanelGreyTop {
	height: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/sidepanels/grey_top.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}
.sidePanelGreyBottom {
	height: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/sidepanels/grey_bottom.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

.sidePanel p, .sidePanelGrey p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidePanelGrey dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidePanel dl dt {
	display: none;
}

.sidePanelGrey dl dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 8px;
	color: #d72d27;
	font-size: 13px;
	line-height: 16px;
}

.sidePanel dl dd, .sidePanelGrey dl dd {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.sidePanel dl dd.divide {
	background-image: url("/images/common/dotted_horizontal_line.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 5px 0px;
}

.sidePanel a {
	display: block;
	color: #d72d27;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 3px 3px;
}
.sidePanel a:visited {
	color: #d72d27;
	text-decoration: none;
}
.sidePanel a:hover {
	color: #ffffff;
	background-color: #d72d27;
	text-decoration: none;
}

.sidePanel a.phoneNumber {
	padding: 2px 3px 3px 28px;
	background-image: url("/images/common/telephone.gif");
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
.sidePanel a.phoneNumber:hover {
	background-image: url("/images/common/telephone_on.gif");
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

.sidePanelGrey a {
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 3px 8px;
}
.sidePanelGrey a:visited {
	color: #000000;
	text-decoration: none;
}
.sidePanelGrey a:hover {
	color: #000000;
	background-color: #beb9ba;
	text-decoration: none;
}

/*
Site map elements
-------------------------
*/

#sitemap {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#sitemap h2 {
	display: block;
	margin: 20px 0px 1px 0px;
	padding: 2px 2px 2px 10px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	border-bottom: none;
}

#sitemap dl {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sitemap dl dt {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 2px 2px 2px 30px;
	background-color: #f3f3f3;
	color: #000000;
	font-weight: bold;
}

#sitemap dl dd {
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 2px 2px 2px 50px;
	background-color: #f3f3f3;
}

/*
Footer elements
-------------------------
*/

#footerSpacer {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
}
#footerSpacer2 {
	display: block;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
}
#footer {
	display: block;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
	border-top: 2px solid #949596;
	height: 67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #949596;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer a {
	color: #949596;
	text-decoration: none;
}
#footer a:visited {
	color: #949596;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer #toTop {
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
}
#footer #toTop a {
	color: #d72d27;
	text-decoration: none;
}
#footer #toTop a:visited {
	color: #d72d27;
	text-decoration: none;
}
#footer #toTop a:hover {
	color: #d72d27;
	text-decoration: underline;
}

#footer #footerLinks {
	display: block;
	position: absolute;
	top: 8px;
	right: 0px;
}

#footer #footerCredits {
	display: block;
	position: absolute;
	top: 28px;
	right: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #949596;
	text-align: right;
}

#footer #footerCredits a {
	color: #949596;
	text-decoration: none;
}
#footer #footerCredits a:visited {
	color: #949596;
	text-decoration: none;
}
#footer #footerCredits a:hover {
	color: #000000;
	text-decoration: underline;
}
.footnoted {
	font-size: 11px;
	color: #333399;
	vertical-align: super;
}

#footer #footerCopyright {
	display: block;
	position: absolute;
	top: 49px;
	right: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #949596;
	text-align: right;
}

#footer #footerCopyright a {
	color: #949596;
	text-decoration: none;
}
#footer #footerCopyright a:visited {
	color: #949596;
	text-decoration: none;
}
#footer #footerCopyright a:hover {
	color: #000000;
	text-decoration: underline;
}

