
body {
	background:#D6D6D6 url(../images/DUI-bg.gif) center top repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}
div#container {
	width:900px;
	margin:0 auto;
	background-color:#FFF;
}

/* GENERAL TEXT STYLES */
strong {
	font-weight:bold;
}
h3 {
	font-weight:bold;
	font-size:24px;
	color:#800000;
	letter-spacing:-1px;
	margin-bottom:15px;
}
h4 {
	font-weight:bold;
	color:#800000;
	font-size:14px;
	margin-bottom:10px;
}
p {
	font-size:14px;
	line-height:21px;
	margin-bottom:7px;
	color:#333;
}
a {
	color: #424242;
	text-decoration:none;
}
a:hover {
	color: black;
}


/* HEADER STYLES */
div#header {
	background-color:#800000;
	height:70px;
}
h1#logo {
	background: url(../images/IC-logo.gif) top left no-repeat;
	text-indent:-99999px;
	height:56px;
	width:583px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
p#contact-info {
	background:#565656 url(../images/DUI-contact-bg-left.gif) top left no-repeat;
	display:inline;
	color:#AAAAAA;
	font-size:13px;
	float:right;
	margin-top:15px;
	margin-right:18px;
	height:38px;
	padding-left:13px;
}
p#contact-info span {
	display:block;
	height:38px;
	background: url(../images/DUI-contact-bg-right.gif) top right no-repeat;
	padding-right:13px;
	padding-top:8px;
}
p#contact-info a {
	color:#AAAAAA;
}
p#contact-info a:hover {
	color:#DDD;
}



/* SEARCH BAR STYLES */
div#search-bar {
	background-color:#C5BD99;
	height:66px;
}
div#search-bar h2 {
	font-size:22px;
	font-weight:bold;
	color:#424242;
	margin-top:15px;
	margin-left:16px;
	float:left;
	letter-spacing:-1px;
}
div#search-bar form {
	float:right;
	margin-top:0px;
	margin-right:16px;
}
div#search-bar form input.zip {
	height:29px;
	width: 60px;
	border: 1px solid #44709D;
	font-size:18px;
	line-height:20px;
	float:left;
	color:#999;
	padding-left:4px;
	margin-right: 5px;
}
div#search-bar form span.radio{
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}

div#search-bar form span.radio img{
	float: left;
}

div#search-bar form span.radio input{
	margin-top: 17px;
}

div#search-bar form input.submit {
	float:right;
}

/* NAVIGATION STYLES */
div#navigation {
	background-color:#424242;
	height:34px;
}
div#navigation ul {
	margin:0;
	padding:0;
	margin-left:12px;
	padding-top:4px;
}
div#navigation ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	margin-right:3px;
	padding-left:11px;

}
div#navigation ul li a {
	font-size:14px;
	font-weight:bold;
	color:#EBEBEB;
	text-decoration:none;
	display:block;
	padding-right:11px;
	padding-top:8px;
	padding-bottom:8px;
}
div#navigation ul li a:hover {
	color:#FFF;
}
div#navigation ul li.selected {
	background:url(../images/DUI-tab-left.gif) top left no-repeat;
}
div#navigation ul li.selected a {
	background:url(../images/DUI-tab-right.gif) top right no-repeat;
	color:#800000;
}


/* MAIN SECTION STYLES */
div#main {
	background: url(../images/DUI-content-bg.gif) top left repeat-y;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom:10px;
}
hr {
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	border:0;
	width:562px;
	margin-left:-17px;
}
div#breadcrumbs p {
	font-size:12px;
	line-height:12px;
	padding-bottom:8px;
	font-weight:bold;
}



/* CONTENT STYLES */
div#content {
	width:525px;
	float:left;
	margin-left:17px;
	padding-top:17px;
}
div.blue {
	background-color:#EBEBEB;
	border:1px solid #424242;
	padding:12px;
	margin-bottom:17px;
}
p.columns-4 {
	width:115px;
	margin-bottom:0;
	float:left;
	margin-right:5px;
}
p.columns-4 a {
	display:block;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

p.columns-2 {
	width:230px;
	margin-bottom:0;
	float:left;
	margin-right:5px;
}
p.columns-2 a {
	display:block;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

/* SEARCH RESULT STYLES - FEATURED RESULTS */
div.featured-result {
	background-color:#E8F3F7;
	border:1px solid #CBDEE6;
	padding:12px;
	margin-bottom:10px;
}
div.featured-result h4 {
	color:#769cc4;
	margin-bottom:6px;
	border-bottom:1px solid #cbddef;
	padding-bottom:6px;
}
div.featured-result img.star {
	float:right;
	margin-top:-2px;
}
div.featured-result h5 {
	font-weight:bold;
	font-size:18px;
	letter-spacing:-1px;
	margin-bottom:1px;
}
div.featured-result img.lawyer-pic {
	float:left;
	margin-right:10px;
	margin-top:1px;
}
div.featured-result p {
	font-size:13px;
	margin-bottom:0;
	line-height:20px;
}



/* SEARCH RESULT STYLES - REGULAR RESULTS */
div.regular-result {
	background-color:#FFF;
	border:1px solid #e5e5e5;
	padding:12px;
	margin-bottom:10px;
}
div.regular-result h4 {
	color:#769cc4;
	margin-bottom:2px;
}
div.regular-result img.star {
	float:right;
	margin-top:-2px;
}
div.regular-result h5 {
	font-weight:bold;
	font-size:18px;
	letter-spacing:-1px;
	margin-bottom:1px;
}
div.regular-result img.lawyer-pic {
	float:left;
	margin-right:10px;
	margin-top:1px;
}
div.regular-result p {
	font-size:13px;
	margin-bottom:0;
	line-height:20px;
}



/* LISTING PAGE STYLES */
div.listing h3 {
	margin-bottom:5px;
}
div.profile-pic {
	float:right;
}
div.profile-pic p.caption {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:12px;
}
table.listing-details tr td {
	font-size: 14px;
	font-weight:bold;
	line-height:21px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:7px;
}
table.listing-details tr td.icon {
	border-right:1px solid #d5d5d5;
	padding-right:7px;
}
table.listing-details tr td.icon img {
	position:relative;
	top:3px;
}



/* SIDEBAR STYLES */
div#sidebar {
	width:300px;
	float:right;
	margin-right:17px;
	padding-top:17px;
}
div#sidebar .sidebar-block {
	margin-bottom:15px;
}
div#sidebar h4 {
	font-size:13px;
	color:#b67c47;
}
div#sidebar a {
	font-weight:bold;
	color:#800000;
}
div#sidebar a:hover {
	color:#424242;
}
div.sidebar-lhs {
	width:142px;
	float:left;
}
div.sidebar-rhs {
	width:140px;
	float:right;
}



/* FEATURED LISTING STYLES */
div.featured-listing {
	background-color:#FFE0C4;
	border:1px solid #F0D5BC;
	padding:10px;
	margin-bottom:17px;
}
div.featured-listing img.star {
	float:right;
	margin-top:-2px;
}
div.featured-listing h4 {
	font-size:14px;
	margin-bottom:5px;
}
div.featured-listing img.lawyer-pic {
	float:left;
	margin-right:10px;
	margin-top:3px;
}
div.featured-listing h5 {
	font-weight:bold;
	font-size:16px;
}
div.featured-listing p {
	font-size:12px;
	margin-bottom:0;
	line-height:18px;
}


/* SIDEBAR LIST STYLES */
div.sidebar-list {
	background-color:#FFE0C4;
	border:1px solid #F0D5BC;
	padding:10px;
	margin-bottom:17px;
}
div.sidebar-list a {
	display:block;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}


/* "COUNTIES SERVED" STYLES */
div.counties-served {
	background-color:#FFE0C4;
	border:1px solid #F0D5BC;
	margin-bottom:17px;
	padding:10px;
}
div.counties-served div.lhs {
	float:left;
	width:135px;
}
div.counties-served div.rhs {
	float:right;
	width:135px;
}
div.counties-served a {
	display:block;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}



/* FOOTER STYLES */
div#footer p {
	padding: 10px 16px;
	margin:0;
}
div#footer p {
	font-size:12px;
	color: #4c4c4c;
}
div#footer p a {
	font-weight:bold;
	margin-right:16px;
}



/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 320px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.mapModalWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 500px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


div.errForm, span.errForm {
	background:#FFFFF3 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	clear:both;
	color:#800000;
	display:block;
	margin:2px 0 0 0;
	padding:2px 3px;
	text-align:left;
}