/*
-----------------------------------------------
slgreen.com homepage styles
Author:   Jeffrey Barke
Version:  29 November 2007
----------------------------------------------- */

/* hero space
------------------------------------------------------------------*/
.homepage #herospace {
	background: #ccc url(../images/hero.jpg) top left no-repeat;
	height: 412px;
	margin-left: 30px;
	width: 955px;
}
.homepage #herospace h1 { background-image: none; }
.homepage #herospace p { text-indent: -9999em; }
.homepage #herospace img { border: 0; }

/* top nav
------------------------------------------------------------------*/
.homepage #topnav { display: none; }

/* alerts
------------------------------------------------------------------*/
#alert {
	background-color: #ff0000;
	color: #fff;
	margin: 15px 30px 0 30px;
	padding: .5em 0 .5em 0;
	text-align: center;

}
#alert a { color: #fff; }

/* middle navigation
------------------------------------------------------------------*/
#middlenav {
	margin-top: 32px;
	margin-left: 30px;
	min-height: 80px;
	position: relative;
}
#middlenav a { text-decoration: none; }
#middlenav dl {
	background-position: 135px -55px;
	background-repeat: no-repeat;
	border-top: 1px solid #d9d9d9;
	color: #999;
	cursor: pointer;
	cursor: hand;
	height: 52px;
	margin-top: 0;
	padding-top: 3px;
	position: absolute;
	top: 0;
	width: 220px;
}
#middlenav_1 {
	left: 0;
	background-image: url(/images/homepagesubnav_1.jpg);
}
#middlenav_2 {
	left: 245px;
	background-image: url(/images/homepagesubnav_2.jpg);
}
#middlenav_3 {
	left: 489px;
	background-image: url(/images/homepagesubnav_3.jpg);
}
#middlenav_4 {
	left: 735px;
	background-image: url(/images/homepagesubnav_4.jpg);
}
#middlenav dl:hover { 
	background-position: 135px 0;
	border-top: 1px solid #1b3e66;
	color: #10385c;
}
#middlenav dl dt {
	display: inline;
	padding: 0 10px 0 6px;
	background: url(/images/icons/arrow_right.gif) center right no-repeat;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
#middlenav dl dd {
	width: 129px;
	margin: 5px 0 0 0;
	padding: 0 0 0 6px;
	font-size: 90%;
}

/* utility bar
------------------------------------------------------------------*/
#utilities {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height: 49px;
	margin: 32px 30px 0 30px;
	position: relative;
}
.homepage #search form {
	float: left;
	width: 190px;
	margin: 10px 0 0 0;
}
#s { margin-top: 10px; }
#btnGo:hover { background: url(../images/buttons/go.png) -32px 0 no-repeat; }
#btnGo:active { background: url(../images/buttons/go.png) -64px 0 no-repeat; }
#btnGo {
	background: url(../images/buttons/go.png) 0 0 no-repeat;
	position: absolute;
	display: block;
	height: 29px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	right: 0px;
	text-indent: -9999em;
	top: 1px;
	width: 32px;
}
#othersites {
	height: 25px;
	left: 7px;
	position: absolute;
	top: 12px;
}
#othersites p {
	color: #000000;
	float: left;
	line-height: 25px;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}
#othersites ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#othersites a { text-decoration: none; }
#othersites li {
	display: inline;
	margin: 0;
	padding: 0;
}
#othersites li a:hover { background-position: 0 -25px; }
#othersites li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px 0 30px;
}
#eemerge { background-image:url(../images/icons/eemerge.gif); }
#gramercy { background-image:url(../images/icons/grammercy.gif); }
#reckson { background-image:url(../images/icons/reckson.gif); }
#greenloan { background-image: url(../images/icons/slg.gif); }
#sustain { background-image: url(../images/icons/sustain-homepage.gif); }
#othersites li a#home-1515 {
    background-image: url(../images/icons/1515crown.gif);
    padding: 0 0 0 54px;
}

#othersites li a#home-388 {
    padding: 0 0 0 10px;
}


#usercenter {
	width: 250px;
	float: right;
}
#usercenter ul { 
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}
#usercenter ul li {
	display: inline;
}
#usercenter ul li a img { border: none; }
#btnMyAccount { top: 11px; }
#btnLogout { top: 11px; }
#btnLogin:hover { background: url(../images/buttons/login.png) -55px 0 no-repeat; }
#btnLogin:active { background: url(../images/buttons/login.png) -110px 0 no-repeat; }
#btnLogin {
	background: url(../images/buttons/login.png) 0 0 no-repeat;
	position: absolute;
	display: block;
	height: 29px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	right: 0px;
	text-indent: -9999em;
	top: 11px;
	width: 55px;
}
#btnCreateProfile:hover { background: url(../images/buttons/createprofile.png) -115px 0 no-repeat; }
#btnCreateProfile:active { background: url(../images/buttons/createprofile.png) -230px 0 no-repeat; }
#btnCreateProfile {
	background: url(../images/buttons/createprofile.png) 0 0 no-repeat;
	position: absolute;
	display: block;
	height: 29px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	right: 65px;
	text-indent: -9999em;
	top: 11px;
	width: 115px;
}

/* login div
------------------------------------------------------------------*/
#login div {
	background-color: #00386c;
	margin: 0 30px 0 30px;
}
#login_inner { height: 50px; }
#frmLogin {
	height: 100%;
	margin: 0 30px 0 0;
	padding-right: 10px;
	position: relative;
	text-align: right;
}
#frmLogin input { margin: 11px 5px 0 0; }
#imgGo_Blue {
	display: block;
	height: 29px;
	position: absolute;
	right: -23px;
	text-indent: -9999em;
	top: 11px;
}
#newresults {
	height: 20px;
	position: relative;
	right: 30px;
	text-align: right;
	width: 100%;
}
#newresults span {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}

/* page footer
------------------------------------------------------------------*/
#credits {
	position: absolute;
	right: 0;
	top: 0;
}
#credits { display: none; }