/*

	FMA - Main Stylesheet Print
	Created by Industrial Media/Phil Champagne
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
}

table tr td {
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
}

.validation
{
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 100%;
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
	background: #ffffff;
}

#branding {
	display: none;
	visibility: hidden;
}

.print {
	display: block;
	visibility: visible;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#content {
	text-align: left;
	width: 100%;
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
	
}

#main-content {
	width: 100%;
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
}

#main-content #text-content {
	width: 100%; 
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
}

#main-content #text-content-full {
	width: 100%;
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
}


#sub-content {
	display: none;
	visibility: hidden;
}

/* =Toolbar
---------------------------------------------------------------------------------------------------- */
#toolbar {
	display: none;
	visibility: hidden;

}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#left-nav {
	width: 0;
	display: none;
	visibility: hidden;
}

/* =Breadcrumb
--------------------------------------------------------------------------------------------------- */
#breadcrumb {
	display: none;
	visibility: hidden;
}

td#breadcrumd {
	display: none;
	visibility: hidden;
}

/* =Font-adjust
--------------------------------------------------------------------------------------------------- */
#sidebar {
	display: none;
	visibility: hidden;
}

/* =Font-adjust
--------------------------------------------------------------------------------------------------- */
td#font-adjust {
	display: none;
	visibility: hidden;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
	color: #790000;
}

a:hover {
	outline: none;
	color: #000000;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 10px 0 12px 0;
	line-height: 17px;
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
}

h3 {
	
	font-size: 18px;
	color: #000000;
	margin: 12px 0 8px 0;
}

h1 {
	font-size: 20px;
	color: #000000;
	margin: 16px 0 16px 0;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 18px;
	color: #000000;
	margin: 12px 0 8px 0;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul 
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
	font-family: 'Times New Roman', times, serif;
	font-size: 15px;
	color: #000000;
}

ul li 
{
	padding: 2px 0 2px 16px;;
}

/* =Forms
--------------------------------------------------------------------------------------------------- */
.button {
	width: auto;
	background: url(images/bnt_bg.gif);
	border: 3px double #221B13;
	border-top-color: #814918;
	border-left-color: #814918;
	padding: 0.25em;
	background-color: #8D6833;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

/* =Focus sections
--------------------------------------------------------------------------------------------------- */
.focus-download {
	border: 1px solid #7D4802;
	}
	
.focus-pdf, .focus-pdf-4 
{
	border: 1px solid #c8b5b7;
}

.focus-pdf a, .focus-pdf a:active, .focus-pdf a:visited {
	color: #7a0026;
	display: block;
	font-weight: bold;
	padding: 10px 10px 10px 23px;
	text-decoration: none;
	
}
	
.focus-pdf-4 a, .focus-pdf-4 a:active, .focus-pdf-4 a:visited {
	color: #7a0026;
	display: block;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	text-decoration: none;
}
	
.focus-pdf a:hover, .focus-pdf-4 a:hover {
	background-color: #c8b5b7;
	}
	
.focus-pdf a div, .focus-pdf-4 a div {
	font-weight: normal;
	vertical-align: top;
	}
	
.focus-pdf:hover, .focus-pdf a span:hover, .focus-pdf a:hover, .focus-pdf-4:hover, .focus-pdf-4 a span:hover, .focus-pdf-4 a:hover {
	cursor: pointer;
	}
	
.focus-pdf span, .focus-pdf-4 span  {
	font-weight: normal;
}

.img_r {
	margin: 0 0 9px 9px;
	}
	
.img_l {
	margin: 0 9px 9px 0;
	}

/* =Footer
--------------------------------------------------------------------------------------------------- */
#footer {
	display: none;
	visibility: hidden;
}

/* =Dropdowns
---------------------------------------------------------------------------------------------------- */   
/* (MAIN) Container */	
#qm0	
{	
	display: none;
	visibility: hidden;
}


