/*
	Created @ Superlative, Inc. 2011
	Use of this content is by contractual agreement only.
	Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
*/

/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- Flyer Containers */
/* -------------------------------------------------------------------------------------------------- */

.flyer_container {
	background: #FFFFFF;
	width: 712px;
	height: 792px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	}

.flyer_top_title {
	width: auto;
	height: 34px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: right;
	}

.flyer_left {
	width: 517px;
	float: left;
	}

.flyer_right {
	width: 174px;
	float: right;
	}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- Flyer Left Styles */
/* -------------------------------------------------------------------------------------------------- */

.flyer_main_image {
	margin: 0px;
	width: 517px;
	height: 342px;
	text-align: center;
	}
	.flyer_main_image img {
		width: 517px !important;
		height: 342px !important;
		}
	
.flyer_title {
	margin: 15px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	display: block;
	clear: both;
	float: left;
	}

.flyer_street {
	margin: 0px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	clear: both;
	float: left;
	}

.flyer_price {
	margin: 0px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	clear: both;
	float: left;
	}

.flyer_basic_info {
	margin: 0px 0px 15px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	clear: both;
	float: left;
	}

.flyer_remarks {
	margin: 0px 0px 0px 5px;
	width: 96%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: block;
	clear: both;
	float: left;
	text-align: left;
	}

.flyer_bullets {
	width: 96%;
	margin: 10px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	display: inline-block;
	clear: both;
	float: left;
	text-align: left;
	}

.flyer_bullets_col1 {
	margin: 0px;
	width: 50%;
	float: left;
	display: inline;
	}

.flyer_bullets_col2 {
	margin: 0px;
	width: 50%;
	float: left;
	display: inline;
	}

ul .flyer_list {
	list-style-type: square;
	}

/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- Flyer Right Styles */
/* -------------------------------------------------------------------------------------------------- */

.flyer_additional_images {
	margin: 0px;
	width: 174px;
	height: auto;
	text-align: center;
	}
	.flyer_additional_images img {
		margin: 0px auto;
		width: 174px;
		height: 145px;
		border-bottom: 1px #FFFFFF solid;
		}

.flyer_qr_code {
	margin: 5px 0px 5px 0px;
	width: 172px;
	height: 155px;
	height: auto;
	text-align: center;
	border: 1px #999999 solid;
	}
	.flyer_qr_code img {
		width: 150px;
		height: 150px;
		}
	
.flyer_logo {
	float: right;
	display: inline;
	vertical-align: top;
	}
	.flyer_logo img {
		width: 172px;
		height: 99px;
		}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- Flyer Contact Bar */
/* -------------------------------------------------------------------------------------------------- */

.flyer_contact_container {
	background: #e4e4e4;
	border-top: 1px #CCCCCC solid;
	width: 692px;
	min-height: 126px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	}

.flyer_agent_1 {
	float: left;
	display: inline;
	}

.flyer_agent_2 {
	float: right;
	display: inline;
	}

.flyer_agent_photo {
	margin: 0px 10px 0px 0px;
	width: 75px;
	float: left;
	display: inline;
	}

.flyer_agent_info {
	margin: 0px;
	width: 210px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	text-align: left;
	display: inline;
	}

.flyer_agent_name {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	display: block;
	}

.flyer_disclosure {
    color: #666666;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: auto;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}