@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #9BAEC4;
}

/* -------- Page Layout -------- */

#bgContainer {
	margin: 0px;
	padding: 0 0 236px 0;
	width: 100%;
	background: #9BAEC4 url(../_img/bg.jpg) no-repeat center bottom;
}
#pageWrapper {
	width: 884px;
	background: #ffffff;
	padding: 0 8px 8px 8px;
	margin: auto;
	position: relative;
}
#splash {
	width: 884px;
	background: #ffffff;
	padding: 0 0 8px 0;
	margin: auto;
	position: relative;
}
#primNav {
	position: absolute;
	top: 61px;
	left: 230px;
	background: #00465f;
	margin: 0;
	padding: 0;
	height: 38px;
	width: 654px;
	border: none;
}
#splashLogo {
	width: 200px;
	height: 129px;
	position: absolute;
	left: 23px;
	top: 20px;
}
#ctaBox1 {
	background: url(../_img/home_winter_cta_find_bg.jpg);
	float: left;
	height: 88px;
	width: 170px;
	padding: 42px 110px 0 12px;
	margin-right: 1px;
}
#ctaBox2 {
	float: left;
	height: 130px;
	width: 298px;
	margin-right: 1px;
}
#ctaBox3 {
	float: left;
	height: 130px;
	width: 292px;
}

/* -------- Primary Nav -------- */

.navList {
	width: 654px;
	height: 38px;
	background: url(../_img/home_winter_prim_nav_sprites.jpg);
	margin: 0;
	padding: 0;
	position: relative;
}
 .navList li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
  .navList li, .navList a, .navList a:link , .navList a:visited {
    height: 38px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}
.navLiving {
	left: 0; width: 113px;
}
.navLiving a:hover {
    background: transparent url(../_img/home_winter_prim_nav_sprites.jpg) 0 -38px no-repeat;
}
.navRealty {
	left: 113px; width: 118px;
}
.navRealty a:hover {
    background: transparent url(../_img/home_winter_prim_nav_sprites.jpg) -113px -38px no-repeat;
}
.navHomes {
	left: 231px; width: 120px;
}
.navHomes a:hover {
    background: transparent url(../_img/home_winter_prim_nav_sprites.jpg) -231px -38px no-repeat;
}
.navListings {
	left: 351px; width: 114px;
}
.navListings a:hover {
    background: transparent url(../_img/home_winter_prim_nav_sprites.jpg) -351px -38px no-repeat;
}
.navDiscover {
	left: 465px; width: 102px;
}
.navDiscover a:hover {
    background: transparent url(../_img/home_winter_prim_nav_sprites.jpg) -465px -38px no-repeat;
}
.navContact {
	left: 567px; width: 87px;
}
.navContact a:hover {
    background: transparent url(../_img/home_winter_prim_nav_sprites.jpg) -567px -38px no-repeat;
}

/* -------- Primary Nav -------- */

#ctaBox1 .medium {
	width: 167px;
	height: 19px;
	padding-top: 1px;
	margin-bottom: 8px;
	border: #00465f solid 1px;
	font-size: 11px;
}
#ctaBox1 .short {
	width: 79px;
	height: 19px;
	padding-top: 1px;
	margin-bottom: 8px;
	border: #00465f solid 1px;
	font-size: 11px;
	float: left;
}
#ctaBox1 .submit {
	display: block;
	float: left;
	height: 20px;
	margin: 0 0 0 10px;
}

