﻿
/* FINDER */

#wrap {
	background:#fff url(../images/wrap-bg-top.gif) repeat-x 0 85px;
}
#content {
	width:100%;
	margin:0;
	padding:0;
	background:transparent url();
	background-color:transparent;
}
#content_wrap {
	width:100%;
	background:transparent url();
	background-color:transparent;
}
#search_wrapper {
	width:940px;
	height:314px;
	margin:50px auto 0 auto;
	padding:0;
	background:transparent url();
	background-color:transparent;
}
#left {
	width:459px;
	height:314px;
	margin:0 15px 0 0;
	background:transparent url(../images/specialist-module-bg.png) no-repeat 0 0;
}
#right {
	width:459px;
	height:314px;
	background:transparent url(../images/office-module-bg.png) no-repeat 0 0;
}

/* SEARCH FORM */
/*================================================*/
#search_wrapper form {
	margin:0 0 0 10px !important;
	height:270px;
}
form#officeForm, form#agentForm {
	margin:0 0 0 10px;
}
legend {
	background-color:transparent;
}
label.SearchFor {
	width:250px;
	margin:20px 10px 0 0;
}
input#SearchInput {
	float:left;
	width:190px;
}
a#FinderSearch {
	float:right;
	margin:3px 110px 0 0;
}
fieldset fieldset {
	width:359px;
	margin:10px 0 0 0;
}
.radioList {
	font-size:.8em;
}
label.SearchFilter {
	margin:0 -6px;
}
label.first {
	margin:0;
}
input.SearchFilter,
.radioList legend  {
	background-color:transparent;
}

/* END SEARCH FORM */

/* IE6 png background transparency support */
/* * { behavior: url(/iepngfix.htc); } */

/* RESULTS BOX */
/*================================================*/

#results_wrapper {
	margin:30px 70px 0 70px;
	padding:0;
}
#results_wrapper2 {
	margin:40px 0 0 0;
	padding:0;
}
#results_wrapper3 {
	margin:10px 0 0 0;
	padding:0;
}
.border_top {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:16px;
}
.border_top div {
	height:16px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;
}
.border_btm {
	background:url(../images/box-btm.png) no-repeat 100% 100%;
	margin:0 70px 0 88px;
	height:16px;
}
.border_btm div {
	height:16px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box-btm.png) no-repeat 0 100%;
}
.border_btm2 {
	background:url(../images/box-btm2.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:16px;
}
.border_btm2 div {
	height:16px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box-btm2.png) no-repeat 0 100%;
}
.i1 {
	padding:0 0 0 9px;
	background:url(../images/borders.png) repeat-y 0 0;
}
.i2 {
	padding:0 9px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
}
#i3_outside {
	background:#fff url(../images/box-bg.gif) repeat-x left bottom;
	height:500px;
	height:auto !important;
	min-height:500px;
	padding:30px 30px 15px 30px;
	margin:0;
}
	#content_outside {
		margin:0;
		padding:0;
		background:transparent url(../images/agents-icon.gif) no-repeat right top;
	}
	#content_agent {
		margin:0;
		padding:0;
		background:transparent url(../images/agents-icon.gif) no-repeat right top;
	}
	#content_office {
		margin:0;
		padding:0;
		background:transparent url(../images/office-icon.gif) no-repeat right top;
	}
#i3_inside {
	background-color:#fff;
	padding:20px;
	height:150px;
	height:auto !important;
	min-height:150px;
}

.agentInfo {
	vertical-align:top;
	width:190px;
	margin:0 0 0 0;
	font-size:.75em;
	line-height:1.4em;
	color:#666;
}

/* END RESULTS BOX */

/*================================================*/

#footer_wrap {
	position:relative;
	height:283px;
	margin:0;
	padding:0;
	background:transparent url(../images/wrap-bg-btm.gif) repeat-x left top;
}
#footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100px;
	text-align:center;
	border-top:11px solid #94A12B;
	background:#292929 url(../images/bg_footer.gif) repeat-x 0 0;
}
#footer p {
	width:760px;
	margin:0 auto;
}
