
/* ------------------------------------------------------------- HIDE EVERYTHING */

#navUser, #callANDsearch, #navMain, h1, #intHeader, #sidebar, #footer, .print {
	display: none;
}
#printlogo {
	display: block;
	margin: 0px 30px 12px 30px;
}

/* ------------------------------------------------------------- LAYOUT */

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

/* ------------------------------------------------------------- BREADCRUMBS */

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	margin: 9px 0;
	padding: 12px 30px;
	border-top: solid 3px #ccc;
	border-bottom: solid 1px #eee;
}
.breadcrumbs b {
	color: #b46817;
}
.breadcrumbs a {
	color: #007355;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------- CONTENT */

#content {
	margin: 0;
	padding: 0 30px 40px 30px;
}
#content h2.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color: #096f54;
	padding: 20px 0;
	border-bottom: solid 1px #e7e7e7;
	font-weight: bold;
	line-height: 28px;
	visibility: visible;
}
#content h2.title a {
	color: #096f54;
	border: 0px;
}
#content h1, #content h2 {
	visibility: hidden;
}
#content h3 {
	padding: 28px 0 0 0;
	margin-bottom: -5px;
	font-size: 22px;
	color: #3e97bb;
}
#content h3 a {
	border: 0px;
}
#content h4 {
	padding: 26px 0 0 0;
	margin-bottom: -7px;
	font-size: 14px;
	color: #3e97bb;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#content h5 {
	padding: 24px 0 0 0;
	margin-bottom: -9px;
	font-size: 12px;
	font-weight: bold;
}
#content p, #content ul, #content ol {
	line-height: 20px;
	padding: 22px 0 0 0;
}
#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	padding: 0 10px;
}
#content p.date {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e97bb;
	padding: 12px 0 0 0;
}
#content .excerpt {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0px;
	border-bottom: solid 1px #e7e7e7;
	line-height: 20px;
}
#content .excerpt b, #content b.blue {
	color: #3e97bb;
}
#content ul {
	list-style-type: disc;
	margin-left: 14px;
}
#content ol {
	list-style-type: decimal;
	margin-left: 18px;
}
#content a {
	color: #007355;
	border-bottom: solid 1px #7fb9aa;
}
#content .more {
	margin: 0px 0px 20px 0px;
}
#content .more a {
	background-color: #007355;
	padding: 3px 6px;
	color: #fff;
	border: solid 3px #fff;
}
#content .ec3_schedule {
	margin: 22px 0 0 0;
	padding: 4px 7px;
	background-color: #dbe9f1;
}
#content .ec3_schedule td {
	padding: 3px;
	font-size: 16px;
	display: block;
}
#content .ec3_schedule td span {
	font-weight: bold;
}
#content .ec3_schedule .ec3_to {
	display: none;
}
#content .gallery a {
	border-bottom: 0px;
}
#content dd.gallery-caption {
	display: none;
}

/* ------------------------------------------------------------- FOOTER */

#printfooter {
	border-top: solid 3px #ccc;
	padding: 12px 30px;
}

