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

/* --------------------------------------------------------------------------------------------------- */
/******************************************************************************************************** 
	Company: Superlative, Inc
	Product: Office Details 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 Details Layout 01 */
/* -------------------------------------------------------------------------------------------------- */

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

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

.OD01 .paging_nav_container {
	background: #FFFFFF;
	margin: 0px auto;
	*margin-right: -20px;
	width: 700px;
	height: 28px;
	display: table;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px e4e4e4 solid;
	}
	.OD01 .paging_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0860a8;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: underline;
		}
	.OD01 .paging_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #83afd3;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: none;
		}	

.OD01 .paging_nav_left_container {
	width: 330px;
	float: left;
	text-align: left;
	padding: 7px 10px 0px 10px;
	}
	
.OD01 .paging_nav_right_container {
	width: 330px;
	float: right;
	text-align: right;
	padding: 7px 10px 0px 10px;
	}

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

/* -------------------------------------------------------------------------------------------------- */ 
/* ---------------------------------------------- Office Details Layout 01 - Main Image & Information */
/* -------------------------------------------------------------------------------------------------- */

.OD01 .main_top_container {
	background: url(images/bg_listing_container.jpg) repeat-x;
	margin: 0px auto;
	width: 505px;
	height: auto;
	float: right;
	border-bottom: 1px #E2E2E2 solid;
	display: inline;
	}
	
.OD01 .main_image_container {
		background: url(images/bg_office_detail_frame.gif) no-repeat center;
		width: 252px;
		height: 169px;
		margin-top: 10px;
		padding-top: 4px;
		padding-left: 0px;
		border: 0px;
		display: inline-block;
		float: left;
		}
		.OD01 .main_image_container img {
			border: 0px;
			width: 248px;
			height: 165px;
			}

/* ---------------------------------------------- Office Info */
	
.OD01 .office_info_container {
	margin: 0px auto;
	width: 220px;
	height: 100% auto;
	padding: 10px 10px 0px 10px;
	border: 0px;
	display: inline;
	float: right;
	}

.OD01 .office_info {
	margin: 0px auto;
	width: 220px;
	height: 100% auto;	
	}

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

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

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------------------------ Office Details Layout 01 - Office Bio */
/* -------------------------------------------------------------------------------------------------- */

.OD01 .office_bio_container {
	margin: 0px auto;
	width: 505px;
	height: auto;
	float: right;
	border-bottom: 1px #E2E2E2 solid;
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 35px;
	}

.OD01 .office_bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	padding: 5px;
	}


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

/* -------------------------------------------------------------------------------------------------- */ 
/* ------------------------------------------- Office Details Layout 01 - Office Manager & Navigation */
/* -------------------------------------------------------------------------------------------------- */

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

.OD01 .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;
	vertical-align: top;
	}
	.OD01 .office_nav_container ul {
		list-style-position: inherit;
		list-style: none;
		padding-left: 0px;
		margin: 0;
		}
	.OD01 .office_nav_container li {
		height: 27px
		}
	.OD01 .office_nav_container li:hover {
		height: 27px
		}
	.OD01 .office_nav_container a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #0860a8;
		text-decoration: none;
		}
	.OD01 .office_nav_container a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #83afd3;
		text-decoration: none;
		}

.OD01 .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;
	}

.OD01 .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;
	}

.OD01 .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;
	}

.OD01 .results_button4 {
	background: url(images/results_button3.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 */
/* -------------------------------------------------------------------------------------------------- */