﻿/* ---------------------------------------------------------------------------------------------------- */
/* PAGE BODY STYLES (ISOLATE CMS CONTENT) */
/* ---------------------------------------------------------------------------------------------------- */
#page-body
{
	line-height:18px;
}
#page-body abbr, #page-body acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
#page-body em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
#page-body blockquote, #page-body ul, #page-body ol, #page-body dl {
	/*giving blockquotes and lists room to breath*/
	margin-bottom:18px;
}
#page-body ol, #page-body ul, #page-body dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#page-body ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#page-body ol.lower-alpha li {
	/*giving OL's LIs generated numbers*/
	list-style: lower-alpha outside;	
}
#page-body ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
#page-body ul li *, #page-body ol li * {
	/*nested*/
	margin-bottom:0;
}
#page-body dl dd {
	margin-left:1em;
}
#page-body caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
#page-body p,
#page-body h1,
#page-body h2,
#page-body h3,
#page-body h4,
#page-body h5,
#page-body h6
{
	margin-top:18px;
	margin-right:18px;
	margin-bottom:18px;	
}

#page-body h1 { font-size:232%; }
#page-body h2 { font-size:153.9%; }
#page-body h3 { font-size:123.1%; }
#page-body h4 { font-size:108%; font-weight:bold; }
/* ---------------------------------------------------------------------------------------------------- */
/* GENERAL */
/* ---------------------------------------------------------------------------------------------------- */
strong
{
	font-weight:bold;
}
/* ---------------------------------------------------------------------------------------------------- */
/* FONT FAMILY */
/* ---------------------------------------------------------------------------------------------------- */
h1, h2, h3
{
	font-family:"Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
h4, h5, h6, p
{
	font-family:Arial, Sans-Serif;
}
/* ---------------------------------------------------------------------------------------------------- */
/* FONT SIZES */
/* ---------------------------------------------------------------------------------------------------- */
h1
{
	font-size:232%;
	font-weight:bold;	
	line-height:36px;
}
h2
{
	font-size:167%;
	font-weight:bold;
}
h3
{
	font-size:138.5%;
	font-weight:bold;
}
h4	{ font-size:108%;}
h5	{ font-size:100%;}
h6	{ font-size:100%;}
p	{ font-size:100%;}
/* ---------------------------------------------------------------------------------------------------- */
/* FONT COLOURS */
/* ---------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color:#444;
}
p, ul li, ol li, td {
	color:#444;
}
a {
	color:#006AA5;
}
/* ---------------------------------------------------------------------------------------------------- */
/* FONT LINE HEIGHTS AND MARGINS */
/* ---------------------------------------------------------------------------------------------------- */
h1.heading
{	
	padding-top:26px;
	padding-bottom:10px;
	letter-spacing:-1px;
	margin:0 18px;
	background:url('../../img/layout/heading-bg.png') repeat-x left bottom;
}
/* ---------------------------------------------------------------------------------------------------- */
/* BREAKS */
/* ---------------------------------------------------------------------------------------------------- */
hr
{
	background-color:#CCC;
	border:0 none;
	height:1px;
	width:100%;
	line-height:0px;
	font-size:0px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* PUBLIC REGISTERS */
/* ---------------------------------------------------------------------------------------------------- */
div.prac-expiry-wrapper p
{
	margin:0 !important;
	color:#666;
	font-size:10px;
	line-height:12px;
}
span.prac-expiry-date
{
	display:block;	
}
a.help-link
{
	font-size:11px;
	font-weight:normal;
}

/* ---------------------------------------------------------------------------------------------------- */
/* CUNSTOM FONTS */
/* ---------------------------------------------------------------------------------------------------- */
