/* CSS File : Print Style Sheet
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 95%;
	font-family: inherit;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

strong, b { font-weight: bold }
em, i { font-style: italic}

/* hide the navigation */

div#navigation { display: none;}

/* display print Logo */
img.printLogo {
	display: block;
	float: left;
	}
/* header */
div#header {
	height: 111px;
	padding-bottom: 10px;
	}
div#header h1 {
	display: none;
	}
div#header address {
	width: 40%;
	float: right;
	font-size: 9pt;
	padding-top: 20px;
	}
/* home page */
div#hp-image img {
	float: right;
	margin: 10px;
	padding: 5px;
	border: 5px solid #999;
	}
/* content images */
div#content img {
	border: 1px dashed #666;
	padding: 5px;
	background: #fff;
	width: auto;
	}	
div#content img.right {
	float: right;
	margin: 12px 0px 12px 35px !important;
	}
div#content img.left {
	float: left;
	margin: 12px 20px 12px 0 !important;;
	}
/* content */
div#content div.rule {
	color: #fff;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 1.5em 0;
	border-top: 1px dashed #000;
	}
div#content p {
	padding: .3em 0;
	}
div#content ol,
div#content ul {
	padding: .3em 3.25em;
	color: #999;
	}
div#content li {
	padding: .3em 0;
	}
div#content h1 {
	padding: .2em 0;
	color: #000;
	font-size: 1.8em;
	}
div#content h2 {
	padding: .25em 0;
	color: #000;
	font-size: 1.75em;
	}
div#content h3 {
	padding: .3em 0;
	font-size: 1.5em;
	color: #000;
	font-variant: small-caps;
	}
div#content h4 {
	padding: .3em 0;
	font-size: 1.4em;
	color: #000;
	}
div#content h5 {
	padding: .3em 0;
	color: #000;
	}
	
/* footer */
div#footer {
	clear: both;
	width: 100%;
	color: #000;
	padding-top: 60px;
	padding-bottom: 10px;
	height: 99px;
	background: transparent url(../images/template/footerBg.png) no-repeat left 50px;
	font-size: 9pt;
	}
div#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	font-weight: bold;
	}

div#footer address {
	display: block;
	width: 25%;
	border-right: 1px solid #000;
	float: left;
	font-style: normal;
	font-size: 90%;
	}
div#footer address a {
	font-weight: normal;
	}
div#footer address p {
	margin:0;
	padding:0;
	line-height: 1.5;
	}
div#footer address strong {
	text-transform: uppercase;
	font-weight: bold;
	}
div#footer div#text-navigation {
	display: block;
	width: 506px;
	float: left;
	padding-left: 10px;
	}
div#footer ul, div#footer p { 
	padding-bottom: .75em;
	}
div#footer div#text-navigation ul {
	list-style: none;
	}
div#footer div#text-navigation ul li {
	display: inline;
	text-transform: uppercase;
	}