﻿.updateInfo
{
	margin: 3px 1px 10px auto;
	text-align: right;
}
.updateInfo a
{
	background: transparent url(../images/update-your-contacts.png) no-repeat scroll 0 0;
	color: #FAA11E;
	margin-bottom: 5px;
	padding: 7px 6px 7px 30px;
	text-decoration: none;
}
.leftContainer
{
	border-right: 1px solid gray;
	float: left;
	padding: 5px;
	width: 450px;
}
.searchPanel
{
}
.searchPanel input, .searchPanel select
{
	background-color: #3E3E3E;
	border: 1px solid gray;
	color: #828180;
}
.searchPanel select
{
	background-color: #7F7F7F;
	color: #000000;
	width:250px;
}
.searchButton
{
	margin: 5px 0 -3px 5px;
}
.listings
{
	height: 600px;
	overflow-y: scroll;
}
.listingTitle
{
	background-color: #385165;
	border: 1px solid #50738D;
	clear: both;
	font-weight: bold;
	margin: 10px auto;
	padding: 3px 3px 3px 15px;
}
.listingTitle img
{
	vertical-align: middle;
}
.directory
{
	background-color: #333333;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	!width:96%;
}
.directory .name
{
	color: #FAA11E;
}
.directory td
{
	border: 1px solid #202020;
	padding-left: 5px;
}
.directory a
{
	color: gray;
}
.mapButton
{
    margin:5px 5px 0px 5px;
}
.directory a:hover
{
	color: white;
}
.separator
{
	background-color: #202020;
	border: medium none;
	height: 4px;
}
.rightContainer
{
	float: right;
	width: 530px;
	_width:520px;
}
.updateYouContactInfo
{
}
.sponsors
{
	margin-top: 80px;
}
.noSponsors
{
	font-weight: bold;
	margin-top: 150px;
	text-align: center;
	width: 100%;
}
.sponsorLogo
{
	float: left;
	/*height: 70px;
    width: 125px;*/
	text-align: center;
	
}
.sponsorLogo a, .sponsorLogo img
{
	border:none !important;
	margin:10px;
	text-decoration:none;
	
}
.clear
{
	clear: both;
}
.sponsorLogos
{
	margin-left: auto;
	margin-right: auto;
}
