@charset "utf-8";

/*************************
	Eric Meyer Reset
	v1.0 | 20080212
*************************/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*************************
	Misc Fixes
*************************/
html { /* firefox: forces scroll bar on short pages */
	overflow-y: scroll;
	}
html, body {
	background-color: #434343;
	width: 100%;
	height: 100%;
	}
.clear-both {
	clear: both;
	}
#container {
	background: url(http://cdn.lawgical.com/ab-design-1/bg-columns.gif) #fff;
	border-bottom: 2px solid #fff;
	margin: 40px auto;
	width: 940px;
	padding-bottom: 2px;
	}
/*************************
	Header
*************************/
#header {
	background-color: #fff;
	height: 115px;
	}
#nav {
	float: right;
	margin-top: 80px;
	width: 355px;
	}
#nav li {
	display: inline;
	}
#nav li a {
	background: url(http://cdn.lawgical.com/ab-design-1/nav.gif);
	display: block;
	float: left;
	height: 33px;
	}
a.active {
	cursor: default;
	}
#nav #home a {
	width: 82px;
	}
#nav #home a:hover, #nav #home a.active {
	background-position: 0 -33px;
	}
#nav #bail-works a {
	background-position: -82px 0;
	width: 164px;
	}
#nav #bail-works a:hover, #nav #bail-works a.active {
	background-position: -82px -33px;
	}
#nav #contact a {
	background-position: -246px 0;
	width: 109px;
	}
#nav #contact a:hover, #nav #contact a.active {
	background-position: -246px -33px;
	}
/*************************
	Body
*************************/
.contact-box {
	background: url(http://cdn.lawgical.com/ab-design-1/bg-contact-box.jpg);
	float: left;
	text-align: right;
	padding: 30px 20px 0 0;
	width: 289px;
	height: 142px;
	}
.theme-img {
	clear: right;
	float: left;
	width: 631px;
	height: 172px;
	}
.sidebar {
	background: url(http://cdn.lawgical.com/ab-design-1/bg-sidebar.jpg) no-repeat;
	float: left;
	padding: 30px 20px 40px 20px;
	width: 269px;
	min-height: 251px;
	}
.content {
	background: url(http://cdn.lawgical.com/ab-design-1/bg-content.jpg) no-repeat;
	clear: right;
	float: left;
	padding: 30px 20px 40px 25px;
	width: 586px;
	min-height: 251px;
	}
.form-errors {
	background-color: #0082ff;
	color: #fff;
	clear: both;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 9px 12px 12px;
  }
.section {
	padding-bottom: 40px;
	}
.summary-icon {
	float: left;
	margin-right: 23px;
	width: 66px;
	}
.summary {
	clear: right;
	float: left;
	width: 497px;
	}
.main-col {
	float: left;
	margin-right: 40px;
		width: 369px;
	}
.side-col {
	float: left;
	font-size: 11px;
	width: 177px;
	}
.contact {
	float: left;
	width: 280px;
	}
.cc-icon {
	float: left;
	margin: 10px 20px 10px 0;
	}
/*************************
	Footer
*************************/
#footer {
	margin: 0 auto;
	width: 940px;
	}
.copyright {
	float: left;
	}
.footer-nav {
	float: right;
	}
/*************************
	Typography
*************************/
body {
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
a {
	color: #409be3;
	}
a:hover {
	color: #000;
	}
p {
	margin-bottom: 20px;
	}
p, ul {
	line-height: 170%;
	}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	color: #898989;
	font-size: 46px;
	letter-spacing: -3px;
	margin: 32px 0 0 20px;
	position: absolute;
	}
h1 a, h1 a:hover {
	color: #898989;
	text-decoration: none;
	}
h2 {
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	}
h3 {
	font-size: 28px;
	letter-spacing: -1px;
	}
h4, h4 a {
	font-size: 18px;
	}
.form-errors h2 {
  font-size: 18px;
  letter-spacing: 0;
}
.sidebar, .sidebar a, h3, h4, h4 a {
	color: #fff;
	}
.sidebar a:hover, h4 a:hover {
	color: #000;
}
.sidebar ul, .content ul {
	list-style: circle;
}
.sidebar li, .content li {
	margin-left: 15px;
}
#footer, #footer a {
	color: #999999;
	font-size: 11px;
	}
#footer a:hover {
	color: #fff;
	}
/*************************
	Forms
*************************/
.content input[type=text], .content input[type=password], .content textarea, .content select {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	color: #888;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	}
.content input[type=text], .content input[type=password] {
	width: 175px;
	}
.content input[type=text]:hover, .content input[type=password]:hover, .content textarea:hover, .content select:hover {
	border-color: #aaa;
	}
.content input[type=text]:focus, .content input[type=password]:focus, .content textarea:focus, .content select:focus {
	background: #fff;
	border-color: #69bdff;
	color: #333;
	}
.content ul.gen-form {
	margin: 0;
	}
.gen-form li {
	list-style: none;
	margin-bottom: 15px;
	}
.gen-form label {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	text-align: right;
	width: 65px;
	}
input[type=submit] {
	cursor: pointer;
	}
.content input[type=submit] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px 11px;
	}
.gen-form input[type=submit] {
	margin: 15px 0 0 85px;
	}
.content input[type=text].fieldWithErrors, .content input[type=password].fieldWithErrors, .content textarea.fieldWithErrors, .content select.fieldWithErrors {
  background-color: #ffffcc;
  border-color: #ff0000;
  }
.content input[type=text].fieldWithErrors:focus, .content input[type=password].fieldWithErrors:focus, .content textarea.fieldWithErrors:focus, .content select.fieldWithErrors:focus {
  background-color: #fff;
  }
