@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	background: url(img/bgtile.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3d3d3d;
}

input {
	font-size:10px;
}

select {
	font-size:10px;
}

#outerContainer{background: url(img/bgheaderslice.gif);background-repeat:repeat-x;width:100%;height:209px;z-index:auto;padding-top:10px;}

#container{
	width:730px;
	background-color:#FFFFFF;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	border:#8e1a02 solid 5px;
}

#header{
	height:135px;
	background-image:url(img/header.jpg);
}

#nav{
	height:40px;
	margin-top:5px;
	background-image:url(img/navBg.gif);
}

#nav a{text-decoration:none;padding-left:10px;padding-right:10px;line-height:40px;color:#8b8b8b;text-transform:lowercase;font-size:13px;font-weight:bold;}
#nav a:hover{color:#8e1a02;}

#nav .propertySearch{color:8e1a02;font-size:20px;margin-left:50px;}

#content{
	background-color:#f1f1f1;
	padding:5px;
}

#columnLeft{width:475px;float:left;}
#columnLeft h1{margin-top:5px;font-size:16px;color:#8e1a02;font-weight:bold;}
#columnLeft #mainFeature{background-color:#FFFFFF;padding:10px;margin-top:5px;text-align:justify;}


#columnRight{width:240px;float:right;}
#columnRight h2{font-size:12px;color:#8e1a02;padding-left:5px;}
#columnRight p{padding-left:5px;text-align:justify;padding-right:5px;}
#columnRight p a{color:#8e1a02;padding-left:0px;}
#columnRight p a:hover{background-color:#f1f1f1;color:#666666;}


#columnRight a{display:block;line-height:18px;text-decoration:none;padding-left:5px;color:#3d3d3d;}
#columnRight a:hover{background-color:#e0e0e0;}

#columnRight a.button{display:block;line-height:18px;text-decoration:none;padding-left:5px;color:#3d3d3d;}
#columnRight a.button:hover{background-color:#FFFFFF;}

#footer{padding-top:20px;background-image:url(img/ricsLogo.gif);background-repeat:no-repeat;
background-position:5px;}
#footer .copyright{float:left;margin-left:70px;margin-top:40px;}
#footer .copyright a{color:#666666;text-decoration:none;}
#footer .office{float:right;margin-right:8px;border-left:#CCCCCC 1px solid;padding-left:5px;}

.error {
	color: #ff0000;
}

.efefef {
	background: #efefef;
}

.E7E9E3
	{
	background: #E7E9E3;	
}

div#extrapara
{
	border:#999999 1px solid;
	margin:15px 0px 15px 0px;
	padding:15px 5px 15px 5px;
	width:225px
}

div.quote
{
	border-bottom:#999999 1px dashed;
	border-top:#999999 1px dashed;
	padding:5px 5px 5px 5px;
	width:100%
}

div.quote div.desc
{
	font-style:italic
}

div.quote div.title
{
	font-weight:700
}