@charset "utf-8";
/*this is the styling for the Detail.html and DetailNone.html pages*/
#detailPageContent {
	padding:20px 40px 0px 40px;
}
#pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#pageTitleText {
	float:left;
	padding-top: 2px;
}
#showingID {
	float:right;
}
#showingID a {
	position:relative;
	background:#225c2e;
	text-decoration: none;
	font-size: 16px;
	color: white;
	padding: 2px 8px 5px 8px;
	line-height: 24px;
	height: 24px;
	border: 1px solid #000;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	behavior: url(ie_effects/PIE.htc);
}
#showingID a:hover {
	background: blue;
}
#topLine {
	padding:10px 0px 8px 0px;
}
#textMLS {
	padding:0px 0px 10px 10px;
}
#detailFormContainer {
	height:350px;
	padding:0px 10px;
}
#infoBar {
}
#infoBarText {
	background: #571832;
	font-size: 18px;
	color: #FFF;
	width:360px;
	padding: 4px 9px 0px 15px;
	display: block;
}
#infoBarLine {
	width:660px;
	background: #571832;
	font-size:1px;
	height:4px;
	margin-bottom:4px;
}
#pictureAndText {
	position:relative;
}
/*this wrapps the housePictures*/
#housePictures {
	position:relative;
}
/*features below the picture*/
#houseFeaturesText {
	position:absolute;
	top:300px;
	left:0px;
	width:400px; /*this matches the imageRotator.html width*/
	text-align:center;
}
#linkText {
	position:absolute;
	top:5px;
	right:10px;
	width:195px;
	font-size: 18px;
	line-height: 34px;
	padding:4px 0px 12px 13px;
	border: 1px solid white;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	behavior: url(ie_effects/PIE.htc);
}
#linkText a {
	color:#00F;
}
#linkText a:hover {
	background:#CFF;
}
.printFriendly {
	font-size:12px;
	color:#00F;
}
#vituralTour a {
	background:darkgreen;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: white;
	padding: 2px 8px 5px 8px;
	line-height: 24px;
	height: 24px;
}
#vituralTour a:hover {
	background:blue;
	color: white;
}
#videoCommercial a {
	background:maroon;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: white;
	padding: 2px 8px 5px 8px;
	line-height: 24px;
	height: 24px;
}
#videoCommercial a:hover {
	background:blue;
	color: white;
}
#theHouseBody {
	margin:10px 10px 0px 10px;
}
#theHouseAddress {
	background: DarkSlateGray;
	padding:5px 0px 6px 10px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#theCountyAddress {
	font-style: italic;
}
#houseDiscription {
	margin-top:5px;
}
#disclaimerStatement {
	margin-top:5px;
}
#lineSpacer {
	font-size: 6px;
}
#bottomThickLine {
	background: #571832;
	font-size: 4px;
	margin:10px 10px 15px 10px;
}
/**** this is for general text styling ****/
.style6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
/* end of general text styling */

