/* Search */
.directory_search {
	position: relative;
	z-index: 2;
	width: 711px;
	height: 123px;
	background: transparent url('../images/members_ruler.png') no-repeat top left;
}
.letters_container {
	width: 676px;
	height: 28px;
	margin: 0px auto;
	padding-top: 29px;
}
.letters_container .letter {
	float: left;
	text-align: center;
	width: 26px;
	color: #bddbea;
	font-size: 20px;
	cursor: pointer;
}
.letters_container .letter:hover {
	color: #67777f;
}
.letters_container .letter.current {
	color: #333333;
	font-weight: bold;
}
#directorySearchForm {
	padding-top: 16px;
	text-align: center;
}
.directory_search select.text,
.directory_search input.text {
	background-color: #bcdae9;
	border: 1px solid #8f9ca3;
	font-weight: bold;
	font-family: Georgia,'Times New Roman','Times Roman',Times,serif;
	padding: 2px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.directory_search input.text {
	width: 200px;
}
.directory_search select.text {
	padding: 1px;
}
.directory_search .button,
#dir_listings_container .button {
	background-color: #333333;
	border: 0px none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Georgia,'Times New Roman','Times Roman',Times,sans-serif;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.directory_search .helplink {
	margin-top: -4px;
	margin-left: 20px;
}
.directory_search .helplink a {
	font-weight: bold;
	color: #a02932;
	text-decoration: none;
}
/* AJAX Autocomplete */
div.autocomplete {
  position:absolute;
  /*width:250px;*/
  background-color:#ffffff;
  color: #333333;
  border:1px solid #888888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li {
	text-align: left;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	font-size: 10px;
	line-height: 14px;
	height:14px;
	cursor:pointer;
}
div.autocomplete ul li.selected {
	background-color: #c3e8f1;
}
/* Listings */
#dir_listings_container .list_row {
	margin-left: 2px;
	width: 707px;
	height: 60px;
	background-color: #f9f4b0;
	cursor: pointer;
}
#dir_listings_container .list_row.odd {
	background-color: #e5e6e7;
}
#dir_listings_container .list_row:hover {
	background-color: #bcdce9;
}
#dir_listings_container .list_column {
	float: left;
	line-height: 60px;
	height: 60px;
}
#dir_listings_container .list_column.name {
	width: 280px;
	padding-left: 18px;
	font-weight: bold;
}
#dir_listings_container .list_column.phone {
	width: 100px;
	font-weight: bold;
}
#dir_listings_container .list_column.actions {
	line-height: normal;
	float: right;
	height: auto;
	width: 98px;
}
#dir_listings_container .list_column.actions .button {
	margin: 22px auto 0px auto;
	width: 62px;
}
/* Listings Pagination */
.list_pagination {
	margin: 12px 0px 0px 2px;
	width: 707px;
	font-weight: bold;
	color: #a02932;
}
.list_pagination .page {
	font-weight: normal;
	cursor: pointer;
}
.list_pagination .page.current {
	cursor: auto;
	font-weight: bold;
	color: #000000;
}
/* Listings Loader */
.loader_container {
	position: relative;
	z-index: 1;
}
#directory_loader {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	min-height: 110px;
	height: 100%;
	background-color: #000000;
	z-index: 1;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#directory_loader img {
	display: block;
	margin: 10px auto 0px auto;
}
/* Directory Listing Page */
.directory_map_desc {
	float: right;
	clear: right;
	width: 200px;
	text-align: right;
}
#memberMap {
	float: right;
	clear: right;
	border: 1px solid #333333;
}
.membership_directory_info {
	border-top: 2px solid #323980;
	padding-top: 12px;
}
.member_info_row {
	border-bottom: 2px solid #323980;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 322px;
	float: left;
	clear: left;
}
.member_info_row .member_pic {
	float: left;
	clear: left;
	width: 80px;
	height: 80px;
	text-align: center;
}
.member_info_row .member_info {
	width: 230px;
	float: right;
	padding-top: 20px;
}
.member_info_row .member_info h3 {
	font-size: 14px;
}
/* Directory Contact Form */
#directory_contact,
#directory_contact .inner {
	width: 400px;
	overflow: auto;
	color: #000000;
	background-color: #ffffff;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-border-radius: 16px;
}
#directory_contact {
	/*border: 4px solid #2d4786;*/
	border: 4px solid #231f20;
}
#directory_contact .en1_float_header {
	width: 400px;
	height: 40px;
	/*background-color: #231f20;*/
	background-color: #be1e2d;
	border-bottom: 1px solid #231f20;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
}
#directory_contact .en1_float_header p {
	float: left;
	clear: left;
	margin-left: 12px;
	width: 336px;
	line-height: 38px;
	color: #f6ed5f;
	font-weight: bold;
}
#close_directory_contact {
	float: right;
	clear: right;
	margin-right: 12px;
	font-size: 10px;
	line-height: 40px;
	text-indent: -2300px;
	background: transparent url('../images/contact_icon_sm.png') no-repeat center center;
	height: 40px;
	width: 38px;
	cursor: pointer;
	overflow: hidden;
}
#directory_contact form {
	clear: both;
	margin-top: 20px;
	width: 340px;
	overflow: auto;
}
#directory_contact form label {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	margin-right: 1em;
	line-height: 20px;
	width: 120px;
}
#directory_contact form input.text,
#directory_contact form textarea.text {
	display: block;
	width: 200px;
	border: 1px solid #333333;
	margin-bottom: 5px;
}
#directory_contact form .invalid {
	border-color: #c60000;
	background-color: #c00000;
}
#directory_contact form button,
.membership_directory_info button {
	display: block;
	margin: 16px auto 0px auto;
	padding: 4px 8px;
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	font-weight: bold;
	border: 0px none;
	cursor: pointer;
	font-family:Georgia,'Times New Roman','Times Roman',Times,sans-serif;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-border-radius: 9px;
}