body {font-size:75%;color:#222;background:#fff;font-family: Georgia, Helvetica, Arial, sans-serif;}
body {margin:.5em;}
h1 { color: #fff; background: #7F7659; border-top: 2px solid #fff; font-size: 2em; line-height: 1.25em; padding: 1em 0; text-indent: 1em; }
h2, h3 { padding: 1.25em 0; font-weight: bold; color: #333; margin: 0; font-size: 1.25em; line-height: 1.25em; }
h2 { padding-left: 18px; padding-right: 18px; background: transparent url("/images/nav_arrow_down.gif") repeat-x left center; }
h5 { margin-bottom: 0; margin-top: 1em; font-size: 1.15em; line-height: 1.25em; color: #666; font-weight: normal; }

h2 span { background: #fff; padding: 1px 6px; display: inline-block; }

a:focus, a:hover {color:#7F7659;}
a {color:#7F7659;text-decoration:underline;}

.large {font-size:1.5em;line-height:2.5em;margin-bottom:1.25em;color:#666;}
.medium {font-size:1.1em;line-height:2.5em;margin-bottom:1.25em;color:#666; text-align:center; line-height:1.1em;}

#header { border-top: 4px solid #7F7659; border-bottom: 4px solid #F6C93B; }
#header ul { padding: 0; margin: 0; }
#header ul li { list-style: none; padding: 0; margin: 0; float: right; }
#header ul li.first { padding-right: 1em; background: transparent url("/images/nav_arrow_down.gif") no-repeat right top; }


.header-white {background:#fff;height:18px;padding:0 4px 0 4px;}
.orange-arrow {list-style-image:url(/images/orange-arrow.gif);}
.orange {background:#F6C93B;color:#F6C93B;height:5px;margin:0 0 .20em;}
.blue {background:#7F7659;color:#7F7659;height:5px;padding:0 0 0 0;margin:-5px 0 0 0;	}
.orange-duflaunchy { /*line-height:20px;font-size:11px;*/padding-right:3px;border-right:8px solid #F6C93B;}
.topend {margin-top:30px;}
.toppad {padding-top:30px;}
.right {text-align:right;margin:-3px 0 0 0;}

#quote {background:#D9D5C8;border:2px solid #F6C93B;padding:15px;}

#attorney-header {background:#7F7659;height:75px;color:#fff;line-height:75px;padding:0 0 0 15px;font-size:24px;font-weight:normal;}

div.border-no-pad {padding:0 0 0 9px;margin-right:0px;border-right:1px solid #eee;}
div.colborder2 {border-right:1px solid #eee;}

#horizontal {font-size:11px;text-align:center;}
#horizontal ul {list-style: none;margin: 0 0 0 220px;padding: 0px 0 0px 0px;}
#horizontal ul li {font-size:11px;float:left;padding:0 5px 0 5px;border-right:1px solid #333;}
#horizontal ul li.no-border {border:none;}
#horizontal a {color:#333;font-size:11px;}

#navigation ul {list-style: none;margin: 15px 0 0 -23px;padding: 0px 0 0px 0px;}
#navigation ul li {margin:0px;padding:0px;}
#navigation a {border-top: 1px solid #666;display:block;font: normal 14px  Georgia, Helvetica, sans-serif;background: transparent url(/images/nav_arrow.gif) no-repeat 0 2px;	color: #666;text-decoration: none;margin: 0 15px;padding: 0 0 18px 14px;}
#navigation a:hover {border-top: 1px solid #000;color:#000;background: transparent url(/images/nav_arrow_down.gif) no-repeat 0 2px;}

#contact-form-left {float:left; width:230px;}
.contact-form-short {width:220px;}
#contact-form-right {float:right; width:240px; height: 150px;}
.contact-comments {width:220px; height:100px;}
#contact-button {width:500px; height:100px; padding:40px 0 0 0; text-align:left;}

#alice-flash {float:left;padding-right:10px; width:120px; height:120px;}

#content-font { font-size: 110%; }

a.button, button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #F3B728;
  border-top:1px solid #F3B728;
  border-left:1px solid #F3B728;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}





/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#F8EBCD;
  border:1px solid #F3B728;
  color:#F3B728;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #F3B728;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}