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

#contentcontainer {
	background-image: url(../images/aptsbck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#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;
}
#apttext {
	width: 500px;
	padding: 0;
	float: right;
}
#apttext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0px 0px .6em;
	padding: 0px;
}
#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;
}




ul#aptimgbuttons {
	padding: 0px;
	margin: 10px 0px 0 0;
	width: 500px;
	white-space: nowrap;
}
#aptimgbuttons li {
	list-style-type: none;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}
#aptimgbuttons li a {
	display: block;
	width: 90px;
	height: 115px;
	padding: 0;
	margin: 0;
}
#aptimgbuttons li a .alt {
	display: none;
}
#aptimgbuttons li#a1 {
	background-image: url(../images/apts-a1.gif);
    background-position: 0 0;
	margin-right: 10px;
}
#aptimgbuttons li#a1 a {
	background-image: url(../images/apts-a1.gif);
    background-position: 0 0;
}
#aptimgbuttons li#a1 a:hover {
    background-position: 0 -115px;
}
#aptimgbuttons li#a2 {
	background-image: url(../images/apts-a2.gif);
    background-position: 0 0;
	margin-right: 10px;
}
#aptimgbuttons li#a2 a {
	background-image: url(../images/apts-a2.gif);
    background-position: 0 0;
}
#aptimgbuttons li#a2 a:hover {
    background-position: 0 -115px;
}
#aptimgbuttons li#b1 {
	background-image: url(../images/apts-b1.gif);
    background-position: 0 0;
	margin-right: 10px;
}
#aptimgbuttons li#b1 a {
	background-image: url(../images/apts-b1.gif);
    background-position: 0 0;
}
#aptimgbuttons li#b1 a:hover {
    background-position: 0 -115px;
}
#aptimgbuttons li#b2 {
	background-image: url(../images/apts-b2.gif);
    background-position: 0 0;
	margin-right: 10px;
}
#aptimgbuttons li#b2 a {
	background-image: url(../images/apts-b2.gif);
    background-position: 0 0;
}
#aptimgbuttons li#b2 a:hover {
    background-position: 0 -115px;
}
#aptimgbuttons li#b3 {
	background-image: url(../images/apts-b3.gif);
    background-position: 0 0;
	margin-right: 0px;
}
#aptimgbuttons li#b3 a {
	background-image: url(../images/apts-b3.gif);
    background-position: 0 0;
}
#aptimgbuttons li#b3 a:hover {
    background-position: 0 -115px;
}