﻿@import url("base.css");

#content .body
{
	float: left;
	margin: 20px 0 0 0;
	width: 456px;
}

#content p
{
	margin: 0.5em 0;
}

#realty-logo
{
	display: block;
	margin: 0 auto;
}

.welcome
{
	font-size: x-large;
	font-weight: bold;
	margin: 0 0 25px 0;
	text-align: center;
	text-transform: uppercase;
}

.tagline, .tagline2, .slogo
{
	font-size: large;
	text-align: center;
}

.slogo
{
	font-style: italic;
	font-weight: bold;
}

#tuckers-tales
{
	float: right;
	margin-top: -15px;
	text-align: center;
	width: 200px;
}

#tuckers-tales a
{
	background: transparent url("images/tuckerstales2.gif") no-repeat;
	display: block;
	width: 200px;
	height: 350px;
}

#tuckers-tales a span
{
	font-size: 1px;
	display: none;
	visibility: hidden;
}

#tuckers-tales p
{
	font-family: sans-serif;
	font-size: 85%;
	font-weight: bold;
	margin: 10px auto 0 auto;
}

/* Featured listing */
h2#featuredListingHeading
{
	clear: both;
	text-align: center;
}

div.featured-listing
{
	border: 1px dashed #fff;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 300px;
}

.featured-listing img
{
	border: 1px solid #c00000;
}

.featured-listing .title
{
	font-weight: bold;
}

.featured-listing .address
{
	font-style: italic;
}

#footer
{
	padding-top: 3em;
}