/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { 
	overflow: -moz-scrollbars-vertical;
}
/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	color: #fff;
	background: #000 url(../images/jul10/background_london.jpg) no-repeat top center;
	font-size: 76%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	margin: .5em 0;
}
h1 {
	margin: 10px 0;
}
h2 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	background: #2e2e2e;
	padding: 0.7em 0.5em;
	text-shadow: #101010 1px 1px;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #a69b83; }
a:active { color: #222; }
a:visited { color: #a69b83; }
a:hover { color: #999; text-decoration: none; }


/* site structure */

div#doc-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#doc-shadowbox {
	background: url(../images/jul10/content_transbg.png) repeat;
	padding: 1em 9px 9px 9px;
}
div#doc-navigation {
	float: right;
	margin-right: 20px;
	text-align: right;
}
ul#top-level-navigation {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#top-level-navigation li {
	display: inline;
	padding: 0;
	font-size: 1.2em;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-left: 0.3em;
	text-decoration: none;
	color: #fff;
}
ul#top-level-navigation li a:hover {
	color: #fff;
	background: #75b2b9;
	text-shadow: #507a7f 1px 1px;
}
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	background: #2e2e2e;
	text-shadow: #000 1px 1px;
}
ul#top-level-navigation li.sel a:hover {
	color: #fff;
}
div#doc-content {
	margin: 0;
	padding: 0;
}
div#doc-footer {
	color: #666;
	background: #2e2e2e;
	clear: both;
	padding: 1em 20px;
}
div#doc-footer p.footnote {
	margin: 0;
	font-size: 0.9em;
}
div#doc-footer span {
	margin: 0 0.5em;	
}
div#doc-content {
	border: 1px solid #2e2e2e;
	background: #000;
	padding: 20px;
	margin: 0;
}
br.clear {
	clear: both;
}


/* form stuff */

input.regInput {
	color: #999;
	padding: 0.4em 0.3em;
	border: 1px solid #616161;	
	background: #1f1f1f;
}
textarea.regText {
	color: #999;
	padding: 0.4em 0.3em;
	border: 1px solid #616161;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background: #1f1f1f;
}
input.regButton {
	padding: 0.4em 0.3em;
}

table.form-layout {
	margin: 1em 0;	
}
table.form-layout tr td {
	padding: 0.5em 0;
}
table.form-layout tr td label {
	display: block;
	text-align: right;
	padding-right: 1em;	
}
span.required {
	color: #616161;	
}

/* user prompts */

div.usermessage-error {
	margin: 1em 0;
	background: #222;
	border: 1px solid darkred;
	padding: 0 1em;
	color: #fff;
}
div.usermessage-error p {
	margin: 0.5em 0;	
}
div.usermessage-error ul {
	margin: 0.5em 2em;	
}

div.usermessage-success {
	margin: 1em 0;
	background: #222;
	border: 1px solid darkgreen;
	padding: 0 1em;
	color: #fff;
}
div.usermessage-success p {
	margin: 0.5em 0;	
}
div.usermessage-success ul {
	margin: 0.5em 2em;	
}

/* miscellaneous */

div#headerContainer {
	background: url(../images/scraper-bg.jpg) no-repeat top;	
	padding: 30px 0 20px 20px;
	position: relative;
	height: 40px;
}
div#headerContainer h2 {
	font-weight: normal;
	font-size: 2.3em;
	display: inline;
	padding: 0.2em 0.3em;
	position: absolute;
	margin: 0;
	background: url(../images/transparency.png) repeat;
}

div.corner-fade {
	padding: 0.3em 20px;
	background: url(../images/content-cornerfade.gif) no-repeat top left;	
}
div#doc-sidebar-right h3 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.5em 0 -0.4em 0;
}
div#doc-sidebar-right h4 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0.8em 0 0 0;
}
div#doc-sidebar-right h4 span {
	color: #898989;	
	font-size: 0.8em;
}
div#doc-sidebar-right p {
	color: #999;	
	font-size: 0.9em;
}
div.rule {
	margin: 1em 0;
	background: url(../images/rulebg.gif) repeat-x center;
}	
h3.serviceHeading {
	font-weight: normal;
	font-size: 1.8em;
	border-bottom: 1px solid #1f1f1f;
	padding-bottom: 0.3em;
}
ul.services {
	margin: 1em;
	list-style: none;
}
ul.services li {
	font-size: 1.2em;
	background: url(../images/list-bullet-services.gif) no-repeat left;
	padding-left: 13px;
}
.rightFloating {
	float: right;
	margin: 1em 0 0 10px;
}
ul.pdf {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
ul.pdf li {
	font-size: 0.9em;
	padding-left: 44px;	
	background: url(../images/icon-pdf.gif) no-repeat left;
}
ul.pdf li span {
	color: #898989;	
}

h3.cs-header {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 1em;
}

span.tel {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff !important;
}

h4.removeUnder {
	margin-bottom: -0.6em;
}

.floatRight {
	float: right;
	margin: 1em 0;
	border: 3px solid #1f1f1f;
}
div.newsArticle p {
	color: #fff !important;	
}
div.newsArticle h4.newsArticleHeading {
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
	font-size: 1.3em !important;
}
div.newsArticle p.newsArticleDate {
	margin-top: 0;
	color: #999 !important;
}

span.morenews {
	font-size: 0.6em;	
}

div.morenewsbottom {
	margin: 0;	
	text-align: right;
}
div.morenewsbottom p {
	margin: 0;
}

img.newsArticleThumb {
	float: right;	
	border: 3px solid #1F1F1F;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 1em;
}
img.footer-rightlogo {
	float: right;
	margin-left: 20px;
}

p.pageDate {
	margin: 0 0 1em 20px;
	font-size: 1.2em;
}
img.home-spotlight {
	float: right;
	display: block;	
	margin-bottom: 20px;
}
div#doc-home-content {
	width: 460px;
	float: left;
}
div#doc-home-sidebars {
	width: 420px;
	margin-left: 20px;
	float: left;
}
div#doc-home-sidebars div.doc-sidebar-left {
	width: 200px;
	float: left;
}
div#doc-home-sidebars div.doc-sidebar-right {
	width: 200px;
	margin-left: 20px;
	float: left;
}
div#doc-home-sidebars div.doc-mailing-list {
	clear: both;	
}
h2.newsHeading, h2.eventHeading, h2.mailingListHeading {
	font-weight: normal;
	background: #2e2e2e;
	padding: 0.7em 0.5em;
}
h2.newsHeading img, h2.eventHeading img, h2.mailingListHeading img {
	float: right;	
}
/* events sidebar */
div.event-sidebar-container {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #1f1f1f;	
}
div.event-sidebar-container h3 {
	font-size: 1em;	
	line-height: 1.4em;
	margin-bottom: 0;
}
div.event-sidebar-container h3 a:link,
div.event-sidebar-container h3 a:active,
div.event-sidebar-container h3 a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
}
div.event-sidebar-container h3 a:hover {
	text-decoration: underline;
	background: url(../images/bullet_news_go.gif) no-repeat right;	
}
div.event-sidebar-container p.event-sidebar-date {
	font-size: 0.9em;
	margin-top: 0;
	color: #fff;
}
div.event-sidebar-container p.event-sidebar-date span {
	color: #505050;	
}
p.sidebar-morelink {
	text-align: right;
	padding-right: 10px;
	background: url(../images/small-bullet-right.gif) no-repeat right;
}
p.sidebar-morelink-linetop {
	border-top: 1px solid #1f1f1f;
	text-align: right;
	padding: 1em 10px 1em 0;
	margin-top: 1em;
	background: url(../images/small-bullet-right.gif) no-repeat right;
}
div.line {
	margin: 2em 0;
	height: 1px;
	background: url(../images/line-bg.gif) repeat-x center;
	text-indent: -6000px;
}
a.services-pagelink:link,
a.services-pagelink:active,
a.services-pagelink:visited {
	font-size: 1.2em;
	padding-left: 1.7em;
	background: url(../images/bullet_go.png) no-repeat left;
}

a.services-backlink:link,
a.services-backlink:active,
a.services-backlink:visited {
	font-size: 1.2em;
	padding-left: 1.7em;
	background: url(../images/bullet_back.png) no-repeat left;
}
img.profilePhoto {
	float: right;
	margin: 0 0 1em 1em;	
}

h4.profileHeading {
	font-size: 1em;	
	line-height: 1.4em;
}
h4.profileHeading span.certs {
	font-size: 0.8em;	
	font-weight: normal;
}
span.tel {
	font-size: 1.1em;
	font-weight: normal;
}

p.networking-icons {
	margin-top: 1em;
	margin-bottom: 0;
}
p.networking-icons a:link,
p.networking-icons a:active,
p.networking-icons a:visited {
	color: #fff;
	text-decoration: none;	
	
}
p.networking-icons img {
	margin-bottom: -0.3em;	
}
p.networking-icons img.linkedIn {
	margin-left: 1em;	
}
p.networking-icons img.whprojects {
	margin-left: 1em;	
}
div.caseStudy-container {
	width: 220px;
	float: left;
	margin-bottom: 20px;	
	position: relative;
}
div.caseStudy-container p {
	background: url(../images/jul10/casestudy-title.png) repeat;
	display: block;
	width: 210px;
	margin: 0;
	padding: 0.3em 0 0.3em 10px;
	position: absolute;
	top: 0;
	left: 0;	
}
div.caseStudy-container p span {
	background: url(../images/icon-tiny-pdf.gif) no-repeat left;
	padding-left: 2em;	
}
div.caseStudy-container p span a:link,
div.caseStudy-container p span a:active,
div.caseStudy-container p span a:visited {
	color: #fff;
	text-decoration: none;	
}
div.caseStudy-container p span a:hover {
	text-decoration: underline;	
}

div.caseStudy_leftMargin {
	margin-left: 20px;	
}
