/***************************
          SIDEBAR
***************************/
#sidebar {
	width: 229px;
	float: left;
	display: inline;
	padding: 17px 27px 18px 18px;
	font-size: 14px;
}
#sidebar #mission {
	margin-bottom: 12px;
}
#sidebar h1 {
	color: #016c62;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
#sidebar p {
	text-align: left;
	color: #666;
	margin: 0 0 12px 0;
	padding: 0;
}
#sidebar p.spacer {
	border-bottom: 1px solid #52a19c;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
#sidebar img.icon {
	float: left;
	display: inline;
	margin-right: 5px;
}
#sidebar table.activities th, #sidebar table.activities td {
	color: #666;
}
#sidebar table.activities th {
	font-weight: bold;
}
#sidebar table.activities td {
	padding-left: 10px;
}
#sidebar table.activities td.spacer_top {
	height: 8px;
	border-bottom: 1px dashed #52a19c;
	line-height: 0px;
}
#sidebar table.activities td.spacer_bottom {
	height: 8px;
	line-height: 0px;
}
#sidebar table.activities {
	margin-bottom: 12px;
	width: 100%;
}

/***************************
          MAIN
***************************/
#main {
	float: left;
	background: #e4ebf3 url('/assets/img/rotating-image-bg.png') no-repeat;
	width: 684px;
	padding: 0 0 30px 0;
	display: inline;
}
#main #slideshow {
	display: inline;
	float: left;
	width: 617px;
	height: 254px;
	margin-top: 34px;
	margin-left: 27px;
}
#main #slideshow img {
	width: 617px;
	height: 254px;
}
#main .box {
	display: inline;
	height: 140px;
	width: 139px;
	float: left;
	margin: 41px 18px 20px 12px;
	border:1px solid #366;
}
#body {
	margin-left: 10px;
	width: 380px;
	float: left;
	display: inline;
}
#main h1 {
	font-weight: bold;
	font-size: 1.1em;
	color: #036;
	margin-bottom: 0;
}
#main h2 {
	font-style: italic;
	color: #01726A;
}
#body p {
	margin: 10px 0;
}
#bbox {
	display: inline;
	float: right;
	width: 280px;
	margin-right: 10px;
}
#bbox img {
	margin-left: 24px;
	margin-bottom: 4px;
}
#bbox p {
	margin: 0 0 0 24px;
	font-size: .9em;
	font-style: italic;
	color: #333;
	width: 229px;
}
#bbox p.sig {
	text-align: right;
	padding-bottom: 8px;
}
#bbox .top, #bbox .bottom {
	width: 280px;
	height: 15px;
	line-height: 0;
}
#bbox .top {
	background: url('/assets/img/body_box_top.png') no-repeat;
}
#bbox .bottom {
	background: url('/assets/img/body_box_bottom.png') no-repeat;
}
#bbox .mid {
	background: #faf4e8 url('/assets/img/body_box_mid.png');
}

/***************************
          PLAINMAIN
***************************/
#plainmain {
	float: left;
	width: 550px;
	padding: 30px;
	display: inline;
}

#plainmain h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #036;
	margin-bottom: 0;
}

#plainmain p {
	font-size: 1.4em;
	margin-top:10px;
}
