html, body{
	height: 100%;
}

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, sans-serif;
	background: #fff;
	color: #111;
	line-height:1.3em;
}

h1, h2, h3, h4, h5, h6{ 
	
}

h1{ font-size: 1.3em; margin: 2em 0 0.5em 0.2em;}
h2{ font-size: 1.2em; line-height: 1.3em; }
h3{ font-size: 1.1em; }
h4{ font-size: 1.0em; }
h5{ font-size: 0.9em; }
h6{ font-size: 0.8em; }

p{
	padding:  0.4em 0 0.6em 0;
	line-height: 1.4em;
}

a, a:link, a:active{ color: #1f4971; }
a:hover{ color: #982c38; }
a:visited{ color: #7e549b; }

ul.menu-container li a:visited{ color: #1f4971; }

.center{ margin: 0 auto; }

.overall{
	width: 96%;
	max-width: 1400px;
	min-width: 995px;
	font-size: 1.4em;
	overflow: hidden;
}


#logo{
	background-color: #1f4971;
	background-image: url('../i/logo-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 200px;
	float:left;
}

#logo img{
	margin: 25px 0 0 25px;
}

ul.menu-container{
	width: auto;
	height: 200px;
	margin-left: 225px;
}

li.menu-item{
	display: block;
	width: 19.5%;
	float: left;
	margin-top: 70px;
	height: 110px;
	text-align: center;
	font-size: 1.3em;
	padding: 0.7em 0 0 0;
}

li.active{
	background-image: url('../i/act-menu-bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

ul.submenu-container{
	width: auto;
	margin: 30px 0 0 0;
}

li.submenu-item{
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 0 7%;
}

.shadow{
	width: 200px;
	height: 28px;
	margin: 0 0 0 -20px;
	background-image: url('../i/shadow.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.left-column{
	width: 170px;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	float: left;
}

.contents{
	margin-left: 225px;
}

.news-block{
	width: auto;
	padding: 30px 0 0 0;
	float: none;
	overflow: hidden;
}

.faq-block{
	width: auto;
	padding: 0;
}

.el{
	width: 46%;
	margin: 0 0 0 20px;
	float: left;
}
.meta{
	display: block;
	margin: 0.4em 0 0.2em 0;
	font-style: italic;
	font-size: 0.85em;
	color: #666;
}

#fast-search{
	width: auto;
	background-image: url('../i/search-bg.gif');
	background-repeat: repeat-x;
	background-position: -1px middle;
	background-color: #e3e3e3;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #d1d1d1;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
	overflow: hidden;
}

#fast-search h1{
	margin: 10px 0 0 20px;
	font-weight: normal;
	font-size: 1.5em;
}

#fast-search p{
	display: block;
	margin: 0.5em 0 0 20px;
	font-size: 1.1em;
}

#fast-search select{
	font-size: 1.3em;
	margin: 0 0 -0.1em 0;
}

#fast-search nobr{
	display: block;
	float: left;
	height: 2.4em;
	margin: 0 0.5em 0 0;
}

#fast-search nobr.metro{
	display: block;
	float: left;
	width: 28em;
	height: 2em;
	margin: -0.4em 0 0 0;
}

#fast-search .metro select{
	display: block;
	float: left;
	margin: 0.3em 0 0 0;
}

#fast-search .metro label{
	display: block;
	float: left;
	height: 1em;
	padding: 0.8em 0.2em 0 0;
}


#fast-search .blue-button{
	margin: 0.1em 0 0 0.3em;
	float: left;
}


#quick-search{
	width: auto;
	background-color: #1f4971;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	height: 90px;
}

#quick-search h1{
	margin: 0 0 0 20px;
	font-weight: normal;
	font-size: 1.5em;
	color: #fff;
}

#quick-search p{
	display: block;
	margin: 0.1em 0 0 0;
	font-size: 1.1em;
	line-height: 2.5em;
	float: none;
}

#quick-search .holder{
	overflow: hidden;
	height: 30px;
	margin: 0.8em 0 0.1em 0;
}

#quick-search .blue-button{
	margin: -3px 0 0 0;
}


.rounded-input{
	width: auto;
	height: 28px;
	float: left;
	margin-left: 20px;
}

.rounded-input .sd{
	width: 1px;
	height: 28px;
	background-image: url('../i/rounded-input-side.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
.rounded-input .bg{
	width: auto;
	height: 28px;
	padding: 0;
	background-color: #fff;
	border: 0;
	float:left;
}
.rounded-input input{
	font-size: 1.3em;
	border: 0;
	margin: 0 3px;
	width: 500px;
}


.blue-button{
	display: block;
	height: 34px;
	float: left;
}

.blue-button .rs{
	width: 5px;
	height: 34px;
	background-image: url('../i/button-rs.png');
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

.blue-button .ls{
	width: 5px;
	height: 34px;
	background-image: url('../i/button-ls.png');
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

.blue-button .bg{
	height: 34px;
	padding: 0;
	background-image: url('../i/button-bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
}

.blue-button input{
	border: 0;
	background: transparent;
	padding: 0 7px;
	margin: 0;
	font-weight: bold;
	color: #fff;
	height: 34px;
	cursor: pointer;
}

span.hint{
	margin: 0.4em 0 0 20px;
	color: #fff;
	font-size: 0.8em;
}

span.hint-text{
	border-bottom: #fff 1px dotted;
	cursor: pointer;
}

h1.metro{
	padding: 0.3em 0 0 35px;
	margin: 1.2em 0 0 10px;
	height: 24px;
	background-image: url('../i/metro-logo.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.lmarg{
	margin-left: 20px;
}

.left-column h4{
	font-style: italic;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0;
}

.left-column p{
	margin: 0;
	padding: 0.2em 0 30px; 0;
}

.phone{
	font-size: 1.7em;
	margin: inherit;
	padding: inherit;
}

.email{
	font-size: 1.4em;
}

.map{
	margin: 0 !important;
	padding: 0 !important;
}

.map a{
	font-weight: bold;
}

.map img{
	margin: 0.3em 0 -0.3em 0;
}

img.banner{
	margin: 20px 0 -10px -5px;
}
.we-provide{
	margin: 2em 0 0 0;
	line-height: 1.3em;
}
.we-provide a{
	font-weight: bold;
}

.counters{
	width: 180px;
	text-align: center;
	margin: 2em 0 0 -5px;;
}

.counters img{
	opacity: 0.3;
}
.counters img:hover{
	opacity: 1;
}

div.bottom{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width:100%;
	border-top: #ccc 1px solid
}

div.copyrights{
	width: 22em;
	height: 2em;
	float: left;
}
div.keyw{
	width: auto;
	margin: 0 0 0 22em;
	height: 2em;
	color: #999;
	font-size: 0.8em;
}

h1.header{
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.5em 0 1em 0 !important;
}

.line{
	width: auto;
	overflow: hidden;
}

.float-right{
	float: right;
}

.cropped-line{
	width: 72.5%;
}

.line .block{
	width: 47%;
	margin: 0 10px 10px 0;
	float: left;
}

.min-size{
	width: 6em;
}

.med-size{
	width: 25em;
}

.summary{
	display: block;
	width: 4.5em;
	float: left;
	padding: 0.25em 0 0 0;
}

sup{
	font-size: 0.7em;
	vertical-align: top !important;
}

.col{
	overflow: hidden;

}
.col nobr{
	display: block;
	float: left;
	width: 12em;
}

span.act{
	color: #1f4971;
	border-bottom: #1f4971 1px dashed;
	cursor: pointer;
	margin-bottom: 10px;
}

.text-center{
	text-align: center;
}

.phone-container{
	background-color: #eee;
	width: 15em;
	height: 6em;
	padding: 10px;
	margin-top: -30px;
}

.phone-container h2{
	font-size: 0.85em;
	font-weight: normal;

}

.phone-container .region, 
.phone-container .number {
	font-size: 1.5em;
	line-height: 1.7em;
}

.phone-container .region{
	display: block;
	width: 3em;
	float: left;
}

.phone-container .number{
	display: block;
	float: left;
	width: 7em;
}

.office{
	width: auto;
}

.office h2{
	padding-top: 3px;
	margin: 1em 0 0.5em 0;
}

.office img.photo{
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.office .map-container{
	display: block;
	width: 300px;
	height: 300px;
	float: right;
}

.person{
	height: 120px;
	margin: 0 0 10px 0;
}

.result{
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	padding: 20px 0 10px 0;
}

.result .photo{
	float:right;
}

.result p{
	line-height: 1.6em;
	margin: 0.5em 0 0 0;
}

.pager{
	padding: 10px 0 10px 0;
}

.price{
	color: #b11717;
	margin-left: 0.5em;
}

.pager a{
	display: block;
	background-color: #ddd;
	text-align:center;
	width: 1.5em;
	float: left;
	margin: 0 1px 0 0;
	padding: 0.2em 0.3em 0.3em 0.3em;
}
.pager strong{
	display: block;
	text-align:center;
	width: 1.5em;
	float: left;
	margin: 0 1px 0 0;
	padding: 0.2em 0.3em 0.3em 0.3em;
}
div.vars{
	overflow: hidden;
	margin: 10px 0 0 0;
}
div.vars .col{
	width: 49%;
	float: left;
	line-height: 1.3em;
	padding: 0 0 10px 0;
}
.null-border{
	border: 0 !important;
}

.null-padding{
	padding: 0 !important;
}

.pics img{
	float: right;
	margin: 3px 7px 7px 3px;
}
.pics img{
	float: left;
}

.result .blue-button{
	float: none;
	margin: 0 0 20px -3px;
}

.news{
	overflow: hidden;
	padding: 20px 0 10px 0;
}

.news .photo{
	float:right;
	margin: -10px 0 0 10px;
}

.news p{
	line-height: 1.6em;
	margin: 0.5em 0 0 0;
}

.inform-block{
	background-color: #eee;
	margin: 20px -10px 0 -20px;
	padding: 10px;
	line-height: 1.5em;
}

.teaser{
	font-weight: bold;
	color: #666;
}

.newspic{
	float: left;
	margin: 3px 10px 10px 0;
}

.grey{
	color: #555;
	margin: 2em 0 .5em -1px;
}

textarea.large{
	width: 500px;
	height: 100px;
}

.local-menu{
	height: 1.8em;
	overflow: hidden;
}

.local-menu strong{
	display: block;
	padding: 6px;
	background-color: #eee;
	margin: 0 10px 0 0;
	float: left;
}

.local-menu a{
	display: block;
	padding: 6px 0 1px 1px;
	margin: 0 10px 0 0;
	text-decoration: none;
	border-bottom: #1f4971 1px dashed;
	float: left;
}

form.ask{
	overflow: hidden;
}

form.ask p{
	padding: 4px 0 6px 3px;
}

.question{
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 10px;
}

.question .text{
	padding: 10px;
	margin: 15px 0px 5px -10px;
	background-color: #eee;
}

.no-float{
	float: none;
}
