/*
-----------------------------------------------

Title:   Global print styles
Author:  The Push Group, LLC
Updated: April 17 2007

----------------------------------------------- */

/* Main Shell */
* {
	color: #000;
	background-image: none;
	font-family: "Times New Roman", Times, Serif;
	font-size: 13pt;
	text-decoration: none;
}
body {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
	background: white; 
	text-align: left; 
}

/* Headers */
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, Serif;
	margin-bottom: .3em; 
}
h1, h1 * {
	font-size: 18pt;
	color: #000;
}
h2, h2 * {
	font-size: 13pt;
	color: #5d5d5d;
}
h3, h3 * {
	font-size: 12pt;
	color: #5d5d5d;
}
h4, h4 * {
	font-size: 12pt;
	color: #5d5d5d;
}

/* Links */
a:link, 
a:visited {
	color: #00e; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline; 
}

/* Header */
#header {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	text-align:center; 
}

/* Footer */
#footer  { 
	margin: 2em 0;
	padding-top: .2em;
	width: 100%;
	border-top: 1px dotted #ccc;
	text-align:center; 
}
#footer .first li { list-style-type: none; font-size: 11pt; }
#footer .first a { text-decoration: none; color: #000; }

/* Line Height */
p, li { line-height: 1.6em; }
li {margin-bottom: .7em;}

/* Misc */
body#work #main ul { list-style-type: none; }
#my_slideshow { text-align: center; }

/* Hide Unnecessary Items */
#nav, hr, #skipnav, #sub, #footer .middle, #footer .last { display: none !important; }

/* Images */
img { border: none; }
#map { margin-bottom: .7em; }