/* ------------------------------------------------------------- */
     /* PRIMARY TAGS & CLASSES */
/* ------------------------------------------------------------- */

body{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
}

h2{
	margin: 0;
	font-size: 18px;
}

#header {
	display: none;
}

#footer{
	display: none;
}


/* ------------------------------------------------------------- */
     /* HEADER & NAVIGATION TAGS & CLASSES */
/* ------------------------------------------------------------- */

#nav{
	display: none;
}

#nav ul{
	display: none;
}

#nav ul li{
	display: none;
}


/* ------------------------------------------------------------- */
     /* INDEX PAGE TAGS & CLASSES */
/* ------------------------------------------------------------- */


.main_content{
	width: 100%;
}

span.quoted{
	font-size: 11px;
}


/* ------------------------------------------------------------- */
     /* CONTENT PAGE TAGS & CLASSES */
/* ------------------------------------------------------------- */

.group{
	width: 50%;
	float: left;
}

.bio img.bio_img{
	padding: 0 10px 0 0
}

#content .address{
	width: 50%;
	float: left;
}

/* ------------------------------------------------------------- */
     /* PROPERTY PAGES TAGS & CLASSES */
/* ------------------------------------------------------------- */

.property_info{
	width: 50%;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.property_imgs img{
	width: 100px;
	height: 100px;
}

.property_imgs ul li{
	display: inline;
	list-style: none;
	padding: 0 3px;
}












