body
{
	color: #666666;
}

h2
{
	font-size: 1.4em;
	line-height: 1.36em;
	color: #000;
	margin: 0;
}

p
{
	font-size: 1.2em;
	line-height: 1.58em;	/* 19px */
}

a
{
	color: #cc5d36;
}

form
{
	margin: 0;
}

#header
{
	border-bottom: 0;
}

#headerbar
{
	height: 25px;
	background: #e39c48 url(../images/background_headerbar.jpg) top left no-repeat;
}

#main
{
	margin: 0;
	background: #333;
	padding: 24px 0 18px 172px;
}

#main .content
{
	width: 880px;
	background: #333 url(../images/home_main_background.gif) repeat-y;
	padding: 22px 0 0 42px;
	margin: 0;
}

#property
{
	width: 593px;
	height: 235px;
	float: left;
	position: relative;
}

#property .home_photo
{
	position: relative;
	_height: 1px;
}

#property .home_photo
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: auto;
	height: auto;
	margin: 0;
}

#login
{
	float: left;
	width: 202px;
	height: 220px; 
	background: #cad3d4;
	margin-left: 14px;
	padding: 15px 20px 0;
}

#login h1
{
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 15px;
}

#login label
{
	font-size: 1.2em;
	line-height: 1.5em;
}

#login input.text
{
	width: 194px;
	border: none;
	padding: 5px 2px;
	*padding: 3px 2px 2px;
	color: #666666;
	margin-top: 1px;
	margin-bottom: 8px;
}

#login input.error
{
	background-color: #cc5d36;
	color: #fff;
}

#login .checkbox
{
	margin-top: 0;
	margin-left: 0;
}

#login .submit
{
	color: #fff;
	border: none;
	background: #d9793d url(../images/background_submit.gif) no-repeat right 5px;
	padding: 3px 25px 4px 14px;
	*padding: 1px 15px 2px 0;
	float: right;
	margin-top: 14px;
}

.columns
{
	padding-top: 15px;
	clear: left;
}

.column
{
	float: left;
}

.col1
{
	width: 285px;
	margin-right: 20px;
}

.col2
{
	width: 220px;
	margin-right: 8px;
}

.col3
{
	width: 345px;
	height: 218px;
	background: url(../images/home_usa.png) no-repeat;
	_behavior: expression(  /* IE6 only - transparency with proper handling of relative URLs */
			   this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1],
			   this.style.background = "none",
			   this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='crop')");
}
