/*--------------------------------------------------------------------
Print CSS

Author:			Mary Chan <mchan [at] solutionset.com>

Date:			October 15, 2008
----------------------------------------------------------------------*/

/* Global Styles
----------------------------------------------------------------------*/
html {
	margin: 0 !important;
}
body {
   background: white;
   font-size: 12pt;
   }
#header {
	height: 1in;
}
div#header h1#logo {
	position: relative;
}
div#header h1#logo a {
	background: transparent !important;
	text-indent: 0 !important;
	color: #093;
}
#container, #body, #content {
	float: none !important;
	overflow: visible !important;
	white-space: normal;
	padding: 0 !important;
   	color: black !important;
	margin: 0 !important;
	padding: 0 !important;
   	background: transparent none !important;
}
#container {
	width: 100% !important;
}
#body {
	width: 100%;
}
#content {
	clear: both !important;
	display: block !important;
	width: 7in !important;
	padding-right: .25in !important;
	overflow: visible !important;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
   content: " (" attr(href) ") ";
}
div#quote div#quoteContainer {
	position: relative !important;
}

#footer {
	clear: both !important;
	width: 100% !important;
}
#footer p a {
	padding-left: .1in;
}

/* Hompeage
----------------------------------------------------------------------*/
#home.img1 #box {
	margin: 0 !important;
	color: #000 !important;
}
#box p, #box a.more, #box .more:visited {
	color: #000 !important;
}

/* Links
----------------------------------------------------------------------*/
a, a:visited {
	color: #093;
	text-decoration: none;
	text-decoration: underline;
	background: transparent;
}
a:hover {
	text-decoration: underline;
}

/* Text
----------------------------------------------------------------------*/
h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #093;
}
h2 {
	font-size: 14pt;
	color: #036;
	text-transform:	uppercase;
	font-weight: normal;
	margin: 0;
}
h3 {
	font-size: 14pt;
	color: #093;
	margin-bottom: 10px;
}
h4 {
	font-size: 10pt;
	color: #093;
	margin-bottom: 3px;
}
/* Hide
----------------------------------------------------------------------*/
ul#siteaids, 
ul#mainNav,
#body div#leftSash,
#banner
 {
	display: none !important;
	visibility: hidden !important;
}




