#container > .wrapper { position: relative; height: 1%; background: #FFF url(/img/sub-bg.png) repeat-y left top; }

/* Sidebar */
#sidebar {
	float: left; width: 150px; min-height: 475px; margin-bottom: 280px; padding-left: 16px;
	background-color: #DAE7F2;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.28, #FFFFFF),
		color-stop(1, #DAE7F2)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 28%, #DAE7F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 28%, #DAE7F2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 28%, #DAE7F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 28%, #DAE7F2 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 28%, #DAE7F2 100%);
}
#sidebar .logo { display: block; margin-top: 12px; }

#navigation h2 { margin: 30px 0 6px 6px; font-size: 1.1em; font-weight: bold; color: #0078AD; }
#navigation li { border-top: solid 1px #0078AE; }
#navigation li:last-child { border-bottom: solid 1px #0078AE; }
#navigation li a { display: block; padding: 5px 0 5px 5px; font-size: 1em; color: #006F3B; }
#navigation li a:hover,
#navigation li.active a { background-color: #0078AD; font-weight: bold; text-decoration: none; color: #FFF; }

#contact {
	position: absolute; bottom: 0;
	width: 150px; padding: 0 0 45px 0px;
	background: #DAE7F2;
	font-size: 0.9em; line-height: 1.3em;
}
#contact strong { font-weight: bold; }
#contact em { font-style: italic; }

/* Email Blast Sidebar */	
#blastcontact {
	position: absolute; bottom: 0;
	width: 152px; padding: 0 0 45px 14px;
	background: #DAE7F2;
	font-size: 0.9em; line-height: 1.3em;
}
#blastcontact strong { font-weight: bold; }
#blastcontact em { font-style: italic; }

/* Header */
#header { float: right; width: 794px; height: 75px; background: #0078AE url(../img/slogan.png) no-repeat right 8px top; }

/* Title */
#title {
	float: right; width: 794px;
	-webkit-box-shadow:inset 5px 0 5px -2px #EEE;
	box-shadow:inset 5px 0 5px -2px #EEE;
}
#title h1 { margin: 0.25em 30px; text-align: right; font-size: 2.75em; color: #0078AE; }

/* Top Navigation */
#topnav { float: right; width: 778px; height: 22px; background-color: #0078AD; line-height: 16px; padding-left: 16px; }

/* Content */
#content {
	float: right; width: 784px; padding: 10px 0 30px 10px;
	min-height: 568px;
	-webkit-box-shadow:inset 5px 0 5px -2px #EEE;
	box-shadow:inset 5px 0 5px -2px #EEE;
}
#share-info { margin-bottom: 18px; }
#share-info p { margin: 0 30px; text-align: right; font-size: 0.8em; font-weight: bold; }
#disclaimer { margin-top: 10px; }
#disclaimer p.smitalic { font-size: 12.6px; }