
/********************************************************
*
* Agent List styles
*
********************************************************/

.agentlist {
}
.agentlist h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
}

.agentimg {
	width: 150px;
}
.agentlist ul {}
.agentlist ol {}
.agentlist li{
	display: inline-block;
	width: 160px;
	list-style-type: none;
}
.agentlist b {
	display: block;
	text-align: right;
	margin-right: 10px;
}
/********************************************************
*
* Agent Detail Styles
*
********************************************************/
.agentpage {
	width: 100%;
}
.agentpage h1 {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:27px;
	color:#000;
	background:#fff;
	display: block;
	height:29px;
	padding:0 0 0 8px;
	font-size: 20px;
	font-weight: bold;
}

.agentpageimg {
	width: 200px;
	margin: 10px;
	float: left;
}
.agentpage ul {}
.agentpage ol {}
.agentpage li{
	margin-right: 10px;
	list-style-type: none;
}

/********************************************************
*
* Contact Form Styles
*
********************************************************/
.contactform {
	margin: 20px;
}
.contactform li{
	list-style-type: none;
}
.contactform textarea{
  width: 90%;
}
.contactform b{
  width: 250px;
}
.agentpage .paragraph {
  margin: 10px;
  width: 500px;
	margin-bottom: 75px;
	margin-top: 50px;
}


