/* ===============================================
Title:		Principality - Mortgage broker microsite
Author:		Gerard Hynes (UTLUK)
Version:	17 Mar 2006
Notes:		Defines print layout and styling
Contents:
			- global text
			- global links
			- global misc
			- system layout
			- breadcrumb
			- content
			- footer
Colors:
			- #FF0500 / principality red
			- #D1E2EC / light blue
			- #EEEEDD / stone (print substitute: #8D8D8D / dark grey)
=============================================== */

/* global text
=============================================== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* global links
=============================================== */

a:link, a:visited {
	color: #FF0500; /* dark red */
}

/* global misc
=============================================== */

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
	font-size: small;
}

/* system layout
=============================================== */

body {
	margin: 3px;
}

/* accessibility links */

#accessibilityLinks {
	display: none;
	position: absolute;
	left: -9999px;
	font-size: small;
}

/* header */

#brokerPointLogo {
	margin: 5px 0 0 0px;
	border: none;
}

/* side panel (contains side menu) */

#sidePanel {
	display: none;
}

/* bottom divider */

#bottomContentDivider {
	height: 20px;
	clear: both;
}

#bottomContentDivider hr {
	display: none;
}

/* breadcrumb
=============================================== */

#breadcrumb {
	font-size: 80%;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
}

#breadcrumb .label {
	font-weight: bold;
}

/* content
=============================================== */

#content {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #8D8D8D;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content li {
	margin: 4px 0 4px 30px;
	list-style-image: url(../../../../images/system/bullet_pointer_red.gif);
}

#content a:link:after, 
#content a:visited:after {
	content: " (" attr(href) ") ";
}

/* footer
=============================================== */

#footer .legalLinks {
	font-size: 70%;
	margin: 5px 0;
	padding: 0;
}

#footer .legalText {
	font-size: 70%;
	margin: 5px 0;
	padding: 0;
}

#footer .legalWarning {
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0;
}


































