
body
{
	margin: 0;
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #333;
	background: url(../../img/body-back-2.png) repeat-x;
}

/* ----- Header ----- */

#header
{
	position: relative;
	margin: 0 auto;
	width: 975px;
	height: 187px;
}

#header-logo
{
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 221px;
	height: 141px;
	background: url(../../img/logo-header-2.png) no-repeat;
}

#header-tags
{
	position: absolute;
	right: 15px;
	top: 25px;
	color: #3c4e79;
	font-weight: bold;
	letter-spacing: 0.06em;
}

#header-locations
{
	position: absolute;
	top: 72px;
	left: 320px;
	width: 400px;
	font-style: italic;
	color: #000;
}

/* ----- Midspace ----- */

#midspace
{
	margin-top: 20px;
	width: 827px;
	height: 248px;
	background: url(../../img/midspace-1.png) no-repeat;
	color: #fff;
}

#midspace ul
{
	padding: 20px 0 0 40px;
	list-style: none;
	font-size: 3em;
	text-transform: uppercase;
}

#midspace ul li
{
	padding: 0.55em 0;
}

/* ----- Columns ----- */

.two-thirds
{
	width: 65%;
}

.one-third
{
	width: 30%;
}

.split-thirds .center
{
	float: left;
	margin-left: 5%;
}



.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* ----- Main ----- */

#outer-main
{
	padding-bottom: 30px;
}

#main
{
	margin: 0 auto;
	width: 975px;
	position: relative;
}

#highlight
{
	margin-top: 20px;
	background: #ededee;
	width: 580px;
	border: #d8d8d8 solid 1px;
	color: #395970;
	font-size: 1.3em;
	padding: 20px;

}

/* ----- Menu ----- */

#menu
{
	position: absolute;
	top: -20px;
	left: 0;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li
{
	margin: 0;
	padding: 0 23px 0 0;
	float: left;
}

#menu ul li a
{
	font-size: 0.9em;
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#menu ul li a:hover { color: #ccc; }

#menu ul li.active a { color: #ffc833; }

/* ----- Content ----- */

#content
{
	padding: 30px 0 20px 0;
}

#content h1
{
	font-size: 1.6em;
	font-weight: normal;
	color: #145584;
}

#content h2
{
	font-size: 1.2em;
	font-weight: normal;
	color: #40699b;
}

ul
{
	margin: 15px 45px;
	padding: 0;
}

ul li
{
	padding: 2px 0;
}

/* ----- Footer ----- */

#footer
{
	height: 174px;
	line-height: 1.5em;
	background: url(../../img/footer-2.gif) repeat-x;
}

#inner-footer
{
	margin: 0 auto;
	padding-top: 10px;
	width: 920px;
}

#footer-logo
{
	width: 223px;
	height: 141px;
	background: url(../../img/logo-footer-1.png) no-repeat;
}

.vcard
{
	float: right;
	margin-top: 25px;
	width: 335px;
	margin-right: 20px;
}

.vcard .fn a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.vcard .fn a:hover { text-decoration: underline; }

.vcard .adr .type { display: none; }
.vcard .adr div { display: inline; }

.vcard .tel .type { display: none; }
.vcard .tel { display: inline; }

/* ----- Small Buttons ----- */

.small-button
{
	float: left;
	height: 24px;
	background: url(../../img/small-button-1.png) 0 -25px no-repeat;
}

.small-button a
{
	display: block;
	margin-left: 10px;
	padding: 2px 15px 0 5px;
	color: #444;
	height: 22px;
	background: url(../../img/small-button-1.png) top right no-repeat;
	text-decoration: none;
	text-shadow: 1px 1px 1px #dfdfdf;
}

.small-button a:hover { color: #000; }

#footer-links {
	background-color: #ffffff;
	border: 2px solid #c8b68d;
	float: right;
	width: 280px;
	margin-top: 35px;
	margin-left: 10px;
}

.for-sale {
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 15px;
	text-align: center;
	font-size: .9em;
}

.for-sale span.title {
	font-weight: bold;
	font-size: 1.2em;
}

.for-sale div.clear {
	height: 5px;
	width: 5px;
}

.for-sale span.price {
	margin-top: 5px;
	font-size: 1.1em;
}
h3
{
	color: #508cb6;
	font-size: 1.0em;
}

.big-heading
{
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1em;
	color: #ffc833;
	text-shadow: 2px 1px 4px #666;
}

.thin-heading
{
	font-size: 1.3em;
	color: #444;
}

a { color: #508cb6; }
a:hover { text-decoration: none; }

a img { border: none; }

/* ----- Sidebox ----- */

.sidebox
{
	width: 284px;
}

.sidebox h3
{
	font-size: 1.3em;
	font-weight: normal;
	color: #40699b;
}
.sidebox-label
{
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.sidebox-container
{
	background: #fff6dd;
}

.sidebox-header
{
	width: 284px;
	height: 121px;
	background: url(../../img/sidebox-heading-2.png) no-repeat;
	text-align: center;
}

.sidebox .big-heading
{
	padding-top: 15px;
}

.sidebox-phone
{
	padding-top: 20px;
	font-size: 2.3em;
	font-weight: bold;
	color: #00529b;
}

.sidebox .small-button
{
	margin-top: 10px;
}

/* ----- Sidebox Form Styles ----- */

.sidebox fieldset
{
	padding: 0 15px;
	border: 0;
	font-size: 1em;
	line-height: 2.0em;
}

.sidebox legend
{
	display: none;
}

.sidebox .element { display: inline; }

.sidebox .text
{
	padding: 2px 5px;
	width: 150px;
	font-size: 1em;
	border: 0;
	border-bottom: 1px dashed #bdae98;
	background: #fffaee;
}

.sidebox .text:hover,
.sidebox .text:focus
{
	background: #fff6dd;
}

.sidebox .text:focus
{
	border-bottom: 1px solid #bdae98;
}

.sidebox .checkbox
{
	margin-top: 10px;
}

.sidebox select
{
	padding: 2px 5px;
	font-size: 1em;
	border: 0;
	border-bottom: 1px dashed #bdae98;
}

.sidebox input[type='submit']
{
	margin: 10px 0 10px 0;
	padding: 3px 10px;
}

.sidebox .error
{
	margin: 7px 0;
	font-size: 0.9em;
	color: #711a1a;
}

/* ----- For Sale Ad ----- */

.for-sale-ad
{
	margin-top: 40px;
	width: 966px;
	height: 305px;
	background: url(../../img/for-sale-1.jpg) no-repeat;
	border: 2px solid #00529b;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#index-index #big-guy
{
	position: absolute;
	top: -75px;
	right: 0;
	width: 204px;
	height: 545px;
	background: url(../../img/big-man-1.png) no-repeat;
}

#index-index .sidebox
{
	padding-top: 220px;
}

#index-index .two-thirds ul
{
	margin: 0;
	padding-top: 10px;
	list-style: none;
}

#index-index .two-thirds ul li
{
	margin: 10px 0;
}

#index-index #content
{
	padding: 1px 0;
}
