﻿@charset "utf-8";
/* CSS Document */



/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
}
html,body,form  {
	font-family: "Garamond", Times New Roman, serif;
	color: #333333;
	background: url('../../Images/homeBackPanel.gif') no-repeat 0px 100px ;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.wrapper {
	background: url('../../Images/outerWrapper.jpg') no-repeat 0px 100px ;
}
.outerWrapperSub {
	background: url('../../Images/outerWrapperSub.jpg') no-repeat 0px 100px ;
}
.wrapper {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
}
#header h1 {
	display:block;
	background: url('../../Images/brand.jpg');
	width: 202px;
	height: 100px;
	min-height: 100px;
	text-indent: -2000px;
	margin: 0;
}

/* BEGIN NAVIGATION STYLES */
.navigation {
	width: 980px;
	background-image: url('../../Images/navBG.jpg');
	z-index: 999;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 999;
}
.sf-menu {
	line-height:	1.0;
	z-index: 999;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index: 999;
}
.sf-menu ul li {
	width:			100%;
	z-index: 999;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	z-index: 999;
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 999;
}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index: 999;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index: 999;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 999;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index: 999;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 999;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}

.sf-menu a {
	padding: 		8px;
	text-decoration:none;
}

/* Top-Level Menu Items */
.sf-menu li {
	font-family:    "Garamond", Times New Roman, serif;
	font-size:      14px;
	font-weight:    100;
	text-transform: uppercase;
	margin-left:    20px;
	margin-right:   20px;
}

.sf-menu li a 
{
	margin-top: 2px;
	color: #FFFFFF;
}

.sf-menu li:hover, .sf-menu li.sfHover, 
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:            #012B5B;
	background-color: #E0DDCA;
	outline:		  0;
}

/* Sub-Level Menu */
.sf-menu li ul {
	background:		#F1F1E9 url(../../images/navDropdownGradient.jpg) repeat-x;
	width:          200px;
	padding: 0;
	margin: -5px 0 0 0;
}

/* Sub-Level Wide Menu */
.sf-menu li ul wideMenu {
	background:		#F1F1E9 url(../../images/navDropdownGradient.jpg) repeat-x;
	width:          600px;
	padding: 0;
	margin: -5px 0 0 0;

}

/* Sub-Level Menu Items */
.sf-menu li ul li {
	text-transform: none;
	background: url(../../images/PADottedLine.jpg) repeat-x bottom;
	padding: 0;
	margin: 0 2px;
	display:inline;
}
.sf-menu li ul li:last-child {
	background: transparent none no-repeat;
}

.sf-menu li ul li a 
{
	color:		 #012B5B;
	padding-left: 18px;	
}

.sf-menu li ul li:hover, .sf-menu li ul li.sfHover,
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
	color:            #012B5B;
	background-color: Transparent;
	outline:		  0;
	text-transform: none;
}

.sf-menu li ul li a:hover 
{
	background: url(../../images/highlightsBullet.gif) no-repeat;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}/* END NAVIGATION STYLES */

/* BEGIN SEARCH FEATURE STYLES */
.textSearch {
	width: 160px;
	color: #333333;
	background: #dfe1e2;
	border: 0;
}

.SearchLabelText {
	font-size: 12px;
	color: #B4DFFA;
}

.buttonSearch {
	margin-top: 7px;
}
/* END SEARCH FEATURE STYLES */

/* BEGIN AUTOCOMPLETE STYLES */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../../Images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* END AUTOCOMPLETE STYLES */

/* BEGIN PRACTICE AREA STYLES */
.paLeftColumn {
	float: left;
	width: 258px;
	margin-right: 20px;
}

.paRightColumn {
	float: right;
	width: 258px;
}

.glossymenu{
	padding: 0;
	width: 258px; /*width of menu*/
}

.glossymenu a.menuitem {
	background: transparent url(../../images/PADottedLine.jpg) no-repeat top;
	font: 14px "Garamond", Times New Roman, serif;
	color: #012B5B!important;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 8px 0;
	padding-left: 10px;
	text-decoration: none!important;
}
	
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 10px;
	right: 5px;
	border: none;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}

.glossymenu div.submenu ul li a,
.glossymenu div.submenu ul li a:visited {
	display: block;
	font: 13px "Garamond", Times New Roman, serif;
	color: #012B5B;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
}
/* END PRACTICE AREA STYLES */

/* BEGIN FEATURE STYLES */
.row1 {
	height: 320px;
	color: #b4dffa;
	clear: both;
	z-index: 1;
}
#attorneyRotator {
	width: 625px;
	display: none;
	margin-top: -3px;
	z-index: 1;
}

.subpageGraphic {
	width: 200px;
	height: 105px;
	float: left;
	display: inline;
	z-index: 1
}
.subpageTitle {
	width: 560px;
	height: 38px;
	float: left;
	display: inline;
	vertical-align: middle;
	padding: 36px 0 31px 20px;
	z-index: 1;
}
.titleImage {
	background: url('../../Images/sectionTitleAttorneys.jpg') no-repeat;
	height: 38px;
	z-index: 1;
}

.row2 {
	background: url('../../Images/homeRepeater.jpg') repeat-y;
	height: 578px;
	background-color: #EAECDE;
	font-size: 90%;
	color: #012B5B;
}
.row2Sub {
	background: url('../../Images/subRepeater.jpg') repeat-y;
	height: 578px;
	background-color: #EAECDE;
	font-size: 90%;
	color: #012B5B;
}
.sidebar {
	width: 200px;
	border: 1px solid pink;
	float: left;
	display: inline;
	
}
.content {
	width: 980px;
	border: 1px solid grey;
}
.block1 {
	width: 583px;
	float: left;
	display: inline;
	padding: 15px 20px; 
	
}
.block2 {
	float: left;
	width: 317px;
	height: 507px;
	background: url('../../Images/row2highlightsGradient.jpg') no-repeat;
	padding: 15px 20px;
	
}
ul.highlightsList {
	padding-top: 10px;
	text-transform: uppercase;
	list-style:none;
	margin: -10px 0 0 0px;
}
ul.highlightsList li {
	padding: 7px 10px 12px 20px;
	line-height: 1.5em;
	font-size: 12px;
	font-family: "Garamond", Times New Roman, serif;
	background:  url('../../Images/highlightsBullet.gif') no-repeat;
}
ul.highlightsList li a:link,
ul.highlightsList li a:active,
ul.highlightsList li a:visited {
	text-decoration: none;
	color: #012B5B;
}
ul.highlightsList li a:hover {
	text-decoration: none;
}
/* END FEATURE STYLES */

/* BEGIN ATTORNEY FEATURE STYLES */
.featuredAttorney {
	overflow: hidden;
	width: 624px;
	height: 234px;
	background-color: #012B5B;
	margin-top: 2px;
}

.featuredAttorney img {
	float:left;
}

.featuredAttorney .featuredWrapper {
	padding: 20px 30px 20px 18px;
	float: right;
	background: url('../../Images/featureBackground.png') no-repeat;
	width: 376px;
	height: 242px;
}

.featuredAttorney .featureName a,
.featuredAttorney .featureName a:hover,
.featuredAttorney .featureName a:visited {
	font-size: 16px;
	text-transform: uppercase;
	color: #B4DFFA;
	text-decoration: none;
}

.featuredAttorney .featureTitle {
	color: #DEDEDE;
	font-size: 17px;
	font-style: italic;
}

.featuredAttorney .featuredBio {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 12px 0;
	line-height: 1.5em;
}

.practiceAreaLabel {
	color: #DEDEDE;
	font-size: 17px;
	font-style: italic;
}

.PracticeAreaList {
	padding-top: 3px;
}

.PracticeAreaList a,
.PracticeAreaList a:hover,
.PracticeAreaList a:visited {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #B4DFFA;
}
/* END ATTORNEY FEATURE STYLES */

/* BEGIN FOOTER STYLES */
#pageFooter {
	height: 55px;
	background: url('../../Images/footerBG.jpg') no-repeat;
	color: #FFFFFF;
	padding: 13px 20px 5px 10px;
}
a.footerLink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
	margin-right: 30px;
}
/* END FOOTER STYLES */