@charset "UTF-8";
/*
kuler- siberian winter
blue- 76A0B0
maroon- 35262D
*/
body{
	margin: 0;
	padding: 0;
	background-color: #f3f2f2;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
	color: #76A0B0;
}
a:hover{
	text-decoration: none;
	color: #35262D;
}
#wrapper {
	padding: 20px;
}
#logo{
	position: absolute;
	top: 48px;
	right: 28px;
}
#line{
	border-right: 1px solid #ccc;
	position: absolute;
	left: 300px;
	top: 62px;
	height: 85%;
}
#links{
	position: absolute;
	top: 65px;
	left: 36px;
	background-color: #eceded;
	padding: 25px 15px;
}
#links_sections{
	padding: 20px;
	background-color: #fff;
	width: 165px;
	margin-bottom: 15px;
}
#calendar{
	position: absolute;
	bottom: 0px;
	left: 20px;
	z-index: 0;
}
#cur_floor{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 16px;
	padding: 5px 0;
}
.title{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
/* find-a-realtor */
.row_1{
	padding: 20px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.row_2{
	padding: 20px;
	border: 1px solid #666666;
	background-color: #F2F1FF;
	margin-bottom: 5px;
}