body{
	font-size: 0.8em; /* Resets 1em to 10px */
	font-family: Arial, Verdana, sans-serif;
	background: #bdcdda url('/img/bg.jpg') no-repeat center top;
	color: #111;
	line-height:1.3em;
}

h1, h2, h3, h4, h5, h6{ 
	
}

h1{ font-size: 1.7em; margin: 1.6em 0 0.2em 0; font-weight: normal;}
h2{ font-size: 1.4em; margin: 1.3em 0 0.2em 0; }
h3{ font-size: 1.1em; margin: 1.2em 0 0.2em 0; }
h4{ font-size: 1.0em; }
h5{ font-size: 0.9em; }
h6{ font-size: 0.8em; }

p{
	padding:  0.8em 0 0.6em 0;
	line-height: 1.4em;
}

a, a:link, a:active{ color: #1b548d; }
a:hover{ color: #982c38; }
a:visited{ color: #7e549b; }

.center{
	margin-left: auto;
	margin-right: auto;
}

.black{
	color: #000;
}

.normal{
	font-weight: normal;
	font-style: normal;
}

#header{
	width: 955px;
}

#header .corner{
	display: block;
	margin: 87px 0 0 0;
	float: left;
}

#header .stripe{
	width: 915px;
	height: 43px;
	margin: 87px 5px 0 0;
	background-color: #fff;
	float: left;
}

#header .logo{
	margin: -57px 0 0 -5px;
	position: relative;
	float: left;
}

#header .org{
	font-weight: bold;
	color: #666;
	display: block;
	width: 12em;
	height: 90px;
	position: relative;
	margin: -50px 0 0 130px;
}
#header .menu-cover{
	width: 610px;
	height: 50px;
	float: right;
	position: relative;
	margin: -85px -5px 0 0;
}
#header .menu-cover .corner{
	width: 15px;
	height: 50px;
	background-image: url('/img/menu-corner.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	float: left;
	font-size: 0;
}
#header .menu-cover .top-shadow{
	width: 590px;
	height: 5px;
	background-image: url('/img/menu-top-shadow.png');
	background-position: left top;
	background-repeat: repeat-x;
	float: left;
	font-size: 0;
}
#header .menu-cover ul.menu{
	background-color: #004c8a;
	background-image: url('/img/menu-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	width: 590px;
	height: 45px;
	float: left;
	list-style: none;
}
#header .menu-cover .menu li{
	height: 28px;
	font-size: 18px;
	color: #fff;
	float: left;
	padding: 12px 25px 0 15px;
}
#header .menu-cover .menu li.active{
	background-color: #004c8a;
	background-image: url('/img/menu-bg-act.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#header .menu-cover .menu li a,
#header .menu-cover .menu li a:link,
#header .menu-cover .menu li a:visited{
	display: block;
	color: #fff;
	text-decoration: none;
}
#header .menu-cover .menu li a:hover{
	color: #d6e1eb;
}
#header .menu-cover .menu li .submenu{
	display: none;
	position: absolute;
	top: 50px;
	list-style: none;
	margin: -5px 0 0 -15px;
}
#header .menu-cover .menu li .submenu li{
	float: none;
	font-size: 12px;
	height: auto;
	width: 120px;
	padding: 10px 0 5px 15px;
	background-image: url('/img/menu-bg-transparent.png');
	background-position: left top;
	background-repeat: repeat;
}
#header .menu-cover .menu li .submenu li.last{
	width: 135px;
	height: 10px;
	padding: 0;
	background-image: url('/img/menu-bg-transparent-bottom.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#header .menu-cover .right-shadow{
	background-image: url('/img/menu-right-shadow.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 5px;
	height: 50px;
	font-size: 0;
	margin: -5px 0 0 0;
	float: left;
}

#content{
	width: 950px;
	padding: 0 5px 0 0;
	clear: both;
}
#content .basic{
	background: #fff;
	padding: 5px 30px 50px 30px;
	border-bottom: #3b6a9e 6px solid;
	overflow: hidden;
}

#content .column{
	float: left;
	width: 230px;
	overflow: hidden;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

#content .text{
	float: left;
	width: auto;
	margin: 0 0 0 0;
	overflow: hidden;
	width: 640px;
}

#content .wide-text{
	width: auto;
	margin: 20px 0 10px 0;
	overflow: hidden;
	width: 890px;
}

#content .wide-text .house-pic{
	float: right;
}

#content .wide-text dl{
	padding: 5px 20px 0 0;
	width: 280px;
	float: left;
}

#content .wide-text dl dt{
}

#content .wide-text dl dd{
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px 0 15px 0;
}

#content .map{
	padding: 10px;
	margin: 10px 0 0 0;
	background-color: #ececec;
}

#content .text ul,
#content .text ol{
	padding: 0 0 0 25px;
}

#content .text ul li,
#content .text ol li{
	margin: .1em 0 .8em 0;
}

#content .text p.date{
	color: #666;
	margin: -7px 0 0 0;
}

#content .text h2{
	line-height: 1.3em;
}

.paging{
	padding: 20px 0 0 0;
}

.paging a{
	padding: 0 0 0 3px;
}

.paging span{
	padding: 0 1px 0 0;
}

.paging div{
	display: inline;
}

.paging div.disabled{
	display: none;
}

.paging span.current{
	font-weight: bold;
}

.context-menu{
	background-color: #ececec;
	background-image: url('/img/contextmenu-corner.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 190px;
	padding: 15px 20px 15px 20px;
	list-style: none;
}

.breadcrumbs{
	font-weight: normal;
	margin: 10px 0 -10px 0;
	padding: 0;
}

.context-menu li{
	padding: 7px 0 7px 10px;
}

.context-menu li.active{
	color: #000;
	font-weight: bold;
}

.sticker{
	background-image: url('/img/sticker.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 190px;
	height: 170px;
	padding: 15px 20px 30px 20px;
	font-size: 1.2em;
	font-weight: bold;
}

.sticker ul{
	margin: 10px 0 0 0px;
	list-style: none;
}

.sticker ul li{
	line-height: 1.5em;
	margin: 3px 0 0 0;
}

.sticker .huge{
	display: block;
	font-size: 90px;
	padding: 30px 0 40px 0;
	color: #706e4b;
}

.sticker .normal{
	display: block;
	font-size: .9em;
	line-height: 1.1em;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.price{
	display: block;
	background-image: url('/img/dollar-ticker.jpg');
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: -20px 0 0 20px;
	padding: 0 0 0 20px;
	height: 20px;
}

.top-margin{
	margin-top: 30px;
}

.contacts-block{
	padding: 0 0 0 15px;
}

.contacts-block h1{
	font-size: 1.1em;
	font-weight: bold;
}

.contacts-block dl{
	padding: 5px 0 0 0;
}

.contacts-block dl dt{
	font-style: italic;
}

.contacts-block dl dd{
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px 0 15px 0;
}

#welcome{
	margin: 30px 0 0 0;
	padding: 10px;
	background-color: #ececec;
	position: relative;
	overflow: hidden;
	width: 620px;
}
#welcome h1{
	margin: 5px 0 0 0;
}

#welcome .face{
	width: 98px;
	height: 130px;
	display: block;
	float: left;
	margin: 3px 10px 0 0;
	border: #ccc 1px solid;
}

#welcome .text{
	width: 510px;
}

#footer{
	width: 890px;
	padding: 10px 35px 10px 30px;
	overflow: hidden;
	clear: both;
}
#footer .left{
	float: left;
}
#footer .right{
	float: right;
}