@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #0c0c0c;
	margin: 0px;
}
#wrapper {
	width: 1100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 20px;
	background-color: #000;
	height: 794px;
}
#header {
	height: 80px;
	width: 1100px;
	padding-top: 12px;
	background-repeat: no-repeat;
	background-color: #000;
	background-position: left top;
}
#content {
	position: relative;
	width: 1100px;
	height: 650px;
	text-align: left;
	margin-top: 38px;
	overflow: visible;
	font-size: 0.9em;
	color: #999;
}
#contentUndCon {
	position: relative;
	width: 1100px;
	height: 650px;
	text-align: center;
	margin-top: 38px;
	overflow: visible;
	font-size: 1.0em;
	color: #999;
}
#contentInfo {
	position: relative;
	width: 1008px;
	height: 560px;
	text-align: left;
	font-size: 1em;
	background-color: #000;
	color: #999;
	margin-left: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}
#contentStories {
	position: relative;
	height: 560px;
	overflow: hidden;
	color: #999;
	margin-left: 45px;
	width: 996px;
	margin-top: 60px;
	background-color: #000;
	margin-bottom: 60px;
}
.storyBox {
	width: 440px;
	float: left;
	height: 195px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #111;
	overflow: visible;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
.storyHeading {
	font-size: 15px;
	line-height: 24px;
	color: #666;
}
.storycaption {
	height: auto;
	font-size: 11px;
	margin-left: 260px;
	position: inherit;
	color: #A1A1A1;
	line-height: 1.1em;
}
.storyThumb {
	float: left;
	margin-right: 5px;
	text-align: center;
}
.storyThumb img {
	background-color: #000;
	float: left;
	margin: 2px;
	padding: 1px;
}
.storyThumb img:hover  {
	background-color: #ccc;
}
a:link,a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.storyDate {
	text-align: right;
	line-height: 20px;
	font-size: 9px;
	font-style: italic;
	white-space: normal;
}
.infoBio {
	width: 350px;
	line-height: 16px;
	font-size: 12px;
}
.infoClientList {
	width: 270px;
	line-height: 1.6em;
	float: left;
	font-size: 0.95em;
}
.infoClientHead {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 12px;
	color: #444;
}
#footer {
	width: 1100px;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	font-weight: normal;
	padding-top: 7px;
	color: #999;
	background-color: #0c0c0c;
	height: 18px;
}
#creds {
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
	color: #333;
}
