/* ========= top panel ===== */

#branding {
	height: 130px;
}

/* ============== content section ==================================*/
#content {
	float: left;
	margin: 0;
	width: 960px;
	padding: 0px;
}
#content h1 {
	color:#FFFFFF;
	padding-right: 20px;
	font-size: 1.8em;
	text-align: right;
	text-transform: lowercase;
	position: relative;
	bottom: -400px;
}
#content p {	
	padding-right: 20px;
	padding-top: 10px;
	color: #6B837F;
	text-transform: lowercase;
	font-size: 7.5em;
	text-align: right;
	line-height: 1em;
}
#content ul {
	width: 50%;
	margin-bottom: 1em;
	padding-left: 20px;
	background: url(../images/arrow_sm.png) no-repeat 0 10%;
}
#company_info {
	height: 120px;
	background: #FFFFFF url(../images/arrow_grey_lg.png) no-repeat 700px -50px;	
	text-align: right;
	width: 830px;
	padding-right: 70px;
}
#company_info a {
	display: block;
	text-decoration: none;
	color: #666666;
}
#content #content_main {
	width: 50%;
	height: 440px;
	float: left;
	background-color:#57736E;
}
#content #content_secondary {
	width: 50%;
	height: 440px;
	float: right;
	background-color: #9FAC9D;
}
