/* For printing only */

#nav, #utils, #side, #footer {
	display: none;
}
body #page * {
	font-family: verdana, arial, sans-serif !important;
	color: #000 !important;
	border-color: #999 !important;
	width: auto;
	height: auto;
}
#page, #header, #section, #body, #content {
	width: 6.5in  !important;
}
#page .wrap {
	padding: 0;
}

/* Header */
#header {
	margin: 0 0 25px;
}
#header h1 {
	position: static;
	margin: 0;
	height: auto !important;
	font-size: 2.2em;
	line-height: normal;
}
#header h1 a {
	display: inline;
	height: auto !important;
	text-decoration: none;
}
#header h1 img {
	display: inline;
}

/* Section Title */
#section {
	margin: 0 0 30px;
}
#section h2, #section h3 {
	position: static;
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 0 10px 0 0;
	line-height: normal;
}
#section h3 {
	padding-left: 10px;
	border-left: 1px solid #666;
}
#section h3 span {
	display: inline;
	padding: 0;
}

/* Content */
body #page #body {
	border: 1px solid #fff !important;
}
#content {
	margin-top: 40px;
	clear: both !important;
	float: none;
	display: block;
	position: static;
}
table {
	width: 95% !important;
}
table.listing th, table.listing tr.contentHeader td {
	border-bottom: 2px solid #CFCDC4;
}
table.listing td, table.listing tr.contentRow td {
	padding: 8px 5px;
}
#content h4 {
	font-size: 1.4em;
}
blockquote {
	float: none;
	font-style: italic;
	margin: 1em 0;
}
div.form {
	padding: 0;
	border: none;
}
#page #content .form label {
	width: 140px;
}
#page #content input.input-text {
	width: 200px;
}
#page #content input.postalcode {
	width: 80px;
}
#page #content .form textarea {
	width: 280px;
	height: 6em;
}
#page #content .form textarea.textarea-large {
    width: 450px;
	height: 10em;
}

/* Home page */
#section.home h2 {
	position: static;
	text-align: left;
	font-size: 1.5em;
	font-style: italic;
	margin: 0;
}
#section.home h2 span {
	display: block;
}