/* Global */
body {
	background:#021040 url("../hp-images/body-background.png") repeat-x;
	font-family:"Arial",serif;
	font-size:12px;
	color:#fff;
}	

a, a:visited {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
	color:#fff;
}

p {
	line-height:21px;
	margin-bottom:18px;
}

/* Headings */
h1 {
	color:#fff;
	font-size:28px;
}

h2 {
	text-transform:uppercase;
	color:#fff;
	font-size:23px;
}

.emphasized-text {
	font-weight:bold;
	color:#e0003c !important;
}

/* Wrap */
#wrap {
	width:1003px;
	margin:auto;
}

/* HP Header */
#hp-header {
	width:1003px;
	height:270px;
}

#hp-header > div {
	width:1003px;
	height:270px;
}

#header-background {
	position:absolute;
	z-index:1;
}

#header-content {
	position:relative;
	z-index:2;
	background:transparent url("../hp-images/header-profile-background.png") no-repeat;
}

#header-features {
	height:154px;
	padding-top:38px;
}

#header-features >div {
	float:left;
}

/* Social Media */
#social-media {
	width:162px;
	float:left;
	margin:-15px 0 0 235px;
}

#social-media a {
	margin-right:3px;
}

/* Contact */
#contact {
	width:181px;
	height:52px;
	padding:12px 5px 14px 5px;
	font-family:"Times New Roman",serif;
	text-align:center;
	float:left;
	margin:-35px 0 0 25px;
	font-size:20px;
	color:#fff;
	background:url("../hp-images/contact-background.png") center 0 no-repeat;
}

#contact .label {
	margin-bottom:5px;
	display:block;
}

#contact .number {
	font-size:22px;
	color:#08336a;
	display:block;
}

/* Header logos */
#header-logos {
	width:246px;
	float:left;
	margin:-15px 0 0 25px;
}

/* Top Navigation */
#top-navigation {
	width:1003px;
	height:45px;
	padding:7px 0 0 0;
}

#top-menu > li {
	float:left;
}

#top-menu > li > a {
	display:block;
	color:#000;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
	height:38px;
	line-height:34px;
}

#top-menu > li > a:hover {
	text-decoration:none;
	color:#fff;
}

#top-menu .home > a {
	width:88px;
	background:url("../hp-images/nav-home.png") no-repeat;
	
}

#top-menu .about-us > a{
	width:108px;
	background:url("../hp-images/nav-listings.png") no-repeat;
}

#top-menu .neighborhoods > a{
	width:135px;
	background:url("../hp-images/nav-neighborhoods.png") no-repeat;
	font-size:13px;
}

#top-menu .listings > a{
	width:107px;
	background:url("../hp-images/nav-listings.png") no-repeat;
}

#top-menu .short-sale-info > a{
	width:152px;
	background:url("../hp-images/nav-short-sale-info.png") no-repeat;
}

#top-menu .foreclosures > a{
	width:147px;
	background:url("../hp-images/nav-foreclosures.png") no-repeat;
}

#top-menu .contact-us > a{
	width:137px;
	background:url("../hp-images/nav-contact-us.png") no-repeat;
}

#top-menu .investors > a{
	width:116px;
	background:url("../hp-images/nav-investors.png") no-repeat;
}

#top-menu .about-us:hover > a{
	background:url("../hp-images/nav-listings-active.png") no-repeat;
}

#top-menu .home:hover > a {
	background:url("../hp-images/nav-home-active.png") no-repeat;
	
}

#top-menu .neighborhoods:hover > a{
	background:url("../hp-images/nav-neighborhoods-active.png") no-repeat;
}

#top-menu .listings:hover > a{
	background:url("../hp-images/nav-listings-active.png") no-repeat;
}

#top-menu .short-sale-info:hover > a{
	background:url("../hp-images/nav-short-sale-info-active.png") no-repeat;
}

#top-menu .foreclosures:hover > a{
	background:url("../hp-images/nav-foreclosures-active.png") no-repeat;
}

#top-menu .contact-us:hover > a{
	background:url("../hp-images/nav-contact-us-active.png") no-repeat;
}

#top-menu .investors:hover > a{
	background:url("../hp-images/nav-investors-active.png") no-repeat;
}

/* HP Features */
#hp-features {
	margin-bottom:17px;
	clear:both;
}

/* Slideshow */
#hp-slideshow {
	width:551px;
	height:380px;
	float:left;
	position:relative;
	overflow:hidden;
}

#inner-slideshow {
	width:551px;
	height:380px;
	position:absolute;
}

#hp-slideshow .slide {
	width:551px;
	position:absolute;
	height:380px;
}

#hp-slideshow .tagline {
		margin-top:299px;
	height:42px;
	padding-top:16px;
	background:url("../hp-images/tagline-background.png") no-repeat;
	padding-left:17px;
	color:#db0735;
	font-size:22px;
	display:block;
}

#hp-slideshow .tagline:hover {
	text-decoration:none;
}

#hp-slideshow .overlay {
	width:551px;
	height:380px;
	position:absolute;
	margin-top:-315px;
	margin-left:-17px;
}

#hp-slideshow .short-sale .overlay{
	background:url("../hp-images/overlay-short-sale.png") no-repeat;
	margin-left:-145px;

}

#hp-slideshow  .short-sale {
	padding-left:145px !important;
}

#hp-slideshow .foreclosure .overlay{
	background:url("../hp-images/overlay-foreclosure.png") no-repeat;
	margin-left:-145px;

}

#hp-slideshow  .foreclosure {
	padding-left:145px !important;
}

#hp-slideshow .tagline .text {
	display:block;
}

#hp-slideshow .tagline > a:hover {
	text-decoration:none;
}

#hp-slideshow .tagline .more {
	font-size:12px;
	color:#db0735;
	text-decoration:underline;
	width:73px;
	margin-right:16px;
	margin-top:-18px;
	display:block;
	float:right;
	text-transform:uppercase;
}

#hp-slideshow .tagline .blue {
	color:#004298;
}

/* Quick search */
#quick-search {
	width:440px;
	height:350px;
	padding:15px 0px;
	border:1px solid #0b5db8;
	float:right;
	font-size:11px;
	font-family:"Arial",serif;
	color:#fff;
	background:url("../hp-images/quick-search-background.png") no-repeat;
}

#quick-search h2 {
	text-align:center;
	margin-bottom:10px;
}

#quick-search .field {
	margin-bottom:7px;
	width:326px;
	height:22px;
}

#quick-search .select-wide, 
#quick-search .select-medium {
	background:#071e48;
	border:1px solid #84bff6;
	padding:1px;
	height:21px;
	text-align:center;
	font-size:11px;
	font-family:"Arial",serif;
	color:#fff;
}

#quick-search .select-wide {
	width:322px;
}

#quick-search .select-medium {
	width:168px;
}

#quick-search .text-medium,
#quick-search .text-small {
	background:#071e48;
	border:1px solid #84bff6;
	padding:1px;
	height:17px;
	color:#fff;
	margin:0;
}

#quick-search .text-medium {
	width:165px;
}

#quick-search .text-small {
	width:80px;
}

#quick-search label {
	display:block;
	margin-left:66px;
	text-align:right;
	width:64px;
	line-height:22px;
	background:#043476;
	float:left;
	padding-right:11px;
	margin-right:12px;
}

#quick-search .input-element {
	width:173px;
	float:left;
}

#quick-search .control {
	padding-top:15px;
	border-top:1px solid #00669d;
}

#quick-search .control a {
	display:block;
	margin:auto;
	background:url("../hp-images/button-find-it.png") no-repeat;
	width:134px;
	height:39px;
	color:#000;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	line-height:35px;
}

#quick-search .control a:hover {
	background:url("../hp-images/button-find-it-active.png") no-repeat;
	text-decoration:none;
}

/* HP Boxes */
#hp-boxes .box {
	width:479px;
	min-height:158px;
	float:left;
	padding:15px 7px;
	background:transparent url("../hp-images/box-background.png") no-repeat;
}

#hp-boxes .left-box {
	margin-right:17px;
}

#hp-boxes .left {
	width:266px;
	float:left;
}

#hp-boxes .right {
	width:208px;
	float:left;
}

#hp-boxes h1 {
	margin-bottom:15px;
}

/* Investors */
#hp-boxes .investors {

}

/* Home worth */
#hp-boxes .home-worth {
	padding-left:0;
	width:486px;
}

/* Financing */

/* Real estate blog posts */

#hp-boxes .real-estate img{
	float:left;
	position:absolute;
	z-index:1;
	display:block;
	width:140px !important;
}

#hp-boxes .real-estate .attachment-thumbnail{
	width:140px !important;
}

#hp-boxes .real-estate p {
	display:block;
	float:right;
	width:330px;
	position:relative;
	z-index:2; padding:0 5px 0 0;
}

/* Contact2 */
#contact2 {
	width:1003px;
	height:63px;
	text-align:center;
	background:url("../hp-images/contact2-background.png") no-repeat;
}

#contact2 .details {
	display:inline-block;
	line-height:63px;
	color:#f9f6f2;
	font-size:20px;
	padding-left:96px;
	background:url("../hp-images/icon-phone.png") no-repeat;
}

/* Footer */
#footer {
	padding:21px 0 88px 0;
	font-size:11px;
	color:#e3e3e3;
}

#footer a, #footer a:visited, #footer a:hover {
	color:#e3e3e3;
}

#footer-left {
	width:760px;
	float:left;
}

#footer-right {
	width:243px;
	float:left;
	text-align:right;
}

#bottom-menu {
	height:18px;
}

#bottom-menu li {
	float:left;
	padding:0 6px;
	border-left:2px solid #e3e3e3;
}

#bottom-menu li:first-child {
	padding-left:0;
	border-left:0;
}

#bottom-menu a {
	color:#e3e3e3;
	font-weight:bold;
}

/* Featured property */
#mycarousel span {
	display:block;
	padding:9px 14px 9px 9px;
	margin-top:-39px;
	text-align:right;
	background:url("../hp-images/feat-prop-title-background.png");
	width:132px;
	position:absolute;
	font-size:14px;
}

.jcarousel-skin-tango .jcarousel-container {
	background:none;
	border:0;
}

.jcarousel-skin-tango .jcarousel-item {
	width:155px;
	height:138px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal,
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:160px;
	height:138px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding:10px 40px 10px 30px;
}

.jcarousel-next-horizontal,
.jcarousel-next-disabled-horizontal {
	margin-top:20px;
	width:16px;
	height:27px;
	background:url("../hp-images/arrow-right.png") no-repeat !important;
}

.jcarousel-prev-horizontal,
.jcarousel-prev-disabled-horizontal {
	margin-top:20px;
	width:16px;
	height:27px;
	background:url("../hp-images/arrow-left.png") no-repeat !important;
}

.box .attachment-thumbnail { width:140px !important; }

.qs_sel {
	width:326px;
	height:22px;
	line-height:22px;
	background-color:#091f48;
	border:1px solid #8ec3f9;
	font-size:11px;
	padding-top:1px;
	color:#fff;
}
.fields {
	margin-bottom:7px;	
}
.txt_holder {
	background-color:#023473;
	width:75px;
	height:22px;
	display:block;
	line-height:22px;
	padding-right:12px;
}
.ds-quick-search-name {
	width:140px;
}
.long_txt {
	width:172px;
	height:18px;
	background-color:#091f48;
	border:1px solid #8ec3f9;
	font-size:11px;
	color:#fff;
	line-height:22px;
}
.ds-quick-search-value {
	padding-bottom:7px;	
}
.short_txt {
	width:92px;
	height:18px;
	margin-right:8px;
	background-color:#091f48;
	border:1px solid #8ec3f9;
	font-size:11px;
	color:#fff;
	line-height:22px;	
}
.ds-quick-search-button {
	background:url(../hp-images/findit.png);
	border:none;
	width:135px;
	height:44px;
	cursor:pointer;
		
}
.blue_pipe {
	padding:3px 0 3px 0px;	
}

#communities {
	background:url(../hp-images/community_bg.png);
	width:1008px;
	height:28px;
	margin-bottom: 12px;
    margin-top: 4px;
}

#top-communities li {
	float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    width: 100px;		
}

#top-communities li a, #top-communities li a:visited{
		color:#fff;
		text-decoration:none;
		display:block;
}

#top-communities li a:hover {
		color:#ffc5d2;
		text-decoration:none;
}
