/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/*  Global Layout Styles
-------------------------------------------------------------- */
html {
	background: #a9d7e8 url(../images/bg_top_home.png) top left repeat-x;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 90%;
}
/* Text meant only for screen readers */
#wrapper {
	display: block;
	width: 960px;
	height: 990px;
	margin: 0 auto;
}
.upcase {
	text-transform: uppercase;
}

/* Header
-------------------------------------------------------------- */
#logo_fortynine {
	display: block;
	width: 226px;
	height: 84px;
	text-indent: -9000px;
	background: url(../images/logo_fortynine.png) no-repeat;
	position: absolute;
}
#logo_hometour {
	display: block;
	width: 296px;
	height: 28px;
	text-indent: -9000px;
	background: url(../images/logo_hometour.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 36px;
	margin-left: 182px;
	z-index: 10;
}
#accent_star {
	display: block;
	width: 121px;
	height: 48px;
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: 370px;
	background: url(../images/star.png) 0 -21px no-repeat;
}

/* Nav Menu
-------------------------------------------------------------- */
#main_menu {
	display: block;
	width: 400px;
	height: 48px;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -255px;
}
#main_menu ul {
	display: block;
	float: left;
}
#main_menu ul li {
	list-style-type: none;
	display: block;
	line-height: 48px;
	float: left;
	border-right: 2px solid #ddd;
	padding: 0 1em;
	text-transform: uppercase;
	font-size: 86%;
	font-weight: bold;
}
#main_menu ul li a, #main_menu ul li a:visited {
	padding: 0 .25em;
	color: #032542;  /*dark blue*/
	text-decoration: none;
}
#main_menu ul li a:hover {
	color: #064173;  /*medium blue*/
	color: #6eafca;  /*light blue*/
}
#main_menu ul li.current_page_item a, #main_menu ul li.current_page_item a:hover {
	color: #bd3a33;  /*light red*/
	color: #9a1200;  /*dark red*/
}

/* Slideshow
-------------------------------------------------------------- */
#home_slideshow_wrapper {
	display: block;
	width: 686px;
	height: 346px;
	background: url(../images/bg_slides.png) no-repeat;
	position: absolute;
	top: 90px;
	padding: 8px 0 0 8px;
}
#home_slideshow {
	position: relative;
	visibility: hidden;
}

/* Home Search Links
-------------------------------------------------------------- */
#home_search_links_column {
	display: block;
	width: 240px;
	position: absolute;
	left: 50%;
	margin-left: 225px;
	top: 140px;
}
.search_btn {
	cursor: pointer;
}
#search_homes {
	display: block;
	width: 100%;
	height: 80px;
	background: url(../images/icon_house.png) right 0 no-repeat;
	position: absolute;
}
#search_land {
	display: block;
	width: 100%;
	height: 80px;
	background: url(../images/icon_magnify.png) right 0 no-repeat;
	position: absolute;
	top: 100px;
}
#home_search_links_column h2 {
	font-size: 190%;
	color: #fff;
}
#home_search_links_column h2 span {
	font-size: 70%;
}
#home_search_links_column a, #home_search_links_column a:visited {
	text-decoration: none;
	padding-top: 0px;
	font-size: 70%;
	color: #6eafca;  /*light blue*/
}
#home_search_links_column a:hover {
	color: #fff;
}
#home_search_links_column p span {
	font-size: 140%;
}
#phone_number {
	display: block;
	margin: 30px 0 0 5px;
	position: absolute;
	top: 200px;
}
#accent_line {
	display: block;
	width: 238px;
	height: 2px;
	position: absolute;
	top: 78px;
}

/* Smart Search Button
-------------------------------------------------------------- */
#smart_search {
	display: block;
	width: 590px;
	height: 246px;
	position: absolute;
	top: 450px;
}
#smart_search a, #smart_search a:visited {
	display: block;
	width: 590px;
	height: 246px;
	background: url(../images/btn_smart_search.png) left 0 no-repeat;
	position: absolute;
	text-indent: -9000px;
}
#smart_search a:hover {
	background-position: right 0;
}

/* Find Your New Home
-------------------------------------------------------------- */
#find_home_wrapper {
	display: block;
	width: 350px;
	height: 450px;
	position: absolute;
	top: 450px;
	left: 50%;
	margin-left: 130px;
	background: url(../images/find_your_new_home.png) no-repeat;
}
#find_home {
	margin: 80px 0 0 0;
	padding: 0 34px;
}
#find_home h3 {
	color: #9a1200;  /*dark red*/
	padding: .3em 0;
}
#featured_listing_wrapper {
	display: block;
	width: 275px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -141px;
	border: 1px solid #444;
}
#search_all_link, #search_all_link:visited {
	display: block;
	width: 275px;
	height: 20px;
	text-align: right;
	color: #9a1200;  /*dark red*/
	text-decoration: none;
	position: absolute;
	top: 415px;
	background: url(../images/btn_blue_arrow.png) 130px center no-repeat;
	line-height: 18px;
	letter-spacing: .6px;
}
#search_all_link:hover {
	letter-spacing: normal;
	font-weight: bold;
}

/* Content Area
-------------------------------------------------------------- */
#main_content_wrapper {
	display: block;
	width: 585px;
	position: absolute;
	top: 700px;
	color: #2a2a2b;
}
#main_content h4 {
	display: block;
	font-size: 140%;
	font-weight: bold;
	color: #9a1200;  /*dark red*/
	padding: 0 15px;
}
#main_content p {
	line-height: 1.25em;
	padding: .5em 15px 1.5em 15px;
}
.more-link, .more-link:visited {
	color: #064173;  /*medium blue*/
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	padding-left: 1em;
}
.more-link span {
	font-size: 130%;
}
.more-link:hover {
	color: #bd3a33;  /*light red*/
}

/* Footer
-------------------------------------------------------------- */
#footer_wrapper {
	display: block;
	height: 200px;
	width: 100%;
	background: url(../images/bg_footer.png) bottom repeat-x;
}
#footer {
	display: block;
	width: 960px;
	margin: 0 auto;
	color: #ccc;
	text-align: center;
	padding-top: 25px;
}
#footer h5 {
	text-transform: uppercase;
	color: #a9d7e8;  /*light blue*/
	font-size: 110%;
}
#footer h5 span {
	font-size: 110%;
}
#footer p {
	line-height: 1.25em;
	padding: .5em 15px .5em 15px;
}
#footer p a, #footer p a:visited {
	color: #a9d7e8;  /*light blue*/
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
}
#equal_opportunity {
	display: block;
	width: 65px;
	height: 63px;
	position: absolute;
	top: 1120px;
	left: 50%;
	margin-left: -480px;
}
#realtor_mls {
	display: block;
	width: 109px;
	height: 59px;
	position: absolute;
	top: 1125px;
	left: 50%;
	margin-left: 370px;
}

