body {
	margin: 0 0 0 0;
	background: #000; color: #626161;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 75%;	line-height: 1.5;
}

.txt-rgt {
	text-align: right;
}

#page {
	margin: 10px auto 10px auto; padding-bottom: 20px;
	background: #fff;
	width: 860px;
}

#logo {
	margin-bottom: 0; width: 860px; height: 45px;
	background: #000;
	text-align: left;
}

#header {
	/* margin-top: 60px; margin-bottom: 20px; 
	background: transparent url(img/tagline.png) 0 0 no-repeat; */
}

#tagline img {
	margin: 0; padding: 0;
}

.bordered {
	margin-bottom: 0.5em;
	border-bottom: 5px solid #000;
}

.dashed {
	margin-top: 6px; margin-bottom: 20px;
	border-bottom: 1px dashed #838383;
}

.dashed-only {
	border-bottom: 1px dashed #838383;
}

.page-content {
	margin-top: 0.75em;
}

.bordered-top {
	margin-top: 1em; padding-top: 5px;
	border-top: 5px solid #000000;
}

/* text styles */

address {
	font-style: normal;
}

h1 {
	line-height: 1.5;
}

h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 0;
	font-size: 1em; font-weight: bold; line-height: 1.5;
	color: #626161;
}

h1.title, h2.title, h3.title, h4.title {
	display: block; margin-bottom: 0.5em;
	color: #000;
	border-bottom: 1px dashed #838383;
	font-size: 1.2em; font-weight: bold;
}

h1.title-simple, h2.title-simple, h3.title-simple, h4.title-simple {
	display: block; margin-bottom: 0;
	color: #000;
	font-size: 1.2em; font-weight: bold;
}


p.date {
	display: block; margin-bottom: 0;
	color: #626161;
	font-size: 1em; font-weight: bold;
	white-space: nowrap;
}

p {
	font-size: 1em;
}

p img {
	margin-top: 0;
}

p.image img       { float: left; margin: 0 1.5em 0 0; padding: 0; }
p.image img.right { float: right; margin: 0 0 0 1.5em; }

p.image {
}

p.image img {
	display: block;
}

a {
	color: #f96210;
	text-decoration: none;
}

a:hover {
	color: #008add;
}

.page-title {
	margin-top: 0.75em; margin-bottom: 0.75em;
	font-size: 2.2em;
	line-height: 1;
}

.article-details {
	margin-top: 1.5em; margin-bottom: 1.5em;
}

.titles {
	padding-bottom: 1.5em;
}

h1.article-title {
	margin-bottom: 0;
	font-size: 2.2em;
	line-height: 1.25;
	font-weight: bold;
}

h2.article-title {
	font-size: 1.8em;
	line-height: 1.25;
	font-weight: normal;
}

/* */

.featured-grid {
	clear: both; margin: 0.75em 0 0.75em 0;
	background-color: #838383;
	/*background: transparent url(css/site/img/featured-grid-bg.png) 0 0 no-repeat;*/
}

.featured-grid li {
	display: block; float: left; width: 159px; height: 159px; overflow: hidden;
	border-right: 1px solid #fff; border-bottom: 1px solid #fff;
	color: #838383;
	font-size: 0.9em;
}

.featured-grid li.odd-1 {
	background: #606060;
}

.featured-grid li.even-1 {
	background: #3F3F3F;
}

.featured-grid li a {
	display: block; 
	text-decoration: none;
	color: #DEDEDF;
}

.featured-grid li a:hover {
	background-color: #000; color: white;
}

/* 
.featured-grid li:hover .thumb img {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}
*/

.featured-grid li .thumb {
	display: block; margin-bottom: 1px; height: 119px; overflow: hidden;
	border-bottom: 1px solid #fff;
}

.featured-grid li .thumb-title {
	display: block; padding: 0 5px; height: 19px; overflow: hidden; white-space: nowrap;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.featured-grid li .discipline {
	display: block; padding: 0 5px; height: 19px; overflow: hidden;
	border-bottom: 1px solid #fff;
}

/* article associations */

.article-associations {
	margin-left: 0;
	list-style-type: none;
}

.article-associations li {
}

.services-list {
	margin-left: 0; width: 300px;
	list-style-type: none;
}

.services-list li {
	float: left; width: 140px; margin-right: 20px;
}

.services-list li.even {
	margin-right: 0;
}


/* articles list */
.articles-list {
	margin-left: 0;
	list-style-type: none;
}

.articles-list li {
	margin-bottom: 1.5em;
}

.articles-list li .list-date {
	font-style: italic;
}

.articles-list li .list-title {
	display: block;
	border: none;
	font-size: 1em; font-weight: bold;
}

.articles-list li .list-synopsis {

}

/* archives list */

.archives-list {
	list-style-type: none;
	margin-left: 0; margin-right: 0;
}

.archives-list li {
	clear: both; margin: 0 0 1.5em 0;
}
.archives-list li p {
	margin-bottom: 0;
}

.archives-list span {
	display: block; float: left; margin-right: 10px;
}

.archives-list span.last {
	margin-right: 0;
}


/* tagline */

#tagline {
	margin-top: 30px;
}

/* sub menu */

.bitmap-menu {
	margin: 36px 0 23px 0; height: 60px;
	list-style-type: none;
	line-height: 1;
}

.bitmap-menu li {
	float: left; width: 140px; height: 20px; overflow: hidden;
}

.bitmap-menu li.odd {
	margin-right: 20px; 
}

.bitmap-menu li.even {
	margin-right: 0; 
}

.main-menu {
	margin-top: 25px; margin-bottom: 25px;
	font-size: 1.2em;
}

.menu {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.2;
}

.menu li {
	background: transparent url(img/sub-menu-icon.png) 0px 1px no-repeat;
	padding-left: 10px;
	padding-bottom: 0.5em;
}

.menu li a {
	padding: 0;
	color: #939394;
	font-weight: bold; text-decoration: none;
}

.menu li a:hover {
	color: #5D5D5D;
}

.menu li.active {
	background: transparent url(img/sub-menu-active-icon.png) 0px 1px no-repeat;
}

.menu li.active a {
	padding: 0;
	color: #F96210;
}

/* Misc */

.back-btn-new {
	list-style-type: none;
	margin-left: 0;
}

.back-btn-new li {
	
}

.back-btn-new li a {
	background: transparent url(img/back-btn-icon.png) 0 0 no-repeat;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.back-btn-new li a:hover {
	color: #626161;
}

.back-btn {
	list-style-type: none;
	margin-left: 0;
}

.back-btn li {
	display: block; width: 80px; height: 20px;
	background: #f96210 url(img/back-btn-bg.png) 0 0 no-repeat;
}

.back-btn li a {
	display: block; padding-top: 3px; padding-left: 25px;
	color: #fff;
	text-decoration: none;
}

/* back-to-top */

.back-to-top-new {
	clear: both; margin: 0;
	text-align: right; font-size: 0.9em;
}

.back-to-top-new a {
	text-decoration: none; font-weight: bold;
	color: #000;
}

.back-to-top {
	clear: both; margin: 0;
	list-style-type: none;
	text-align: right; font-size: 0.9em;
}

.back-to-top li {
	display: inline;
}

.back-to-top li a {
	text-decoration: none; font-weight: bold;
	color: #000;
}

.back-to-top li a:hover {
	color: #777;
}

/* forms */

#content form {
	margin-top: 1em;
}

.input label {
	display: block;
	font-size: 1em;
	color: #f96210;
}

.submit {
	clear: both; margin-top: 0;
	text-align: right;
}

.checkbox {
	clear: both;
}

.checkbox input {
	float: left; display: inline;
}

.checkbox label {
	display: inline; float: left;
	font-size: 1em;
	font-weight: normal;
}

.input {
	margin-bottom: 1.5em; 
}

.input input, .input select {
	display: block;
	font-size: 1em;
	color: #1E1D1C;
	border-color: #1E1D1C;
}

.input .error-message {
	color: #ff0000;
}

.input input.form-error, .input textarea.form-error {
	border-color: #ff0000;
}

.span-2 .input input {
	width: 288px;
}

.input textarea {
	display: block;
	color: #1E1D1C;
	border-color: #1E1D1C;
}

.span-4 .input .textarea {
	width: 620px; height: 150px;
}

.offices {
	margin-top: 1em;
}

/* colophon */

#colophon p {
	font-size: 0.8em; text-align: center;
	color: #444;
}

#colophon p a {
	color: #555; 
	text-decoration: none;
}

#colophon p a:hover {
	color: #777;
}

/*
	Blog
*/

h1.blog-title {
	font-size: 1.8em;
	line-height: 1.25;
	font-weight: bold;
}

h1.blog-menu, h2.blog-menu, h3.blog-menu, h4.blog-menu {
	display: block; margin-bottom: 0.5em;
	color: #000;
	font-size: 1.2em; font-weight: bold;
}

.articles-list {
	margin-left: 0; margin-right: 0;
	list-style-type: none;
}

.articles-list li {
	display: block; clear: both; margin-bottom: 1em;
}
	.articles-list li a.thumb {
		display: inline-block; margin-right: 10px;
	}
	
	.articles-list li h2 {
		margin-bottom: 10px;
		font-weight: bold;
	}
	
		.articles-list li h2 a {
			color: #000;
		}
		
			.articles-list li h2 a:hover {
				color: #5D5D5D;
			}
	
	.articles-list li a.top {
		display: block; margin-bottom: 1em;
		border-bottom: 1px dashed #838383;
		text-align: right; font-weight: bold; font-size: 0.9em;
		color: #000;
	}
	
	.articles-list li a.more {
		display: block; margin-bottom: 2em; padding-bottom: 1em;
		border-bottom: 1px dashed #838383;
		text-align: right; font-weight: bold; font-size: 0.9em;
		color: #000;
	}

ul.neighbours {
	display: block; margin: 0; padding: 0.375em;
	list-style-type: none;
	font-size: 1em;
	border-top: 1px solid #eee;
}

	ul.neighbours li {
		float: left; width: 49%;
		font-size: 0.9em;
	}
	
	ul.neighbours li + li {
		float: right; width: 49%;
		text-align: right;
	}
	
		ul.neighbours li a {
			color: #000;
			font-weight: bold;
		}
		
ul.related-menu {
	margin-left: 0; margin-right: 0;
	list-style-type: none;
	line-height: 1.25;
}
	
	ul.related-menu li {
		margin-bottom: 0.5em;
	}
	
		ul.related-menu li a {
			color: #939394;
			font-weight: bold;
		}
	
			ul.related-menu li a:hover {
				color: #5D5D5D;
			}

			ul.related-menu li a.selected {
				color: #F96210;
			}