/* FS CONTROL - BASE STYLESHEET - UPDATED 01-30-2007 */
html {
	font-size: .625em;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
}
body, td, input, textarea, option, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table, input, textarea, option, select {
	font-size: 1em;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 2.6em;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding-top: 0;
	padding-bottom: 1.2em;
	margin: 0;
}
ul ul, ul ol, ol ol, ol ul {
	padding-bottom: 0;
}
#content table.InternetExplorerFix table {
	margin: 0 0 1.2em 0;
}
/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
body {
	font-size: 1.1em;
}
/* DEFINE CONTENT LINE HEIGHT */
#content p, #content ul, #content ol, #content li, #content blockquote {
	line-height: 1.45em;
}
/* DEFINE CONTENT COLOR */
#content table td {
	color: #000000;
}
a:link {
	color: #1c3aba;
}
a:visited {
	color: #2e707b;
}
a:hover, a:focus {
	color: #31ced2;
}
a:active {
	color: #31ced2;
	text-decoration: none;
}
/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1, .cfont7 {
	font-size: 1.4em;
	font-weight: bold;
}
h2, .cfont6, #content big.profiletopname {
	font-size: 1.2em;
	font-weight: bold;
}
h3, .cfont5, .cbodyhdr1, .cbodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: .3em;
}
h4, .cfont4, .cbodyhdr4 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: .3em;
}
h5, .cfont3 {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: .3em;
}
h6, .cfont1 {
	font-size: .8em;
	font-weight: bold;
	padding-bottom: .3em;
}
/* DEFAULT ATTORNEY PROFILE XSL STYLESHEET FIX */
#attorneyList {
	padding-bottom:1.2em;
}
#attorneyList ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#content big {
	font-size: 1em;
}
/* GEOGRAPHICAL FOOTER */
#content .geographicalFooter {
	font-style: italic;
	font-size: .8em;
}
/* USED BY DEFAULT IN ALL FORMS */
.asterisk {
	color: #FF0000;
}
/* CONTACT FORM - DEFAULT CONTACT US PAGE */
form#contactFormMain {
}
form#contactFormMain .mainInput {
	width: 18em;
}
form#contactFormMain .mainSelect {
	width: 18em;
}
form#contactFormMain .mainTextarea {
	height: 6em;
	width: 27.5em;
}
form#contactFormMain .mainCheckbox {
	height: 1.2em;
	margin: .5em 0 0 0;
}
form#contactFormMain .textNoBreak {
	white-space: nowrap;
}
/* CONTACT FORM - IN THE DESIGN */
form#contactFormDesign {
	margin: 0;
}
form#contactFormDesign label {
}
form#contactFormDesign .designInput {
	width: 150px;
	font-size: .91em;
	display: block;
	border: 1px solid #000000;
	background: #ffffff;
	padding: 2px 4px 0 4px;
}
form#contactFormDesign input.designInput {
	margin: 0 0 5px 0;
	height: 1.64em;
}
form#contactFormDesign textarea.designInput {
	margin: 0;
	height: 6.82em;
}
form#contactFormDesign input.designSubmit {
	margin: 10px 0 0 0;
	width: auto;
}
form#contactFormDesign input.hidden {
	display: none;
}
/* SEARCH FORM - IN THE DESIGN */
form#searchFormDesign {
	margin: 0;
}
form#searchFormDesign input.searchInput {
	font-size: .91em;
	width: 150px;
	height: 1.64em;
	border: 1px solid #000000;
	background: #ffffff;
	padding: 2px 4px 0 4px;
}
form#searchFormDesign input.searchSubmit {
}
form#searchFormDesign input.hidden {
	display: none;
}
/* FAQ - IN THE DESIGN */
#designFAQ {
}
#designFAQ h3 {
}
#designFAQ ul {
	list-style-type: none;
	margin: 0 0 1.2em 0;
	padding: 0;
}
#designFAQ li {
	padding-bottom: .6em;
}
#designFAQ a {
}
/* NEWS FEED - IN THE DESIGN */
#designNewsFeed {
}
#designNewsFeed h3 {
}
#designNewsFeed h4 {
}
#designNewsFeed ul {
	list-style-type: none;
	margin: 0 0 1.2em 0;
	padding: 0;
}
#designNewsFeed li {
	padding-bottom: .6em;
}
#designNewsFeed li span.date {
}
#designNewsFeed li a {
	display: inline;
}
#designNewsFeed a {
	display: block;
}
/* EMAIL OBFUSCATION FORM - POPUP WINDOW */
.emailObfuscationBody {
}
#emailObfuscation {
	padding: 5px;
}
#emailObfuscation h4 {
	margin-top: 0;
	margin-bottom: 16px;
}
#emailObfuscation table {
	margin: 10px;
}
#emailObfuscation td {
	height: 24px;
}
#emailObfuscation td.cellLeft {
	padding: 2px;
}
#emailObfuscation td.cellRight {
	padding: 2px;
}
#emailObfuscation td.cellColspan2 {
	padding: 2px;
}
#emailObfuscation input {
	width: 230px;
}
#emailObfuscation textarea {
	width: 300px;
}
#emailObfuscation input.RadioButtonPrefferredEmail {
	width: 15px;
}
#emailObfuscation input.RadioButtonPrefferredPhone {
	width: 15px;
}
#emailObfuscation input.CheckBoxSendCopy {
	width: 15px;
}
#emailObfuscation input.ButtonSubmit {
	width: 100px;
}
#emailObfuscation input.ButtonReset {
	width: 100px;
}
#emailObfuscation p.closeWindow {
	text-align: right;
}
/* sIFR STYLES */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
.sIFR-hasFlash h1#pageTitle {
	visibility: hidden;
}
h1#pageTitle {
	padding-bottom: 0;
	margin-bottom: 1.2em;
}
/* STANDARD ELEMENTS */
#printBanner {
	display: none;
}
.screenElement {
}
#content .callout {
	text-align: center;
	font-style: italic;
	margin-bottom: 1.2em;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
table.InternetExplorerFix {
	width: auto;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
}
table.InternetExplorerFix td.InternetExplorerFix {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
	width: 100%;
	height:500px;
}

.pageHeight {
	height:999px;
}


/* CUSTOM DESIGN ELEMENTS */
body.design {
	background: #264C6F;
	text-align: center;
}
#containerPage {
	margin: 0 auto;
	text-align: left;
	width: 790px;
}
#banner {
	background: #3f6589;
	display: inline-block;
	width: 790px;
}
#logo {
	float: left;
	margin: 21px 0 20px 18px;
}
#cta {
	float: right;
	margin: 17px 16px 0 0;
}
#containerBreakout {
	height: 43px;
	background: url(../images/bg-contactInformation.gif) repeat-x;
	display: inline-block;
	width: 790px;
}
#bannerAddress {
	float: left;
}
#bannerAddress p {
	text-transform: uppercase;
	color: #11515e;
	margin: 15px 0 0 22px;
}
#navigationMainBreakout {
	float: right;
	margin: 15px 30px 0 0;
	_margin-right: 12px;
}
#tagline {
}
#navigationMain {
	height: 47px;
	text-align: center;
	background: url(../images/bg-navigationMain.gif) repeat-x;
}
#navigationMain ul {
	margin: 0;
	padding: 14px 0 0 0;
}
#navigationMain li {
	list-style: none;
	display: inline;
}
#navigationMain li a {
	display: inline;
	padding: 0 10px 0 0;
}
#containerColumns {
	display: inline-block;
	background: url(../images/bg-containerColumns.gif) repeat-y #FFFFFF;
}
#containerBackground {
	background: url(../images/bg-containerBackground.gif) bottom left no-repeat;
}
#columnMain {
	float: right;
	width: 573px;
	background: url(../images/bg-columnMainTop.gif) top left no-repeat;
}
#pageTitle {
	margin: 20px 0 0 30px;
}
#pageTitle h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	color: #11515e;
}
#content {
	padding: 0 30px 30px 30px;
	min-height: 121px;
	_height: 121px;
}
#contentImage {
	margin: 0 10px 5px 0;
}

#bioPic {
	padding-left:10px;
}

h3, h4, h5, h6 {
	color: #1c3aba;
}
#columnSide {
	float: left;
	width: 217px;
}
#navigationPractice {
	margin: 17px 0 0 17px;
	color:#FFFFFF;
}
#navigationPractice ul {
	margin: 10px 0 10px 2px;
	padding: 0;
}
#navigationPractice ul li ul {
	margin: 0px 0 0px 15px;
	padding: 0;
}
#navigationPractice li {
	display: inline;
	list-style: none;
}
#navigationPractice li a {
	padding: 0 0 5px 0;
	color: #fff;
	display: block;
}
#navigationPractice li a:hover {
	color: #1343c1
}
#navigationFeatures {
}
#navigationFeatures a {
	text-decoration: none;
	background: #11515e;
	color: #92e0e2;
	display: block;
	padding: 15px 14px 15px 20px;
	_padding-right: 10px;
}
#navigationFeatures a:hover {
	background: #1135b0;
}
#navigationFeatures img {
	display: block;
}
#navigationFeatures a .paragraphText {
	display: block;
	text-decoration: none;
	color: #fff;
}
#navigationFeatures a strong {
	font-weight: normal;
	padding-top: 5px;
	text-decoration: underline;
	display: block;
}
#contactInformation {
	color: #fff;
}
#contactInformation p {
	margin: 20px 0 0 17px;
}
#contactInformation a {
	color: #fff;
}
#contactInformation a:hover {
	color: #1135b0;
}
#navigationTools {
	float: right;
	margin: -30px 30px 0 0;
	_margin-right: 15px;
}
#footer {
	background: #557b9f;
	color: #e8ecff;
	font-size: .9em;
	padding: 10px 30px 15px 30px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #1135b0;
}
#navigationLower {
	padding-bottom: 10px;
}
#navigationLower a {
	text-decoration: none;
}
#navigationLower a:hover {
	text-decoration: underline;
}
#finePrint {
	border-top: 1px solid #a8bbd4;
	padding-top: 10px;
}
#copyright {
	margin: 0;
	padding: 0;
}
#branding {
	margin: 0;
	padding: 0;
}
.faq div{
	line-height:21px;}
.faq div P{
	text-align:justify;	
}
.faq div ul li{
	margin-bottom:4px;	
}

