/*=======================================================
	Property Brochure - Print-Friendly Version
=======================================================*/

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

/*--css reset--*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
body {line-height:1;}
ol, ul {list-style: none;}
/*--end css reset--*/



body {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.7em;
	background: #FFFFFF;
}

a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: none;
}

/* Content area */
div#content_wrap {
    background: #FFFFFF;
    width: 100%;
    clear: both;
    height: auto !important;
	position: relative;
}
div#content {
    width: 650px;
    margin: 0 auto;
	position: relative;
}
div#content #mymap {
    display: block;
    height: 440px;
    overflow: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
    /*top: 173px;
	top: 197px;
	left: 10px;*/
    width: 640px!important;
    z-index: -1;
}
.header_logo {
    width: 650px;
    margin:30px 0 0 0;
}

.propertyContainer {
    width: 640px;
	margin: 30px 0 0 10px;
	float: left;
}

h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 24px;
    margin: 30px 0 10px 0;
    width: 100%;
}

.property-top {
    background: url(../images/property-top-bg.png) no-repeat scroll left top transparent;
    float: left;
    height: 55px;
    margin: 0;
    width: 640px;
}
div#gallery {
    width: 640px;
    margin: 0 0 0 10px;
	float:left;
}
.galleria-container {
    float: left;
	background-color: #fff;
}
.gallerychange {
    float: left;
	background-color: #fff;
	height:440px;
}

.property-top h3 {
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin: 15px 0 0 15px;
	width: 480px;
	height:22px;
	overflow:hidden;
	display:block;
}
.property-top h6 {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 18px 0 0 4px;
}
.property-top .item-icon {
    float: left;
    margin: 18px 6px 0 5px;
}

.propinfo {
    width: 395px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 40px 0;
}


.property_description {
    float: left;
    width: 395px;
}

.property_description p {
	font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0;
	color: #636363;
}


.property_description ul {
    list-style:square outside none;
    margin: 10px 0 0 15px;
	line-height: 14px;
	font-size: 12px;
    font-weight: normal;
	color: #636363;
}

.property_description li {
    padding: 0;
}

.agent_container {
	border:1px solid #ccc;
    margin: 10px 0 0 0;
	float: left;
	width: 393px;
}

.agent_container h5 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 18px;
    margin: 10px 0 6px 10px;
}
.agent_container .agent_details {
   float: left;
   width: 240px;
   height: 120px;
   font-size:12px;
   margin: 15px 0 0 30px;
   font-size: 12px;
   font-weight: normal;
   line-height: 18px;
   color: #636363;
}

.agent_container .agent_details span {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.agent_container .agent_photo {
    float: left;
    width: 90px;
	margin: 8px 0 0 10px;
}



/*=======================================================
	Right Column Elements
=======================================================*/


.prop-tools {
    border-top: 1px solid #C0C0C0;
    float: left;
    height: auto;
    margin: 0 0 0 20px;
    padding: 0;
    width: 225px;
}
.prop-tools ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.prop-tools ul li {
    background: url("../images/subnav-bg.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 31px;
    line-height: 30px;
    padding: 0;
    width: 225px;
	font-size: 12px;
}
.prop-tools ul li:hover {
    background-position: 0 -31px;
}

.prop-tools ul li a {
	color: #636363;
    display: block;
    float: left;
    height: 31px;
    line-height: 30px;
	padding: 0 0 0 40px;
    width: 185px;
	text-align: left;
    text-decoration: none;
	font-size: 12px;
}

.prop-tools ul li a:hover {
    color: #2D2D2D;
    text-decoration: none;
}

.prop-tools ul li a.map {
    background: url("../images/icons/geotag.png") no-repeat scroll 15px 6px transparent;
}

.prop-tools ul li a.print {
    background: url("../images/icons/paper.png") no-repeat scroll 15px 6px transparent;
}

.prop-tools ul li a.email {
    background: url("../images/icons/message.png") no-repeat scroll 15px 6px transparent;
}

.prop-tools ul li a.friend {
    background: url("../images/icons/person.png") no-repeat scroll 15px 6px transparent;
}
.prop-tools ul li a.facebook {
    background: url("../images/icons/facebook.png") no-repeat scroll 15px 6px transparent;
}

.prop-tools ul li a.twitter {
    background: url("../images/icons/twitter.png") no-repeat scroll 15px 6px transparent;
}
.prop-tools ul li a.link {
    background: url("../images/icons/monitor.png") no-repeat scroll 15px 6px transparent;
}
.prop-tools ul li a.video {
    background: url("../images/icons/video.png") no-repeat scroll 15px 6px transparent;
}

/*=======================================================
	Inspections List
=======================================================*/

.inspections_container {
    margin: 10px 0 0 0;
	float: left;
	width: 395px;
}

.inspections_container h5 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 18px;
    margin: 10px 0 6px 0;
}

.inspections_container ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.inspections_container ul li {
    background: #f2f2f2;
    display: block;
    float: left;
    height: 31px;
    line-height: 30px;
    padding: 0;
	margin: 1px 0 0 0;
    width: 395px;
	font-size: 12px;
}
.inspections_container ul li a:hover {
    background-color: #e5e5e5;
    color: #2D2D2D;
    text-decoration: none;
}

.inspections_container ul li a {
	color: #636363;
    display: block;
    float: left;
    height: 31px;
    line-height: 30px;
	padding: 0 0 0 40px;
    width: 355px;
	text-align: left;
    text-decoration: none;
	font-size: 12px;
	background: url("../images/icons/calendar.png") no-repeat scroll 15px 6px transparent;
}

/*=======================================================
	Popup Form Layout
=======================================================*/

.formContainer {
    width: 640px;
	margin: 0 0 0 10px;
	float: left;
}

.formContainer form {
    float: left;
    margin: 20px 0 0 130px;
	width: 390px;
}
.formContainer label {
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 15px 0 0;
    padding: 0;
    width: 135px;
}
.formContainer input[type="text"] {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C8C8C8;
    border-radius: 2px 2px 2px 2px;
    color: #646566;
    float: left;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 15px 0 0;
    padding: 0 5px;
    width: 240px;
}
.formContainer textarea {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #C8C8C8;
    border-radius: 2px 2px 2px 2px;
    color: #646566;
    float: left;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 12px;
    height: 80px;
    line-height: 14px;
    margin: 15px 0 0;
    padding: 5px;
    width: 240px;
}
.formContainer .std-submit-btn {
    float: right;
	background: url("../images/std-submit-btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 36px;
    text-indent: -9999px;
    width: 109px;
    margin: 20px 10px 0 0;
}

.formContainer .std-submit-btn:hover {
	background-position: 0 -36px;
}	


