
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #035cae; color: #fff; text-shadow: none; }
::selection { background: #035cae; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #04469e; }
a:hover { color: #48a3e6; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */








/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

body{color: #4c4c4c; background: url(./images/sitebg.gif) repeat-x fixed; font-family: 'Gentium Book Basic', 'Times New Roman', Times, Georgia, serif; font-size: 16px;}
#container { margin: 0 auto; overflow: hidden; min-height: 500px;}
.ie7 #container {width: 100%;}
#header_wrap { border-bottom: 1px  #999 solid; border-bottom-color:; width: 100%;height: 120px; position: fixed; margin: 0px;background: url(./images/sitebg.gif) repeat-x; padding-top: 8px; z-index: 10000;-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .05);
-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .05);
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .05); 
}
.ie7 #header_wrap { position: relative;}
li, ul {text-align: left !important;}
.ie7 .nav { clear:both; width: 600px;}
#header { width: 960px; margin: 0 auto;}
.logo { width: 332px; height: 82px; float: left;}
.contact {font-weight: bold; font-size: 16px; color: #134c9f; float: right; background: url(./images/contact_bg.png) no-repeat; width: 320px; height: 20px; padding: 8px 0; margin-top: -4px; text-align: center;}
.nav { background-color: #0265c1;  float: right; margin-top: 8px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1); }
.nav ul { padding: 0; margin: 0;}
.nav li { float: left; list-style: none;  }
.nav a { color: white; font-weight: bold; text-decoration: none;  font-size: 15px;padding: 10px 8px; display: block;}
.nav a:hover { background: white; color: #035cae; padding: 8px 8px 10px 8px; border-top: 2px solid #54c3ff;}
.col12, .col22{ float: left; width: 450px; }
.col12 { padding-right: 30px;}
.col22 { }
.col13, .col23, .col33 { float: left; width: 279px; padding-left: 20px; padding-right: 20px; text-align: justify; }
.col13 ul , .col23 ul , .col33 ul, #litigation ul { margin: 15px 0 15px 0;  list-style-position: outside;}
.col13 li , .col23 li , .col33 li,  #litigation ul li { margin-bottom: : 10px; list-style: disc; margin-left: 17px; font-size: 13px; font-family: arial, sans-serif; font-size: 12px; margin-bottom: 3px;}
.col13 li ul , .col23 li ul , .col33 li ul { margin: 5px 0 0 30px;}
.col13 ul li ul li, .col23 ul li ul li, .col33 ul li ul li { margin-left: 5px;}
#estate .col13, #estate .col23 { min-height: 395px; position: relative;}
#estate .col13 img, #estate .col23 img { position: absolute; bottom: 0;}
h1 { font-size: 55px; font-weight: normal; letter-spacing: -3px;font-family: 'Gentium Book Basic', 'Times New Roman', Times, Georgia, serif; margin-bottom: 15px; }
#main { margin-top: 150px; width: 960px; margin: 150px auto 0; background: url(./images/sitebg.gif) repeat-x fixed;}
.ie7 #main {margin-top: 20px;}
.hero { margin: 15px 0; height: 206px; overflow: hidden;}
.welcome { width: 100%;  }
.welcome {  overflow: hidden;}
.welcome .col22 { font-size: 18px; line-height: 35px; padding-left: 30px; padding-top: 30px;width: 450px;}
.bluebar { background: url(./images/bluebg.gif) repeat-x; padding: 20px; color: white; font-size: 18px; margin-bottom: 20px; line-height: 30px;-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, .4);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, .4);
box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, .4);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#bankruptcy, #corporate, #litigation, #estate, #real, #who, .contact_box{ margin-top: 15px; clear: both; overflow: hidden; padding-bottom: 50px; background: url(images/sepbar.png) no-repeat bottom left;}
h1 a { color: #4c4c4c; }
h2 { text-transform: uppercase; font-size: 15px; color: #035cae; font-family:  Arial, sans-serif; margin-bottom: 15px;  padding-top: 3px; text-align: left; font-weight: 400; }
.floatright { float: right; padding-left: 25px; }
.floatleft { float: left;}
p { margin-bottom: 15px;}
.top { margin-bottom: 20px; margin-top: 20px;   text-align: right; clear: both; overflow: hidden; }
.top a { display: block;  float: right; text-align: right; font-family: 'Varela Round', Arial, sans-serif; font-size: 16px; text-decoration: none; color: #999;  }
.top a img { vertical-align: middle;}
.wide2 { margin-top: 15px;  }
.footer { margin: 15px auto;  padding: 0px 30px; width: 900px;font-family: 'Varela Round', Arial, sans-serif; font-size: 11px;  }
.footer a { text-decoration: none; color: #999;}
.footer .disclaimer { color: #999; font-size: 10px; margin-top: 20px; text-align: justify;}


/* Form */

label, input {
    border:0;
    display:block;
    padding:0;
    margin:0 30px 5px 0;
}
input.hightlight, textarea.hightlight {border: 1px solid red;}
input, textarea {
    background:#f8f8f8;
    border:1px solid #444;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    margin-bottom:20px;
    padding:10px 7px;
   
}
textarea { width: 400px; height: 100px;}

input:hover, textarea:hover {
    box-shadow:0px 0px 6px #C0C0C0;
    -moz-box-shadow:0px 0px 6px #C0C0C0
    -webkit-box-shadow:0px 0px 6px #C0C0C0;
}


input:focus, textarea:focus {
    border:1px solid #0885c7;
    outline:none;
    box-shadow:0px 0px 12px #C0C0C0;
    -moz-box-shadow:0px 0px 12px #C0C0C0
    -webkit-box-shadow:0px 0px 12px #C0C0C0;
}

button {
    clear:both;
    margin-bottom:50px;
}

.contact_box .c1 { width: 45%; float: left; margin-right: 20px; }
.loading {
    float:right; 
    background:url(images/ajax-loader.gif) no-repeat 1px; 
    height:28px; 
    width:28px; 
    display:none;
}
.done {
    background:url(images/iconIdea.gif) no-repeat 10px 30px; 
    padding:20px 20px 20px 40px;
    margin:20px auto; 
    display:none;
    border: 1px solid #EEE;
}
.sepbar { font-size: 12px; color: #333;}
.contact a { text-decoration: none; }
.padtop15 { padding-top: 20px;}
.catcher { display: none;}