/* ==========================================
	print.css
	========================================*/

/* ==========================================
	©2007 AHCE, Inc.
	www.ahceinc.com
	========================================*/
	
/* ==========================================
	html, body
	========================================*/
	
html {
	background: none;
}
body {
	font-size: 12px;
	font-family: Georgia, serif;
	color: black;
	text-align: left;
	background: none;
}

/* ==========================================
	navigation
	========================================*/
	
#navigation {
	display: none;
}

/* ==========================================
	content
	========================================*/
	
#content {
	background: none;
}
#flashContent {
	display: none;
}

/* ==========================================
	single, primary, secondary
	========================================*/

#primary {
	float: none;
}
#secondary {
	float: none;
}
#pullQuote {
	display: none;
}
#map {
	display: none;
}
#serviceCallout {
	background: none;
}
#serviceCallout ul {
	background: none;
}

/* ==========================================
	siteInfo
	========================================*/
	
#siteInfo {
	font-size: 10px;
	color: black;
}

/* ==========================================
	element styles
	========================================*/
	
h1 {
	font-size: 14px;
	background: none;
}
h2 {
	font-size: 12px;
	background: none;
}
ul {
	list-style: circle;
}
a {
	text-decoration: none;
	color: black;
}
em {
	font-style: italic;
}

/* ==========================================
	class styles
	========================================*/
	
.noBgd {
	background: none;
}
.noListStyle {
	list-style: none;
}
