/* Preparation */
html, body { margin: 0; padding: 0; width: 100%; }
body { background: #fff; color: #000;  }
h1, h2, h3, h4, h5, h6, blockquote, p { margin: 0; padding: 0; }
body, p, td, blockquote, a { font-family: 'Trebuchet MS'; letter-spacing: 0; }
img { border: none; }
a { color: #00f; font-weight: bold; }
.cb { clear: both; }

/* Show print logo */

#print_logo { margin: 0 0 1em 0; }
#print_logo h1 { margin: 0 0 0 0; }
#print_logo h1 div { font-size: .7em; }
#print_logo blockquote { margin: 0 0 0 0; }

/* Hide when printing */

.hide_for_print { display: none; }

/* Logo & mission statement */

#heading_wrapper {
/*			background: url(../images/bg_logo.png) #737e8a repeat-x bottom;*/
	display: none;
}

#breadcrumbs {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 0 0 0 10px;
}

/* Main-menu / sitemap */

#sitemap #root, #sitemap #submenu { display: none; }

/* Content */

#content_wrapper { }
#content { padding: 25px 0 0 0; }

#content h1, #content h2, #content h3, #content h4 { margin: 0 0 .5em 0; }

#content p {
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	font-family: 'Georgia';
	letter-spacing: .07em;
}

address {
	font-style: normal;
	margin: 0 0 1em 1em;
}

/* Generic boxout */

.boxout {
	border: 1px solid #000;
	padding: .5em;
	width: 250px;
	float: right;
	clear: both;
}

/* Footer */

#footer {
	padding: 20px 0 0 0;
}
