/* CUSTOM CSS */

/* old 
.homepage #nav-full {
	top:50px;
}
#content-homepage {
	top:40px;
}
#design2-topbanner {
	top:60px;
}
*/

/* redesign code */

body {
	font-size:62.5%;
	line-height: 1.33;
	font-family: arial, sans-serif;
	color: #212020;
	background: #000 url(/siteimages/bg.jpg) no-repeat center top;
}
#contentTop-homepage .welcome-statement {
	padding-top: 470px;
}
#contentTop-homepage .welcome-statement .editor {
	background: #000;
	width: 890px;
	padding: 30px 15px 0 15px;
}
#contentTop-homepage .welcome-statement .editor p,
#contentTop-homepage .welcome-statement .editor h2 {
	width: 890px;
}
#contentTop-homepage .welcome-statement .editor p {
	color: #fff;
}
#contentTop-homepage .welcome-statement .editor a,
#contentTop-homepage .welcome-statement .editor h2,
#contentTop-homepage .welcome-statement .editor a span {
	color: #888;
}
#contentTop-homepage h1{
	position: absolute;
	top: -27px;
	left: 10px;
}
body #content-homepage{
	padding: 0 10px 15px 0;
}
#container-homepage { padding-top: 108px; background: url(/siteimages/bg.jpg) no-repeat center top; }
#wrapper-homepage {
	margin: 0 auto;
	width: 940px;
	background: none;
}
#box-1-homepage {
	position: relative;
	width: 931px;
	height: 362px;
	background: transparent url(/siteimages/header-bg.png) no-repeat;

}
body.homepage #logo {
	position: relative;
	top: -70px;
	width: 931px;
	height: 71px;
	background: url(/siteimages/header-text.png) no-repeat;
}
#logo a {
	display: block;
	width: 675px;
	height: 71px;
	text-indent: 150%;
	line-height: 71px;
	overflow: hidden;
	color: #fff;
}
#logo a#header-email {
	position: absolute;
	top: 34px;
	right: 9px;
	width: 190px;
	height: 19px;
}
#agentPic{
	position: absolute;
	left: 365px;
	top: -323px;
}
h1,h2,h3,h4,h5,h6,#nav,.tile a,#communities-search li a   {
	font-family: "Gill Sans", "Myriad Pro", Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

#box-3-homepage { clear: left; }

/* ----- HOMEPAGE HEADER ----- */
#community-search {
	position: absolute;
	right: 45px;
	top: -190px;
	width: 351px;
	height: 127px;
	background: url(/siteimages/home-header-search-area.png) no-repeat;
}
#community-search>div {
	position: relative;
	display: block;
	margin: 0 auto;
	top: 66px;
	width: 302px;
	background: url(/siteimages/home-header-search-select.png) no-repeat;
	z-index: 99999;
	cursor: pointer;
}
#community-search>div>span {
	display: block;
	width: 302px;
	height: 36px;
	overflow: hidden;
	text-indent: 150%;
	line-height: 36px;
}
#communities-search {
	position: relative;
	display: none;
	margin: 0 auto;
	top: -5px;
	width: 292px;
	z-index: 1000;
}
#communities-search li, #nav li li {
	height: 28px;
	border-top: 1px solid #D1DAEF;
}
#communities-search li a {
	font-size: 1.3em !important;
	line-height: 28px;
}
#communities-search li:first-child, #nav li li:first-child { border-top: 0; }

/* ----- SLIDESHOW ----- */
#propertyslideshow {
	position: absolute;
	top: -340px;
	left: 20px;
	padding: 7px 7px 0;
	width: 319px;
	height: 282px;
	background: url(/siteimages/featured-bg.png) no-repeat;
}
#slide img { width: 316px; height: 232px; }
#viewproperty {
	position: absolute;
	bottom: 22px;
	left: 25px;
}
#viewproperty a {
	font-size: 1.3em;
	color: #8C0002;
	text-decoration: none;
}
#viewproperty a:hover { text-decoration: underline; }
#propertytitle, #controls, #propertypag {
	display: none !important;
}

/* ----- NAVIGATION ----- */
	.homepage #nav-full {
		position: absolute;
		top: 326px;
		left: 8px;
		background-color: transparent;
		height: 36px;
		margin-bottom: 0;
	}
	#nav {
		width: 931px;
		height: 36px;
		line-height: 36px;
		background: url(/siteimages/nav-bg.png) no-repeat;
	}
	#nav > li > a {
		line-height: 17px;
		padding: 0 8px 0 21px;
	}
	#nav ul a, #communities-search li a {
		display: block;
	}
	#nav-full #nav > li {
		float: left;
		background: none;
		padding: 1em 1em 2em .75em;
	}
	#nav li li{
		float: left;
		width: 20em;
	}
	#nav li li,
	#nav li li li,
	#nav li li li li{
		background-color: rgb(67, 82, 120);
		background-color: rgba(67, 82, 120, 0.949219);
	}
	#nav li ul {
		position: absolute;
		width: 20em;
		top: 36px;
		left: -999em;
	}
	#nav li ul ul {
		margin: -36px 0 0 20em;
	}
	#nav li:hover ul ul, 
	#nav li.sfhover ul ul {
		left: -999em;
	}
	#nav a{
		line-height: 36px;
	}

	/*trying to cover all instances where a hover event may occur*/
	#nav li a:hover ul, 
	#nav li li a:hover ul, 
	#nav li:hover ul, 
	#nav li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul{
		left: auto;
	}

	/*now let's dress it up a bit*/

	#nav a, #communities-search li a {
		padding: 0 12px;
		font-size: 1.5em;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		border-left: 1px solid #fff;
		text-shadow: 0 0 5px rgba(0,0,0,.75);
		font-family: 'Gill Sans', 'Myriad Pro', Verdana, 'Trebuchet MS', sans-serif;
		line-height: 36px;
	}
	#nav li:first-child a, #nav ul li a, #communities-search li a { border-left: 0; }

	#nav li li { height: 36px; }
	#nav li li a, #nav li li li a, #communities-search li a {
		text-shadow: none;
		background-color: rgb(67, 82, 120);
		background-color: rgba(67, 82, 120, 0.949219);
	}
	#nav li:hover a,
	#nav li:hover{
		color: #fff;
		background-color: none;
	}
	#nav-full #nav li li:hover a,
	#nav-full #nav li li.sfhover a,	
	#nav-full #nav li li:hover,	
	#nav-full #nav li li.sfhover{	
		background-color:#7d8eb8;
		background-color: rgba(125,142,187,.95);
	}
	
	#nav-full #nav > li > li:hover a,
	#nav-full #nav > li > li.sfhover a,	
	#nav-full #nav > li > li:hover,	
	#nav-full #nav > li > li.sfhover{	
		background-color:#7d8eb8;
		background-color: rgba(125,142,187,.95);
	}

	#nav > li:hover a,
	#nav > li:hover{
		background: none;
	}
	#nav > li >li:hover a,
	#nav > li > li:hover{
		background-color:#7d8eb8;
		background-color: rgba(125,142,187,.95);
	}
	#nav-full .active-navparent,
	#nav-full a.active-navparent:hover{
		background: none !important;
		color: #fff !important;
	}
	#nav>li:hover>a,
	#nav>li.sfhover>a {
		text-decoration: underline;	
	}
	#nav li li:hover>a,
	#nav li li.sfhover>a,
	#nav li li li:hover a,
	#nav li li li.sfhover a,
	#communities-search li a:hover {
		background-color:#7d8eb8;
		background-color: rgba(125,142,187,.95);
	}

	#social-icons {
		position: absolute;
		top: -30px;
		right: 35px;
		z-index: 1001;
	}
	#social-icons li {
		float: left;
		margin-left: 5px;
	}
	#social-icons li a {
		display: block;
		width: 26px;
		height: 26px;
		overflow: hidden;
		text-indent: 150%;
		background: url(/siteimages/ico-youtube.png);
	}
	#social-icons li.linkedIn a{ background: url(/siteimages/ico-linkedin.png); }
	#social-icons li.fb a{ background: url(/siteimages/ico-facebook.png); }
	#social-icons li.tw a { background: url(/siteimages/ico-twitter.png); }

/* ----- TILES -----*/
#tiles {
	z-index: 10001;
}
div#contact,
.tile {
	float: left;
	padding: 18px;
	width: 275px;
	height: 190px;
	background: url(/siteimages/box.png) no-repeat;
	text-align: center;
	z-index: 10001;
}
.tile h2 {
	margin: 5px 0 10px;
	font-size: 1.5em;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8c0002;
	text-shadow: 0 0 5px rgba(255,255,255,.75);
}
.tile p {
	padding: 0 45px 70px;
	font-size: 1.2em;
}
.tile>a, #search.tile a, #communities.tile li a {
	display: block;
	margin: 0 auto;
	padding-right: 20px;
	width: 203px;
	height: 34px;
	line-height: 34px;
	font-size: 1.4em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: url(/siteimages/blue-link.png) no-repeat;
	text-shadow: 0 0 5px rgba(0,0,0,.75);
}
#listings.tile p { background: url(/siteimages/computer.png) no-repeat bottom center; }
#sell.tile p { background: url(/siteimages/housesign.png) no-repeat bottom center; }
#buy.tile p { background: url(/siteimages/property.png) no-repeat bottom center; }

#hcard {
	padding-top: 60px;
	font-size: 1.2em;
	background: url(/siteimages/phone.png) no-repeat top center;
}
#hcard .fn { display: none; }
#hcard .type {
	padding-right: 3px;
	font-weight: bold;
	color: #25304f;
}
#hcard .adr {
	margin-top: .5em;
}

#communities.tile li {
	display: inline;
}
#communities.tile li a {
	display: inline-block;
	margin: 0 3px 7px;
	padding: 0;
	width: 126px;
	height: 28px;
	line-height: 28px;
	background: url(/siteimages/comm-link.png) no-repeat;
}

/* ----- FOOTER ----- */
#footerAbove {
	height: 150px;
	width: auto;
	color: #D7B472;
}
#footer-homepage {
	padding: 0 0 15px 0;
	text-align:center;
	color: #000;
	background: url(/siteimages/footer.jpg) no-repeat bottom center;
	height: 85px;
}
#footer-homepage a {
	color: #ccc;
	text-decoration: none;
}
#footer-homepage a:hover {
	color: #fff;
}
#navfooter { margin: 10px 0; }
#navfooter ul li {
	display: inline;
	margin: 0 5px;
}