/* CSS Document */
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page_bkgd.jpg);
}

.brownBkgd {
	background-image: url(images/brown_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-right-style: none;

}

.textBkgd {
	background-image: url(images/text_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.logo {
	padding-top: 15px;
	padding-bottom: 35px;
}

.tagline {
	padding-top: 32px;
	padding-left: 0px;
	padding-bottom: 22px;
	padding-right: 0px;
	vertical-align: top;
}



.mainPhoto {
	padding-top: 13px;
	bottom: auto;
	text-align: center;
}

.leftBarTop {
	padding-top: 17px;
}

.leftBarBottom {
	padding-bottom: 17px;
}

.pageTitle {
	padding-top: 10px;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	text-align: center;
	color: #FFFCE1;
}

.subTitle {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #731416;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 17px;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

.textItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
	vertical-align: top;
	font-style: italic;
}


.textHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 17px;
	padding-bottom: 5px;
	padding-top: 14px;
	padding-right: 17px;
	text-align: justify;
	color: #000000;
	vertical-align: top;
}

.textFloorPlans {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: left;
	color: #000000;
}
.textFloorPlans a:link,.textFloorPlans a:visited,.textFloorPlans a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: left;
	color: #731416;
	text-decoration:underline;
}

.textFloorPlans a:hover{
    color:#000;
    text-decoration:underline;
    border-top:1px solid #000;
}

.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	vertical-align: top;
}

.textBoldItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	vertical-align: top;
	font-style: italic;
}

.textBoldRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #731416;
	vertical-align: top;
}

.textBoldRedItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #731416;
	vertical-align: top;
	font-style: italic;
}
.textBoldUnderline {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	vertical-align: top;
	text-decoration: underline;
}


.textCAPS {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
	color: #731416;
	font-weight: bold;
	text-transform: uppercase;
}

.textPhoto {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: center;
	color: #000000;
}

.textForms {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	color: #000000;
}

.starBullets {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color: #731416;
}

/* additional styles for navigation */
#menuHolder{
    width:650px;
    margin:auto;
    position:relative;
}
#menu{
    background: none;
    position:absolute;
    top:19px;
    left:20px;
	}
a:link {
	color:#E6D4B8;
	text-decoration:none;
}
a:visited {
	color:#E6D4B8;
	text-decoration:none;
}
a:hover {
	color:#E6D4B8;
	text-decoration:none;
}
a:active {
	color:#E6D4B8;
	text-decoration:none;
}
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width:9em;
	color:#E6D4B8;
	margin-top:2px;
}

html>body li{
    margin-top:1px;
    }

li.oar{
    width:.1em;
    margin:0 1em;
    }


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.1em;
	left: 0;
	padding:.3em .3em 1.5em .3em;
	background: url(images/navBkgd.jpg) bottom center no-repeat;
	border: 1px solid #731516;
	border-top:none;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* individually resize the top level list items
   sine you MUST declare the 10em width in the top lists to make the
   drop downs work in IE6
*/
li li a:hover {
	padding-left:5px;
	border: 5px solid #E6D4B8;
	border-width: 0 0 0 5px;
}


#home{
    width:35px;
}
#home a:link, #home a:active, #home a:visited{
    color:#E6D4B8;
    text-decoration:none;
    }

#ourApartments{
    width:100px;
}

#communityResources{
    width:140px;
}

#residentServices{
    width:110px;
}

#contactUs{
    width:80px;
}

.clearBoth{
    clear:both;
    }

ul.bullets{
    list-style-type:disc;
    margin:.5em .5em 2em .5em;
    padding:.1em;
    width:90%;
    z-index:0;
    }
ul.bullets li{
	float: none;
	position: relative;
	width:100%;
	color:#000;
	margin-left:2em;
    }

input{
    color:#000;
    border:1px solid #7E644D;
    background-color:#FFF8F0;
    margin-top:.5em;
    }
textarea{
    color:#000;
    border:1px solid #7E644D;
    background-color:#FFF8F0;
    margin-top:.5em;
    }
select{
    color:#000;
    border:1px solid #7E644D;
    background-color:#FFF8F0;
    margin-top:.5em;
    }
	
#captcha{
	padding:0px 0px 10px 130px;
	margin-top:25px;
}
#captcha p{
	padding:0px 0px 10px 0px;
	margin:10px 0px 0px 0px;
	text-align:left;
}
.captcha-starBullets {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color: #731416;
}