#image_wrap{
	position:relative;
	height:100%;
	min-height:600px;
	overflow:hidden;
	min-width:992px;
}

#bg_image {
    position:absolute;
	top:0px;
	min-height:100%;
	margin:auto;
}

@media screen and (min-width: 1300px){
	#bg_image{
		top:-25px;
	}
}

@media screen and (min-width: 1400px){
	#bg_image{
		top:-50px;
	}
}

@media screen and (min-width: 1500px){
	#bg_image{
		top:-75px;
	}
}

@media screen and (min-width: 1600px){
	#bg_image{
		top:-100px;
	}
}

@media screen and (min-width: 1700px){
	#bg_image{
		top:-125px;
	}
}


@media screen and (min-width: 1800px){
	#bg_image{
		top:-150px;
	}
}

@media screen and (min-width: 1900px){
	#bg_image{
		top:-175px;
	}
}

@media screen and (min-width: 2000px){
	#bg_image{
		top:-200px;
	}
}


#header_nav li.nav_item_top{
	background-image:url(/img/home/top_nav_sprite.png) !important;
}

#header_nav li.nav_item_top ul li a{
	color:#fff !important;
	background-color:transparent!important;
	font-weight:bold;
}

#header_nav li.nav_item_top ul li a:hover{
	color:#f26422 !important;
}

#header_nav li.nav_agents ul{
	width:153px;
}

#header_nav li.nav_about ul{
	width:142px;
}
#header_nav li.nav_exclusive_listings ul{
	width:170px;
}

#bottom{
	position:absolute;
	height:350px;
	width:100%;
	background:url(/img/home/bottom_bg.png) repeat-x top;
	min-width:992px;
	margin-top:-117px;
}

#footer_top{
	height:103px;
	width:992px;
	margin:auto;
	padding-top:13px;
}

#footer_top ul{
	margin-left:40px;
	list-style:none;
}

#footer_top ul li{
	float:left;
	width:220px;
	padding-top:8px;
}

#footer_top ul li.panel_1{
	width:170px;
	margin-right:20px;
	background:url(/img/icons/twitter.png) 0pc 8px no-repeat;
	padding-left:30px;
	min-height:70px;
}

#footer_top ul li.panel_2{
	width:160px;
	margin-right:20px;
	background:url(/img/icons/facebook.png) 0pc 8px no-repeat;
	padding-left:30px;
	min-height:70px;
}

#footer_top ul li.panel_3{
	width:216px;
	margin-right:26px;
}

#footer_top ul li.panel_4{
	width:225px;
}

#footer_top ul li.spacer{
	width:16px;
	height:94px;
	padding-top:0;
	border-left:solid #b6b3b8 1px;
}


#photo_credit{
	color:#fff;
	position:absolute;
	top:-20px;
	right:10px;
}

#photo_credit a{
	color:#fff;
	text-decoration:underline;	
}	

#photo_credit a:hover{
	color:#000;
}

#latest_tweet, #latest_fb_status{
	word-wrap:break-word;
}