@charset "utf-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/gradbgrd.jpg);
	background-color: #B6BEC9;
}
/* Commonly used to style page titles. */
h1 {
  color: #69c;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #69C;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin-top: .85em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0.5em;
}
h3    {
	color: #69C;
	margin-bottom: .5em;
	margin-top: -1.5em;
	padding-top: 1.75em;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #375684;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #398BDD;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #2170bd;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #039;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-bottom-width: 1px;
	border-bottom-color: #4b647f;
	height: 435px;
}
#outerWrapper #childheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-bottom-width: 1px;
	border-bottom-color: #4b647f;
	height: 316px;
}
#outerWrapper #lawheader {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-bottom-width: 1px;
	border-bottom-color: #4b647f;
	height: 431px;
}


#outerWrapper #topNavigation {
	height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-bottom-width: 1px;
	border-bottom-color: #9bb6d2;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 156px;
	background-image: url(../images/address_panel.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	height: 475px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*---------------------------START Image Navs ---------------------------*/

/*---------------------------START Auto ---------------------------*/
#outerWrapper #contentWrapper #autonav {
	float: left;
	width: 162px;
}
	.auto {
	float:right;
	width: 162px;
}
.auto span {
	display:none;
	width: 162px;
}
.auto a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/auto-injury.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.auto a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END Auto ---------------------------*/

/*---------------------------START domestic ---------------------------*/
#outerWrapper #contentWrapper #domesticnav {
	float: left;
	width: 162px;
}
	.domestic {
	float:right;
	width: 162px;
}
.domestic span {
	display:none;
	width: 162px;
}
.domestic a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/domestic-violence.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.domestic a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END domestic ---------------------------*/

/*---------------------------START workers ---------------------------*/
#outerWrapper #contentWrapper #workersnav {
	float: left;
	width: 162px;
}
	.workers {
	float:right;
	width: 162px;
}
.workers span {
	display:none;
	width: 162px;
}
.workers a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/workers-comp.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.workers a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END workers ---------------------------*/

/*---------------------------START medical ---------------------------*/
#outerWrapper #contentWrapper #medicalnav {
	float: right;
	width: 162px;
}
	.medical {
	float:right;
	width: 162px;
}
.medical span {
	display:none;
	width: 162px;
}
.medical a{
	display:block;
	width:162px;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	background-image: url(../images/slider-buttons/medical-malpractice.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.medical a:hover {
	background-position: center -56px;
	color: #049;
}
/*---------------------------END medical ---------------------------*/

/*---------------------------START drugs ---------------------------*/
#outerWrapper #contentWrapper #drugsnav {
	float: left;
	width: 162px;
}
	.drugs {
	float:right;
	width: 162px;
}
.drugs span {
	display:none;
	width: 162px;
}
.drugs a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/drugs.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.drugs a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END drugs ---------------------------*/

/*---------------------------START dui ---------------------------*/
#outerWrapper #contentWrapper #duinav {
	float: left;
	width: 162px;
}
	.dui {
	float:right;
	width: 162px;
}
.dui span {
	display:none;
	width: 162px;
}
.dui a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/dui.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.dui a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END dui ---------------------------*/

/*---------------------------START whitecollar ---------------------------*/
#outerWrapper #contentWrapper #whitecollarnav {
	float: left;
	width: 162px;
}
	.whitecollar {
	float:right;
	width: 162px;
}
.whitecollar span {
	display:none;
	width: 162px;
}
.whitecollar a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/white-collar.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 24px;
}
.whitecollar a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END whitecollar ---------------------------*/

/*---------------------------START federal-offense ---------------------------*/
#outerWrapper #contentWrapper #federalnav {
	float: left;
	width: 162px;
}
	.federal {
	float:right;
	width: 162px;
}
.federal span {
	display:none;
	width: 162px;
}
.federal a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/federal-offense.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.federal a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END federal-offense ---------------------------*/

/*---------------------------START violent-crime ---------------------------*/
#outerWrapper #contentWrapper #violentnav {
	float: left;
	width: 162px;
}
	.violent {
	float:right;
	width: 162px;
}
.violent span {
	display:none;
	width: 162px;
}
.violent a{
	display:block;
	width:162px;
	background: url('../images/slider-buttons/violent-crime.png') top center no-repeat;
	float:left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
}
.violent a:hover {
	background-position: 0 -56px;
	color: #049;
}
/*---------------------------END violent-crime ---------------------------*/




#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 175px;
	color: #333333;
	background-image: url(../images/top_right_address_panel.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	float: left;
	width: 450px;
	color: #333333;
	margin-left: 13px; 
}
#outerWrapper #contentWrapper #content table {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	color: #333333;
	padding: 0px;
}
#outerWrapper   #contentWrapper   #content   #Mainhead {
	background-image: url(../images/mainpanelheader.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	color: #5899CC;
	padding-top: 0em;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #content #MainExpand {
	background-image: url(../images/maincontentbgrd.png);
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: top;
}
#outerWrapper #contentWrapper #content #MainExpand td {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #333333;
}
#outerWrapper  #contentWrapper  #content  #Mainbtm {
	background-image: url(../images/maincontentbtm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}
#outerWrapper #contentWrapper #rightColumn2 {
	width: 195px;
	color: #333333;
	margin-left: -1.1em;
	margin-top: 0em;
	padding: 0em;
}
#outerWrapper  #contentWrapper  #rightColumn1  #rightColumn2  #rightMainHead  {
	background-image: url(../images/rtpaneltop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	color: #5899CC;
	padding-top: .1em;
	padding-left: 15px;
}
#outerWrapper  #contentWrapper  #rightColumn1  #rightColumn2 #rightMainExpand {
	background-image: url(../images/rtpanelmid.png);
	background-repeat: repeat-y;
	background-position: center;
	vertical-align: top;
}
#outerWrapper  #contentWrapper  #rightColumn1  #rightColumn2  #rightMainExpand td {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #333333;
}
#outerWrapper  #contentWrapper  #rightColumn1  #rightColumn2  #rightMainExpand p {
	font-size: 11px;
}
#outerWrapper  #contentWrapper  #rightColumn1  #rightColumn2 #rightMainbtm {
	background-image: url(../images/rtpanelbtm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 24px;
}
#outerWrapper #contentWrapper #rightColumn1 #rightColumn2 table {
	width: 195px;
}






/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	color: #69c;
	background-image: url(../images/footerbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #footer a {
	color: #FFFFFF;
}
#footer #footerinfo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footerinfo #footernavs {
	width: 800px;
	padding-top: 2px;
	height: 30px;
}
#footer #footerinfo #footernavs ul{
}
#footer #footerinfo #footernavs li{
	display: inline;
	padding-right: 10px;
	list-style-type: none;
}
#footer #footerinfo #info {
	float: left;
	width: 550px;
}
#footer #footerinfo #splash {
	float: left;
	width: 250px;
}
	.footSplash {
	float:right;
}
.footSplash span {
	display:none;
}
.footSplash a{
	display:block;
	width:96px;
	height:none;
	padding:20px 0;
	background: url('../images/splashfooter.png') top center no-repeat;
	float:left;
}
.footSplash a:hover {
	background-position: 0 -40px;
	color: #049;
}
.footInfo {
	float:right;
	padding-top: 15px;
}

/*---------------------------START BOXES ---------------------------*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
#boxes {
	position: relative;
	width: 700px;
	text-align: center;
}
.boxhead {
	background: url(file:///C|/Users/Splash%20Web/Documents/web/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(file:///C|/Users/Splash%20Web/Documents/web/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(file:///C|/Users/Splash%20Web/Documents/web/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.sidebox1 {
	width: 33.3%; /* ems so it will grow */
	background: url(file:///C|/Users/Splash%20Web/Documents/web/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 101%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	clear: right;
}
[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 170px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
#outerWrapper #contentWrapper #rightColumn2 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	background-image: url(../images/address_panel.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666666;
	height: 245px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 .maplink {
	color: #69C;
}
#disclaimer  {
	cursor: help;
	text-decoration: underline;
}
