/*********************/
/* 	OFFICES					  */
/*********************/


/************************/
/* 	Containers			  */
/************************/


div#contentWrapper,
div#extender {
	background: #ffffff url(../media/images/background/wide_three_rightDark.jpg) repeat-y;
}


div#contentWrapper.twoColumnLeft,
div#extender.twoColumnLeft {
	background: #ffffff url(../media/images/background/wide_two_rightNone.jpg) repeat-y;
}

div#extender.twoColumnRight {
	background: #ffffff url(../media/images/background/wide_two_leftNone.jpg) repeat-y;
}
/*
div#mainContent {
	padding: 40px 40px 40px 40px;
}
*/
div#rightColumnWrapper {
	background: #566b87 url(../media/images/background/rightColumn_lightBlue.jpg) repeat-y;
}
div#contentWrapper.leftGradient {
	background: transparent url(../media/images/background/sub_nav_bg.jpg) repeat-y;
}
div#leftColumnWrapper div.leftGradient {
	background-image: url(../media/images/background/sub_nav_bg.jpg);
}
div#extender div.leftGradient {
	background-image: url(../media/images/background/sub_nav_bg.jpg);		
	width: auto;
}

/************************/
/* 	Office Information		  */
/************************/
div#officeDetail {
	float: left;
	width: 450px;
	/* !important;
	width: 520px;
	margin-left: 212px;
	*/
	padding: 26px 40px 40px 26px;
}
div#mainContent hr {
	margin: 20px 0px 20px 0px !important;
	margin: 0px 0px 20px 0px;
	border: 0px;
	border-top: 1px dotted #b5bbb2;
	background-color: #ffffff;
	height: 1px;
	width: 100%;	
	clear: left;
}
div#contentWrapper h1 {
	margin: 0px 0px 15px 0px;
}
/*
div#contentWrapper h2 {
	font-size: 14px;
	line-height: 12px;
}
*/
div#contentWrapper h3 {
	color: #74869b;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.columnContent {
	float: left;
	width: 285px;
}
div.officeInfo {
	margin-bottom: 25px;
}
div.officeInfo a:link,
div.officeInfo a:visited {
	color: #CC6600;
}
div.officeInfo a:hover,
div.officeInfo a:active {
	color: #CC9900;
}

div#officeDetail ul {
	list-style-position: outside;
	margin: 5px 0px 20px 14px !important;
	margin: 5px 0px 20px 16px;
	padding: 0px 0px 0px 0px;
}
div#officeDetail li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

div#officeDetail a:link,
div#officeDetail a:visited {
	color: #CC6600;
}
div#officeDetail a:hover,
div#officeDetail a:active {
	color: #CC9900;
}




/************************/
/* 	Related Attorneys			*/
/************************/
div#relatedAttorneyHeader {
	background-color: white;
	width: 980px;
	height: 420px;
}
div#relatedAttorneyHeader div.headerLeft {
	float: left;
	width: 740px;
	overflow: hidden;
}
div#relatedAttorneyHeader div.headerRight {
	float: left;
	width: 240px;
	height: 420px;
	background-color: #798675;
}
div#relatedAttorneys {
	background-color: #ffffff;
	float: left;
	width: 660px;
	overflow: hidden;
}

table#searchResults {
	width: 660px;
	float: left;
}
table#searchResults thead tr th {
	border-top: 1px dotted #686666;
	border-bottom: 1px dotted #686666;
	padding: 4px 0px 4px 0px;
	text-align: left;
}
table#searchResults thead tr th a.noLink{
	color: #566b87;
}
table#searchResults thead tr:hover {
	background-color: #ffffff;
}
table#searchResults tr td {
	padding-top: 5px;
	paddinng-bottom: 0px;
	height: 30px;
	vertical-align: top;
}
table#searchResults tr td img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
table#searchResults tr td a {
	display: block;
}

table.hover tr:hover, table.hover tr.hover  {  
	background-color:#efefef;  
}
table#searchResults tr td a.vcard {
	background: transparent url(/media/images/icon_vcard_lg.gif) no-repeat;
	background-position: 6px 0px;
	height: 25px;
}
table#searchResults tr td a.email {
	background: transparent url(/media/images/icon_email_lg.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;
}
table#searchResults tr:hover a.vcard,
table#searchResults tr a.vcardHover {
	background: #efefef url(/media/images/icon_vcard_lg_hover.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;	
}
table#searchResults tr:hover a.email,
table#searchResults tr a.emailHover {
	background: #efefef url(/media/images/icon_email_lg_hover.gif) no-repeat;
	background-position: 6px 0px;	
	height: 25px;	
}



