@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#0083a9;
}

#main {
	margin: 15px auto 15px auto;
	*margin: 15px auto 30px auto;
	width: 794px;
	border:solid 4px #c6c8ca;
	background:#FFF;
}

#middleCity {
	background-image:url(img/houses.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 51px;
}

#middleCity a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:right;
	margin: 23px 20px 0 0;
	padding: 1px 0 0 0;
	text-indent: 21px;
	text-transform:uppercase;
	background-image:url(img/bullet-thing.gif);
	background-repeat:no-repeat;
	height: 15px;
}

#middleCity a:link, #middleCity a:visited {
	text-decoration:none;
	color:#0084a9;
}
#middleCity a:hover, #middleCity a:active {
	text-decoration:none;
	color:#c2cd23;
}

#partners {
	background-image:url(img/partners-bg.gif);
	background-repeat:no-repeat;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:297px;  
	height:297px;/*Should have the same value as the min height above*/ 
}

.partnerBox{
	margin: 0 0 30px 0;
	width: 380px;
	float:left;
}
.partnerBox p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0 30px 15px 30px;
	color:#231f20;
	line-height: 23px;
}
.partnerBox p a{
	text-decoration:none;
	color: #231f20;
}
.partnerBox p .blue a{
	color:#0084a9;
}
.partnerBox p .blue{
	color:#0084a9;
}

a.linky:link, a.linky:visited {
	text-decoration:none;
	color:#0084a9;
}
a.linky:hover, a.linky:active {
	text-decoration:none;
	color:#c2cd23;
}


#footerCity{
	background-image:url(img/footer-city.gif);
	background-repeat:no-repeat;
	background-position: 28px 0;
	width:100%;
	height: 70px;
	clear:both;
	position:relative;
	top: -25px;
	margin: 0 auto -25px auto;
}

#footerText{
	margin: 0 auto 25px auto;
	*margin: 0 auto 5px auto;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
}

.footerTextLeft{
	float:left;
	margin: 2px 0 0 30px;
	_margin: 2px 0 0 15px;

}
.footerTextRight{
	float:right;
	margin: 2px 60px 0 0;
}



#subFooter{
	background-image:url(img/sub-footer.png);
	background-repeat:no-repeat;
	clear: both;
	width: 844px;
	height: 177px;
	position:relative;
	top: -248px;
	margin: 0 auto -248px auto;
}