/* CSS Document */

* {margin: 0px; padding: 0px; border: none;}

/* page bg = b0c8dd */
/* shadow = 8092bd */
/* logo (tree) = ced7e1 */
/* logo (text) = 4976a3 */
/* img bg = 003366 */
/* content bg = e7eff5 */

a:link { color: #000000; text-decoration: underline;} 
a:visited { color: #000000; text-decoration: underline;} 
a:active { color: #000000; text-decoration: underline;} 
a:hover { color: #ff0000; text-decoration: underline;}

body {
	background-color: #b0c8dd;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.clear {
	clear: both;
	}

.shadow {
	position: relative;
	top: 20px;
	left: 50%;
	width: 750px;
	margin-left: -372px;
	background-color: #94a9ca;
	}
	
.container {
	position: relative;
	top: -2px;
	left: -4px;
	width: 750px;
	min-height: 400px;
	border: 1px solid #7585b5;
	background-color: #003366;
	}


/* -------------------------------------------------- */
/* --- MASTHEAD ------------------------------------- */
/* -------------------------------------------------- */

.masthead {
	width: 100%;
	height: 110px;
	background-color: #ffffff;
	}
	
.masthead .logo {
	float: left;
	width: 300px;
	height: 110px;
	background-image: url(../images/cha-logo.gif);
	background-repeat: no-repeat;
	}
	
.masthead .logo a {
	display: block;
	width: 300px;
	height: 110px;
	}
	
.masthead .logo h1 {
	display: none;
	}
	
.masthead .logo h2 {
	display: none;
	}
	
.masthead .logo p {
	display: none;
	}
	
.masthead .nav {
	float: left;
	position: relative;
	top: 90px;
	width: 450px;
	text-align: center;
	}	
	
.masthead .nav a:link { color: #000000; text-decoration: none;} 
.masthead .nav a:visited { color: #000000; text-decoration: none;} 
.masthead .nav a:active { color: #000000; text-decoration: underline;} 
.masthead .nav a:hover { color: #000000; text-decoration: underline;}
.masthead .nav a.selected { color: #000000; text-decoration: none; font-weight: bold;}
	

/* -------------------------------------------------- */
/* --- BODY ----------------------------------------- */
/* -------------------------------------------------- */

.body .image {
	float: left;
	width: 300px;
	height: 290px;
	background-color: #003366;
	}	
	
.body .content {
	float: left;
	width: 414px;
	min-height: 262px;
	height: auto !important;
	height: 262px;
	padding: 14px 18px 14px 18px;
	background-color: #e7eff5;
	}	
	
.body .content h1 {
	color: #336699;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	}

.body .content h1:first-letter {
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	}

.body .content h2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	}
	
.body .content h3 {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 2px 0px;
	}
	
.body .content h4 {
	float: left;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 35px;
	}

.body .content p {
	margin: 10px 15px 0px 15px;
	}
	
.body .content ul {
	margin: 10px 0px 0px 30px;
	}
	
.body .content div {
	padding: 10px 10px 10px 10px;
	}
	
.body .content div a {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid transparent;
	}

.body .content div a:link { border: 1px solid #e7eff5; } 
.body .content div a:visited { border: 1px solid #e7eff5; } 
.body .content div a:active { border: 1px solid #e7eff5; } 
.body .content div a:hover { border: 1px solid #ff0000; }

.body .content div a img {
	margin: 0px 0px 0px 0px;
	}

.body .content div a.printerfriendly:hover { border: 1px solid #e7eff5; color: #ff0000; }

.body .content div h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	}

.body .content div p {
	margin: 0px 0px 10px 0px;
	}

.body .content a.rentalapp {
	margin: 0px 0px 0px 35px;
	}

/* -------------------------------------------------- */
/* --- FOOTER --------------------------------------- */
/* -------------------------------------------------- */

.footer {	
	position: relative;
	top: 30px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	text-align: center;
	}	
	
.kriegsfeld {
	float: left;
	width: 225px;
	margin: 0px 0px 10px 50px;
	display:none;
	}

.kriegsfeld p {
	float: left;
	text-align: center;
	}
	
.kriegsfeld p.a {
	padding: 5px 0px 0px 0px;
	text-transform: capitalize;
	}
	
.kriegsfeld p.b {
	margin: 0px 0px 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	}

.equalhousing {
	/*float: left;*/
	width: 225px;
	/*margin: 0px 0px 10px 50px;*/
	margin: 0px auto;
	}

.equalhousing p {
	float: left;
	text-align: center;
	}
	
.equalhousing p.a {
	padding: 5px 0px 0px 30px;
	text-transform: capitalize;
	}
	
.equalhousing p.b {
	margin: 0px 0px 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	}

.copyright {
	text-align: center;
	color: #000000;
	width: 100%;
	}

/* -- Ajax styles --------------------------------------- */

.body .content p.special{margin:30px 0px 0px 0px; width:414px;}
	p.special .special1{font-weight:bold; font-size:14px; display:block; text-align:center; margin:0px 0px 5px 0px;}
	p.special .special2{font-weight:normal; font-size:14px; display:block; text-align:center; margin:0px 0px 10px 0px;}
	p.special .corp{display:block; text-align:center;}

.applicationfee{display:block;}
.securitydeposit{display:block;}
.petfee{display:block;}
.petrent{display:block;}
.6months{display:block;}
.3months{display:block;}
.months{display:block;}
.corp{display:block; margin:10px 0px 0px 35px;}













	
