body{;
	background: black;
	color: white;
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 18px;
	}
	
#container{
	width: 908px;
	margin: auto;
	text-align: center;
	}
	
#header{
	position: relative;
	z-index: 1;
	width: 908px;
	height: 190px;
	background-image: url('images/header-bkg.jpg');
	background-repeat: no-repeat;
	text-align: left;
	}
	
	#header h1{
		font-size: 30px;
		margin: 0;
		padding: 0;
		padding-top: 15px;
		padding-left: 125px;
		color: #112f4b;
		font-weight: 300;
		}
		
	#header h2{
		font-size: 18px;
		margin: 0;
		padding: 0;
		padding-top: 5px;
		padding-left: 125px;
		color: white;
		font-weight: 300;
		}
	
	#top-left{
		position: absolute;
		z-index: 3;
		width: 464px;
		height: 21px;
		margin: 0;
		padding: 0;
		margin-top: -21px;
		margin-left: 4px;
		color: #3c3c3c;
	}
	
	#top-left-content{
		position: absolute; 
		z-index: 4;
		width: 464px;
		height: 21px;
		margin-top: -21px;
		margin-left: 4px;
		color: #3c3c3c;
	}
	
	#top-right{
		position: absolute;
		z-index: 3;
		float: right;
		width: 446px;
		height: 21px;
		margin-left: 458px;
		color: #3c3c3c;
		}
	
	#top-right-content{
		position: absolute;
		z-index: 4;
		float: right;
		width: 446px;
		height: 21px;
		margin-left: 458px;
		color: #3c3c3c;
		}
	
	
	#top-left-content a{
		color: #3c3c3c;
		padding-right: 10px;
		font-weight: 600;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
		}
	
	#top-left-content a:hover, #top-right-content a:hover{
		text-decoration: underline;
		}
		
	#top-right-content a{
		color: #3c3c3c;
		padding-left: 2px;
		font-weight: 600;
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;
		}
		
	#top-right-slogan{
		position: absolute;
		z-index: 4;
		margin-left: 480px;
		margin-top: -20px;
		float: right;
		}
		
	#top-right-slogan h3{
		margin: 0; 
		padding: 0;
		font-size: 20px;
		color: #f5f5f5;
		}
		
		
#main{
	width: 908px;
	min-height: 530px; 
	background-image: url('images/body-bkg.jpg');
	background-repeat: repeat-y;
	color: #1e1e1e;
	text-align: left;
	}
	
	#left-nav-container{
		position: relative;
		float: left;
		margin-top: -30px;
		width: 188px;
		height: 530px;
		background-image: url('/images/left-nav.jpg');
		background-repeat: no-repeat;
		background-position: 10px 5px;
		}
		
		 #lnav-a-z{
			position: relative;
			z-index: 5;
			float: left; 
			width: 10px; 
			padding-top: 40px;
			padding-left: 25px;
			text-align: center;
			font-size: 12px;
			line-height: 17px;
			}
			#lnav-a-z a{
				color: #fff;
				text-decoration: none;
				font-family: arial, helvetica, sans-serif;
				}
	
		#lnav-search{
			width: 140px;
			height: 250px;
			position: absolute;
			float: left;
			padding-top: 40px;
			padding-left: 13px;
			}
			
		#lnav-search ul{
			list-style-type: none;
			padding: 0; 
			margin: 0;
			}
		#lnav-search li{
			background-repeat: no-repeat;
			line-height: 17px;
			width: 122px;
			overflow: hidden;
			cursor: pointer;
			}
		#lnav-search a{
			color: white;
			text-decoration: none;
			padding-left: 5px;
			font-family: arial, helvetica, sans-serif;
			font-size: 12px;
			}
			
		#lnav-drops{
			height: 180px;
			width: 120px;
		}
	
		#lnav-drops input{
			width: 70px;
			height: 12px;
			font-size: 10px;
			line-height: 10px;
			background: transparent;
			padding: 0; 
			margin: 0;
			border: 0px solid transparent;
			cursor: pointer;
		}
		
		#drop1{
			margin-left: 16px;
			margin-top: 40px;
			cursor: pointer;
		}
		
		#drop2, #drop3, #drop4{
			margin-left: 16px;
			margin-top: 11px;
			cursor: pointer;
		}
		
		#drop5{
			margin-left: 16px;
			margin-top: 11px;
			cursor: pointer;
		}
		
		#bubble1{
			position: absolute;
			z-index: 9;
			display: none;
			padding: 0; 
			margin: 0;
			margin-left: 150px;
			margin-top: 180px;
			padding-left: 20px;
			padding-top: 15px;
			padding-bottom: 15px;
			background: #3f80b1; 
			width: 420px;
		}
		#bubble2, #bubble3{
			position: absolute;
			z-index: 9;
			display: none;
			padding: 0; 
			margin: 0;
			margin-left: 150px;
			margin-top: 300px;
			padding-left: 20px;
			padding-top: 15px;
			padding-bottom: 15px;
			background: #3f80b1; 
			width: 300px;
		}
		
		#bubble4, #bubble5{
			position: absolute;
			z-index: 9;
			display: none;
			padding: 0; 
			margin: 0;
			margin-left: 150px;
			margin-top: 400px;
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 15px;
			padding-bottom: 15px;
			background: #3f80b1; 
		}

		#bubble1 h2, #bubble2 h2, #bubble3 h2, #bubble4 h2, #bubble5 h2{
			padding: 0; 
			margin: 0;
			padding-bottom: 10px;
			color: #fff;
		}
		
		#bubble1 a, #bubble2 a, #bubble3 a, #bubble4 a, #bubble5 a{
			color: white;
		}
		
		.col1, .col2{
			width: 200px;
			float: left;
		}
		
		.col3, .col4{
			width: 125px;
			float: left;
		}
		
		.simplecol{
			float: left;
		}

	#lnav-search-button{
		margin-top: 5px;
		width: 110px;
		height: 35px;
		cursor: pointer;
	}

	#page-container{
		float: right;
		width: 900px;
		min-height: 500px;
		margin-top: 30px;
		padding-right: 4px;
		padding-bottom: 25px;
	}
	
	#page-container h1{
		font-size: 20px;
		line-height: 20px;
		padding: 0; 
		margin: 0;
		letter-spacing: -1;
	}
	
	#page-container p{
		font-size: 15px;
		line-height: 18px;
		padding-top: 0;
	}
	
	#note{
		margin-left: 40px;
		width: 196px;
		height: 185px;
		margin-top: 15px;
		background-image: url('/images/note-bkg.jpg');
		background-repeat: no-repeat;
		overflow: hidden;
		font-size: 12px;
	}
	#note h2{
		font-size: 11px;
		color: #fefefe;
		margin-left: 8px;
		margin-bottom: 10px;
	}
	#note a{
		font-size: 12px;
		color: #fefefe;
		margin-left: 12px;
		text-decoration: none;
	}
	#note b{
		color: #eeff00;
	}
	

	#bottom-right-nav{
		background-image: url('/images/bottom-right-nav.jpg');
		background-repeat: no-repeat;
		background-position: 100% 0;
		clear: both;
		margin: auto;
		width: 880px;
		height: 25px;
		position: relative;
		z-index: 3;
		float: right;
		text-align: right;
		padding-top: 3px;
		padding-bottom: 15px;
	}
	#bottom-right-nav a{
		position: relative; 
		z-index: 5;
		color: #555;
		font-size: 12px;
		vertical-align: middle;
		text-decoration: none;
	}
	#bottom-right-nav a:hover{
		text-decoration: underline;
	}
	
	h4{
		font-size: 22px;
	}
	
#footer{
	width: 908px;
	height: 5px;
	background-image: url('images/body-footer.jpg');
	background-repeat: no-repeat;
	}
	
#realesate-one{
	text-align: center;
	color: white;
	}
	
	#realestate-one h2{
		font-size: 12px;
		line-height: 12px;
		color: white;
		}
		
#hot-deals-table{
	height: 327px;
	width: 289px;
	margin-left: 41px;
	margin-top: 96px;
	overflow: hidden;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

	#hot-deals-table h2{
		font-size: 12pt;
		font-weight: bold;
		color: #000;
		padding: 0px;
		margin: 0px;
	}
	
	#hot-deals-table h3{
		font-size: 8pt;
		color: #40AE39;
		padding: 0px;
		margin: 0px;
	}
	
	#hot-deals-table h4{
		font-size: 7.5pt;
		color: #5E5E5E;
		padding: 0px;
		margin: 0px;
	}
	
	#hot-deals-table a{
		font-size: 7.5pt;
		color: #D8A302;
		padding: 0px;
		margin: 0px;
	}
	
	.filler{
		height: 16px;
	}
	

/* START OF THE LISTINGS SECTION OF THE PAGE THIS WILL WORK UNIVERSALY FOR ALL PAGES */
#listing-section{
	width: 892px; 
	background-image: url('/images/body-filler.jpg'); 
	background-repeat: repeat-y;
	padding-bottom: 40px;
}

#listing-section h2{
	color: #F5C01B;
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
}

#listing-section span{
	color: #cacaca;
	font-size: 9.5pt;
	margin: 0px;
	padding: 0px;
}

#listing-section a{
	color: #cacaca;
	text-decoration: none;
}
	#listing-section a:hover{ color: #F5C01B; text-decoration: underline; }

#listing-head-top{
	background-image: url('/images/listing-head-top.jpg');
	background-repeat: no-repeat;
	padding-left: 15px;
}
	
#listing-head-mid{
	background-image: url('/images/listing-head-mid.jpg');
	background-repeat: no-repeat;
	padding-left: 15px;	
}

#listing-head-bot{
	background-image: url('/images/listing-head-bot.jpg');
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-left: 15px;	
}
	
#listing-body{
	background-image: url('/images/listing-body-bkg.jpg');
	background-repeat: repeat-y;
}

	#listing-body h2{ color: #0B9C02; font-size: 8pt; margin: 0px; padding: 0px; }
	#listing-body h3{ color: #000; font-size: 16pt; margin: 0px; padding: 0px; }
	#listing-body h4{ color: #5e5e5e; font-size: 8pt; margin: 0px; padding: 0px; }
	#listing-body p{ color: #5e5e5e; font-size: 8pt; margin: 0px; padding: 0px; text-align: right; }
	#listing-body a{ color: #F5C01B; font-size: 8pt; }

.listing-divider{
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#listing-footer-top{
	background-image: url('/images/listing-footer-top.jpg');
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-left: 15px;
	height: 29px;
	}
	
#listing-footer-bot{
	background-image: url('/images/listing-footer-bot.jpg');
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-left: 15px;
	height: 39px;
}

		
#map-div{
	position: absolute; 
	z-index: 4;
	width: 530px; 
	height: 420px;
	}


	#map-div a{
		color: #ffba00;
		text-decoration: none;
		font-weight: bold;
		font-size: 8.5pt;
		}
	#traverse{
		position: absolute;
		z-index: 2;
		margin-top: 140px;
		margin-left: 122px;
	}
	#lansing{
		position: absolute;
		z-index: 2;
		margin-top: 230px;
		margin-left: 336px;
	}
	#brighton{
		position: absolute;
		z-index: 2;
		margin-top: 255px;
		margin-left: 340px;
	}
	#rochester{
		position: absolute;
		z-index: 6;
		margin-top: 276px;
		margin-left: 334px;
	}
	#troy{
		position: absolute;
		z-index: 2;
		margin-top: 309px;
		margin-left: 345px;
	}
	#birmingham{
		position: absolute;
		z-index: 2;
		margin-top: 331px;
		margin-left: 322px;
	}
	#farmington{
		position: absolute;
		z-index: 2;
		margin-top: 370px;
		margin-left: 310px;
	}
	#canton{
		position: absolute;
		z-index: 2;
		margin-top: 395px;
		margin-left: 294px;
	}
	#ann{
		position: absolute;
		z-index: 2;
		margin-top: 390px;
		margin-left: 230px;
	}
	#kzoo{
		position: absolute;
		z-index: 2;
		margin-top: 410px;
		margin-left: 196px;
	}
	#grand{
		position: absolute;
		z-index: 2;
		margin-top: 386px;
		margin-left: 125px;
	}
	
/* End of the map section for the home page */
