/* homepage
------------------------------*/
#homepage #content {
	background: url("../images/homepage/StaircasesFinal.jpg") no-repeat left top;
	margin: 10 0 0 0px;
	padding: 0 0 0 363px;
	min-height: 520px;
	width: 527;
}
* html #homepage #content {
	background: url("../images/homepage/StaircasesFinal.jpg") no-repeat left top;
	padding:0 0 0 363px;
	height: 520px;
	width: 890;
}
#homepage #content-info {
	min-height: 420px;
}
* html #homepage #content-info {
	height: 481px;
}
#sub-nav {
	float: left;
}
#sub-nav p {
	float: left;
	margin: 0;
	padding: 0;
}
#sub-nav p.sub-nav-header {
	font-size: 1.6em;
	font-weight: bold;
	margin: 8px 12px 0 0;
}
.sub-nav-description {
	position: relative;
	bottom: 3px;
	left: 12px;
	color: #E8BB6A;
	font-size: 1.0em;
}
* html .sub-nav-description {
	position: relative;
	top: 11px;
	left: 12px;
	color: #E8BB6A;
	font-size: 1.0em;
}