/* Print Styles */
/* Author: Paul Lloyd */
/* October 2005 */

/* =import defaults
----------------------------------------*/
@import url("default.css");
@import url("site/basic.css");
@import url("site/lists.css");
@import url("site/search.css");

/* =hide the unwanted
----------------------------------------*/
#skip,
#nav ul,
#welcome h5,
#welcome ul,
#content-main-sub p img,
#content-main-sub .nav-sub,
#content-main-sub .module,
#content-xtra,
#sitelinks ul {
	display: none;
}

/* =redefine what's left
----------------------------------------*/
/* page */
#wrap {
	width: 95%;
}
body * {
	color: #000 !important;
}

/* logo */
p#logo {
	margin-bottom: 3em;
}

/* module */
.module, .boxout {
	margin: 0 5px 5px 0;
	padding: 10px;
	border: 1px solid #000;
	-moz-border-radius: 5px;
}
.module {
	float: left;
	width: 175px;
}
.boxout {
	clear: both;
}
.module h3,
.boxout h3 {
	margin: 0;
}
.module p.img {
	display: block;
	margin: 0;
}

/* agent details */
#agent dl {
	float: none;
}

/* sitelinks */
#sitelinks {
	clear: both;
	margin-top: 3em;
	padding-top: 0.5em;
	border-top: 1px solid #000;
}
#sitelinks p a {
	margin: 0 0 0 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}