﻿@media screen
{
	/* ------------------------------------------------------- */
	/* ----------------------- AGENTS ------------------------ */
	/* ------------------------------------------------------- */

	div#Agents
	{
	}

	div#Agents .Row
	{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	div#Agents div.Column1
	{
		float: left;
		width: 255px;
		border: solid 0px red;
	}

	div#Agents div.Column2
	{
		margin-left: 270px;
		min-height: 300px;
		border: solid 0px blue;
	}

	div#Agents div.PhotoFrame
	{
		position: relative;
		display: block;
		left: 0px;
		top: 0px;
		width: 255px;
		height: 260px;
		z-index: 1;
		border: solid 0px red;
		overflow: hidden;
		/*
		background-image: url(images/agent-photo-frame.png);
		background-position: center center;
		background-repeat: no-repeat;
		*/
	}

	div#Agents div.Photo
	{
		position: relative;
		display: block;
		left: 12px;
		top: 25px;
		overflow: hidden;
		margin-top: -260px;
		width: 225px;
		height: 210px;
		z-index: 0;
		border: solid 1px blue;
	}

	div#Agents img.Photo
	{
		
		width: 225px;
		height: 210px;
		z-index: 0;
		border: solid 1px red;
	}

	div#Agents p
	{
		margin: 0px;
		padding: 0px;
		color: #532203;
		font-weight: 600;
	}

	div#Agents p.Name
	{
		margin-bottom: 1px;
		padding-top: 8px;

		/*
		color: #532203;
		font-weight: 600;
		*/
	}

	div#Agents p.Title
	{
		margin-bottom: 15px;
	}

	div#Agents span.Title
	{
		font-size: 9pt;
		color: #532203;
	}

	div#Agents p.Name a
	{
		font-size: 14pt;
		font-weight: normal;
		color: #532203;
		text-decoration: none;
	}

	div#Agents p.Name a:hover
	{
		text-decoration: underline;
	}

	div#Agents div.TopDivider
	{
	}

	div#Agents div.TopDivider
	{
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;

		border: solid 0px black;
	}

	div#Agents img.TopDivider
	{
		width: 100%;
		height: 2px;

		border: solid 0px blue;
	}

	div#Agents p.Text
	{

	}

	div#Agents span.Text
	{
		color: #532203;
		
	}

	div#Agents .Link a
	{
		font-size: 9pt;
		color: #532203;
		text-decoration: none;
	}

	div#Agents .Link a:hover
	{
		text-decoration: underline;
	}
}
