/* CSS Document */

/**********siteMap*************************************/ 
h3 A:link, h3 A:visited, h3 A:hover, h3 A:active {
	color: #FFFFFF;
	text-decoration: none;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 25px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 20px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
}

h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
}

#siteMap{
	width: 900px;
	margin: auto;
}

#homeMap{
	width: 900px;
	height: 250px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #666666;
}

#houseR{
	width: 250px;
	height: 250px;
	background-color:#000000;
	float: right;
}

#houseL{
	width: 250px;
	height: 250px;
	background-color:#000000;
}

#houseR a img{
	width: 225px;
	height: 150px;
	padding-left: 10px;
}
#houseL a img{
	width: 225px;
	height: 150px;
	padding-left: 10px;
}

#txtMapR {
	width: 625px;
	height: 240px;
	overflow:auto;
	float: right;
}

#txtMapL {
	width: 625px;
	height: 240px;
	overflow:auto;
	background-color:#B2F776;
	padding-left: 15px;
	float: left;
}

#specs {
	width: 255px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#disc {
	width: 360px;
	float: right;
	font-style: italic;
}

#anchor {
	width: 225px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
#anchor li{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
/**********END siteMap*************************************/ 




/**********Upgrades****************************************/ 

#upgradeMain{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
/**********END Upgrades***************************/ 




/**********drivingDirections*******************************/ 
#anchorDrive {
	width: 225px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
#anchorDrive li{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#directions {
	width: 325px;
	font-family: "Times New Roman", Times, serif;
	float: left;
}
/**********END drivingDirections***************************/ 