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

.agentlist {
}
.agentlist h1 {
  font-size:16px;
	line-height:27px;
	color: #2A6C7C;
	border:1px #005500 solid;
	height:29px;
	font-weight:bold;
	text-align: center;
	background-color: #ECDBC1;
	width: 100%;
}
.agentlist h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	font-weight:normal;
	
}
.agentimg {
	width: 90px;
}
.agentlist ul {}
.agentlist ol {}
.agentlist li{
	display: inline-block;
	width: 130px;
	list-style-type: none;
	text-align: left;
		
}
.agentlist b {
	display: block;
	text-align: left;
	margin-right: 10px;

}
/********************************************************
*
* Agent Detail Styles
*
********************************************************/
.agentpage {
	width: 100%;
}
.agentpage h1 {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:27px;
	color: #2A6C7C;
	background-color: #ECDBC1;
	display:block;
	border:1px #005500 solid;
	height:29px;
	padding:0 0 0 8px;
	font-weight:normal
}

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

/********************************************************
*
* Contact Form Styles
*
********************************************************/
.contactform {
	margin-bottom: 10px;
	width: 400px;
}
.contactform li{
	list-style-type: none;
	padding: 5px 0 5px 0;
		
}
.contactform textarea{
   width: 400px;
}
.contactform b{
  margin-top: 5px;
}
.contactform h2 {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:27px;
	color: #2A6C7C;
	background-color: #ECDBC1;
	display:block;
	border:1px #005500 solid;
	height:29px;
	padding:0 0 0 8px;
	font-weight:normal
	
	
}

