/* 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/website/global [ Global ] */

body.page_8383a424f6fedeaf16a50b5f26624ab5 {
		font-family: Arial , Helvetica , sans-serif;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 h1 {
		font-weight: normal;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 h2 {
		font-weight: normal;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 h3 {
		color: gray;
		font-weight: bold;
		margin-bottom: .25em;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 h4 {
		font-weight: bold;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 p {
		margin: 0.25em 0.0em 0.5em 0.0em;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 a {
		color: red;
		text-decoration: none;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 a:hover {
		text-decoration: underline;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .navHorizontal, body.page_8383a424f6fedeaf16a50b5f26624ab5 .navVertical {
		list-style-type: none;
		margin: 0;
		padding: 0;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .navHorizontal a, body.page_8383a424f6fedeaf16a50b5f26624ab5 .navVertical a {
		color: #cc6600;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .navHorizontal li {
		display: inline;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .navHorizontal li a {
		display: inline-block;
		padding: 0 0.4em;
		border-left: 1px solid black;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .navHorizontal li:first-child a {
		border-left: 0;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .navVertical li.active a, body.page_8383a424f6fedeaf16a50b5f26624ab5 .navHorizontal li.active a {
		color: #000;
		font-weight: bold;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .navVertical li {
		padding: 0.2em 0;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #footer .content {
		margin-top: 50px;
		border-top: 1px solid #dcdcdc;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 #footer1 {
		font-size: 0.8em;
		margin-top: 1em;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .return, body.page_8383a424f6fedeaf16a50b5f26624ab5 .gallery-link {
		float: right;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .return a, body.page_8383a424f6fedeaf16a50b5f26624ab5 .gallery-link a {
		font-weight: bold;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .button {
		padding: .5em .65em;
		background: #ff6600;
		text-transform: uppercase;
		float: none;
		color: white;
		margin: 0px;
		display: inline-block;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .button:hover {
		background: black;
		text-decoration: none;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 ul.pagination li.current, body.page_8383a424f6fedeaf16a50b5f26624ab5 ul.pagination li a {
		border: 0;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 ul.pagination li.current {
		background: #dcdcdc;
		border: 2px solid #999999;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .footer-text {
		font-size: 120%;
		width: 500px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .footer-links {
		float: right;
		width: 400px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .link-facebook {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-facebook.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .link-twitter {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-twitter.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .link-blog {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-blog.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .link-email {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-email.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .legal {
		text-align: center;
		font-size: 90%;
		color: #999;
		padding-top: 25px;
}
body.page_8383a424f6fedeaf16a50b5f26624ab5 .legal a {
		color: gray;
}



/* masters/website/two-column-left [ Two Column - Left ] */




/* layouts/single-column [ Single Column ] */

body.page_1b2c12c58e015c8fed268d251545d9af {
		font-family: Arial , Helvetica , sans-serif;
}
body.page_1b2c12c58e015c8fed268d251545d9af h1 {
		font-weight: normal;
}
body.page_1b2c12c58e015c8fed268d251545d9af h2 {
		font-weight: normal;
}
body.page_1b2c12c58e015c8fed268d251545d9af h3 {
		color: gray;
		font-weight: bold;
		margin-bottom: .25em;
}
body.page_1b2c12c58e015c8fed268d251545d9af h4 {
		font-weight: bold;
}
body.page_1b2c12c58e015c8fed268d251545d9af p {
		margin: 0.25em 0.0em 0.5em 0.0em;
}
body.page_1b2c12c58e015c8fed268d251545d9af a {
		color: red;
		text-decoration: none;
}
body.page_1b2c12c58e015c8fed268d251545d9af a:hover {
		text-decoration: underline;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navHorizontal, body.page_1b2c12c58e015c8fed268d251545d9af .navVertical {
		list-style-type: none;
		margin: 0;
		padding: 0;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navHorizontal a, body.page_1b2c12c58e015c8fed268d251545d9af .navVertical a {
		color: black;
		text-transform: uppercase;
		font-weight: bold;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navHorizontal a:hover, body.page_1b2c12c58e015c8fed268d251545d9af .navVertical a:hover {
		color: red;
		font-size: 110%;
		text-decoration: none;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navHorizontal li {
		display: inline;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navHorizontal li a {
		display: inline-block;
		text-align: center;
		width: 120px;
		padding: 0 0.4em;
		border: 0;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navHorizontal li:first-child a {
		border-left: 0;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navVertical li.active a, body.page_1b2c12c58e015c8fed268d251545d9af .navHorizontal li.active a {
		color: #000;
		font-weight: bold;
}
body.page_1b2c12c58e015c8fed268d251545d9af .navVertical li {
		padding: 0.2em 0;
}
body.page_1b2c12c58e015c8fed268d251545d9af #footer .content {
		margin-top: 50px;
		border-top: 1px solid #dcdcdc;
}
body.page_1b2c12c58e015c8fed268d251545d9af #footer1 {
		font-size: 0.8em;
		margin-top: 1em;
}
body.page_1b2c12c58e015c8fed268d251545d9af .return, body.page_1b2c12c58e015c8fed268d251545d9af .gallery-link {
		float: right;
}
body.page_1b2c12c58e015c8fed268d251545d9af .return a, body.page_1b2c12c58e015c8fed268d251545d9af .gallery-link a {
		font-weight: bold;
}
body.page_1b2c12c58e015c8fed268d251545d9af .button {
		padding: .5em .65em;
		background: #ff6600;
		text-transform: uppercase;
		float: none;
		color: white;
		margin: 0px;
		display: inline-block;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
}
body.page_1b2c12c58e015c8fed268d251545d9af .button:hover {
		background: black;
		text-decoration: none;
}
body.page_1b2c12c58e015c8fed268d251545d9af ul.pagination li.current, body.page_1b2c12c58e015c8fed268d251545d9af ul.pagination li a {
		border: 0;
}
body.page_1b2c12c58e015c8fed268d251545d9af ul.pagination li.current {
		background: #dcdcdc;
		border: 2px solid #999999;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
}
body.page_1b2c12c58e015c8fed268d251545d9af .link-facebook {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-facebook.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_1b2c12c58e015c8fed268d251545d9af .link-twitter {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-twitter.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_1b2c12c58e015c8fed268d251545d9af .link-blog {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-blog.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_1b2c12c58e015c8fed268d251545d9af .link-email {
		margin-bottom: 5px;
		margin-left: 25px;
		display: inline-block;
		padding-left: 25px;
		background: url(images/icon-email.gif) no-repeat;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 12px;
}
body.page_1b2c12c58e015c8fed268d251545d9af .legal {
		text-align: center;
		font-size: 90%;
		color: #999;
		padding-top: 25px;
}
body.page_1b2c12c58e015c8fed268d251545d9af .legal a {
		color: gray;
}
body.page_1b2c12c58e015c8fed268d251545d9af #top-nav {
		position: absolute;
		top: 0;
		right: 0;
}
body.page_1b2c12c58e015c8fed268d251545d9af #top-nav li a {
		background: url(images/nav-bg.gif) no-repeat top left;
		padding: 25px 0 0 0;
		margin: -20px 2px 0px 2px;
		width: 115px;
		position: relative;
		vertical-align: text-top;
}
body.page_1b2c12c58e015c8fed268d251545d9af #top-nav li.active a, body.page_1b2c12c58e015c8fed268d251545d9af #top-nav li a:hover {
		top: 10px;
}
body.page_1b2c12c58e015c8fed268d251545d9af #top-nav .nav-boards.active a {
		background-image: url(images/nav-bg-at-boards.gif);
		padding-top: 36px;
		width: 195px;
		top: 10px;
}
body.page_1b2c12c58e015c8fed268d251545d9af #top-nav .nav-media.active a {
		background-image: url(images/nav-bg-at-boards.gif);
		padding-top: 36px;
		width: 195px;
		top: 10px;
}
body.page_1b2c12c58e015c8fed268d251545d9af #top-nav .nav-company.active a {
		background-image: url(images/nav-bg-at-boards.gif);
		padding-top: 36px;
		width: 195px;
		top: 10px;
}



/* masters/blog [ Blog ] */




/* company [ Company ] */




/* media [ Media ] */




/* boards [ Boards ] */




/* news [ Content : News : List ] */

body.page_f673f1be668ff4e18dd22fd1de084afb .date-paginator .date-box {
		background: #f4f4f4;
		border: 0;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .date-paginator .tab-box li a {
		color: gray;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .date-paginator .tab-box li.selected {
		border: 0;
		background: gray;
		color: white;
		font-weight: bold;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .date-paginator .tab-box li.selected a {
		color: white;
		font-weight: bold;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .date-paginator .tab-box-inner {
		border-bottom: 3px solid gray;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .news .date-container .day {
		border: 1px solid gray;
		font-weight: bold;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .news .date-container .month {
		background: gray;
		color: white;
		font-weight: bold;
		border: 0;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .news .date-container .year {
		font-size: 80%;
		padding: 5px;
		font-weight: bold;
		color: gray;
		background: #dcdcdc;
}
body.page_f673f1be668ff4e18dd22fd1de084afb .news .record-image {
		padding: 1em;
}



/* style-guide [ Web - Style Guide ] */




/* test [ test ] */




/* blog/authors/detail [ Blog : Author : Detail ] */




/* blog/authors [ Blog : Authors ] */




/* blog/post [ Blog : Post Detail ] */

body.page_eb8358581a0c1c517e9306f2ddb6a45b .blog_home {
		float: right;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b #middleColumn1 {
		float: left;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b #middleColumn2 h1 {
		clear: left;
		margin-bottom: 0;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b #middleColumn2 .date {
		font-size: 90%;
		margin-bottom: 1.1em;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b #middleColumn2 .blog_post .comments {
		margin-top: 1em;
		font-size: 90%;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b #middleColumn2 .blog_comments {
		margin-top: 1em;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b .blog_comments .blog_comment {
		border: 1px solid #333;
		padding: 1em 0em 0 0em;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background: #fff;
		margin-bottom: 1em;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b .blog_comments .no-comments {
		padding-bottom: 1em;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b .blog_comments .blog_comment .comment {
		padding: 0 1em 0.25em 1em;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b .blog_comments .blog_comment .byline {
		background: #eee;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px;
		padding: 0em 1em;
		font-size: 90%;
		line-height: 1.4em;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b #middleColumn2 form label {
		margin-top: 0.7em;
		display: block;
}
body.page_eb8358581a0c1c517e9306f2ddb6a45b #middleColumn2 form input.text {
		width: 250px;
}



/* blog [ Blog : Posts ] */

body.page_8b6c6672258b4248608375f23c0f41ce .blog-archive-nav .active a {
		color: black;
		font-weight: bold;
}
body.page_8b6c6672258b4248608375f23c0f41ce .blog-archive-nav .active ul a {
		font-weight: normal;
		color: initial;
}
body.page_8b6c6672258b4248608375f23c0f41ce .blog-archive-nav .active ul li.active a {
		color: black;
		font-weight: bold;
}



/* services/detail [ Services : Detail ] */

body.page_dd2463c9d5747673b4f2d2b65a9fb10f .record-image {
		float: right;
		margin-left: 1em;
}



/* services [ Services : List ] */

body.page_83d6550c7c4dfc6c182db887be46910c .record-image {
		float: left;
}
body.page_83d6550c7c4dfc6c182db887be46910c .record-body {
		margin-left: 150px;
}



/* projects/detail [ Projects : Detail ] */




/* projects [ Projects : List ] */




/* portfolio/detail [ Portfolio : Detail ] */

body.page_757e5ba3131689844cbca324d5f9cf1b .image-gallery .grid .item .record {
		background: transparent;
		border: 0px;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .image-gallery .grid .item .record-body {
		display: none;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .image-gallery .grid .item .hover {
		border: 0;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .image-gallery .grid .item .end-of-record {
		display: none;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .image .record-image {
		float: none;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-nav .gallery-item {
		display: inline-block;
		padding: 1em;
		border: 1px solid transparent;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-nav .current {
		border-color: white;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-overlay {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 100%;
		z-index: 10000;
		background: black;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: black;
		z-index: 10002;
		display: none;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .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;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current .previous, body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current .next {
		top: 50%;
		margin-top: -15px;
		height: 30px;
		width: 30px;
		background: white;
		position: absolute;
		line-height: 30px;
		font-size: 20px;
		text-align: center;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current .previous {
		left: 0px;
		margin-left: -30px;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current .next {
		right: 0px;
		margin-right: -30px;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current .gallery-title {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: -2em;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current .close {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -1.7em;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		text-align: right;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current .close span {
		display: block;
		float: right;
		margin-left: 5px;
		background: white;
		color: black;
		width: 1em;
		text-align: center;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current h2 {
		margin: 0;
		line-height: 2em;
		font-weight: normal;
		position: relative;
}
body.page_757e5ba3131689844cbca324d5f9cf1b .gallery-current h2 img {
		position: absolute;
		right: 1em;
		top: 1em;
		margin-top: -11px;
}



/* portfolio [ Portfolio : Home ] */




/* locations/detail [ Locations : Detail ] */

body.page_5239c21fb451fb5b90caf79cf5da54a1 .record-image {
		float: right;
		clear: right;
}



/* locations [ Locations : List ] */

body.page_f80f838f43beb7584e7d21fdf9d5d623 .table td, body.page_f80f838f43beb7584e7d21fdf9d5d623 .table th {
		text-align: left;
		vertical-align: top;
		padding: 5px;
}
body.page_f80f838f43beb7584e7d21fdf9d5d623 .table table {
		table-layout: fixed;
}
body.page_f80f838f43beb7584e7d21fdf9d5d623 .table .title {
		width: 20%;
}
body.page_f80f838f43beb7584e7d21fdf9d5d623 .table .link {
		width: 15%;
}
body.page_f80f838f43beb7584e7d21fdf9d5d623 .table thead {
		background: #ccc;
}



/* jobs/detail [ Jobs : Detail ] */




/* jobs [ Jobs : List ] */




/* documents/detail [ Documents : Detail ] */

body.page_4058afefcc6736b52742f2c332814369 .record-image {
		float: right;
}
body.page_4058afefcc6736b52742f2c332814369 .swt_fileManager_grid .record-image {
		float: none;
}



/* documents [ Documents : List ] */

body.page_b271e00bcbea570f9c0887de07621958 .record-image {
		float: right;
}
body.page_b271e00bcbea570f9c0887de07621958 .item {
		border-top: 1px solid #ccc;
		margin-top: 1em;
		padding-top: 1em;
}
body.page_b271e00bcbea570f9c0887de07621958 .group .title {
		margin: 0;
}
body.page_b271e00bcbea570f9c0887de07621958 .group-header {
		margin-top: 1.3em;
}
body.page_b271e00bcbea570f9c0887de07621958 .grid {
		margin-top: -1em;
}
body.page_b271e00bcbea570f9c0887de07621958 .published {
		font-size: 0.8em;
}
body.page_b271e00bcbea570f9c0887de07621958 .swt_fileManager_grid .record-image {
		float: left;
		margin-right: 20px;
}
body.page_b271e00bcbea570f9c0887de07621958 .swt_fileManager_grid .record-body {
		float: left;
		font-size: 0.75em;
}
body.page_b271e00bcbea570f9c0887de07621958 .item {
		border-top: none;
		margin-top: 0;
		padding-top: 10px;
}
body.page_b271e00bcbea570f9c0887de07621958 .file-list {
		margin-top: 1em;
}
body.page_b271e00bcbea570f9c0887de07621958 .title {
		font-weight: bold;
}



/* case-studies/detail [ Case Studies : Detail ] */

body.page_8bb95dd1aefebc77a8fb698ab226eb0c .record-image {
		float: right;
}



/* case-studies [ Case Studies : List ] */




/* testimonials [ Testimonials : List ] */

body.page_e3c42f0c5b2872e12dc33c29f5d42105 .grid .item .record {
		padding-bottom: 0.5em;
}
body.page_e3c42f0c5b2872e12dc33c29f5d42105 .description {
		font-size: 1.25em;
		padding: 1.0em 1.5em 0.5em 1.5em;
}
body.page_e3c42f0c5b2872e12dc33c29f5d42105 .name-block {
		padding-left: 1.875em;
}
body.page_e3c42f0c5b2872e12dc33c29f5d42105 .location {
		font-style: italic;
}
body.page_e3c42f0c5b2872e12dc33c29f5d42105 .pre-quote {
		float: left;
		font-size: 4em;
		height: 0.5em;
		margin-top: 0.15em;
}
body.page_e3c42f0c5b2872e12dc33c29f5d42105 .post-quote {
		font-size: 3.2em;
		height: 0.5em;
		display: inline-block;
		padding-left: 0.1em;
		margin-top: -0.15em;
		vertical-align: top;
		margin-right: -0.3em;
}
body.page_e3c42f0c5b2872e12dc33c29f5d42105 .pre-quote, body.page_e3c42f0c5b2872e12dc33c29f5d42105 .post-quote {
		color: #999;
}



/* press/detail [ Press : Detail ] */

body.page_25d5a8dda35f2f75c76930cd8fab55da .return {
		float: right;
}
body.page_25d5a8dda35f2f75c76930cd8fab55da .record-image {
		clear: right;
}
body.page_25d5a8dda35f2f75c76930cd8fab55da .swt_fileManager_grid .record-image {
		float: left;
		margin-right: 5px;
}
body.page_25d5a8dda35f2f75c76930cd8fab55da .swt_fileManager_grid .record-body {
		float: left;
		font-size: 0.75em;
}
body.page_25d5a8dda35f2f75c76930cd8fab55da .file-list {
		margin-top: 1em;
}
body.page_25d5a8dda35f2f75c76930cd8fab55da .credits {
		font-style: italic;
}



/* press [ Press : List ] */




/* people/detail [ People : Detail ] */

body.page_99d2fb6ecb7a53f46f52eff161c588cd .return {
		float: right;
}



/* people [ People : List ] */




/* events/detail [ Events : Detail ] */

body.page_7490eb11a1b28ba2b58f3a560c2d90c4 .record-image {
		float: right;
		clear: right;
}
body.page_7490eb11a1b28ba2b58f3a560c2d90c4 .record-body {
		margin-right: 280px;
}
body.page_7490eb11a1b28ba2b58f3a560c2d90c4 .swt_event_detail h2.title {
		margin-top: 0;
}
body.page_7490eb11a1b28ba2b58f3a560c2d90c4 .swt_event_detail .description {
		margin-top: 1em;
}
body.page_7490eb11a1b28ba2b58f3a560c2d90c4 .swt_event_detail .summary {
		margin-top: 1em;
}
body.page_7490eb11a1b28ba2b58f3a560c2d90c4 .swt_event_detail .date, body.page_7490eb11a1b28ba2b58f3a560c2d90c4 .swt_event_detail .location {
		font-size: 90%;
		font-style: italic;
}



/* events [ Events : List ] */

body.page_2b465818f026c96f3e6e9557dbb41e75 .swt_event_record .record-image {
		float: right;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .swt_event_record .title {
		margin-left: 0;
		margin-top: 0;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .swt_event_record .date, body.page_2b465818f026c96f3e6e9557dbb41e75 .swt_event_record .location {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 90%;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .swt_event_record .location {
		text-transform: none;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .swt_event_record .summary {
		margin-top: 1em;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .end-of-row {
		display: block;
		height: 1px;
		overflow: hidden;
		clear: both;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .record-body {
		margin-top: 25px;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .date-paginator .date-box {
		background: #f4f4f4;
		border: 0;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .date-paginator .tab-box li a {
		color: gray;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .date-paginator .tab-box li.selected {
		border: 0;
		background: gray;
		color: white;
		font-weight: bold;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .date-paginator .tab-box li.selected a {
		color: white;
		font-weight: bold;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .date-paginator .tab-box-inner {
		border-bottom: 3px solid gray;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .news .date-container .day {
		border: 1px solid gray;
		font-weight: bold;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .news .date-container .month {
		background: gray;
		color: white;
		font-weight: bold;
		border: 0;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .news .date-container .year {
		font-size: 80%;
		padding: 5px;
		font-weight: bold;
		color: gray;
		background: #dcdcdc;
}
body.page_2b465818f026c96f3e6e9557dbb41e75 .news .record-image {
		padding: 1em;
}



/* news/detail [ News : Detail ] */




/* news (old) [ News : List (old) ] */

body.page_7b0b1e5125664424992fec83bfbd1b33 .date-paginator .date-box {
		background: #f4f4f4;
		border: 0;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .date-paginator .tab-box li a {
		color: gray;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .date-paginator .tab-box li.selected {
		border: 0;
		background: gray;
		color: white;
		font-weight: bold;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .date-paginator .tab-box li.selected a {
		color: white;
		font-weight: bold;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .date-paginator .tab-box-inner {
		border-bottom: 3px solid gray;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .news .date-container .day {
		border: 1px solid gray;
		font-weight: bold;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .news .date-container .month {
		background: gray;
		color: white;
		font-weight: bold;
		border: 0;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .news .date-container .year {
		font-size: 80%;
		padding: 5px;
		font-weight: bold;
		color: gray;
		background: #dcdcdc;
}
body.page_7b0b1e5125664424992fec83bfbd1b33 .news .record-image {
		padding: 1em;
}



/* links [ Links : List ] */

body.page_fb54577ad4665c3d51ac4b2f83f1e532 .weblink .record-image {
		float: left;
		padding: 10px 0px;
}
body.page_fb54577ad4665c3d51ac4b2f83f1e532 .weblink .record-body {
		margin-left: 100px;
}
body.page_fb54577ad4665c3d51ac4b2f83f1e532 .weblink h2.title {
		margin: 0;
}
body.page_fb54577ad4665c3d51ac4b2f83f1e532 .weblink .end-of-record {
		display: block;
		clear: both;
		height: 1px;
		overflow: hidden;
}



/* faq [ FAQ : List ] */

body.page_7beae1a0bcb0b32159bb297606d85c6e .faq a.expando {
		float: left;
		display: inline-block;
		width: 1.2em;
		height: 1.2em;
		border: 1px solid black;
		margin-right: 0.5em;
		line-height: 1.1em;
		text-align: center;
		color: black;
}
body.page_7beae1a0bcb0b32159bb297606d85c6e .faq-item {
		margin-left: 1.7em;
}
body.page_7beae1a0bcb0b32159bb297606d85c6e .question {
		padding-left: 36px;
		text-indent: -36px;
}
body.page_7beae1a0bcb0b32159bb297606d85c6e .answer .answer-icon {
		float: left;
		text-align: right;
		width: 28px;
}
body.page_7beae1a0bcb0b32159bb297606d85c6e .answer .content {
		margin-left: 36px;
}



/* contact [ Contact ] */




/* 404.php [ Web - Not Found - 404 ] */




/* privacy [ Privacy Policy ] */




/* terms [ Terms of Service ] */




/* index.php [ Home Page ] */




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