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

/* --------------------------------------------------------------------------------------------------- */
/******************************************************************************************************** 
	Company: Superlative, Inc
	Product: Office Roster V6
	Authors: David Wheeler
	Date: 6/11/08
	
	Created @ Superlative, Inc. 2008 (Superlative IDX)
	Use of this content is by contractual agreement only.
	Superlative, Inc. claims no liability for content provided &/or uploaded by its clients.
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------------------- Office Results Layout 03 */
/* -------------------------------------------------------------------------------------------------- */

.OR03 {
	background: #FFFFFF;
	margin: 0px auto;
	width: 700px;
	height: 100% auto;
	text-align: center;
	display: table;
	}	

/* -------------------------------------------------------------------------------------------------- */ 
/* ----------------------------------------------------- Office Results Layout 03 - office Search Bar */
/* -------------------------------------------------------------------------------------------------- */

.OR03 .office_search_container {
	background: url(images/bg_search_container.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 698px;
	height: auto;
	padding: 12px 0px 12px 0px;
	text-align: center;	
	margin: 17px 0px 10px 0px;
	border: 1px #e4e4e4 solid;
	color: #414141;
	display: block;
	}
	.OR03 .office_search_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.OR03 .office_search_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
		
.OR03 .office_search_form {
	width: 125px;
	*width: 130px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------ office Results Layout 03 - office Alpha Bar */
/* -------------------------------------------------------------------------------------------------- */

.OR03 .office_alpha_container {
	background: #FFFFFF;
	margin: 0px auto;
	width: 700px;
	height: 30px;
	display: block;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px #E2E2E2 solid;
	font-size: 12px;
	color: #414141;
	}
	.OR03 .office_alpha_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.OR03 .office_alpha_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
		
.OR03 .office_alpha_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	}	

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------- office Results Layout 03 - Breadcrumb/Paging Nav */
/* -------------------------------------------------------------------------------------------------- */

.OR03 .paging_nav_container {
	background: url(images/bg_paging_nav.jpg);
	margin: 0px auto;
	width: 698px;
	height: 33px;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #e4e4e4 solid;
	font-size: 12px;
	color: #414141;
	}
	.OR03 .paging_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.OR03 .paging_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}	

.OR03 .paging_nav_left {
	width: 335px;
	float: left;
	text-align: left;
	display: inline;
	padding: 5px 0px 0px 10px;
	}
	
.OR03 .paging_nav_right {
	width: 340px;
	float: right;
	text-align: right;
	display: inline;
	padding: 8px 10px 0px 0px;
	}

.OR03 .office_sort {
	display: inline;
	width: 100% auto;
	height: 15px;
	padding-left: 30px;
	margin-bottom: 10px;
	}

.OR03 .office_sort_dropdown {
	display: inline;
	padding-top: 5px;
	color: #414141;
	font-size: 11px;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* -------------------------------------------------------------------------------- organize/sort bar */
/* -------------------------------------------------------------------------------------------------- */

.OR03 .organize_sort_container {
	background: #414141;
	margin: 0px auto;
	width: 700px;
	height: 26px;
	display: block;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 12px;
	color: #414141;
	}

.OR03 .organize_sort_container .office_name_phone {
	background: url(images/down_arrow.gif) no-repeat right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	width: 235px;
	*width: 230px;
	float: left;
	text-align: right;
	padding-right: 12px;
	padding-top: 5px;
	}
	.OR03 .organize_sort_container .office_name_phone a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	.OR03 .organize_sort_container .office_name_phone a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #E2E2E2;
		font-weight: bold;
		text-decoration: none;
		}

.OR03 .organize_sort_container .office_city {
	background: url(images/down_arrow.gif) no-repeat right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 12px;
	padding-top: 5px;
	}
	.OR03 .organize_sort_container .office_city a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	.OR03 .organize_sort_container .office_city a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #E2E2E2;
		font-weight: bold;
		text-decoration: none;
		}

.OR03 .organize_sort_container .office_state {
	background: url(images/down_arrow.gif) no-repeat right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	width: 140px;
	float: left;
	text-align: right;
	padding-right: 12px;
	padding-top: 5px;
	}
	.OR03 .organize_sort_container .office_state a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	.OR03 .organize_sort_container .office_state a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #E2E2E2;
		font-weight: bold;
		text-decoration: none;
		}

.OR03 .organize_sort_container .office_zip {
	background: url(images/down_arrow.gif) no-repeat right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	width: 45px;
	float: left;
	text-align: right;
	padding-right: 12px;
	padding-top: 5px;
	}
	.OR03 .organize_sort_container .office_zip a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
		}
	.OR03 .organize_sort_container .office_zip a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #E2E2E2;
		font-weight: bold;
		text-decoration: none;
		}

.OR03 .organize_sort_container .office_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	width: 15px;
	float: right;
	text-align: right;
	padding-right: 35px;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------ office Results Layout 03 - office Row */
/* -------------------------------------------------------------------------------------------------- */

.OR03 .office_row_container {
	background: url(images/bg_office_listing.jpg) #E2E2E2 repeat-x top;
	margin: 0px auto;
	width: 685px;
	height: auto;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 4px;
	padding-bottom: 5px;
	border: 1px #C3C3C3 solid;
	display: block;
	float: left;
	text-align: center;
	}
	
.OR03 .office_row_image_container {
		background: url(images/bg_office_frame_03.jpg) no-repeat top center;
		width: 87px;
		height: 59px;
		display: inline;
		float: left;
		padding-top: 4px;
		padding-left: 4px;
		*padding-left: 0px;
		margin: 0px;
		}
		.OR03 .office_row_image_container img {
			width: 83px;
			height: 55px;
			display: block;
			border: 0px;
			margin: 0px;
			padding: 0px;
			}

/* ---------------------------------------------- Office Info */
	
.OR03 .office_info_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0860a8;
	text-align: left;
	width: 250px;
	padding: 5px 10px 0px 10px;
	height: auto;
	float: left;
	margin-bottom: 5px;
	}

.OR03 .office_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0860a8;
	text-align: left;
	width: 100% auto;
	height: auto;
	margin-bottom: 5px;
	}
	.OR03 .office_name a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #0860a8;
		text-align: left;
		height: auto;
		text-decoration: underline;
		}
	.OR03 .office_name a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #83afd3;
		text-align: left;
		height: auto;
		text-decoration: none;
		}

.OR03 .phone_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	font-weight: bold;
	text-align: left;
	}
	
.OR03 .office_city_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-align: center;
	padding-bottom: 5px;
	width: 150px;
	float: left;
	text-align: left;
	display: inline;
	}

.OR03 .office_state_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-align: center;
	padding-bottom: 5px;
	width: 50px;
	float: left;
	text-align: left;
	display: inline;
	}

.OR03 .office_zip_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-align: center;
	padding-bottom: 5px;
	width: 50px;
	float: left;
	text-align: left;
	display: inline;
	}

	

/* ---------------------------------------------- Office Navigation */

.OR03 .office_nav_container {
	background: #f9f9f9;
	width: 50px;
	display: inline;
	float: right;
	padding-top: 5px;
	margin: 0px 5px 0px 5px;
	text-align: left;
	}
	.OR03 .office_nav_container ul {
		list-style-position: inherit;
		list-style: none;
		padding-left: 0px;
		display: inline;
		margin: 0px;
		}
	.OR03 .office_nav_container li {
		display: inline;
		}
	.OR03 .office_nav_container li:hover {
		display: inline;
		}
	.OR03 .office_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.OR03 .office_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}

.OR03 .results_button1 {
	margin: 0px auto;
	width: auto;
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.OR03 .results_button2 {
	display: none;
	}

.OR03 .results_button3 {
	display: none;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------------------------------------ The End */
/* -------------------------------------------------------------------------------------------------- */