/* CSS for Chatham Village Apartments */

* {margin: 0px; padding: 0px;}

a:link { color: #000000; text-decoration: none;} 
a:visited { color: #000000; text-decoration: none;} 
a:active { color: #000000; text-decoration: none;} 
a:hover { color: #000000; text-decoration: underline;}

body {
	font-family: Times New Roman, serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	}
	
.nav {
	display: none;
	}
	
.image {
	display: none;
	}
	
.content {
	margin: 25px 0px 0px 0px; 
	}
	
iframe {
	margin: 20px 0px 20px 0px;
	}	
iframe + iframe {
	position: relative;
	top: 15px;
	left: -418px;
	}
	
.kriegsfeld {
	width: 350px;
	margin: 0px 0px 0px 0px;
	}

.kriegsfeld p {
	text-align: left;
	float: left;
	}
	
.kriegsfeld p.a {
	padding: 5px 0px 0px 0px;
	text-transform: capitalize;
	}
	
.kriegsfeld p.b {
	margin: 0px 0px 15px 10px;
	text-transform: uppercase;
	font-weight: bold;
	}

.equalhousing {
	width: 350px;
	margin: 0px 0px 10px 0px;
	}


.equalhousing p {
	text-align: left;
	float: left;
	}
	
.equalhousing p.a {
	padding: 0px 0px 0px 0px;
	text-transform: capitalize;
	}
	
.equalhousing p.b {
	margin: 0px 0px 20px 10px;
	text-transform: uppercase;
	font-weight: bold;
	}

.copyright {
	clear: both;
	}
/* End CSS Chatham Village Apartments */	