/*----------------------------------------------
	PRINT.CSS
	Author:		Engage Interactive
----------------------------------------------*/

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #6d6d6d;
}


/*---------------------
	PRINT LOGO
---------------------*/

#header {
	overflow:auto;
}

h1 {
	float:left;
	width:50%;
}


/*---------------------
	PHONE NUMBER
---------------------*/

#header h2 {
	float:left;
	width:50%;
	padding-top:20px;
	text-align:right;
	font-weight:normal;
	font-style:italic;
	font-size:26px;
	color:#666;
}


/*---------------------
	TYPOGRAPHY
---------------------*/

h2, h3, h4, h5, dt, blockquote {
	font: 13px normal Georgia, "Times New Roman", Times, serif;
	color: #676869;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:25px;
}

h3 em {
	display:block;
	font-style:italic;
	font-size:18px;
}

p,dt {
	font-size:14px;
}

dd {
	margin:0;
}

#homepage_header h2 {
	font-size:20px;
}


.column {
	width:45%;
	padding-right:5%;
	float:left;
}

/*---------------------
	BLOCKQUOTE
---------------------*/

blockquote {
	float:right;
	width:30%;
	padding:20px;
	border:solid 1px #CCC;
	font-size:20px;
	font-style:italic;
	color:#666;
}

blockquote cite {
	display:block;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#3b3b3b;
}


/*---------------------
	STUFF TO HIDE
---------------------*/

#sectors,
.button,
#breadcrumb,
h1 a,
#search,
#header ul,
#left_column,
#right_column {
	display:none;
}
