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


#listing {
	float: left;
	background-color:#5d0507;
	padding-left: 44px;
	height: 520px;
	width: 644px;
	margin-left: 1px;
	
	background: -moz-linear-gradient(left,  #260102,  #5d0507); /* MOZILLA GRADIENT */
	background: -webkit-gradient(linear, left top, right top, from(#260102), to(#5d0507)); /* SAFARI and WEBKIT BROWSERS GRADIENT */
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#260102, endColorStr=#5d0507, GradientType=1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#260102, endColorstr=#5d0507, GradientType=1)"; /* IE GRADIENT */
}
#listing-title {
	height: 42px;
	width: 688px;
	background-color: #260102;
	margin: 1px 0px 0px 1px;	
}

#address {
	margin: 10px 0px 0px 44px;
	border-bottom: 1px solid #FFF;
	float: left;
	width: 400px;
	height: 30px;
	background-color: #260102;	
}
#askingPrice {
	margin: 10px 44px 0px 0px;
	border-bottom: 1px solid #FFF;
	float: left;
	width: 200px;
	height: 30px;
	background-color: #260102;
}
#town {
	margin-left: 1px;
	width: 688px;
	background-color:#5d0507;
	background: -moz-linear-gradient(left,  #260102,  #5d0507); /* MOZILLA GRADIENT */
	background: -webkit-gradient(linear, left top, right top, from(#260102), to(#5d0507)); /* SAFARI and WEBKIT BROWSERS GRADIENT */
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#260102, endColorStr=#5d0507, GradientType=1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#260102, endColorstr=#5d0507, GradientType=1)"; /* IE GRADIENT */	
}
h2.streetAddress {
	margin: 0px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
}
h2.price {
	margin: 0px;
	color: #FFF;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 25px;	
}
h2.price span {
	font-size: 20px;
}
h2.town {
	margin: 0px 0px 0px 44px !important;
	color: #ffffff;
	font-family: Trajan, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.05em;
}
#listingWrap {
	min-height: 185px;	
}
#listingInfo {
	margin: 1px 0px 0px 1px;
	float: left;
	width: 423px;
	min-height: 175px;
}
#listingContactAlison {
	margin-top: 1px;
	float: left;
	width: 245px;
	background-image: url(../images/alison_willsey_seibel_headShot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#949494 !important;
	
	min-height: 175px;
	background-color:#000;		
}
h3.contactListingTitle {
	font-family: Trajan, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font-size: 20px;
	letter-spacing: 0.05em;
}
h3.contactListingSubTitle {
	font-family: Arial, Helvetica, sans-serif;	
	color: #E1E1E1;
	margin: 0px;
	padding: 0px 0px 20px 5px;
	font-size: 13px;
	letter-spacing: 0.075em;
	font-style: italic;
}
h3.contactMode {
	font-family: Arial, Helvetica, sans-serif;	
	color: #67181a;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 13px;
	letter-spacing: 0.075em;
	font-style: italic;
}
h3.phoneNumber {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding: 0px 0px 6px 5px;
	font-size: 21px;
	line-height: 14px;
	margin-top: -3px;
}
h3.phoneNumber span {
	font-size: 14px;	
}
h3 a.emailLink {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;	
}
h3 a.emailLink:hover {
	color: #260102;
}
#descriptionLists ul.building {
	list-style: none;
	width: 245px;
	float: left;
	margin-left: 12px;	
	padding:0px !important;
}
#descriptionLists ul.rooms {
	list-style: none;
	width: 170px;
	float: left;
	padding:0px !important;
}
#descriptionLists ul.floor {
	list-style: none;
	width: 103px;
	float: left;
	padding:0px !important;
}
#descriptionLists ul.dimensions {
	list-style: none;
	width: 150px;
	float: left;
	padding:0px !important;
}
#descriptionLists ul.dimensions li {
	color: #666;
	font-weight: normal;
}
#descriptionLists ul.floor li {
	color: #666;
	font-weight: normal;
}
#descriptionLists ul span {
	float: right;
	color: #666;
	font-weight: normal;	
}
#descriptionLists ul li {
	background-color: #EFEFEF;
	padding: 2px 5px;
	color: #551012;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 10px !important;
	font-weight: bold;
}
#descriptionLists ul li.white {
	background-color: #FFF;
}
#descriptionLists ul.rooms li.header {
	color: #290202;
	font-weight: bold;
}
#descriptionLists ul.floor li.header {
	color: #290202;
	font-weight: bold;
}
#descriptionLists ul.dimensions li.header {
	color: #290202;
	font-weight: bold;
}
h2.Left {
	width: 423px;
	float: left;	
}
h2.Right {
	margin-left: 12px !important;
	width: 245px;
	float: left;	
}
