/* Maven Training Print stylesheet */

/* Site globals */
body,p,a,li,h1,h2,h3,h4,h5,h6,th,td
{
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	color: black;
}
body,p,a,li,th,td
{
	font-size: 10pt;
	line-height: 1.6em;
}
body
{
	margin: 0;
	padding: 0;
/*        background-color: white; */
}
img
{
	visibility: visible;
        border: 0;
        padding: 0;
        margin: 0;
}
ol li
{
        margin-bottom: 1em;
}
ul
{
	margin-top: 0;
}
h1
{
	margin-top: 13pt;
	font-size: 24pt;
}
h2
{
	margin-bottom: 0.4em;
	font-size: 18pt;
}
h3
{
	margin-bottom: 0.3em;
	font-size: 14pt;
}
p
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}


/* Page parent table */
table.page-parent-table
{
        table-layout: fixed;
        border: 0px none;
        border-collapse: collapse;
        border-spacing: 0px;
        margin: 0px;
        padding: 0px;
        width: 100%;
/*        background-color: white; */
}
table.page-parent-table td
{
        vertical-align: top;
        border: 0px none;
        margin: 0px;
        padding: 0px;
}
td.ppt-left-spacer, td.ppt-right-spacer
{
	display: none;
}
td.ppt-main
{
	width: 100%;
}

/* Site title bar */
div.site-title-bar
{
	display: none;
}
div.site-logo
{
        float: left;
	/* width required by IE5/Mac - safe to use generally as logo image is fixed-width */
	width: 300px;
	height: 45px;
}
div.site-logo img
{
	display: none;
}

div.nav-date-float
{
	display: none;
}

/* ul.corporate-navigation
{
	display: inline;
	height: 11px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
ul.corporate-navigation li
{
	display: inline;
	height: 10px;
	padding: 0 5px;
	border-left: 1px solid white;
	font-size: 11px;
	line-height: 11px;
	color: white;
}
ul.corporate-navigation li a
{
	font-size: 10px;
	line-height: 10px;
	color: white;
	text-decoration: underline;
}
ul.corporate-navigation li a:hover
{
	text-decoration: none;
}
li#corp-nav-first
{
	border-left: 0;
}

span#date-today
{
	display: inline;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	color: white;
} */

p.main-phone-number
{
	display: none;
}

p.main-phone-number img
{
	padding-top: 40px;
}

/* Main navigation bar */
div.main-navigation-bar
{
	display: none;
}

/* ul.main-navigation
{
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.main-navigation li
{
	display: inline;
	height: 10px;
	padding: 0 12px;
	border-left: 1px solid white;
	font-size: 10px;
	line-height: 10px;
	color: white;
}
ul.main-navigation li a
{
	font-size: 10px;
	line-height: 10px;
	color: white;
	text-decoration: none;
}
ul.main-navigation li a:hover
{
	text-decoration: underline;
}
li#main-nav-first
{
	border-left: 0;
}

a#main-nav-skip
{
	display: none;
}

table.main-navigation-bar
{
        border-collapse: collapse;
        border-spacing: 0;
        border: 0;
        padding: 0;
}
td.main-nav-cell
{
        border: 0;
        padding: 0;
        margin: 0;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	color: white;
}
td.main-nav-cell a
{
	font-size: 10px;
	line-height: 10px;
	color: white;
	text-decoration: none;
}
td.main-nav-cell a:hover
{
	text-decoration: underline;
}
td.main-nav-spacer
{
        border: 0;
        padding: 0;
        margin: 0;
	width: 15px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	color: white;
	text-align: center;
}

div.sm-spacer
{
        position: absolute;
        width: 185px;
        height: 1px;
	background-color: white;
}
div.sm-item-normal
{
	position: absolute;
	width: 171px;
	height: 10px;
	padding: 7px;
	border: 1px solid #49a942;
	background-color: #e7f1d1;
	text-align: left;
}
div.sm-item-normal a
{
	font-size: 10px;
	line-height: 10px;
	color: #007061;
	text-decoration: none;
}
div.sm-item-normal a:hover
{
	text-decoration: none;
}
div.sm-item-highlight
{
	position: absolute;
	width: 171px;
	height: 10px;
	padding: 7px;
	border: 1px solid #49a942;
	background-color: #fff200;
	text-align: left;
}
div.sm-item-highlight a
{
	font-size: 10px;
	line-height: 10px;
	color: #007061;
	text-decoration: none;
}
div.sm-item-highlight a:hover
{
	text-decoration: none;
} */


/* Central block */
table.central-block
{
        table-layout: fixed;
        border: 0px none;
        margin: 0px;
        padding: 0px;
        width: 100%;
/*        background-color: white; */
}
table.central-block td
{
	vertical-align: top;
}

/* Right menu */
td.right-menu
{
	display: none;
}

/* Right menu navigation */
/* div.rm-nav
{
	padding: 25px 15px;
	height: 150px;
	background-color: #d0e4a6;
}
p.useful-links-title
{
	margin-top: 0;
	margin-bottom: 6px;
	color: black;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}
ul.useful-links
{
	color: black;
	margin: 0 0 0 10px;
	padding-left: 5px;
	list-style-image: url("../images/dash-10px.gif");
}
ul.useful-links li
{
	margin-bottom: 6px;
	color: black;
	font-size: 10px;
}
ul.useful-links a
{
	color: black;
	font-size: 10px;
	text-decoration: none;
}
ul.useful-links a:hover
{
	text-decoration: underline;
}

/* Right menu boxes */
div.rm-box
{
	height: 90px;
	margin: 0 0 15px 0;
}
div.rm-box img
{
	border: 0;
}
div#rm-box-last
{
	margin-bottom: 92px;
}

/* Page content area */
div.page-content-area
{
/*	border-left: 2px dotted #d0e4a6;
	margin-right: 190px; */
	padding: 19px 25px;
	background-color: white;
}

p.page-categorisation
{
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #49a942;
}
p.page-categorisation a
{
	font-size: 11px;
	color: #49a942;
	text-decoration: underline;
}
p.page-categorisation a:hover
{
	text-decoration: none;
}

/* Footer */
div.site-footer
{
	margin: 13px 3px;
}
ul.footer-items
{
	display: inline;
	height: 11pt;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
ul.footer-items li
{
	display: inline;
	height: 8pt;
	padding: 0 5px;
	border-left: 1px solid #6b794d;
	font-size: 8pt;
	line-height: 8pt;
	color: #6b794d;
}
ul.footer-items li a
{
	font-size: 8pt;
	line-height: 8pt;
	color: #6b794d;
	text-decoration: underline;
}
ul.footer-items li a:hover
{
	text-decoration: none;
}
li#footer-items-first
{
	border-left: 0;
}

/* Miscellaneous items
 */

/* PDF download links */
a.pdf-link
{
	display: none;
}
