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

blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th {
	margin:0;
	padding:0;
}
body, html {
	margin:0;
	padding:0;
}
body {
	min-width:800px;
}
p {
	margin:15px;
	padding:0;
}
/*structure*/
#wrapper {
	/*wraps the whole shooting match setting the center justified content area, a little redundant but gives options like an outside Footer, outside the container, within the wrapper*/
	position:relative;
	z-index:0;
	margin:0 auto;
	padding:0;
	width:800px;
	border:0;
	font:82%/1.5 "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin:0;
	padding:0;
	width:800px;
	border: 1px solid #7198BF /*#00BDA5;*//*A background image here can be set for column backgrounds, a slice tiled vertically*/
}
#title {
	position:absolute;
	left:215px;
	top:282px;
	width:519px;
	height:81px;
	z-index:1;
}
#content {
	margin:0;
	padding:0;
}
#offices {
	margin:0;
	padding:0;
}
#offices h2, #offices p {
	margin:0;
	padding:0;
	font-size:11px;
}
.search {
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.center {
	text-align:center;
}
.smalltext {
	font-size:70%;
}
img {
	border:none;
}
/*marc sobel styles*/
.hover a:hover { /*this is marc's main nav hover*/
	color: #FFFFFF;
	background-color: #000099;
	font-weight: none;
	text-decoration: none
}
.style13 {
	font-size: 14px;
	text-decoration: none
}
/*end marc's styles*/
h2 {
	margin:15px;
	font-size:14px;
}
ul {
	margin:15px;
	padding:0px;
	list-style: circle inside;
}
/*idx styles*/
/**
 * Roster CSS
 */
.IDX-officeInfo {
	clear: both;
	width: 100%;
	color:#444;
	border: 1px #AAA solid;
	margin-bottom: 5px;
}
.IDX-officeName {
	background: #EEE;
	color: #444;
	font: bold 11pt Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 20px;
	border-bottom: 1px #CCC dashed;
}
.IDX-officePhotoCell {
	float: left;
	border-right: 1px #AAA dashed;
}
.IDX-officeInfo img {
	margin: 5px;
	border: 1px #555 solid;
}
.IDX-officeInfoCell {
	float: left;
	font-size: 10pt;
	padding: 10px 0 0 10px;
	color: #000;
}
.IDX-rosterHeader {
	background: #EEE;
	border-bottom: 1px #CCC dashed;
	padding: 2px 0 2px 20px;
	color: #444;
	font: bold 11pt Tahoma, Arial, Helvetica, sans-serif;
}
.IDX-rosterSortLinks {
	margin-bottom: 0px;
	padding: 0;
	font-size: 8pt;
	text-align: left;
	color: #777;
}
#IDX-rosterSearchForm {
	float: right;
	clear:both;
	width:220px;
	text-align:right;
	padding: 0px;
	margin: 0px;
	position:relative;
	top: -17px;
	right: 0px;
}
.IDX-rosterInfo {
	width: 100%;
	margin: 8px 0;
	border: 1px #AAA solid;
	padding-bottom: 5px;
	text-align: left;
}
.IDX-rosterInfo img {
	margin: 2px 5px 0 0;
}
.IDX-rosterFirstColumn {
	width: 49%;
	float: left;
	padding: 5px 0 0 5px;
}
.IDX-rosterSecondColumn {
	width: 49%;
	float: right;
	padding: 5px 0 0 5px;
}
.IDX-rosterName {
	font-size: 9pt;
	color: #000;
}
.IDX-rosterSubInfo {
	color: #666;
	font-size: 8pt;
}
.IDX-rosterTitleDescription {
	font-size: 8pt;
	font-style: italic;
	color: #666;
}
