body {
	background: black;
	color: #B6B6B6;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

a {
	color: white;
	text-decoration: none;
}

h1, h2 {
	font-size: 20px;
	margin-bottom: 22px;
	line-height: 20px;
	height: 20px;
}

h1#what_do_we_do {
	text-indent: -5000px;
	background: url('/images/home/what_do_we_do_h.png') no-repeat bottom left;
}

h2#latest_news {
	text-indent: -5000px;
	background: url('/images/home/latest_news_h.png') no-repeat bottom left;
	padding-top: 20px;
	border-top: 1px solid #393939;
}

h2#sign_up {
	text-indent: -5000px;
	background: url('/images/home/sign_up_to_stay_in_touch_h.png') no-repeat bottom left;
	padding-top: 20px;
	border-top: 1px solid #393939;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}

#navigation { 
	height: 42px;
	line-height: 42px;
	color: #404040;
	text-transform: uppercase;
	font-size: 11px;
	text-align: right;
	padding: 0px 27px;
}

#branding {
	padding: 0px 27px;
	padding-bottom: 67px;
	height: 244px;
	background: url('/images/home/morning.png') no-repeat bottom;
}

#sub_content {
	overflow: hidden;
	padding: 0px 27px;
}

#logos {
	border-top: 1px solid #393939;
	padding-top: 20px;
	margin-top: 20px;
}

#client_section {
	border-top: 1px solid #393939;
	padding-top: 20px;
	margin-top: 20px;
}

#sub_content div {
	float: left;
}

#sub_content div#col1 {
	width: 290px;
	margin-right: 25px;
}

#sub_content div#col2 {
	width: 222px;
	margin-right: 25px;
}

#sub_content div#col2 form label {
	float: left;
	vertical-align: middle;
	line-height: 26px;
}

#sub_content div#col2 form input {
	width: 160px;
	background: black;
	color: white;
	padding: 3px;
	border: 1px solid #393939;
	float: right;
}

#sub_content div#col2 form p.submit {
	text-align: right;
}

#sub_content div#col2 form p.submit input {
	width: auto;
}

#sub_content div#col2 form p {
	overflow: hidden;
	margin-bottom: 8px;
}

#sub_content div#col3 {
	width: 281px;
}

#content {
	padding: 20px 27px;
}