/* Main CSS for Springhill Equity
*/
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font: 12px Geneva, sans-serif;
	color: #6a747c;
}
a {
	color: #6a747c;
	text-decoration: none;
}
a:hover {
	color: #f26532;
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	color: #5b686a;
	margin-bottom: 18px;
	line-height: 14pt;
}
h2 {
	font: normal 21px Geneva, sans-serif;
	color: #2b3b3e;
	border-bottom: 1px solid #dae0e4;
	padding-bottom: 17px;
	margin-bottom: 22px;
}

#searchTitle, #header form label, #skip { display: none;}

#container {
	width: 961px;
	margin: 20px auto 0;
	text-align: left;
}
#header {
	margin-bottom: 16px;
	overflow: hidden;
}
#header a {
	float: left;
	display: block;
	width: 146px;
	height: 62px;
	background: url(/images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#header form {
	float: right;
	margin-top: 10px;
}
#header form .inp {
	border: 1px solid #dfdfe0;
	padding: 5px 0 5px 5px;
	width: 165px;
	color: #6a747c;
}
#header form #go-btn {
	position: relative;
	top: 8px;
	left: -4px;
}

/* Navigation
--------------------------------------------------------*/
#nav {
	height: 21px;
	margin-bottom: 13px;
	padding-left: 12px;
	border-top: 1px solid #dae0e4;
	border-bottom: 1px solid #dae0e4;
	background: url(/images/navigation.gif) no-repeat;
}
#navigation {
	background: url(/images/navigation.gif) no-repeat;
	height: 21px;
	position: relative;
}
#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#nav li, #nav a {
	display: block;
	height: 21px;
	text-indent: -9999px;
}
#nav-home a, #nav-about a, #nav-perspective a, #nav-approach a, #nav-investments a, #nav-network a, #nav-news a, #nav-contact a {
	background: url(/images/navigation.gif) no-repeat;
}
#nav-home {
	left: 0px;
	width: 96px;
}
#nav-home a:hover, body#home #nav-home a {
	background-position: 0px -21px;
}
#nav-about {
	left: 96px;
	width: 125px;
}
#nav-about a {
	background-position: -96px 0px;
}
#nav-about a:hover, body#about #nav-about a {
	background-position: -96px -21px;
}
#nav-perspective {
	left: 221px;
	width: 139px;
}
#nav-perspective a {
	background-position: -221px 0px;
}
#nav-perspective a:hover, body#perspective #nav-perspective a {
	background-position: -221px -21px;
}
#nav-approach {
	left: 360px;
	width: 130px;
}
#nav-approach a {
	background-position: -360px 0px;
}
#nav-approach a:hover, body#approach #nav-approach a {
	background-position: -360px -21px;
}
#nav-investments {
	left: 490px;
	width: 137px;
}
#nav-investments a {
	background-position: -490px 0px;
}
#nav-investments a:hover, body#investments #nav-investments a {
	background-position: -490px -21px;
}
#nav-network {
	left: 627px;
	width: 121px;
}
#nav-network a {
	background-position: -627px 0px;
}
#nav-network a:hover, body#network #nav-network a {
	background-position: -627px -21px;
}
#nav-news {
	left: 748px;
	width: 104px;
}
#nav-news a {
	background-position: -748px 0px;
}
#nav-news a:hover, body#news #nav-news a {
	background-position: -748px -21px;
}
#nav-contact {
	left: 852px;
	width: 110px;
}
#nav-contact a {
	background-position: -852px 0px;
}
#nav-contact a:hover, body#contact #nav-contact a {
	background-position: -852px -21px;
}

/* Homepage
--------------------------------------------*/
#main-image {
	position: relative;
	margin: 13px 0;
}
#main-image a {
	position: absolute;
	bottom: 11px;
	right: 190px;
}

#home h3 {
    font: normal 15px Geneva, sans-serif;
    color: #f26532;
}
#main-img-content {
    position: absolute;
    right: 15px;
    top: 28px;
    width: 260px;
}
#main-img-content p {
    color: #fff;
    line-height: 12pt;
    position: relative;
}

/* Homepage
--------------------------------------------*/
#footer {
	clear: both;
	font-size: 10px;
	padding-top: 21px;
	border-top: 1px solid #dae0e4;
	line-height: 14pt;
	padding-bottom: 40px;
}