/*
	Client:		Prince Preferred
	Title:		Stylesheet for print media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	28 December 2005
	Updated:	13 January 2006
*/

/* ----- Generic Styles ------------------------------*/
body, div#wrapper, div#content {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	}

hr, div#masthead-wrapper, ul#nav-primary, ul#nav-push, div#login-wrapper, ul#nav-secondary, div.push-wrapper, div#footer {
	display: none !important;
	}

a img {
	border: 0;
	}

h1#logo {
	margin: 0 0 1em 0;
	}

div#content h1 {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 0.5em 0;
	padding-bottom: 0.1em;
	font: 18pt normal Georgia, "Times New Roman", Times, serif;
	}

div#content h1 a {
	text-decoration: none;
	color: black;
	}

div#content h2 {
	margin: 0 0 0.5em 0;
	font: 16pt normal Georgia, "Times New Roman", Times, serif;
	}

div#content h3 {
	margin: 0 0 0.25em 0;
	font: 14pt normal Georgia, "Times New Roman", Times, serif;
	}

div#content p {
	margin: 0 0 1em 0;
	font: 11pt/18pt "Times New Roman", Times, serif;
	color: black;
	}

div#content ul {
	margin-top: 0;
	font: 11pt/14pt "Times New Roman", Times, serif;
	}

div#content a {
	text-decoration: underline;
	color: #990000;
	}

div#content table {
	border-collapse: collapse;
	margin-left: 1%;
	margin-bottom: 2em;
	color: #3d3d3d;
	}

div#content table thead {
	border: solid #dedede;
	border-width: 1px 1px 0 1px;
	}

div#content table thead th {
	padding: 5px 4px;
	font-weight: bold;
	text-align: center;
	color: #004092;
	vertical-align: bottom;
	}

div#content table thead tr.second-row th {
	font-weight: bold;
	color: #3d3d3d;
	}

div#content table tbody {
	border: solid #dedede;
	border-width: 0 1px 0 1px;
	}

div#content table tbody th, div#content table tbody td {
	vertical-align: top;
	border-width: 1px 0;
	padding: 0.3em 4px;
	}

div#content table tbody th {
	text-align: left;
	}