/* -----------  APARTMENTS CSS FILE ------------ */

#contentcontainer {
	background-image: url(../images/pricebck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FDFFE7;
}
#content {
	text-align: left;
	padding: 100px 0px 0px 10px;
	margin: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #AA7618;
	letter-spacing: 0.2em;
	margin-bottom: 0.3em;
}
#pricetext {
	width: 680px;
	padding: 0;
	margin-bottom: 10px;
	float: right;
}
#pricetext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-weight: normal;
	text-transform: uppercase;
	color: #AA7618;
	letter-spacing: 0.2em;
	margin: 1em 0 .5em 0;
}
#pricetext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0px 0px .6em;
	padding: 0px;
}
#pricetext ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0px 0px .6em 20px;
	padding: 0px;
	list-style-type: disc;
}
#pricetext table {
	width: 100%;
	margin: 15px 0 10px;
	/*background-color: #E8EBCA;*/
}
#pricetext table#onebr { margin-bottom: 25px; }
#pricetext th, #pricetext td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	text-align:center;
}
#pricetext th {
	/*background-color: #403C0E;
	color: #FDFFE7;*/
	background-color: #DBDFB8;
	padding: .4em .2em;
}
#pricetext td {
	padding: .4em .2em;
	border-bottom: 1px solid #DBDFB8;
}
/*#pricetext tr.alt { background-color: #DBDFB8; }*/
#contentheight {
	height: 435px;
	width: 30px;
	float: right;
	right:0;
}
#aptsidebar {
	float: left;
	width: 150px;
	padding: 0;
	margin: 65px 0 0 0px;
}
#aptsidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FEFFE6;
	letter-spacing: 0.2em;
	margin: .5em 1em 0em 1em;

}
#aptsidebar ul {
	padding: .5em 0px .1em 0px;
}
#aptsidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0px 1em .4em 2.2em;
	padding: 0px;
	list-style-type: disc;
	color: #FEFFE6;
}




