/* CSS Document */

body {
	background-image: url('../images/background.gif'); /* remember - url() location is relative to location of this stylesheet */
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 0 0;
}

/*
table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
*/
/*********************************
*
*	ID definitions
*
**********************************/
#addressLine {
	color: #161616;
	line-height: 15px;
	width: 100%;
}

#ammenitiesTable {
		
	width: 100%;
}

#ammenitiesTable > tbody > tr > td {
	vertical-align: top;
}

#contentArea {
	background-color: #ffffff;

	border-style: solid;
	border-width: 0px;

	width: 700px;
}

#exteriorPhoto {
	border-style: solid;
	border-width: 1px;

	width: 155px;
}


#listingInformation {
	border-style: solid;
	border-width: 0px;
	
	width: 90%;
}

#leftColumn {

}

#propertyDescription {
	border-style: solid;
	border-width: 0px;
}

#topLink {
	background: #6F7B5D;
	position: fixed;
	top: 185px;
	left: 25px;
	z-index: 5;
}


/*********************************
*
*	Class definitions
*
**********************************/
.colorTable {
	border-style: solid;
	border-color: #4D6A01;
	border-width: 2px; 
	background-color: #F9DEAD;
}

.dateAvailable {
	font-size: 16px;
	color: #408000;
}

.label {
	font-size: 12px;
	font-weight: bold;
}

.linkButton {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	background: inherit;
	border: none;
}

.lastUpdatedDate {
	font-size: 18px;
	color: red;
}

.normal {
	font-size: 12px;
	font-weight: normal;
	font-family: inherit;
}

.normal_em {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: red;
}

.rent {
	font-size: 16px;
	color: #408000;
}

.streetAddressText {
	font-size: 14px;
	font-weight: bold;
}



