/* Home Page */

#home {
	position:relative;
	height:645px;
	width:980px;
}

/* Foreclosure Gallery */

#home-gallery {
	position:relative;
	height:209px;
	width:962px;
	border:solid 1px #ffffff;
}

/* Select A City */

#home-cities {
	position:relative;
	height:433px;
	width:166px;
	white-space:nowrap;
	background-color:#ffffff;
}
#home-cities .titlebar {
	position:relative;
	background-image:url(/web/images/blue_titlebar.gif);
	background-repeat:repeat-x;
	height:33px;
	line-height:33px;
}
#home-cities .titlebar h3 {
	margin-left:10px;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
#home-cities ul {
	float:left;
	margin-top:10px;
	margin-left:15px;
}
#home-cities li {
	font-family:Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
}
#home-cities li strong {
	color:#F90;
}
#home-cities a:hover {
	text-decoration:underline;
}
#home-cities li strong a:hover {
	text-decoration:underline;
	color:#F90;
}

/* Select A State */

#home-state {
	position:relative;
	height:360px;
	width:550px;
	background-color:#f1f1eb;
	border:solid 1px #fbfbfb;
}
#home-state .titlebar {
	position:relative;
	background-color:#f1f1eb;
	background-repeat:repeat-x;
	height:33px;
	line-height:34px;
}
#home-state .titlebar h3 {
	margin-left:10px;
	font-family:Arial, sans-serif;
	color:#313131;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}
#home-state .us-map {
	position:absolute;
	left:58px;
	top:52px;
}

/* Contact */

#home-contact {
	position:relative;
	height:45px;
	width:550px;
	background-color:#ffffff;
}
#home-contact img {
	position:absolute;
	left:15px;
	top:3px;
	height:38px;
	width:33px;
}
#home-contact h4 {
	position:absolute;
	left:28px;
	top:18px;
	font-family:Arial, sans-serif;
	color:#515151;
	font-size:12px;
	font-weight:bold;
}
#home-contact h2 {
	position:absolute;
	left:248px;
	top:13px;
	font-family:Arial, sans-serif;
	color:#ff9c00;
	font-size:19.5px;
	font-weight:bold;
}

/* Home Text Links */

#home-textlinks {
	position:relative;
	height:433px;
	width:190px;
}
#home-textlinks .titlebar {
	position:relative;
	background-image:url(/web/images/blue_titlebar.gif);
	background-repeat:repeat-x;
	height:33px;
	line-height:33px;
}
#home-textlinks .titlebar h3 {
	margin-left:10px;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}
#home-textlinks .titlebar-mid {
	position:relative;
	background-image:url(/web/images/blue_titlebar.gif);
	background-repeat:repeat-x;
	height:33px;
	line-height:33px;
	border-top:solid 1px #d1d1d1;
}
#home-textlinks .titlebar-mid h3 {
	margin-left:10px;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:16px;
	white-space:nowrap;
	font-weight:bold;
}
#home-textlinks .titlebar-black {
	position:relative;
	background-image:url(/web/images/black_titlebar.gif);
	background-repeat:repeat-x;
	height:33px;
	line-height:33px;
	border-top:solid 1px #d1d1d1;
}
#home-textlinks .titlebar-black h3 {
	margin-left:10px;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:16px;
	white-space:nowrap;
	font-weight:bold;
}
#home-textlinks .tour {
	position:relative;
	height:154px;
	width:190px;
	text-align:center;
}
#home-textlinks .tour h4 {
	position:relative;
	left:10px;
	top:12px;
	font-family:Arial, sans-serif;
	font-size:15px;
	color:#212121;
	font-weight:bold;
	line-height:20px;
	text-align:left;
}
#home-textlinks .tour p {
	position:relative;
	left:10px;
	top:15px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#515151;
	font-weight:normal;
	line-height:16px;
	text-align:left;
}
#home-textlinks .tour a {
	text-decoration:underline;
	position:relative;
	top:30px;
}
#home-textlinks .tour a:hover {
	text-decoration:underline;
}
#home-textlinks .email {
	position:relative;
	top:15px;
	height:64px;
}
#home-textlinks .other a {
	position:relative;
	top:12px;
	left:8px;
}