
#agent_menu {
	background:transparent url(../images/interface/bg_submenu.gif) no-repeat scroll center top;
	display:block;
	height:33px;
	margin:-21px -30px 30px;
	padding:9px 20px 0pt;
	width:852px;
}

#agent_menu ul {
	float:left;
	clear:both;
	width:100%;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#agent_menu li {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 6px;
	border-left: 1px solid #aaa;
	list-style: none;
	display: inline;
	text-transform: uppercase;
}

#agent_menu li.first {
	padding-left: 0;
	border-left: none;
	margin-left: 10px;
}

#agent_menu li.last {
	float:right;
	padding: 0;
	margin-right: 10px;
	border: none;
}




/* =============================================== */


#login ul {
	float:left;
	clear:both;
	width:100%;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#login li {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 6px;
	border-left: 1px solid #aaa;
	list-style: none;
	display: inline;
	text-transform: uppercase;
}

#login li.first {
	padding-left: 0;
	border-left: none;
	margin-left: 10px;
}

#login li.last {
	float:right;
	padding: 0;
	margin-right: 10px;
	border: none;
}



/*
#agent_menu {
	background:transparent url(../images/interface/bg_submenu.gif) no-repeat scroll center top;
	display:block;
	height:33px;
	margin:-21px -30px 30px;
	padding:9px 20px 0pt;
	width:852px;
}

#agent_menu ul {
	float:left;
	clear:both;
	width:100%;
	display: block;
	margin: 4px 0;
	padding: 0;
}

#agent_menu li {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 6px;
	border-left: 1px solid #aaa;
	list-style: none;
	display: inline;
	text-transform: uppercase;
}
		
#agent_menu li.first {
	padding-left: 0;
	border-left: none;
}

#agent_menu li.last {
	float:right;
	padding: 0;
	border: none;
}


*/

#agent_menu a {
	color: #ff0000;
	text-decoration: none;
}

#agent_menu a:hover {
	color: #3382bf;
	text-decoration:none;
}

#agent_details h2 {
	color: #3382bf;
	text-indent: -9999px;
	display:block;
	width:178px;
	height:29px;
	background: transparent url(../images/agent/agent_details.png) no-repeat left top;
}

#agent_home h2 {
	color: #3382bf;
	text-indent: -9999px;
	display:block;
	width:153px;
	height:29px;
	background: transparent url(../images/agent/agent_home.png) no-repeat left top;
}
h2.agent_home_no_graphic {
	color: #3382bf;
	text-indent: -9999px;
	display:block;
	width:153px;
	height:29px;
}

ul.agent-nav {
	float:left;
	clear:both;
	width:100%;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
} 

ul.agent-nav  li {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 6px;
	border-left: 1px solid #aaa;
	list-style: none;
	display: inline;
}
		
ul.agent-nav  li.first {
	padding-left: 0;
	border-left: none;
}

ul.agent-nav  a {
	color: #ff0000;
	text-decoration: none;
}

ul.agent-nav  a:hover {
	color: #3382bf;
	text-decoration:none;
}

#agent_details #columns {
	width:100%;
}

#agent_details #columns div.images {
	float:left;
	clear:left;
	width:110px;
	display:block;
}

#agent_details #columns div.images #agent_image {
	float:left;
	clear:right;
	display:inline;
	margin: 0 10px 10px 0;
}

#agent_details #columns div.images #agent_logo {
	float:left;
	clear:both;
	display:inline;
	margin: 0 10px 10px 0;
}

#agent_details #columns div.description {
	float:left;
	clear:none;
	display:block;
	width: 280px;
}

#agent_details #columns div.description h3 {
	color: #3382bf;
	font-size: 1em;
	font-weight:normal;
}

#columns div.description h4 {
	color: #3382bf;
	font-size: 1em;
	font-weight:bold;
}

#agent_details #columns div.description p {
	font-size: 1em;
	margin: 1em 0 10px 0;
}

#agent_details #columns div.description p.contact {
	color: #3382bf;
	margin: 0 0 0 0;
}

#agent_details #columns div.description p.contact strong {
	color: #3382bf;
	font-weight: bold;
}

#agent_details #columns div.description p.contact a {
	color: #3382bf;
	font-weight: bold;
}


#agent_details #columns div.feedback {
    background-color: #d6e6f2;
    border: 1px solid #afc8db;
	float:right;
	clear:right;
	display:block;
	width:360px;
	padding: 15px 20px;
}

#agent_details #columns div.feedback h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #3382bf;
	margin-bottom: 1em;
}

#agent_details #columns div.feedback.enhanced h3 {
	margin-bottom: 0;
}

#agent_details #columns div.feedback h3 strong {
	font-size: 1.45em;
	font-weight: bold;
	color: #3382bf;
	margin: 0 0.25em;
}

#agent_details  #columns div.feedback p.num_comments {
	font-size: 1em;
	font-weight: normal;
	color: #3382bf;
	margin-bottom: 1.5em;
}	

#agent_details  #columns div.feedback.enhanced p.num_comments {
	margin-bottom: 0.5em;
}	

#agent_details #columns div.feedback p.num_comments strong {
	font-size: 1.25em;
	font-weight: bold;
	color: #3382bf;
	margin: 0 0.15em;
}					

#agent_details #columns div.feedback p.comment {
	font-size: 1em;
	font-weight: normal;
	padding-top: 1.5em;
	border-top: 1px dotted #999;
	margin-bottom: 1em;
}	

#agent_details #columns div.feedback.enhanced p.comment {
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}					

#agent_details #columns div.feedback p.author {
	font-size: 1em;
	font-weight: bold;
	color: #3382bf;	
	margin-bottom: 1.5em;
}		

#agent_details #columns div.feedback.enhanced p.author {
	margin-bottom: 0.5em;
}				

#agent_details #columns div.feedback p.all_comments_link {
	font-size: 1em;
	font-weight: bold;
	color: #ff0000;
	padding-top: 2em;
	margin-bottom: 2em;
	border-top: 1px dotted #999;	
}		

#agent_details #columns div.feedback.enhanced p.all_comments_link {
	padding-top: 0.5em;
	margin-bottom: 1em;
}		

#agent_details #columns div.feedback p.current_employment {
	font-size: 1em;
	font-weight: normal;
	color: #3382bf;
	margin-bottom: 0;
}
	
#agent_details #columns div.feedback p.current_employment strong {
	font-weight: bold;
	color: #3382bf;
}	

#agent_details #columns div.feedback h4 {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
}

#agent_details #columns div.feedback ul.previous_employment {
	margin: 0;
	padding: 0;
}

#agent_details #columns div.feedback ul.previous_employment li {
	font-size: 1em;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	list-style: none;
}	

#agent_details div.associations {
	margin-top:30px;
	float:left;
	clear:both;
	display:block;
}

#agent_details div.associations h4 {
	font-size: 1em;
	font-weight: bold;
	color: #3382bf;
	margin-bottom:15px;
}

p.subscription {
	color: #3382bf;
	font-size: 1.25em;
}

p.subscription strong {
	margin-top:1em;
	font-weight:bold;
	color: #3382bf;
	font-size: 1.25em;
}

#agent-search-results h3 {
	font-size:1.5em;
	font-weight:bold;
	color:#999;
}

div.search-result {
	float:left;
	margin:1em;
	width:250px;
}

div.search-result h3, div.search-result h4, div.search-result p {
	color:#3382BF !important;
}

div.search-result h3 {
	font-size:1.75em;
	font-weight:bold;
	line-height:1em;
	text-align:left;
	margin-bottom:0.5em;
}

div.search-result h4 {
	font-weight:bold;
	font-size:1.1em;
}

div.search-result img {
	margin: 0 1em 1em 0;
	float:left;
}

div.search-result p {
	margin: 0 0 0.5em 0;
}

div.search-result p.more {
	margin: 1em 0;
	font-weight:bold;
}


