/* PAGE STRUCTURE */

#pageBody h1, #pageBodyContent { padding-left: 184px; }
#pageBodyContent .primary { padding-right: 200px; }
#pageBodyContent .secondary { position: absolute; right: 0; top: 0; width: 185px; }
#pageBodyContent .secondary > div { width: 240px; margin-bottom: 30px; }
#pageBody .subnav { position: absolute; left: 0; top: 8px; width: 172px; } 

#nav ul.breadcrumb {
	position: absolute;
	left: 184px;
	top: 182px;
	width: 500px;
}
#nav ul.breadcrumb, #nav ul.breadcrumb ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul.breadcrumb li {
	display: inline;
}



/* BREADCRUMB STYLES */

#nav ul.breadcrumb {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
#nav ul.breadcrumb li {
	font-size: 10px;
}



/* SPLASH STYLES */

#pageSplash {
	margin-bottom: 25px;
	margin-left: 184px;
}
#pageSplash img {
	width: 368px;
	height: 240px;
}
#pageSplash .caption {
	position: absolute;
	top: -7px;
	right: 0px;
	width: 190px;
	height: 302px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 20px;
	background: url(/Images/bg/splash-overlay-lg.png) no-repeat;
}
#pageSplash,
#pageSplash .caption h2,
#pageSplash .caption p,
#pageSplash .caption ul {
	color: #fff;
}
#pageSplash .caption h2 {
	font-size: 13px;
}
#pageSplash .caption p {
	font-size: 11px;
	line-height: 1.5em;
}
#pageSplash .caption ul {
	padding-left: 2em;
}
#pageSplash .caption ul li {
	font-size: 10px;
	line-height: 10px;
}



/* OTHER INTERIOR STYLES */

#pageBody, #pageFooter {
	background: url(/Images/bg/pagebody_int.png) repeat-y;
}

.primary > img {
	margin-bottom: 20px;
	/*
	border-top: 1px solid #31514a;
	border-bottom: 1px solid #31514a;
	*/
}
.primary > p + img {
	margin-top: 10px;
}
.primary h2, .primary h3, .primary .h4 {
	margin-top: 1.5em;
}
.primary blockquote {
	color: #635580;
	font-size: 125%;
	font-weight: bold;
}
.primary cite {
	color: #635580;
}

.secondary .box {
	width: 90% !important;
	padding: 7px 5%;
	margin: 0 0 10px;
}
.secondary blockquote {
	width: 174px;
}
.secondary .note {
	width: 100% !important;
}
.secondary .note p {
	line-height: 1.25em;
}

.subnav h3 {
	font-size: 14px;
}

