@charset "UTF-8";
body {
	font: 80% Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:130%;
	}
.oneColFixCtr #container {
	width: 757px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
#container1 {
	background:url(../images/bg-home-top.jpg) no-repeat;
	float:left;
	width:757px;/* originally 757px */
	margin:0;
	padding:0;
	}
#container2 {
	width:757px;/* originally 757px */
	/*height:720px;*/
	background:url(../images/bg-content.jpg) bottom no-repeat #f2edc5;
	/*float:left;*/
	margin:0;
	padding:0;
	}

#home1 {
	width:445px;
	/*height:481px;*/
	float:left;
	z-index:10;
	}
	
#home2 {
	width:312px; /*312*/
	/*height:481px;*/
	float:right;
	z-index:20;
	}
	
#nav1 {
	width:445px;
	height:54px;
	float:left;
	background:url(../images/menu-bg1.jpg) no-repeat;
	_position: relative;
	_top: -3px;
	}
#content1 {
	margin:0;
	padding:15px 20px 10px 40px;
	float:left;
	width:385px;
	}
#phone {
	width:282px;
	height:43px;
	color:#edd486;
	margin:0;
	padding:30px 30px 0 0;
	text-align:right;
	background:url(../images/bg-phone.jpg);
	}	
#communities {
	width:757px;
	/*height:239px;*/
	/*float:left;*/
	clear:both;
	font-size:85%;
	margin-top:10px;
	}
#CTArichmond {
	width:191px;
	height:119px;
	float:left;
	background:url(../images/bg-richmond-cta.jpg) no-repeat;
	margin:0;
	padding:130px 30px 30px 50px;
	cursor:pointer;
	}
a#CTArichmond:hover {
	background:url(../images/bg-richmond-cta-mo.jpg) no-repeat;
	text-decoration:none;
	}
#CTAfburg {
	width:192px;
	height:119px;
	float:left;
	background:url(../images/bg-fredericksburg-cta.jpg) no-repeat;
	margin:0;
	padding:130px 30px 30px 10px;
	cursor:pointer;
	}
#CTAfburg:hover {
	background:url(../images/bg-fredericksburg-cta-mo.jpg) no-repeat;
	text-decoration:none;
	}
#CTAcville {
	width:194px;
	height:119px;
	float:right;
	background:url(../images/bg-charlottesville-cta.jpg) no-repeat;
	margin:0;
	padding:130px 50px 30px 10px;
	cursor:pointer;
	}
#CTAcville:hover {
	background:url(../images/bg-charlottesville-cta-mo.jpg) no-repeat;
	text-decoration:none;
	}
	
/* new homepage items */
ul#locations {
	margin:0 0 0 28px;
	padding:20px 10px 0 10px;
	list-style:none;
	}
ul#locations li {
	float:left;
	margin:0;
	padding:0;
	font-size: 90%;
	/*display:inline;*/
	}
ul#locations a {
	float:left;
	display:block;
	margin:0 15px 15px 0;
	padding:140px 15px 0 15px;
	text-decoration:none;
	color:#020200;
	/*width:52px;*/ /* originally 56px */
	height:77px; /*217*/
	width:300px; /*330*/
	text-align:left;
	}
a#loc-richmond {
	background:url(../images/bg-cta-richmond.jpg) no-repeat top left;
}
a#loc-richmond:hover {
	background:url(../images/bg-cta-richmond-mo.jpg) no-repeat top left;
}
a#loc-fburg {
	background:url(../images/bg-cta-fredericksburg.jpg) no-repeat top left;
}
a#loc-fburg:hover {
	background:url(../images/bg-cta-fredericksburg-mo.jpg) no-repeat top left;
}
a#loc-cville {
	background:url(../images/bg-cta-charlottesville.jpg) no-repeat top left;
}
a#loc-cville:hover {
	background:url(../images/bg-cta-charlottesville-mo.jpg) no-repeat top left;
}
a#loc-ftlee {
	background:url(../images/bg-cta-fortlee.jpg) no-repeat top left;
}
a#loc-ftlee:hover {
	background:url(../images/bg-cta-fortlee-mo.jpg) no-repeat top left;
}

/* end new homepage items */
	
#sideContent {
	padding:0 30px;
	color:#575100;
	}
#sideContent2 {
	margin-bottom:20px;
	}
#sideContent2 img {
	margin-top:20px;
	}
#step-in {
	clear:both;
	margin:0;
	padding:0 0 10px 43px;
	}
#bottom {
	clear:both;
	margin:0;
	padding:35px;
	}
	
/* TEXT */
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
li {
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/li-bullet.jpg) no-repeat left top;
	}
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
h1	{
	}
	
h2 {
	color:#666100;
	}
	
th {
	font-weight:bold;
	color:#5a6500;
	}
.hightlight1 {
	color:#5c6800;
	font-weight:bold;
	}

	
/* NAVIGATION */
#nav {
	float:center;
	/*width:100%;*/
	margin:0;
	padding:20px 10px 0 10px;
	list-style:none;
	}
#nav li {
	float:left;
	margin:0;
	padding:0;
	font-size: 70%;
	/*display:inline;*/
	}
#nav a {
	float:left;
	display:block;
	margin:0 3px 0 0; /* 0 4 0 0 */
	padding:6px 8px; /* originally 6px 4px */
	text-decoration:none;
	background: #f3e2ae url(../images/bg-tab.jpg) repeat-x;
	color:#212121;
	/*width:52px;*/ /* originally 56px */
	height:12px;
	text-align:center;
	border-top:#7e7947 1px solid;
	border-right:#7e7947 1px solid;
	}
#nav a:hover{
	background-image:url(../images/bg-tab-mo.jpg);
	}

/* drop down styles */
#nav li ul {
	display: none;
	top: 225px;
	/*left:-135px;*/
	position: absolute; 
	width:225px;
	padding-top:9px;
	z-index: 2000;
	}
/*#nav li ul li {
	text-align:left;
	}*/
#nav li ul a {
	width:155px;
	background:#fefbf0;
	background-image:none;
	text-align:left;
	border-right:none;
	border-top:none;
	border-bottom:#7e7947 1px solid;
	font-size:130%;
	letter-spacing:+1px;
	margin:0;
	}
#nav li ul a:hover {
	background-image:none;
	background-color:#d9e09a;
	}
/*#mainNav li ul a{
	border:none;
	background:#FFFFFF url(../images/bg-dropdown.jpg) left bottom no-repeat;
	color:#142752;
	margin:0;
	padding:9px 10px;
	}
#mainNav li ul a:hover{
	background:#FFFFFF url(../images/bg-dropdown-mo.jpg) left bottom no-repeat;
	}*/
li > ul { 
	top: auto;
	left: auto;
	}
/*#nav li:hover ul {
	display: block;
	}
	/* end drop down styles */


/* END NAVIGATION */



/* FOOTER */
#footer {
	width:757px;
	background-color:#b9c168;
	margin:0;
	padding:10px 0;
	clear:both;
	/*float:left;*/
	text-align:center;
	font-size:95%;
	}

/* IMAGES */
img.img1 {
	border:#bac169 solid 5px;
	float:left;
	padding:0;
	margin:0 20px 15px 0;
	}

hr {
	border:none;
	height:4px;
	color:#bac169;
	background-color:#bac169;
	}
	
/* COMMUNITIES */
#1column {
	margin:0;
	padding:34px;
	}
#propTable {
	width:683px;
	margin:34px;
	border-collapse: collapse; /* allows borders to appear */
	border-bottom:#aea171 solid 2px;
	}
tr#tableHeader {
	background:url(../images/bg-table-header.jpg) repeat-x #475100;
	border-top:#aea171 solid 2px;
	border-right:#aea171 solid 2px;
	border-left:#aea171 solid 2px;
	}
th.tableHeader2 {
	color:#b9c168;
	font-weight:bold;
	font:115% Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
	padding:8px 8px 8px 10px;
	}
tr.row1 {
	background:#fffdf4;
	border-top:#aea171 solid 2px;
	border-right:#aea171 solid 2px;
	border-left:#aea171 solid 2px;
	height:50px;
	}
tr.row1 td {
	padding:8px 8px 8px 10px;
	vertical-align:top;
	color:#4c3d00;
	font-size:110%;
	}
tr.row2 {
	background:#ece8d4 url(../images/bg-row2.jpg) repeat-x;
	/*border-bottom:#aea171 solid 2px;*/
	border-right:#aea171 solid 2px;
	border-left:#aea171 solid 2px;
	}
tr.row2 td {
	padding:10px 6px;
	vertical-align:top;
	text-align:left;
	}
tr.row2 img{
	border:#cbc299 solid 1px;
	margin:0 4px;
	}
.propName {
	color:#302701;
	font-size:120%;
	}
.managedBy {
	color:#857843;
	font-size:90%;
	}
.managedBy a{
	color:#857843;
	font-size:90%;
	text-decoration:underline;
	}
.new {
	color:#6e7b0e;
	font-weight:bold;
	}
	/*new menu*/



#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font: 10px;
z-index:100;
background: #fff;
}

#dropmenudiv a{
width: 100%;
display: block;
padding: 5px 5px 5px 7px;
text-align: left;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: normal;
font-size: 10px;
background: #fefbf0;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #d9e09a;
}

