/* Default site CSS */

#container
{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.oneColumn #middleColumn
{
}

.twoColumnLeft #middleColumn
{
	position: relative;
	width: 80%;
	left: 20%;
	float: left;
}

.twoColumnLeft #leftColumn, .threeColumn #leftColumn
{
	width: 20%;
	left: -80%;
	float: left;
	position: relative;
}

.threeColumn #leftColumn
{
	left: -60%;
}

.twoColumnRight #middleColumn
{
	position: relative;
	width: 80%;
	float: left;
}

.twoColumnRight #rightColumn, .threeColumn #rightColumn
{
	position: relative;
	width: 20%;
	float: left;
}

.threeColumn #middleColumn
{
	position: relative;
	width: 60%;
	left: 20%;
	float: left;
}

.edit .content:empty::before, .edit .dynamic-content:empty::before
{
	border: 3px dashed #ccc;
	content: "This area intentionally left blank.";
	font: 14px sans-serif;
	padding: 28px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	display: block;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: white;
	color: #f33;
}

.news .record-image
{
	float: right;
	clear: right;
}

.news .date-container
{
	float: left;
	width: 4em;
	margin: 0 1em 0 0.5em;
	text-align: center;
}

.news .date-container .day
{
	font-size: 2em;
	padding: 0.25em;
}

.news .date-container .month
{
	border: 1px solid #ccc;
	padding: 0.2em 0;
	text-transform: uppercase;
	background: #ccc;
}

.news .date-container .year
{
	padding-top: 0.5em;
}

.news .news-content
{
	margin-left: 6em;
}

.news .end-of-record
{
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
}


.row .end-of-row
{
	display: block;
	clear: left;
}

.row .item
{
	float: left;
	cursor: pointer;
	cursor: hand;
    font-size: 1em;
}

.grid-1-column .row .item
{
	width: 100%;
	float: none;
}

.grid-1-column .row .end-of-row
{
	display: none;
}

.grid-2-column .row .item
{
	width: 50%;
}

.grid-3-column .row .item
{
	width: 33%;
}

.grid-4-column .row .item
{
	width: 25%;
}

.grid-5-column .row .item
{
	width: 20%;
}

.grid-6-column .row .item
{
	width: 16.6%;
}

/* Default grid type layout: polaroid view */
.grid .item
{
}

.grid-1-column .item
{
}

.grid .item .record
{
	text-align: center;
	padding: 2px 2px 0.75em 2px;
	margin: 0px;
}

.grid-1-column .item .record
{
	margin: 0;
	text-align: left;
}

.grid .item .record .record-body
{
	min-height: 1em;
}

.grid .empty
{
	display: none;
}

.grid .hover
{
}

.grid .hover .hover
{
}

.grid .hover .hover a
{
}

.grid .hover
{
}

.end-of-record
{
	display: none;
}

.date-paginator .tab-box-outer
{
	position: relative; 
	width: 100%;
}

.date-paginator .tab-box-inner
{
	width: 100%;
	height: 2.4em;
	padding-bottom: 1px;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.date-paginator .tab-box
{
	display: block;
	margin: 0px;
	padding: 0px 1em;
	padding-right: 0px;
}

.date-paginator .tab-box li
{
	display: block;
	float: left;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0px 1em;
	border: 1px solid transparent;
	border-bottom-width: 0px;
}

.date-paginator .tab-box li.selected
{
	border-color: rgb(204, 204, 204);
	background: rgb(235,235,223);
}

.date-paginator .tab-box li.rss,
.date-paginator .tab-box li.print,
.date-paginator .tab-box li.search
{
	float: right;
	position: relative;
	width: 22px;
	padding: 0px 0px;
	overflow: hidden;
}

.date-paginator .tab-box li.rss span,
.date-paginator .tab-box li.print span,
.date-paginator .tab-box li.search span
{
	position: absolute;
	left: 4px;
	width: 16px;
	top: 50%;
}

.date-paginator .tab-box li.rss span a,
.date-paginator .tab-box li.print span a,
.date-paginator .tab-box li.search span a
{
	position: absolute;
	top: -8px;
	height: 16px;
	left: 0px;
	width: 16px;
}

.date-paginator .tab-box li span a span
{
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}

.date-paginator .date-box
{
	position: relative;
	height: 2.4em;
	font-size: 1.25em;
	text-transform: uppercase;
	line-height: 2.4em;
	text-align: center;
	background: rgb(235, 235, 223);
	border-bottom: 1px solid rgb(204, 204, 204);
}

.date-paginator .date-box .previous-link,
.date-paginator .date-box .next-link
{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	overflow: hidden;
}

.date-paginator .date-box .previous-link
{
	left: 6px;
}

.date-paginator .date-box .next-link
{
	right: 6px;
}

.date-paginator .search-container
{
	padding: 0;
	margin: 0;
	border: 0;
	height: 8em;
	margin-bottom: 2.3em;
	background: rgb(247, 247, 242);
	border-bottom: 1px solid rgb(235, 235, 235);
	position: relative;
}

.date-paginator .search-container .search-container-inner
{
	padding: 1em;
}

.date-paginator .search-container table
{
	border-spacing: 0;
}

.date-paginator .search-container td
{
	width: 50%;
	height: 3em;
	padding: 0 0.5em;
	vertical-align: middle;
}

.date-paginator .search-container select,
.date-paginator .search-container input
{
	border: 1px solid rgb(204, 204, 204);
	font-size: 1em;
	padding: 0.2em;
	width: 100%;
	/* Non-CSS3 variations... */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	/* CSS3 variation */
	box-sizing: border-box;
}

.date-paginator .search-container input.start-date, 
.date-paginator .search-container input.end-date
{
	background: white url(../images/calendar.png) no-repeat 98% 50%;
}

.date-paginator .search-container button
{
	text-transform: uppercase;
	position: absolute;
	top: 8.0em;
	right: 0;
	height: 2em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	background: rgb(231, 231, 207);
	border: 1px solid rgb(204, 204, 204);
	margin-right: -1px;
	font-size: 1em;
	font-family: inherit;
}

.date-paginator .tabs-none li.selected
{
	display: none;
}

.date-paginator .tabs-none li.search
{
	display: block !important;
}

a img
{
	border: 0;
}

ul.pagination {
	display: block;
	padding: 0;
	margin: 0;
}

ul.pagination li { display: inline-block; }

ul.pagination li.current, ul.pagination li a {
	background: transparent;
	border: 1px solid #ccc;
	height: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em;
	text-align: center;
	width: 1em;
}

a, a:visited { 
	text-decoration: none; 
}

ul.pagination li a { display: block; font-size: 1em; }

ul.pagination li.current {
	background: white;
	font-weight: bold;
}

@media print {
	.page_a9b5cea9e33296344ddfec2c7652803b body { width: 100%; }
	.page_a9b5cea9e33296344ddfec2c7652803b #headerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #footerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #outerHeader,
	.page_a9b5cea9e33296344ddfec2c7652803b #rightColumn,
	.page_a9b5cea9e33296344ddfec2c7652803b .search-button,
	.page_a9b5cea9e33296344ddfec2c7652803b .pagination-bottom { display: none; }
	.page_a9b5cea9e33296344ddfec2c7652803b #middleColumn { width: 100% !important; }
	.page_a9b5cea9e33296344ddfec2c7652803b .date { padding-left: 0; }
}

p:first-child { margin-top: 0; }

.gallery-nav .gallery-item
{
	display: inline-block;
	padding: 1em;
	border: 1px solid transparent;
}

*:first-child+html .gallery-nav .gallery-item {
	float: left;
}

.gallery-nav .current
{
	border-color: white;
}

.gallery-overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 10000;
	background: black;
}

.gallery-nav
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	z-index: 10002;
}

.gallery-current
{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10001;
	background: black url(../tools/images/thickbox_loadingAnimation.gif) no-repeat 50% 50%;
	color: white;
	border: 2px solid white;
}

.gallery-current .previous, .gallery-current .next
{
	top: 50%;
	margin-top: -17px;
	height: 30px;
	width: 30px;
	border: 2px solid white;
	position: absolute;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: white !important;
}

.gallery-current .previous:hover, .gallery-current .next:hover {
	background: white;
	color: black !important;
	text-decoration: none;
	font-weight: bold;
}

.gallery-current .previous
{
	left: 0px;
	margin-left: -34px;
}

.gallery-current .next
{
	right: 0px;
	margin-right: -34px;
}

.gallery-current h2.gallery-title
{
	position: absolute;
	top: -1.4em;
	left: 0;
	padding: 0;	
}

.gallery-current .close
{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -1.7em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

.gallery-current .close span
{
	display: block;
	float: right;
	margin-left: 5px;
	background: white;
	color: black;
	width: 1em;
	text-align: center;
}

.gallery-current h2.title
{
	font-size: 1em;
	font-weight: bold;
}

.gallery-current h2
{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 2em;
	/* padding: 0 1em; */
	font-weight: normal;
	position: relative;
}

.gallery-current h2 img
{
	position: absolute;
	right: 1em;
	top: 1em;
	margin-top: -11px;
}



/* masters/global [ Global ] */

body.page_4f0ba81e5089f31026f905e579d98a16 {
		font-family: Arial , Helvetica , sans-serif;
		font-size: .85em;
}
body.page_4f0ba81e5089f31026f905e579d98a16 h1, body.page_4f0ba81e5089f31026f905e579d98a16 h2, body.page_4f0ba81e5089f31026f905e579d98a16 h3, body.page_4f0ba81e5089f31026f905e579d98a16 h4, body.page_4f0ba81e5089f31026f905e579d98a16 h5 {
		margin-bottom: .25em;
}
body.page_4f0ba81e5089f31026f905e579d98a16 h1 {
		font-weight: normal;
}
body.page_4f0ba81e5089f31026f905e579d98a16 h2 {
		font-weight: normal;
		color: #333333;
}
body.page_4f0ba81e5089f31026f905e579d98a16 h3 {
		font-weight: normal;
		text-transform: uppercase;
}
body.page_4f0ba81e5089f31026f905e579d98a16 h5 {
		text-transform: uppercase;
}
body.page_4f0ba81e5089f31026f905e579d98a16 p {
		margin: .25em 0em;
}
body.page_4f0ba81e5089f31026f905e579d98a16 a {
		color: #009966;
		text-decoration: none;
}
body.page_4f0ba81e5089f31026f905e579d98a16 a:hover {
		text-decoration: underline;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .navHorizontal, body.page_4f0ba81e5089f31026f905e579d98a16 .navVertical {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 0.9em;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .navHorizontal li {
		display: inline;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .navHorizontal li a {
		display: inline-block;
		padding: 0 0.4em;
		text-transform: uppercase;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .navHorizontal li:first-child a {
		border-left: 0;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .navVertical li.active a, body.page_4f0ba81e5089f31026f905e579d98a16 .navHorizontal li.active a {
		color: #000;
		font-weight: bold;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .navVertical li {
		padding: 0.2em .5em;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .swButton {
		padding: .5em .65em;
		text-transform: uppercase;
		float: none;
		color: #cc6600;
		margin: 0px;
		display: inline-block;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: #ffff99;
		border: 1px solid #cc6600;
}
body.page_4f0ba81e5089f31026f905e579d98a16 swButton:hover {
		background: #cc6600;
		text-decoration: none;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .return, body.page_4f0ba81e5089f31026f905e579d98a16 .gallery-link {
		float: right;
		padding: .5em .65em;
		background: #999966;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .return a, body.page_4f0ba81e5089f31026f905e579d98a16 .gallery-link a {
		color: white;
		font-weight: bold;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #mainContainer {
		border-left: 1px solid #996600;
		border-right: 1px solid #996600;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #middleColumn .content {
		padding: 25px;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #footer {
		background: #006600;
		padding: 15px 35px;
		-moz-border-radius-bottomleft: 12px;
		-moz-border-radius-bottomright: 12px;
		-webkit-border-bottom-left-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #copyright1 {
		font-size: 60%;
		color: #999;
		text-align: center;
		height: 100px;
		padding-top: 20px;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #copyright1 a {
		color: #666;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #top-nav {
		position: absolute;
		top: 0px;
		right: 0px;
		background: white;
		padding: 6px 0px 6px 6px;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-bottom-left-radius: 6px;
		border-left: 1px solid #960;
		border-bottom: 1px solid #960;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #top-nav li a {
		padding: 3px 12px;
}
body.page_4f0ba81e5089f31026f905e579d98a16 #top-nav li.active a {
		background: black;
		color: white;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
}
body.page_4f0ba81e5089f31026f905e579d98a16 .grid .item .record {
		margin: 0;
		padding: 0;
		border: 0;
}
body.page_4f0ba81e5089f31026f905e579d98a16.edit #header {
		min-height: 150px;
}



/* masters/main [ Main ] */

body.page_508b891d62e49e4a3a65fe39e45e7f31 #header2 {
		position: absolute;
		top: 0;
		left: 0;
}
body.page_508b891d62e49e4a3a65fe39e45e7f31 #add-this-button {
		position: absolute;
		right: 15px;
		top: 177px;
}



/* masters/main-2column [ Main - 2 Column ] */

body.page_4e9b77a3de7d6ca6b28892be0200c638 #header2 {
		position: absolute;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #middleColumn {
		width: 65%;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn .content {
		padding: 25px;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn {
		width: 35%;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn4 thead {
		display: none;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn4 td.image {
		vertical-align: middle;
		padding: 0.5em 0.5em 0.5em 0;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn4 td.project-title {
		padding: 0.5em 0 0.5em 0.5em;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn4 td.project-title h2 {
		font-size: 1em;
		margin: 0;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn2, body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn3 {
		border-top: 1px solid #dcdcdc;
		margin-top: 1em;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn3 ul {
		list-style-position: outside;
		padding: 0 0 0 18px;
		margin: 0;
		color: #999;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn3 li {
		padding: 0 0 0.75em 0;
		margin: 0;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn9 .bullet {
		display: block;
		float: left;
		font-size: 1.4em;
		line-height: 16px;
		margin-left: 1px;
		color: #999;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn9 .link {
		display: block;
		margin-left: 18px;
}
body.page_4e9b77a3de7d6ca6b28892be0200c638 #rightColumn9 .item {
		clear: left;
		padding-bottom: 0.75em;
}



/* legal [ Legal ] */




/* news-detail.php [ News - Detail ] */

body.page_2717bd0854a1ebc9129b4cbfade92044 .return {
		margin-left: 1em;
}



/* project-details.php [ Project - Details ] */

body.page_e876012c83db082e0404c2d476ed5f5b.edit #container {
		margin: 0;
}
body.page_e876012c83db082e0404c2d476ed5f5b h1 {
		font-size: 400%;
		font-weight: normal;
}
body.page_e876012c83db082e0404c2d476ed5f5b #middleColumn .content {
		padding: 0;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-body .nothing {
		display: none;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-detail {
		clear: both;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-header {
		padding: 25px;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-header td {
		padding-left: 25px;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-header h2 {
		margin: 0;
		font-size: 2.25em;
		font-weight: bold;
}
body.page_e876012c83db082e0404c2d476ed5f5b #middleColumn1 {
		position: relative;
}
body.page_e876012c83db082e0404c2d476ed5f5b .return {
		float: right;
		margin-top: 25px;
		margin-right: 25px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 0.5em 1.5em;
		text-transform: uppercase;
}
body.page_e876012c83db082e0404c2d476ed5f5b #news .record-image {
		display: none;
}
body.page_e876012c83db082e0404c2d476ed5f5b #news .date-container {
		float: none;
		width: auto;
		text-align: left;
		margin: 0;
}
body.page_e876012c83db082e0404c2d476ed5f5b #news .news-content {
		margin: 0;
}
body.page_e876012c83db082e0404c2d476ed5f5b #news .news-content h2 {
		font-size: 1.2em;
		margin: 0 0 1em 0;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-header h5 {
		position: absolute;
		top: 0;
		left: 25px;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-tabs {
		padding-left: 25px;
		font-size: 1.2em;
		border-bottom: 4px solid #960;
		line-height: 2em;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-tabs a {
		display: inline-block;
		border-right: 1px solid #960;
		padding: 0 12px;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-tabs a.active {
		background: #960;
		color: white;
		font-weight: bold;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-tab-content {
		margin-right: 400px;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-tab-content .tab {
		padding: 50px 25px 25px 25px;
		display: none;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-tab-content .active {
		display: block;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-map-contact {
		float: right;
		width: 285px;
		margin: 50px;
		background: white;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-map-contact .map {
		padding: 5px;
		padding-bottom: 0;
		border: 1px solid #960;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-map-contact .map small {
		font-size: 0.9em;
		display: block;
		text-align: center;
		line-height: 2.2em;
		font-weight: bold;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-map-contact .contact {
		padding: 1em;
		border: 1px solid #960;
		border-top: 0;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-body .no-map .contact {
		border-top: 1px solid #960;
}
body.page_e876012c83db082e0404c2d476ed5f5b #footerContainer {
		clear: both;
}
body.page_e876012c83db082e0404c2d476ed5f5b .project-body {
		background: #faffc4;
}
body.page_e876012c83db082e0404c2d476ed5f5b #news .end-of-record {
		display: none;
}



/* contact.php [ Contact ] */




/* news.php [ News ] */

body.page_6cb0ecb60cd212f851cd28f353f3be82 .date-container {
		font-size: 70%;
		border: 1px solid #096;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin-left: 2em;
}
body.page_6cb0ecb60cd212f851cd28f353f3be82 .date-container .month {
		background: #096;
		color: white;
		border-color: #096;
}
body.page_6cb0ecb60cd212f851cd28f353f3be82 #middleColumn1 .record-image {
		display: none;
}



/* results.php [ Results ] */

body.page_225a577295a790692b0d4692109d5734 #middleColumn1 h1 {
		font-weight: bold;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 h3 {
		font-weight: bold;
		text-transform: none;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table {
		border: 3px solid #996;
		padding: 1em 1em 1em 1em;
		background: #ffc;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table thead td {
		background: #ffc;
		padding-bottom: 1em;
		font-weight: bold;
		color: #633;
		text-transform: uppercase;
		text-align: center;
		border: 0;
		font-size: 1.1em;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 tbody, body.page_225a577295a790692b0d4692109d5734 #middleColumn1 tfoot {
		display: table;
		width: 100%;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table td, body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table th {
		background: white;
		padding: 0.5em 1em;
		text-transform: uppercase;
		border-bottom: 1px solid #996;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table td {
		width: 3em;
		font-weight: bold;
		font-size: 1.3em;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table th {
		text-align: left;
}
body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table tfoot td, body.page_225a577295a790692b0d4692109d5734 #middleColumn1 table tfoot th {
		color: #933;
		border-bottom: 0;
		padding: 0.8em 1em;
}



/* projects.php [ Projects ] */

body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 thead {
		display: none;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 table {
		border-bottom: 1px solid #960;
		margin-bottom: 1em;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 tr td {
		border-top: 1px solid #960;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 td.link {
		width: 150px;
		font-size: 0.9em;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 td.project-title {
		width: 250px;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 td.summary {
		font-size: 0.9em;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 td {
		padding: 1em;
		vertical-align: middle;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn2 h2 {
		margin: 0;
		font-size: 1.1em;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn1 .record {
		padding: 10px;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn1 h2 {
		font-size: 1.2em;
}
body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn3, body.page_75bc68a2961abe5003e992fd0b6141c0 #middleColumn4 {
		margin-bottom: 0.5em;
}



/* about.php [ About ] */




/* index.php [ Home ] */

body.page_1ab382ae72da9e398ae112339f151822 #header2 {
		position: absolute;
}
body.page_1ab382ae72da9e398ae112339f151822 #leftColumn, body.page_1ab382ae72da9e398ae112339f151822 #rightColumn {
		width: 33%;
}
body.page_1ab382ae72da9e398ae112339f151822 #leftColumn {
		left: -34%;
}
body.page_1ab382ae72da9e398ae112339f151822 #middleColumn {
		width: 34%;
		left: 33%;
}
body.page_1ab382ae72da9e398ae112339f151822 #mainContainer .content {
		padding: 25px;
}
body.page_1ab382ae72da9e398ae112339f151822 #mainContainer {
		background: url(/images/home-lines-bg.gif);
}
body.page_1ab382ae72da9e398ae112339f151822 #middleColumn1 {
		margin-bottom: 1em;
}
body.page_1ab382ae72da9e398ae112339f151822 h2 {
		font-size: 1.25em;
}
body.page_1ab382ae72da9e398ae112339f151822 h5 {
		margin-top: 0;
}
body.page_1ab382ae72da9e398ae112339f151822 #leftColumn2 thead {
		display: none;
}
body.page_1ab382ae72da9e398ae112339f151822 #leftColumn2 td {
		padding: 0.6em 0;
}
body.page_1ab382ae72da9e398ae112339f151822 #leftColumn2 td h2.title {
		margin: 0;
}
body.page_1ab382ae72da9e398ae112339f151822 #leftColumn2 td.image {
		padding-right: 0.7em;
		vertical-align: middle;
}
body.page_1ab382ae72da9e398ae112339f151822 #middleColumn2 .date-container {
		float: none;
		width: auto;
		text-align: left;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
}
body.page_1ab382ae72da9e398ae112339f151822 #middleColumn2 .record-image {
		display: none;
}
body.page_1ab382ae72da9e398ae112339f151822 #middleColumn2 .news-content {
		margin: 0;
		font-size: 90%;
}
body.page_1ab382ae72da9e398ae112339f151822 #middleColumn2 .record {
		border-bottom: 1px solid #ccc;
		padding-top: 1em;
		padding-bottom: 1em;
}
body.page_1ab382ae72da9e398ae112339f151822 #footer2 h3 {
		font-size: 80%;
}
body.page_1ab382ae72da9e398ae112339f151822 #footer2 td {
		color: white;
		font-size: 80%;
		font-weight: normal;
}
body.page_1ab382ae72da9e398ae112339f151822 #footer2 a {
		color: #ffcc33;
}
body.page_1ab382ae72da9e398ae112339f151822 .news-content h2 {
		margin-top: 0.2em;
}
body.page_1ab382ae72da9e398ae112339f151822 #add-this-button {
		position: absolute;
		right: 15px;
		top: 252px;
}
body.page_1ab382ae72da9e398ae112339f151822 #header4 {
		color: white;
		position: absolute;
		top: 175px;
		left: 370px;
}



/* style-guide [ Style Guide ] */




@media only screen and (max-device-width: 480px) {
  html {
    -webkit-user-select: none;
  }
}
