body { margin: 0; padding: 0; color: #333; background: #fff; font-family: Georgia,serif; font-size: 80%; }

a { color: #069; }
a:hover { color: #f93; }
a:active { outline: none; }

h1 { color: #fff; background: #069; border-top: 2px solid #fff; font-size: 2em; line-height: 1.25em; padding: 1em 0; }
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: 0 6px; display: inline-block; }

div.border { border-right: 1px solid #ccc; }

#content-font { font-size: 110%; }
#header { border-top: 4px solid #069; border-bottom: 4px solid #f93; background: transparent url("/images/header.gif") no-repeat left 18px; }
#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; }

#quote { background: #D2E4E7; border: 2px solid #f93; padding: 15px; }
.callout { background: #D2E4E7; border: 2px solid #f93; padding: 15px; }

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

#content-wrapper-outer { margin-bottom: 2em; background: transparent url("/images/rule_vertical.gif") repeat-y 160px top; }
#content-wrapper-home { padding-top: 2em; background: transparent url("/images/rule_vertical.gif") repeat-y 240px top; }

#global-menu { font-size: 1.15em; line-height: 1.25em; }
#global-menu ul { padding: 0; margin: 0 0 2em 0; }
#global-menu ul li { margin-top: 1em; list-style: none; border-top: 1px solid #666; }
#global-menu ul li a { color: #666; text-decoration: none; padding-left: 12px; display: inline-block; background: transparent url("/images/nav_arrow.gif") no-repeat left top; }
#global-menu ul li a:hover { color: #333; background: transparent url("/images/nav_arrow_down.gif") no-repeat left top; }
#global-menu a.button { font-size: 0.75em; }
#global-menu a.button:hover { background-color: #D2E4E7; border:1px solid #f93; }

#flashcontent { height: 180px; border-bottom: 4px solid #069; background: #eee url("/swf/no_swf_background.jpg") no-repeat left top; }

#sidebar { padding: 0 15px 0 25px; }
#sidebar ul { list-style-image: url("/images/orange-arrow.gif"); list-style-type: circle; }
#sidebar ul li {  }

#footer { border-top: 1px solid #ccc; border-bottom: 4px solid #069; padding-top: 1em; margin-top: 1em; }
#footer ul, #footer p { text-align: center; }
#footer ul { padding-top: 2em; }
#footer ul li { list-style: none; display: inline; padding: 0 .5em; border-left: 1px solid #ccc; }
#footer ul li.first { border-left: none; }
#footer ul li a { color: #333; }
#footer ul li a:hover { color: #f93; }

fieldset { padding-left: 10px; padding-right: 10px; margin-bottom: 2em; border: 1px solid #ccc; }
legend { font-size: 1.15em; }
input.text, input.title, textarea, select { margin-top: .25em; margin-bottom: .25em; border: 1px solid #ccc; }
input.text, input.title { width: 100%; }
input.title { font-size: 1em; }
textarea { width: 100%; height: 8em; }

#criminal-defense { text-align: center; }
#criminal-defense ul { list-style-image: url("/images/orange-arrow.gif"); list-style-type: circle; margin:0 0 0 5px; text-align: left; }
#criminal-defense ul li { margin:0 0 10px 0; }
#criminal-defense a, #criminal-defense a:visited, #criminal-defense a:hover {}


div.colborder2 {border-right:1px solid #eee;}
.toppad {padding-top:30px;}
.orange-arrow {list-style-image:url(/images/orange-arrow.gif);}
	

/* From here down should be added to our default BluePrint CSS at some point

/* -------------------------------------------------------------- 
  
   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.

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

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

  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:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  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;
}
