@charset "UTF-8";
/* CSS Document */

a img {border:none;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.bogo {
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	width: 350px;
	border: 1px dotted #000000;
	padding: 10px;
	background-color: #cccc99;
}

.bogo img {
	float: left;
	padding: 0px 10px 0px 0px;
	}

.bogo h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-style: oblique;
	color: #c32b1e;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 1px dashed #907410;
	}
	
.bogo p {
	margin: 0px;
	padding: 6px 15px 0px 10px;
	font-size: 10px;
	line-height: 16px;
	}
	
.bogo a:link, .bogo a:visited {
	color: #030335;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	}
	
.bogo a:hover {
	color: #c32b1e;
}

#cal {
	margin: 20px 0px 0px 42px; 
	border-top: 1px dashed #4d4c47;
	width: 212px;
	padding: 10px 0px 0px 0px;
	}
	
#cal img {
	float: left;
	padding: 0px 10px 10px 0px;
	}
	
#cal p {
	text-align: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
	line-height: 17px;
	}

.non {
	margin: 10px 0px 20px 00px; 
	padding: 10px 0px 0px 0px;
	}	
	
.non img {
	position: absolute;
	}
	
.non p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-style: oblique;
	color: #333300;
	margin: 8px 0px 0px 40px;
	font-size: 15px;
	}
	

#parking {
	margin: 20px 0px 40px 42px; 
	border-top: 1px dashed #4d4c47;
	width: 212px;
	padding: 2px 0px 0px 0px;
	}	
	
#parking h3 {
	font-size: 13px;
	}
	
#parking li {
	padding-bottom: 10px;
	}
	

	
	
/* FLoor plans
---------------------------------- */

#plan {
	width: 100%;
	padding: 10px 30px;
	}
	
#plan ul {
	padding: 0px 0px 0px 45px;
	}
	
#plan li {
	float: left;
	list-style: none;
	width: 220px;
	padding: 10px 5px 20px 5px;
	}
	
