body {
    background: #fff url(../images/bg.gif) repeat-x 0 0;
    color: #000;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}

a img {
    border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup { /* see: http://www.soxiam.com/Code/CSSSuperscriptLineheightAdjustment */
    line-height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

br.clear {
    clear: both;
}

sup { /* see: http://www.soxiam.com/Code/CSSSuperscriptLineheightAdjustment */
    line-height: 0;
}

input, textarea, li li, li p, td p, blockquote p { font-size: 1em; }

/* page container */

#header, #content-wrapper, #footer {
  margin: 0 auto;
  padding: 0;
  width: 814px;
}

/* header */

#header {
  position: relative;
}

#header h1 {
  left: 7px;
  margin: 0;
  position: absolute;
}

#header h1 a {
  background: transparent url(../images/logo-attorney.gif) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 103px;
  text-decoration: none;
  text-indent: -9999px;
  width: 293px;
}

#header div {
  color: #918973;
  font-size: 1.7em;
  height:21px;
  padding: 29px 16px 19px 0;
  text-align: right;
}

*html #header div {
	padding: 29px 16px 17px 0;
	margin:0;
}

#header ul {
  list-style: none;
  margin: 0 3px 0 0;
  padding: 0;
  width: 507px;
}

html>body #header ul {
  margin: 0 7px 0 0;
}

#header li {
  display: inline;
}

#header li a {
  display: block;
  float: left;
  height: 34px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

#header span {
  margin: 0;
  padding: 0;
}

#header #header-about a {
  background: transparent url(../images/btn-about-the-firm-off.gif) no-repeat 0 0;
  width: 163px;
}

#header #header-about a:hover, #header #header-about li.active a {
  background: transparent url(../images/btn-about-the-firm-on.gif) no-repeat 0 0;
}

#header #header-practice a {
  background: transparent url(../images/btn-practice-areas-off.gif) no-repeat 0 0;
  width: 147px;
}

#header #header-practice a:hover, #header #header-practice li.active a {
  background: transparent url(../images/btn-practice-areas-on.gif) no-repeat 0 0;
}

#header #header-faq a {
  background: transparent url(../images/btn-faq-off.gif) no-repeat 0 0;
  width: 65px;
}

#header #header-faq a:hover, #header #header-faq li.active a {
  background: transparent url(../images/btn-faq-on.gif) no-repeat 0 0;
}

#header #header-contact a {
  background: transparent url(../images/btn-contact-us-off.gif) no-repeat 0 0;
  width: 132px;
}

#header #header-contact a:hover, #header #header-contact li.active a {
  background: transparent url(../images/btn-contact-us-on.gif) no-repeat 0 0;
}

/* content wrapper */

#content-wrapper {
  background: #fff url(../images/bg-content.jpg) no-repeat 0 0;
  clear: both;
  padding: 18px 25px 0 19px;
  width: 770px;
}

/* left column */

#gutter-left {
  padding-left: 8px;
  padding-bottom: 46px;
  width: 253px;
}

#nav-primary {
  background-color: #e7eaf5;
  border-top: 1px solid #918973;
  margin: 0;
  padding: 0;
  width: 253px;
}

#nav-primary li {
  border-bottom: 1px solid #918973;
  list-style: none;
  text-align: left;
}

#nav-primary li a {
  color: #6673a3;
  display: block;
  font-size: 1.8em;
  padding: 7px 0 7px 11px;
}

#nav-primary li.active a {
  color: #000;
  display: block;
  background-color:#dedbd5;
}

#gutter-left form {
  margin: 18px 0 0;
  padding: 0;
}

#gutter-left fieldset {
  background-color: #efedea;
  border: 1px solid #b6b0a1;
  margin: 0;
  display:block;
  padding: 9px;
  text-align: left;
  width: 233px;
}

#gutter-left fieldset h2 {
  color: #6673a3;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
}

#gutter-left fieldset p {
  border-bottom: 1px solid #918973;
  margin: 0 0 12px;
  padding: 10px 0 5px;
}



#gutter-left fieldset p, #gutter-left fieldset label {
  font-size: 1.2em;
}

#gutter-left label {
  display: block;
}

#gutter-left span label, #gutter-left span input {
  display: inline;
}

#gutter-left span input.city {
  margin-right: 5px;
  /*width: 124px;*/
  width: 55%;
}

#gutter-left span input.state {
  /*width: 21px;*/
  width: 10%;
}

/* html>body #gutter-left span input.state {
  width: 19px;
} */

#gutter-left span input.zip {
  margin-left: 5px;
  /*width: 69px;*/
  width: 25%;
  [;
    width: 23%;
  ;]
  *width: 23%;
}

#gutter-left input, #gutter-left textarea {
  border: 0;
  height: 18px;
  margin: 2px 0 10px;
  width: 229px;
}

#gutter-left textarea {
	height:150px;
}

input.required {
	background-color:#FFFFCC;
}

input.hidden {
	display:none;
}

#gutter-left .submit-button {
  height: 33px;
  width: 95px;
}

#gutter-left div {
  margin: 19px 0 0;
  padding: 0;
  text-align: left;
  width: 253px;
}

#gutter-left div p {
  font-size: 1.4em;
  margin: 0;
  padding-left: 13px;
}

#gutter-left div p.phone {
  color: #6673a3;
  font-size: 1.8em;
  margin-top: 16px;
}

/* right column */

#content {
  padding-bottom: 46px;
  text-align: left;
  width: 489px;
}

#content h2 {
  background: transparent url(../images/bg-blue-sky.jpg) no-repeat 0 0;
  color: #fff;
  font-weight: normal;
  font-size: 3.2em;
  margin: 0;
  padding: 76px 0 10px 9px;
}

#content h3 {
  font-size: 2.6em;
  font-weight: normal;
  margin: 6px 0 0 0;
}

#content h4 { 
  color: #6673a3;
  font-size: 1.8em;
  font-weight: normal;
  margin: 12px 0 18px;
}

#content #nav-secondary {
  background-color: #efedea;
  margin: 0 0 9px;
  padding: 8px 12px 8px 10px;
}

#content #nav-secondary p {
  border-bottom: 1px solid #918973;
  color: #6673a3;
  font-size: 2em;
  margin: 0;
  padding-bottom: 2px;
}

#content #nav-secondary ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

#content #nav-secondary li {
  display: block;
  width:220px;
  float:left;
  margin-bottom:10px;
  margin-right: 10px;
}

#content #nav-secondary li.remove-margin {
  margin: 0;
}

#content #nav-secondary li a {
  color: #918973;
  font-size: 1.2em;
  [;
    font-size: 1.3em;
  ;]
  *font-size: 1.2em;
}

#content p {
  font-size: 1.2em;
}

/* footer */

#footer {
  background: transparent url(../images/bg-footer.gif) no-repeat 0 100%;
  clear: both;
}

#footer #footer-bg {
  background: transparent url(../images/bg-footer-bottom.gif) repeat-x 0 100%;
  border-top: 1px solid #dedbd5;
  margin: 0 0 0 4px;
  width: 800px;
}

html>body #footer #footer-bg {
  margin: 0 0 0 9px;
  *margin: 0 0 0 4px;
}

#footer #footer-corner {
  background: transparent url(../images/bg-footer-lc.gif) no-repeat 0 100%;
}

#footer #footer-content {
  background: transparent url(../images/bg-footer-rc.gif) no-repeat 100% 100%;
  font-size: 1.2em;
  padding: 32px 0 34px;
  text-align: center;
}

#footer #footer-content a {
  color: #918973;
}

/* start remove focus on links in firefox */

:link:focus, :visited:focus
{
  -moz-outline: 0;
}