body {
	margin: 0px;
	background:url("../images/bg.jpg") repeat-x;
}

img{
	border:0;
}

h1{
	font-size:12px;
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
}

.container{
	width:807px;
	margin: 40px auto;
	margin-bottom:0px;
	padding:0px;
	background:url("../images/container_bg.jpg");
}

.left_col{
	float:left;
	margin:0px;
	padding:30px;
	width:222px;
	height:580px;
}

.left_col p{
	margin:0px;
	padding:0px;
}

.right_col{
	float:left;
	margin:0px;
	width:500px;
}

.right_col .nav{
	margin:0px;
	padding:25px 0px;
}

.right_col .nav li{
	float:left;
	list-style:none;
}

.right_col .nav li a{
	display:block;
	width:100px;
	height:34px;
}

.right_col .nav li .about{
	background:url("../images/nav_about.gif");
}

.right_col .nav li .about:hover{
	background:url("../images/nav_about.gif") 50% 100% no-repeat;
}

.right_col .nav li .apartments{
	background:url("../images/nav_apartments.gif");
}

.right_col .nav li .apartments:hover{
	background:url("../images/nav_apartments.gif") 50% 100% no-repeat;
}

.right_col .nav li .careers{
	background:url("../images/nav_careers.gif");
}

.right_col .nav li .careers:hover{
	background:url("../images/nav_careers.gif") 50% 100% no-repeat;
}

.right_col .nav li .contact{
	background:url("../images/nav_contact.gif");
}

.right_col .nav li .contact:hover{
	background:url("../images/nav_contact.gif") 50% 100% no-repeat;
}

.right_col .nav li .feedback{
	background:url("../images/nav_feedback.gif");
}

.right_col .nav li .feedback:hover{
	background:url("../images/nav_feedback.gif") 50% 100% no-repeat;
}


.content{
	margin-top:25px;
	padding:0px;
	clear:left;
	width:483px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	background: #FFFFFF;
}

.content p, .content h1, .content h2, .content h3, .content ol{
	margin:0px;
	margin-top:10px;
	padding:0px 17px;
}

.content h1{
	color:#00652E;
}

.content h2{
	font-size:11px;
	font-weight:normal;
}

.content h3{
	margin-top:0px;
	font-size:11px;
	color:#8A8A8A;
	font-weight:normal;
}

.content ol{
	margin-left:20px;
}

.content form{
	margin-left:17px;
}

.content .listingbox{
	width:447px;
	height:110px;
	margin: 0px 17px;
	margin-bottom:10px;
	background:#F6F7F2;
}

.content .listingbox img{
	width:176px;
	height:110px;
}

.content .listingbox h1{
	margin:0px;
	padding-top:17px;
	font-size:13px;
	color:#246A3D;
	text-transform:uppercase;
}

.content .listingbox h2{
	margin:0px;
	padding:0px;
}

.content .listingbox a{
	color:#246A3D;
}

form .col1, form .col2{
	float:left;
	margin-bottom:5px;
}

form .col1{
	width:35px;
}

.results{
	width:100%;
	clear:left;
	list-style:none;
	margin:0px 17px;
	padding:0px;
}

.results li{
	float:left;
	padding: 5px 15px 5px 0px;
	line-height:13px;
}

.results a{
	color:#246A3D;
}

.results .title{
	width:100px;
}

.results .location{
	width:120px;
}

.results .openings{
	width:90px;
}

.results .date{
	width:75px;
}

.footer{
	clear:both;
	padding:20px 33px;
}