/*
	Intrust Super (Screen Styles)
	Created: 18th Feb 2008, Next Digital
	
	# This stylesheet contains
	    - Base HTML Elements
	    - Link Styling
	    - Heading Styling
	    - Utility Styles
*/

/*
	** Imported stylesheets
*/
@import url(form.css);
@import url(structure.css);
@import url(components.css);
@import url(navigation-hover.css);


/*
	** Base HTML Elements
*/
body
{
	margin: 0;
	padding: 0;
	
	color: #6f7172;
	font-family: Arial, Sans-Serif;
	font-size: 75%;
}

p,
dl
{
	margin: 5px 0 14px;
	
	line-height: 135%;
	line-height: 150%;
}
.page li
{
	line-height: 140%;
}

sup
{
	font-size: 60% !important;
}

ul
{
	margin: 5px 0 10px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	margin-left: 25px;
	
}

.content ul li
{
	padding: 0 0 0 25px;
	margin: 0;
	background: url(../images/bullet-dot.gif) no-repeat 11px 0.5em;
}

ul.dash
{
	list-style-type: none;
}
	ul.dash li,
	ul li.dash
	{
		margin: 0;
		padding: 0 0 0 25px;
		background: url(../images/bullet-dash.gif) no-repeat 12px 0.8em;
	}

/*
	** Link Styling
*/
a:link, a:visited
{
	color: #48b8d2;
}
a:hover
{
	color: #1895b2;
}
a img
{
	border: 0;
}


/*
	** Heading Styling
*/
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 5px 0 10px;
	
	color: #6f7172;
	font-size: 130%;
}
h1
{	
	padding: 0;
	
	color: #48b8d2;
	font-size: 130%;
}
h2
{
	font-size: 110%;
}
.sIFR-hasFlash .content h2.replace
{
	padding: 0;
	
	font-size: 14px !important;
	line-height: 1em !important;
}
:root.sIFR-hasFlash .content h2.replace
{
	font-size: 17px !important;
}
.content h2.sIFR-replaced
{
	padding: 5px 0;
}
h3
{
	font-size: 110%;
}
h4, h5, h6
{
	font-size: 100%;
}


/*
	** Utility Styles
*/
.offleft,
.sir h2,
.sir h3
{
	position: absolute;
	left: -8000px;
	width: 4000px;
}
hr 
{
	clear: both;
	visibility: hidden;
	height: 16px !important;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.group
{
	margin: 15px;
}
.left
{
	float: left;
}
img.left
{
	margin-right: 12px; 
}
.right
{
	float: right;
}
img.right
{
	margin-left: 12px; 
}
.sir
{
	letter-spacing: -1000px;
	text-indent: -999px;
}

.box
{
}

.grey
{
	color: #5e5e5e;
}

.small
{
	font-size: 85%;
}