﻿@media screen
{
	/* ------------------------------------------------------- */
	/* -------------------- AGENT PROFILE -------------------- */
	/* _______________________________________________________ */

	#AgentProfile
	{
	}
	
	#AgentProfile #Column1
	{
		float: left;
		width: 255px;
		border: solid 0px red;
	}

	#AgentProfile #Column2
	{
		margin-left: 270px;
		border: solid 0px blue;
	}
	
	#AgentProfile div.ViewPropertyListings
	{
		/*float: right;*/
		padding-top: 0px;
		margin-top: 15px;
		padding-left: 15px;
		/*background-image: url(images/bg_view-agent-properties.png);
		background-repeat: no-repeat;
		background-position: right center;
*/
		border: solid 0px black;
	}

	#AgentProfile p
	{
		margin: 0px;
		padding: 0px;
		color: #532203;
		font-weight: 600;
	}

	#AgentProfile p.Name
	{
		margin-bottom: 1px;
		/*padding-top: 8px;*/
	}

	#AgentProfile span.Name
	{
		/*
		font-weight: 600;
		*/
		font-size: 14pt;
		color: #532203;
	}
	
	#AgentProfile p.Title
	{
		/*margin-bottom: 15px;*/
	}

	#AgentProfile span.Title
	{
		font-size: 9pt;
		font-weight: 600;
		color: #532203;
	}

	#AgentProfile p.Text
	{
		margin-bottom: 15px;
		color: #532203;
		/*
		font-weight: 600;
		*/
	}

	#AgentProfile div.Bio
	{
		margin-top: 15px;
	}

	div#AgentProfile div#PhotoGallery
	{
		margin: 20px auto 50px auto;
		text-align: center;
		/*padding: 2px;*/
		width: 925px;

		border: solid 0px blue;
	}

	#AgentProfile #PhotoGallery div.GalleryPhoto
	{
		float: left;
		width: 210px;
		height: 170px;
		margin: 9px;
		overflow: hidden;
		text-align: center;
		border: solid 1px #421C04;
		/*
		border: solid 1px #421C04;
		background-repeat: no-repeat;
		background-position: center center;
		*/
	}

	#AgentProfile #PhotoGallery img.GalleryPhoto
	{
		width: 210px;
		height: 170px;
	}
}