/*

style sheet unique to the home page

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
	-general 
	-sidebar
	-footer
Navigation

--------------------------------------------------------------------*/

#right {
	float: right;
	margin: 0  0 0 20px;
	overflow: hidden;
	padding: 17px 0 0 0;
	width: 210px;
}

#right .sub-nav {
	background: url(../images/backgrounds/sub-nav-home.jpg) transparent no-repeat bottom left;
	float: right;
	padding: 0 0 25px 0;
	width: 210px;
}

#right .sub-nav h4 {
	background: url(../images/backgrounds/sub-nav-h4.gif) transparent no-repeat top left;
	float: left;
	height: 24px;
	margin: 0;
	padding: 8px 7px 0 0;
	text-align: center;
	width: 193px;
}

#right .sub-nav ul {
	border-top: 1px solid #fff;
	float: left;
	margin: 0;
	padding: 0;
}

#right .sub-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	text-align: center;
	width: 193px;
}

#right .sub-nav li a {
	border-bottom: 1px solid #fff;
	color: #0162D2;	
	float: left;
	height: 17px;
	padding: 2px 0 3px 0;
	text-decoration: none;
	width: 193px;
}

#right .sub-nav li a:hover {
	background-color: #A5CFFF;
	color: #fff;
}


#best-of-summit {
	background: url(../images/backgrounds/best-of-summit.jpg)  no-repeat top left;
	float: right;
	height: 337px;
	line-height: 15px;
	margin: 0;
	position: relative;
	left: 0;
	text-indent: -6000px;
	width: 210px;
}

#best-of-summit a {
	float: left;
	position: relative; top: 243px; left: 15px;
	height: 20px;
	width: 160px;
}

#content-container #text-container #investors {
	background: url(../images/backgrounds/investors.jpg) no-repeat top left;
	float: right;
	height: 310px;
	margin: 0;
	position: relative;
	left: 0;
	text-align: center;
	width: 213px;
}

#text-container #investors h3 {
	background: url(../images/backgrounds/investors-header.gif) no-repeat 17px 22px;
	color: #336699;
	font-size: 15px;
	font-variant: small-caps;
	margin: 0;
	padding: 20px 0 7px 18px;
	text-indent: -9999px;
}

#text-container #investors p {
	color: #2E465C;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 30px 10px 10px;
	text-align: center;
}

#text-container #investors p a {
	font-size: 12px;
}

a#mls-button {
	background: url(../images/backgrounds/serach-the-mls-button.jpg) no-repeat;
	float: left;
	height: 58px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
	width: 213px;
}

a#mls-button:hover {background-position: 0 -58px;}



