/* SERVICE LOCATOR APPLICATION CONTAINERS */

/* STRUCTURAL ELEMENTS */

.column {
	position:relative;
	height:520px;
	margin-left:2px;
	margin-top:2px;
	float:left;
}

.column_internal {
	width:100%;
	height:100%;
}

/* APPLICATION WRAPPER */
#application_container {
	position:relative;
	/*left:50%;
	margin-left:-500px;*/
	width:980px;
	height:540px;
	z-index:0;
	background:url(../images/services/application_backgroundNEW.png) no-repeat;
}

/* PANES */
#locations_by_state {
	width:200px;
	background:url(../images/services/200px-column.png);
}

#google_map_container {
	width:770px;
	margin-right:2px;
	background:url(../images/services/770px-column.png);
}

#northAmerica {
	left:7px;
	top:7px;
	width:98%;
	height:97%;
	border:1px solid #ccc;
}

/* AESTHETICS */
#step_bar {
	position:relative;
	/*left:50%;
	margin-left:-500px;*/
	margin-top:7px;
	margin-bottom:-5px;
	width:977px;
	height:36px;
	background:url(../images/services/step_barNEW.png);
	z-index:1;
}

#step_bar p {
	padding-top:6px;
	padding-left:6px;
	font-size:0.8em;
	font-weight:bold;
	color:#000;
}

.loading_screen {
	position:relative;
	top:50%;
	left:50%;
	height:50px;
	width:300px;
	margin-top:-25px;
	margin-left:-150px;
}

/* FILTERS */

#filter_menu_button:hover {
	cursor:pointer;
}

#filter_menu {
	position:relative;
	top:0;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	width:190px !important;
	height:20px;
	padding:0;
}

#sub_filter_menu {
	position:absolute;
	margin-top:0px;
	width:190px;
	height:130px;
	background:url(../images/services/filter_menu.png);
	display:block;
}

#region {
	position:absolute;
	top:30px;
	margin-left:10px;
	width:170px;
	font-size:1em;
	font-weight:bold;
}

#service {
	position:absolute;
	top:90px;
	margin-left:10px;
	width:170px;
	font-size:1em;
	font-weight:bold;
}

/* RESULT COLUMN */

#results {
	margin-top:105px;
	padding-left:15px;
	padding-right:15px;
	height:385px;
	overflow:auto;
}

#results ul {margin:5px 0px 10px 15px;}

.result_header {
	margin-top:10px;
	margin-bottom:5px;
	font-size:1.25em;
	font-weight:bold;
}

.result_company {
	margin-left:0px;
	margin-top:5px;
	font-size:100%;
}

.result_company .Name {font-weight:bold;font-size:85%;}
.result_company .companyCityState {font-style:italic;font-size:85%;}
.result_company ul {font-size:85%;}
.result_company a {color:#9a8f3c;}

/* MAP WINDOW STYLES */

.company_block {width:100%;}

.company_name {
	font-weight:bold;
	font-size:1.15em;
	width:100%;
}

.contact_block {
	float:left;
	padding-left:0.625em;
	padding-right:0.625em;
	padding-bottom:0.625em;
	width:100%;
}

.contact_name {
	font-weight:bold;
	padding-bottom:0.5em;
}

.contact_email {
	padding-bottom:0.5em;
}

.contact_csz {
	padding-bottom:0.5em;
}

.contact_phone {
	font-weight:bold;
	padding-bottom:0.5em;
}