/**
 * This typography file is included in the WYSIWYG editor
 */
 .typography * {
	font-family:Arial,sans-serif;
	font-size:1em;
}
.typography {
	font-size: 1.2em;
}
.typography h1 {
    font-size: 2em;
}
.typography h2 {
	font-size: 1.6em;
}
.typography h3 {
	font-size: 1.4em;
	margin-bottom: .5em;
}
.typography h4 {
	font-size: 1.2em;
	margin-bottom: 0;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
.typography b, .typography strong { font-weight: bold; }
.typography ul {
	margin-top: 5px;
}
.typography .price .Sold {
	text-decoration: line-through;
	color: red !important;
}
.additionalContent, .additionalContent p { margin: 0; padding: 0;}
.listing { margin: 0 0 10px 5px; border-left: 1px solid #dad7d0; width: 585px; }
.listing h3 { margin: 0; float: left; font-size: 1em;}
.listing h3 a { color: #000; text-decoration: none;}
.listing h3 a:hover { text-decoration: underline; }
.listing h3 a:visited { color: #998F76; }
.listing .price { float: right; margin-right: 5px; }
.listing .ListingHead { font-family: "Arial Black", Arial, Sans-Serif; background-color: #EBE8DF; background-repeat: no-repeat; height: 17px; margin-left: -1px; padding-left: 7px; font-size: 1.2em; font-weight: bold;}
.listing div.New_Listing { background-image: url('/chaseshuswap/images/newprice_flag.jpg'); padding-left: 105px; }
.listing div.New_Price { background-image: url('/chaseshuswap/images/newlisting_flag.jpg'); padding-left: 105px; }
.listing div.Sold { background-image: url('/chaseshuswap/images/sold_flag.jpg'); padding-left: 105px; }
.listing .body { clear: both; margin: 0 !important;}
.listing img {
	margin: 5px 0 0 5px;
	float: left;
	clear: right;
}
.listing .description ul { margin: 0; padding: 0; margin-left: 20px;}
.listing .body .description { margin: 0; margin-left: 145px; margin-top: 5px; padding-left: 10px; z-index: 100;}

.featured_listing {
	margin-top: 10px;
	width: 585px;
	padding: 0;
}
.featured_listing_border { border: 2px solid #a9a38d; border-bottom: none; background-color: white;}
.featured_listing .body { margin: 10px 10px;  color: black;}
.featured_listing .featured_image { float: right; margin-left: 8px; }
.featured_listing h1 {
	color: #a9a38d;
	margin: 0;
}
.featured_listing .listing_footer {
	margin: 0;
	font-family: "Arial Black", Arial, Sans-Serif;
	height: 17px;
	padding-left: 7px; 
	font-size: 1.2em; 
	font-weight: bold;
	background-color: #af4631;
	color: white;
}
.featured_listing .listing_footer h3 { margin: 0; float: left; font-size: 1em; } 
.featured_listing .listing_footer h3 a { text-decoration: none; color: white;} 
.featured_listing .listing_footer .price { float: right; margin-right: 5px; }
h1.category_header { border-bottom: 1px solid black; padding-bottom: 0px; margin-bottom: 10px; clear: both; font-family: "Arial Black", Arial, Sans-Serif; font-size: 1.6em; font-weight: bold; clear: both;}
.AgentIndex { width: 120px; height: 200px; float: left; margin: 5px 30px 5px 0px; }
.AgentIndex a { text-decoration: none; font-weight: bold; color: #000;}
.AgentIndex a.email { display: block; padding-right: 5px; text-align: right; background-color: #852A29; color: #FFF;}
div.clear { display: block; height: 1px; }
#AgentDetails { float: right; text-align: center;}
#agent_contact_details { margin-top: 0px;}
#agent_contact_details a.name { font-weight: bold; color: black; font-size: 1em; text-decoration: none;}
#agent_contact_details a.name:hover { text-decoration: underline; }


.AgentBlock { padding-right: 10px; width: 590px;}
.AgentBlock .bio { margin: 0; width: 330px; float: right; }
.AgentBlock .left {
	background-color: #852A29;
	width: 155px;
	text-align: center;
    color: white;
    margin-right: 10px;
    float: left;
    padding-bottom: 5px;
}
.AgentBlock .left img {
	margin: 0 auto;
}
.AgentBlock .left .details {
	width: 100%;
	text-align: center;
}
.AgentBlock .left .name {
	font-weight: bold;
	display: block;
}
body.home h1.home_header {
	font-family: Georgia;
	font-weight: normal;
}
body.home h3 { font-weight: normal;}
