body {
	background-color: #FFFFFF;
	display: block;
	margin: 8px;
	padding: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.print {
	display:block;
	width: 6px;
	height: 6px;
	position: absolute;
	overflow:hidden;
	padding-top: 36px;
	line-height: 36px;
}

a:hover {text-decoration: underline;}

#home {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 660px;
	/*margin: 60px auto 6px auto;*/
	margin: 0px auto 6px auto;
	height: 370px;
	position:relative;
	display:block;
	clear: both;
}
#home ul {display:block; float: right; width: 99%;}
#home li{ display:block; float: right; margin-right: 16px;}
#home a{ text-decoration: none; color:#66CCCC;}
#home a:hover {text-decoration: underline;}

#home_search {
	display:block;
	position:absolute;
	width: 333px;
	top: 225px;
	left: 170px;
}
#home_search label {
	font-size: 1.5em;
	font-weight : bold;
	color:#FFFFFF;
	display:block;
	margin: 0;
	padding: 0;
}
#home_search input {
	font-size: 1.3em;
	font-weight : bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 0;
	height: 26px;
	width: 220px;
	float: left;
}
#home_search a {
	display:block;
	width: 107px;
	height: 30px;
	background-image: url(images/home_button_search-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	overflow:hidden;
}
#home a em {display:none;}
#home_search a:hover {background-image: url(images/home_button_search-over.gif);}
#home_search a:active {background-image: url(images/home_button_search-on.gif);}

#home_rent{
	display:block;
	position: absolute;
	width: 333px;
	height: 30px;
	top: 312px;
	left: 170px;
	background-image: url(images/home_button_rent-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}
#home_rent:hover {background-image: url(images/home_button_rent-over.gif);}
#home_rent:active {background-image: url(images/home_button_rent-on.gif);}

h2{
	display: block;
	text-align: center;
	clear: both;
	line-height: 33px;
	margin: 0px auto 0px auto;
	width: 580px;
	background: url(images/home-h2-bg.gif) repeat-x left top;
	font-size:1.1em;
}
h2 strong{color: #7B82F6;}

.locations {width:580px; margin: 0 auto 15px auto; text-align: left;}
.locations ul { float: left; width: 250px; margin-top: 0px;}
.locations h3 { padding: 3px 0px; color: #FFF; background: url(images/home-h3-bg.gif) repeat-x left top; text-align: center;}

.clr {clear: both;}

.home-balloon{
	display: block;
	position: absolute;
	z-index: 200;
	height: 97px;
	width: 136px;
	cursor: pointer;
}
.home-pop{
	display: block;
	position: absolute;
	z-index: 250;
	width: 200px;
	font-size: 0.8em;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 6px;
	border: 3px solid #66CCFF;
}
#balloon1{left:0px;bottom:12px;}
#balloon2{right:0px;bottom:12px;}
#no-fees{left:-80px;bottom:12px;}
#make-money{right:-80px;bottom:-20px;}
.socnetlinks a { margin : 0 6px}
.socnetlinks a img {vertical-align: middle; border-style: none}