@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
	
}

a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 940px;
	background-color: #FFF;
	margin: 0 auto;
}
.header {
	background-color: #FFF;
	height:100px;
}
.header img {
	margin-top:20px;
}
.contents {

	padding: 10px 0;
	width: 940px;
	float: left;
}

.footer {
	padding: 10px 0;
	background-color: #FFF;
	position: relative;
	text-align:center;
	border-top: 3px solid #CECAB7;
	clear: both; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/****************************************insearch*************************************************/

div#content .hidden
{
	display: none;
}
div#content .float-left
{
	float: left;
}
div#content .float-right
{
	float: right;
}
div#content div.clear
{
	clear: both;
}
div#content div.search-filter-wrapper
{
	background: #e3ddcb;
	border: 1px solid #ccc7b8;
	padding: 0px;
	margin: 0px 0;
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.20);
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.20);
	box-shadow:0px 0px 5px rgba(0,0,0,0.10);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
div#content div.search-filters
{
	background: #FFF;
	min-height: 100px;
	border-radius:5px;

}
div#content div.filter
{
	width: 233px;
	float: left;
	border-right: 1px solid #d1ccbd;
	min-height: 100px;
}
div#content div.filter div.content
{
	padding: 7px 15px 10px 15px;
}
div#content div.filter.last
{
	border-right: none;
	width: 236px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
div#content div.filter.last h3
{
	border-top-right-radius:5px;
}
div#content div.filter.first h3
{
	border-top-left-radius:5px;
}
div#content div.filter h3
{
	border-top: 1px solid #FFF;
	background: url(../images/bar-bg-tan.gif) left bottom repeat-x;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	height: auto;
	color: #69665e;
	text-shadow: 1px 1px 0px #FFFFFF;
	border-bottom: 1px solid #d1ccbd;
}
div#content div.filter p
{
	margin: 0px 0 10px 0;
	line-height: 16px;
	font-size: 14px;
}
div#content div.filter small
{
	font-size: 10px;
}
div#content div.filter select
{
	width: 100%;
	margin: 0 0 5px 0;
	width:200px;
}
div#content div.filter input
{
	width: 194px;
	padding: 2px 5px;
	border-radius:4px;
	margin: 1px 0;
	font-size: 11px;
}
div#content div.filter input.inline
{
	display: inline-block;
	width: auto;
	padding: 2px;
	margin: 0 2px;
	text-align: center;
}
div#content div.search-miles-slider
{
	margin: 0px;
}
div#content div.slider-legend
{
	color: #999;
	padding-top: 5px;
	font-size: 10px;
}
div#content div.slider-legend span
{
	width: 65px;
	float: none;
	display: inline-block;
	padding: 0;
}
div#content div.slider-legend span.left { text-align: left;}
div#content div.slider-legend span.center { text-align: center;}
div#content div.slider-legend span.right { text-align: right;}

/* @end */

div#content div.search-body
{
	width: 100%;
	padding-bottom: 50px;
	margin: 25px auto 20px auto;
	}
div#content div.search-body div.results-column
{
	float: left;
	width:585px;
}
div#content div.search-body div.favorites-column
{
	float: right;
	width: 341px;
	padding: 0;
	background: #e3ddcb;
	border: 1px solid #a5a096;
	border-radius:10px;
}
div#content div.search-body div.favorites
{
	background: url(../images/favorites_column_bg.png) 50% -1px no-repeat;
	min-height: 300px;
	border-radius:10px;
	
}
div#content div.search-body div.top
{
	padding: 3px 8px 1px 8px;	
}
div#content div.search-body div.results div.top
{
	border-bottom:1px solid #CCC;
	background: url(../images/bar-bg-tan.gif) left top no-repeat;
	border-radius:10px 10px 0 0;
}
div#content div.search-body div.favorites div.top
{
	border-bottom:1px solid #afab9b;
}
div#content div.search-body div.results
{
	background: #FFF;
	
	border-radius:10px;
	border: 1px solid #b8b2a7;
	margin: 0;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);
	
}
div#content div.search-body h1
{
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
	line-height: 26px;
	margin: 10px 0 10px 5px;
	float: left;
}
div#content div.top div.sort-by
{
	float: right;
	margin: 14px 5px 0 0;
}
div#content div.top div.sort-by select
{
	width: auto;
}
div#content div.contact-all
{
	margin: 5px 5px 5px 0;
}


/* @group results */

div#content ul#search-results
{
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
	min-height: 500px;
}
div#content div.results div.loading-state
{
	height: 200px;
	background: url(../images/search-loading.gif) 50% 50% no-repeat;		
}
div#content ul#search-results li
{
	display: block;
	padding: 20px 10px 0 10px;
	margin: 0;
}
div#content ul#search-results li div.drag-state,
div#content ul#search-results li div.drag-state li
{
	display: none;
	float: left;
}

div#content .ui-draggable-dragging div.search-result
{
	display: none;
}
div#content ul#search-results li.result.ui-draggable-dragging div.drag-state,
div#content ul#search-results li.result.ui-draggable-dragging div.drag-state li
{
	display: block;
}
div#content div.search-result
{
	background: url(../images/grid-bg-white.jpg) left top no-repeat;
	border: 1px solid #dad3c2;
	border-radius:5px;
}

div#content div.search-result div.header
{
	cursor: move;
	background: url(../images/search_result_header_bg.png) left bottom repeat-x;
	min-height: 30px;
	padding: 1px; /* fix padding & margin browser bug */
	border-bottom: 1px solid #dad3c2;
	border-radius: 5px 5px 0 0;
}
div#content div.search-result div.header h2
{
	font-weight: normal;
	line-height: 1em;
	padding: 12px 10px 10px 10px;
	margin: 0;
	color: #666;
	font-size: 14px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.25);
}
div#content div.search-result div.header h2 strong
{ 
	margin-right: 5px;
	color: #000;
}
div#content div.search-result div.header div.buttons
{
	margin: 6px 5px 0 0;
}
div#content div.search-result div.column
{
	width: 280px;
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-radius: 0px 0px 5px 0px
}
div#content div.search-result div.column:first-child
{
	border-right: 1px solid #dad3c2;
	border-radius: 0px 0px 0px 5px

}
div#content div.search-result h3
{
	display: block;
	color: #333;
	background: url(../images/bar-bg-tan.gif) 50% bottom repeat-x;
	border-bottom: 1px solid #dad3c2;
	font-size: 12px;
	padding: 11px 10px 10px 10px;
	line-height: 1em;
	
}
div#content div.search-result div.industries
{
	margin: 0;
	padding: 0 0 5px 0;
}
div#content div.search-result div.industries span
{
	display: block;
	float: left;
	width: 90px;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
}
div#content div.search-result p
{
	margin-left: 10px;
	margin-bottom: 30px;
}
div#content div.search-result div.logo
{
	height: 60px;
	margin: 0 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.new-search-result-drag-helper
{
	background: #FFF;
	padding: 20px;
}
div#content div.top div.pagination
{
	margin: 11px 15px 0 0;
}
div#content div.pagination a
{
	display: inline-block;
	color: #999;
	font-size: 11px;
	border: 1px solid #CCC;
	margin: 0 2px;

	line-height: normal;
}
div#content div.pagination a:hover
{
	border: 1px solid #999;
	color: #000;
	background: rgba(0,0,0,.1);

}

div#content div.pagination a.active
{
	color: #000;
	border: 1px solid #999;
	background: rgba(0,0,0,.1);
	
}
div#content div.pagination span
{
	display: inline-block;
	padding: 4px 8px;
}

/* @end */

/* @group favorites */

div#content div.favorites div.loading-state
{
	height: 200px;
	background: url(../images/favorites-loading.gif) 50% 50% no-repeat;		
}
div#content div.favorites div.content
{
	padding: 0 0 10px 0;
	margin: 0;
}
div#content div.favorites div.blank-state
{
	height:auto;
	padding:5px 0 7px 0;
	margin:5px 0px 0 0px;
	border-bottom: 1px dashed #7f7d76;

}
div#content div.favorites div.blank-state h2
{
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 rgba(255,255,255,.25);
	color: #55544e;
	font-weight: normal;
	text-align: center;
}
div#content ul#favorites-list
{
	list-style: none;
	padding: 5px 10px 10px 10px;
	margin: 0px;
	min-height: 400px;
}
div#content ul#favorites-list li
{
	margin: 0;
	padding: 5px 0px;
	display: block;
}
div#content div.favorites .placeholder
{
	margin: 10px 20px;
	height: 50px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px dashed rgba(0,0,0,.25);
}
div#content div.favorite
{
	background: #FFF;
	border-radius:5px;
	border: 1px solid #9b958a;
	display: block;
}

div#content div.favorite div.header
{
	cursor: pointer;
	background: url(../images/bar-bg-tan.gif) 50% bottom repeat-x;
		min-height: 30px;
	padding: 1px; /* fix padding & margin browser bug */
	border-bottom: 1px solid #dad3c2;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
div#content div.favorite div.header a.x
{
	display: block;
	float: right;
	margin: 7px 7px 0 0;
	color: #999;
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.25);
	padding: 5px 7px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
div#content div.favorite div.header a.x:hover
{
	color: #000;
}

div#content div.favorite div.header h2
{
	font-weight: normal;
	line-height: 1em;
	margin: 12px 10px 10px 10px;
	color: #666;
	float: left;
	font-size: 12px;
	text-shadow: 1px 1px 0px rgba(255,255,255,.25);
}
div#content div.favorites div.header h2 strong
{ 
	margin-right: 5px;
	color: #000;
}

div#content div.favorite div.column
{
	width: 145px;
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	background: #FFF;
	border-right: 1px solid #dad3c2;

}
div#content div.favorite div.column.second
{
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 5px 0px;
	border-right: none;
	width: 160px;
}
div#content div.favorite p
{
	margin: 5px 10px 10px 10px;
	font-size: 11px;
}
div#content div.favorite div.hover-state
{
	border-top: 1px solid #dad3c2;
	padding: 10px;
	display: none;
	text-align: center;
}


div#content a.button,
div#content a.button.medium,
div#content a.button.large
{
	display: inline-block;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
	text-align: center;
	font-weight: bold;
	border: 1px solid #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 0;
	margin: 0;
	text-shadow: 0 -1px - rgba(0,0,0,.1);
}
div#content a.button.large span
{
	padding: 5px 20px;
	font-size: 14px;
}
div#content a.button.medium span
{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.2em;
}

div#content a.button.small span
{
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.5em;
}
div#content a.button span
{
	text-align: center;
	margin: 0;
	font-weight: bold;
	display: inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #FFF; /* the #FFF gets overridden */
}
div#content a.button.blue
{
	background-color: #51A8D7;
	background-image: linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -o-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -moz-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -webkit-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -ms-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #51A8D7),
		color-stop(0, #2479AA)
	);
	border-color: #005e93;
}
div#content a.button.blue span
{
	background-color: #51A8D7;
	background-image: linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -o-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -moz-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -webkit-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -ms-linear-gradient(bottom, #51A8D7 100%, #2479AA 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #51A8D7),
		color-stop(0, #2479AA)
	);
}
div#content a.button.blue:hover span,
div#content a.button.blue:hover
{
	background-color: #51A8D7;
}
div#content a.button.blue:active
{
	background-image: linear-gradient(bottom, #51A8D7 0%, #2479AA 100%);
	background-image: -o-linear-gradient(bottom, #51A8D7 0%, #2479AA 100%);
	background-image: -moz-linear-gradient(bottom, #51A8D7 0%, #2479AA 100%);
	background-image: -webkit-linear-gradient(bottom, #51A8D7 0%, #2479AA 100%);
	background-image: -ms-linear-gradient(bottom, #51A8D7 0%, #2479AA 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #51A8D7),
		color-stop(1, #2479AA)
	);

}

div#content a.button.blue span
{
	border-left: none;
	border-right: none;
	border-top-color: #67bee3;
	border-bottom: none;
}

div#content a.button.orange
{
	background-image: linear-gradient(bottom, #C65E18 0%, #F48C46 100%);
	background-image: -o-linear-gradient(bottom, #C65E18 0%, #F48C46 100%);
	background-image: -moz-linear-gradient(bottom, #C65E18 0%, #F48C46 100%);
	background-image: -webkit-linear-gradient(bottom, #C65E18 0%, #F48C46 100%);
	background-image: -ms-linear-gradient(bottom, #C65E18 0%, #F48C46 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #C65E18),
		color-stop(1, #F48C46)
	);
	background-color: #F48C46;
	border-color: #a14201;
}
div#content a.button.orange:active
{
background-image: linear-gradient(bottom, #C65E18 100%, #F48C46 0%);
	background-image: -o-linear-gradient(bottom, #C65E18 100%, #F48C46 0%);
	background-image: -moz-linear-gradient(bottom, #C65E18 100%, #F48C46 0%);
	background-image: -webkit-linear-gradient(bottom, #C65E18 100%, #F48C46 0%);
	background-image: -ms-linear-gradient(bottom, #C65E18 100%, #F48C46 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, #C65E18),
		color-stop(0, #F48C46)
	);
}

div#content a.button.orange span
{
	border-left-color: #d88042;
	border-right-color: #d88042;
	border-top-color: #f8b373;
	border-bottom: none;
}
div#content a.button:hover span
{
	background: rgba(255,255,255,.1);
}
div#content a.button:active span
{
	background: rgba(0,0,0,.1);
}
