*{
	margin:0;
    padding: 0;
    border:none;
	outline:none;
    list-style-type:none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: #E1E3DE;
}
.container{
	width: 960px;
	margin:0 auto;
	position:relative;
}
.shadow{
	clear:both;
	background: url(../images/gradient-grey.jpg) repeat-x;
	height: 22px;
}
a{
	color: #78806A;
	text-decoration: none;
}
#column2 a:hover{
	text-decoration: underline;
}
h1{
	font-size: 2.5em;
	font-weight:normal;
	margin-bottom: 30px;
}
h2{
	font-size: 1.8em;
	font-weight:normal;
	margin: 20px 0 20px;
}
p,
ul{
	font-size: 1.3em;
	margin-bottom: 15px;
	line-height: 1.7em;
}
p.msg{
	margin:0 0 30px;
	padding:10px 12px;
	color: #FFF;
	font-weight:bold;
	background: #6C3;
	text-align:center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
p.error{
	background: #C00;
}





#wallpaper{
	background: #881411 url(/images/banner-red-wallpaper.gif);
	height: 232px;
}
#slideshow{
	height:232px;
	width:690px;
	float: left;
	display: inline;
	margin:0 0 0 -76px;
	overflow:hidden;
}

/*Quote in header*/
#quote{
	width: 286px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*padding: 50px 0 0 60px;
	float: left;
	display:inline;*/
	position:absolute;
	top:34px;
	right:0;
}
#quote p{
	font-size: 1.8em;
	line-height:1.3em;
}
#quote strong{
	font-size: 2em;
	font-weight: normal;
	margin-left: -35px;
	line-height: 1em;
}





#grey-box{
	background:#F0F1EF;
}


/*NAVIGATION*/
#nav{
	float: left;
	display:inline;
	width: 192px;
	padding: 20px;
	margin : -42px 74px 50px 25px;
	background: #FFF;
	font-size: 1.6em;
	z-index: 10;
	line-height:1em;
	position:relative;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
#nav li{
	border-top: 1px solid #CCC;
}
#nav li.logo{
	padding: 10px 0 30px 5px;
	border:none;
}
#nav a{
	color: #78806A;
	text-decoration: none;
	padding: 14px 0;
	display: block;
	cursor:pointer;
}
#nav a:hover,
#nav a.current{
	color: #000;
}
#nav ul{
	font-size:80%;
	margin:0 16px 14px;
	padding: 0;
	display:none;
}
#nav ul.current{
	display:block;
}
#nav ul li{
	border:none;
}
#nav ul a{
	padding: 0;
}



#column2{
	float: left;
	display:inline;
	width: 567px;
	padding: 50px 0;
}









/*TEXT AND IMAGE CONTENT*/
#logos li{
	display: inline;
	padding:0 30px 0 0;
}

/*ASSOCIATED SITES DIVS*/
#sites{
	padding: 25px 0 0 50px;
	width: 570px;
	margin:0 auto;
	font-size: 13px;
}
#sites .logo{
	float: left;
	display:inline;
	margin:0 72px 0 0;
	text-align:center;
}
#sites a{
	color: #78806A;
	text-decoration: none;
}
#sites img{
	display:block;
	text-align:center;
	margin:0 0 20px 0;
}
#sites .frisinahomes{
	width: 142px;
}
#sites .mainwest{
	width: 90px;
}
#sites .manhattan{
	width: 109px;
}
#sites .fdi{
	width: 102px;
}
#sites .onehundredmain{
	width: 176px;
	margin:0;/*No margin on last item*/
}


#recaptcha_widget_div{
	background:#FFF;
}


#copyright{
	text-align: center;
	clear:both;
	padding: 60px 0 10px 0;
	clear:both;
}


#leftcol{
	float: left;
	display:inline;
	width: 331px;
}
#report{
	width:200px;
	float:left;
	display:inline;
	padding:0 0 50px 0;
	margin : -14px 0 0 41px;
}
#report p{
	margin:0;
}
#report a{
	background: url(/images/pdf.png) #FFF no-repeat 12px center;
	display:block;
	padding:0 0 0 42px;
	margin:3px 0 0 0;
	font-weight:normal;
	font-size:12px;
	color:#555;
	line-height:38px;
	border:#DDD solid 1px;
}
#report a:hover{
	border:1px solid #C1C1C1;
	text-decoration:none;
}

.hidden{
	display:none;
}
#map{
	z-index:100;
}
