html {
  height: 100%;
}

body {
  background-color: #000;
  height: 100%;
  margin: 0;
  padding: 0;
}
#htmlcontent {
	color: #666;
	width: 1000px;
	height: 620px;
	border: 1px solid #666;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;}
h1 {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px; padding: 0px;
	position: absolute;
	top:0;
	right: 0;
}
h1 a {
	display: block;
	width: 250px;
	height: 100px;
}
h1 a span {
	display: none;
}
#jwtnav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#jwtnav li {
	float: left;
	list-style-type: none;
	padding: 0px 5px 3px 15px;
}
#jwtnav li.selected {
	background-image: url(../img/pink-bullet.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
a {
	color: #a8a8a8;	
	text-decoration: none;
}
a:hover {
	color: White;
}
a img {
	border: 0px;
}
table.imageMatrix {
	border-collapse: collapse;
	border-spacing: 0;
}
table.imageMatrix td {
	border: 0;
	padding: 0;
	margin: 0;
}

table.imageMatrix img {
	float: left;
}
#pageTitle {
	padding-top: 150px;
	float: left;
}
#subnav {
	position: absolute;
	top: 300px;
	left: 0px;
	font-size: 11px;
	margin: 0px; padding: 15px;
}
#subnav ul { margin: 0; padding: 0; }
#subnav li {
	list-style-type: none;
	padding: 0px 5px 3px 15px;
}
#subnav li.selected {
	background-image: url(../img/yellow-bullet.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
#subnav a {
	color: White;
}
#subnav a:hover {
	color: Yellow;
}
#pageContent {
	float: left;
	padding-top: 125px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
	height: 300px;
	overflow: auto;
}
#content br {
	line-height: 0px;
}
#contact h2, #pageContent h2 {
	color: White;
	background-color: #ec008c;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 3px;
	margin: 0px;
}
#contact div.office {
	float: left;
	border: 1px solid black;
	padding-top: 125px;
	width: 199px;
}
.contactDetails, #content {
	border-top: 1px solid Black;
	background-color: #151515;
	padding: 15px;
	font-size: 11px;
	color: White;
}
.contactDetails p {
	padding: 0px 0px 10px 0px; margin: 0px;
}

.contactDetails .name {
	height: 115px;
}
.contactDetails .address {
	height: 80px;	
}
.contactDetails .footer {
	height: 75px;
}
.contactDetails .footer div {
	padding: 0px 0px 12px 0px;
}
.clientImage {
	width: 100px;
	float: left;
	clear: left;
	padding: 10px;
}
.clientText {
	color: #ccc;
	padding: 10px;
	width: 400px;
	float: left;
}
.clientText h3 {
color: white;
margin: 0px; padding: 0px;
}
#peopleContent {
	float: left;
}
.personThumb, .personTitle, .campaignTitle, .campaignThumb {
	background-repeat: no-repeat;
	width: 200px;
	height: 150px;
}
.personTitle, .campaignTitle {
	background-position: bottom right;
	background-image: url(../img/person-callout.png);
}
.personTitle a, .campaignTitle a {
	color: white;
	font-size: 10px;
	display: block;
	padding: 133px 0px 0px 10px;
}
#personContent {
	margin: 150px 0px 0px 0px; 
	float: left;
	width: 560px;
	height: 200px;
	overflow: auto;
	color: white;
	font-size: 11px;
	padding: 15px;
	background-color: #151515;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#personContent h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px; padding: 0px;
}
#personContent h3 span {
	color: Yellow;
	text-transform: none;

}
#campaigns {
	width: 218px;
	height: 600px;
	overflow: auto;
}
#workContent {
	float: left;
	width: 580px;
	padding-top: 150px;
}
#currentWork {
	background-color: #151515;
	height: 240px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
#workTree div {
	float: right;
	color: White;
	padding: 10px;
	font-size: 11px;
}
#workTree ul {
	padding: 0px; margin: 0px;
}
#workTree li {
	list-style-type: none;
}
#content h4.award {
	color: #fbe200;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
#content p.award {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	line-height: 16px;
}
