/*************************************************************************
	Parker / Pad Media
	MODULE: 	print.css
	PURPOSE:	global print styles
*************************************************************************/

/* Auto float clearing for compliant browsers
*************************************************************************/
#main:after,
#masthead:after,
#masthead ul:after,
#content:after,
#footer:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/* Elements to hide
*************************************************************************/
#skip,
#masthead ul,
#sidebar,
#title_service span,
#title_tagline span,
#footer .right {
	display:none;
}

/* General Rules and classes
*************************************************************************/
body {
	color:#636363;
	background:#CCC;
	font: normal 0.75em/1.30em Arial,"Helvetica Neue","Helvetica",sans-serif;
	margin:10px 0;
	padding:0;
}
.right,
.floatright {
	float:right;
	text-align:right;
}
.left,
.floatleft {
	float:left;
	text-align:left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.clear {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

/* Layout (sizes / floats / positions of main elements)
*************************************************************************/
#content {
	clear:both;
	margin:2cm 0 0 0;
}
#leftcol {
	float:left;
	width:47%;
}
#rightcol {
	float:left;
	width:47%;
	margin:0 0 0 4%;
}

/* General Content formatting
*************************************************************************/
h1,h2,h3,h4,h5,h6 {
	font: normal 1em/1em "Times New Roman", "Times Roman", Times, serif;
	margin:0 0 7mm 0;
	padding:0;
}
p {
	margin:0 0 7mm;
}
ul,
ol,
dl {
	margin:0 0 7mm 17px;
	padding:0;
}
li {
	margin:0 0 4mm;
}
h1 {
	font-size:1.9em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.3em;
}
a,a:link {
	color:#2F00C4;
	font-weight:bold;
}
a:visited {
	color:#541FFC;	
}
a:hover {
	color:#2F00C4;
}
blockquote {
}
blockquote big {
}
blockquote p {
}
address {
}
dl {
}
dt {
}
dd {
}
.small {
	font-size:0.75em;
}
.smaller {
	font-size:0.90em;
}

/* Images
*************************************************************************/
img {
	border:none;
}
.imageright {
	float:right;
	text-align:right;
	margin:0 0 30px 30px;
}
.imageleft {
	float:left;
	text-align:left;
	margin:0 30px 30px 0;
}
#rightcol img {
	display:block;
	margin:0 0 7mm 0;
}

/* Masthead
*************************************************************************/
/*** Logo ***/

#masthead {
	border-bottom:4px solid #2F00C4;
}
#masthead img {
	float:none;
	margin:0 0 4mm;
}
#title_service,
#title_tagline {
	text-align:right;
	margin-right:5mm;	
}
#title_service strong,
#title_tagline strong {
	font: normal 2em/normal "Times New Roman", "Times Roman", Times, serif;	font-size:
}
#title_service {
	position:absolute;
	right:0;
	top:0;
}
#title_tagline {
	position:absolute;
	right:0;
	top:12mm;
}

/* Footer
*************************************************************************/
#footer {
	clear:both;
	border-bottom:4px solid #2F00C4;
	font-size:0.80em;
	padding:4mm 0;
}
#footer p {
	width:47%;
	margin:7mm 0 0;
}

