@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 01 */
/* -------------------------------------------------------------------------------------------------- */

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

/* -------------------------------------------------------------------------------------------------- */ 
/* ----------------------------------------------------- Office Results Layout 01 - Office Search Bar */
/* -------------------------------------------------------------------------------------------------- */

.OR01 .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;
	}
	.OR01 .office_search_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: underline;
		}
	.OR01 .office_search_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}
		
.OR01 .office_search_form {
	width: 125px;
	*width: 130px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	}

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------- Office Results Layout 01 - Breadcrumb/Paging Nav */
/* -------------------------------------------------------------------------------------------------- */

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

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

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

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

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------ Office Results Layout 01 - Office Row */
/* -------------------------------------------------------------------------------------------------- */

.OR01 .office_row_container {
	background: url(images/bg_listing_container.jpg) repeat-x;
	margin: 0px auto;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	width: 680px;
	height: 100% auto;
	padding-left: 5px;
	float: left;
	border: 1px #E2E2E2 solid;
	display: block;
	}
	
.OR01 .office_row_image_container {
		background: url(images/bg_office_frame.jpg) no-repeat center;
		border: 0px;
		width: 230px;
		height: 158px;
		padding-top: 8px;
		padding-left: 0px;
		height: 100% auto;
		display: inline-block;
		float: left;
		}
		.OR01 .office_row_image_container img {
			border: 1px #FFFFFF solid;
			width: 220px;
			height: 148px;
			}

/* ---------------------------------------------- Office Info */
	
.OR01 .office_info_container {
	margin: 0px auto;
	width: 250px;
	height: 100% auto;
	padding: 10px 10px 0px 10px;
	border: 0px;
	display: block;
	float: left;
	}

.OR01 .office_info {
	margin: 0px auto;
	width: 250px;
	height: 100% auto;	
	}

.OR01 .office_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0860a8;
	text-align: left;
	height: auto;
	margin-bottom: 5px;
	}
	.OR01 .office_title a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #0860a8;
		text-align: left;
		height: auto;
		text-decoration: underline;
		}
	.OR01 .office_title a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #83afd3;
		text-align: left;
		height: auto;
		text-decoration: none;
		}
	
.OR01 .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414141;
	text-align: left;
	padding-bottom: 5px;
	}
	.OR01 .address a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #0860a8;
		}
	.OR01 .address a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83afd3;
		}
	
.OR01 .phone_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
	}

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

.OR01 .office_nav_container {
	width: 170px;
	display: inline-block;
	float: left;
	margin: 10px 0px 0px 0px;
	height: 100% auto;
	padding: 0px;
	border-left: 1px #E2E2E2 solid;
	text-align: left;
	}
	.OR01 .office_nav_container ul {
		list-style-position: inherit;
		list-style: none;
		padding-left: 0px;
		margin: 0;
		}
	.OR01 .office_nav_container li {
		height: 27px
		}
	.OR01 .office_nav_container li:hover {
		height: 27px
		}
	.OR01 .office_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: none;
		}
	.OR01 .office_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}

.OR01 .results_button1 {
	background: url(images/results_button7.gif) no-repeat bottom left;
	margin: 0px auto;
	width: 130px;
	height: 17px;
	padding-top: 7px;
	margin-bottom: 3px;
	padding-left: 30px;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.OR01 .results_button2 {
	background: url(images/results_button8.gif) no-repeat bottom left;
	margin: 0px auto;
	width: 130px;
	height: 17px;
	padding-top: 7px;
	margin-bottom: 3px;
	padding-left: 30px;
	border-top: 1px #ECECEC solid;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

.OR01 .results_button3 {
	background: url(images/results_button9.gif) no-repeat bottom left;
	margin: 0px auto;
	width: 130px;
	height: 17px;
	padding-top: 7px;
	margin-bottom: 3px;
	padding-left: 30px;
	border-top: 1px #ECECEC solid;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	}

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