@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	height: 218px;
}
#topnav {
	background-image: url(/img/topnav_bg.jpg);
	background-repeat: no-repeat;
	height: 58px;
	margin-bottom: 7px;
	padding-top:20px;/*added*/
	text-align:center;/*added*/
}
#topnav table {
	width: 100%;
}
#topnav table tr td {
	padding-top: 20px;
	text-align: center;
}
/*added jul 5*/
#topnav a {
	margin-right:25px;
}
#content_container {
	min-height: 300px;
	margin-bottom: 7px;
	position:relative;
}
.content_1col {
	background-image: url(/img/1col_bg.gif);
	background-repeat: repeat-y;
	padding: 25px;
}
.content_2col {
	background-image: url(/img/2col_bg.gif);
	background-repeat: repeat-y;
}
#content_left {
	width: 402px; /* subtract padding 452 - 25 * 2 */
	float: left;
	padding: 25px;
	position:relative;
}
#content_right {
	width: 490px; /* subtract padding 540 - 25 * 2 */
	float: right;
	padding: 25px;
	position:relative;
}
#footer {
	background-image: url(/img/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 39px;
	text-align: right;
	padding-top: 7px;
	padding-right: 14px;
}
.content {
	color: #fff;
}

.content a, .content a:link, .content a:visited {
	color: #fff;
	text-decoration: underline;
}
.content a:hover {
	color: #000;
	text-decoration: underline;
}
.content h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.content p {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.content table tr td, .content table tr th {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
img {
	border: none;
}
#content_left ul {
	padding:0;
	list-style:none;
}
#content_left ul li {
	display:inline;
}
#content_left ul li a {
	text-decoration:none;
	padding:5px 15px;
	margin:0 10px;
	background-color:#d2232a;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
#ecard-image {
	width:400px;
}
#ecard-left-col {
	width: 460px;
	float: left;
}
#ecard-left-col img {
	width:460px;
}
#ecard-right-col {
	width:460px;
	height:460px;
	float:left;
}
#ecard-right-col.white {
	background-color:#FFFFFF;
	color:#D2232A;
}
#ecard-right-col.red {
	color:#ffffff;
	background-color:#d2232a;
}
#ecard-right-col.white a {
	text-decoration:underline;
	color:#d2232a;
	outline-color:#FFFFFF;
	outline-style:solid;
	outline-width:1px;
}
#ecard-right-col.red a {
	text-decoration:underline;
	color:#ffffff;
}
#ecard-body {
	text-align: center;
	margin:15px;
	font-family:calibri;
}
#ecard-title {
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	padding-top:40px;
}
#ecard-subtitle {
	font-size: 14px;
	font-weight: bold;
	margin: 15px;
}
#ecard-message {
	font-size:14px;
	height:175px;
	line-height:22px;
	padding:0px 22px;
	overflow:hidden;
}
#ecard-ftr {
	font-size:14px;
}
#ecard-ftr img {
	height: 70px;
}
#ecard-container {
	border: 1px solid rgb(255, 255, 255);
	width: 920px;
}
.e-card-choose {
	text-align:center;
	color:#d2232a;
	font-size:18px;
	font-weight:bold;
}
#ecard-entry {
}
.fixed-height {
	height:375px;
	overflow:hidden;
}
.break {
	clear:both;
}
/*--------------------APARTMENT LISTING--------------------------------*/
#apartmentPosting {
	width:95%;
	/*background-color:#d2232a;*/
	padding:20px;
}
#apartmentPosting th {
	font-weight:bold;
	font-size:1.1em;
}
#apartmentPosting table {
	color:#fff;
	text-align:left;
	margin-bottom:20px;
	padding:10px;
	border: solid 2px #fff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 3px 3px 3px #CFCFCF;

	-webkit-box-shadow: 3px 3px 3px #CFCFCF;
	box-shadow: 3px 3px 3px #CFCFCF;
}
#apartmentPosting th {
	padding:5px;
}
#apartmentPosting table tr .tableHeader {
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #fff;
	padding-bottom:-10px;
}
#landlordInfo {
	float:left;
	width:40%;
/*	height:173px;*/
	margin-right:25px;
}
#apartmentPosting .tableHeader {
	font-size:1.5em;
}
#apartmentInfo {
	float:left;
	width:40%;
	margin-right:25px;
	height:320px;
}
#apartmentDetails .def_textarea {
	width:100%;
	height:60px;
}
#apartmentDetails {
	width:57%;
	height:320px;
}
#apartmentDetails table {
	min-height:300px;
}
#apartmentDetails td, #apartmentDetails th {
	text-align:center;
}
#apartmentDetails .tableHeader {
	text-align:left;
}
#info {
	width:100%;
	height:100px;
}
#apartmentDetails select {
	width:80%;
}
#apartmentPosting .errmsg {/*the one NOT in the tables*/
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:bold;
	clear:both;
}
#apartmentPosting table .errmsg {
	margin:0;/*clear any outstanding margins*/
	float:right;
	margin-right:2px;
}
#security {
	float:left;
	width:57%;
}
#news-noob {
	position:relative;
	width:402px;
	height:375px;
	overflow:hidden;
}

#content_left_30{
	width:25%;
	float:left;
	background-color:#D2232A;
	margin-right:50px;
	padding:20px;
	min-height:425px;
}

#content_right_70{
	width:60%;
	float:left;
	background-color:#D2232A;
	padding:20px;
	min-height:425px;
}

.created{
	margin-left:20px;
	font-size:.7em;
}

#content_right_70 .article .image{
	
	float:left;
	margin-right:10px;
	
}

#content_right_70 .article .title{
	font-size:1.3em;
	margin-bottom:10px;
}

#content_right_70 .article .image img{
	max-width:150px;
}

#news-noob {
	position:absolute;
}
#news-noob .article {
	float:left;
	width:402px;
}
#news-noob .article .image {
	width:402px;
	height:300px;
	background-position:center;
}

#news-noob #handles{
	bottom:0;
	right:0;
	position:absolute;
}

#news-noob #handles .handle{
	float:left;
	margin-right:10px;
	border:solid 1px white;
	padding:5px;
	font-weight:bold;
}

#news-noob #handles .handle:hover{
	cursor:pointer;
}

#news-noob #handles .handle.active{
	background-color:#fff;
	color:#D2232A;
}

#news-details .article .left{
	width:45%;
	float:left;
	margin-right:20px;
}

#news-details .article .left .image{
	width:100%;
	overflow:hidden;
}

#news-details .article .left .image img{
max-width:100%;
}

#news-box .content,#news-box .title{
	
	width:380px;
}

#news-box .title{
	font-size:1.5em;
	margin-bottom:5px;
}

/*----------------------------------------NEWS------------------------------*/
.zippy{
	font-family:Arial;
}

.zippy a{
	text-decoration:none;
}

#ArchiveList a{
	text-decoration:none;
}

#ArchiveList ul{
	list-style-type:none;
	padding-left:10px;
}

#ArchiveList ul .archivedate.collapsed ul{
	display:none;
}

#content_container ul li{
	margin-bottom:12px;
}

