body {
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: left top;

}
#container,#content,#home_content,#header,#footer,#home_footer,#footernav,#nav,#home-left-links,#home-table-left {
	border:0px dotted blue;
	margin:0 auto;
	position:relative;
	width:727px;
}

#header {
	background-image: url(images/header.jpg);
	background-color:#000;
	height:145px;
	background-repeat:no-repeat;
}
#top_header {
	background-image: url(images/top_header.jpg);
	height:75px;
	background-repeat:no-repeat;
}
#flash {
	background-image: url(images/flash_bg.gif);
	background-repeat:no-repeat;
	background-color:#495a85;
	height:145px;
}

/***************** nav ******************/
#nav {
	height: 43px;
	width: 727px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 1000;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 15px;
	font-family: arial;
	font-size: 12px;
}
#nav a {
	display: block;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}
#nav_bar_left {height: 43px; width: 29px; background: url(images/left_nav.jpg) no-repeat; text-indent:-9999px;}
#nav_bar_right {height: 43px; width: 41px; background: url(images/right_nav.jpg) no-repeat; text-indent:-9999px;}

#navTop1 {height: 43px; width: 77px; background: url(images/home_off.jpg) no-repeat;}
#navTop2 {height: 43px; width: 128px; background: url(images/profile_off.jpg) no-repeat;}
#navTop3 {height: 43px; width: 145px; background: url(images/practice_off.jpg) no-repeat;}
#navTop4 {height: 43px; width: 78px; background: url(images/faqs_off.jpg) no-repeat;}
#navTop5 {height: 43px; width: 132px; background: url(images/testimonials_off.jpg) no-repeat;}
#navTop6 {height: 43px; width: 97px; background: url(images/contact_off.jpg) no-repeat;}

a#navTop1 {height: 43px; width: 77px; font-size: 10px; background: url(images/home_off.jpg) no-repeat;}
a#navTop2 {height: 43px; width: 128px; font-size: 10px; background: url(images/profile_off.jpg) no-repeat;}
a#navTop3 {height: 43px; width: 145px; font-size: 10px; background: url(images/practice_off.jpg) no-repeat;}
a#navTop4 {height: 43px; width: 78px; font-size: 10px; background: url(images/faqs_off.jpg) no-repeat;}
a#navTop5 {height: 43px; width: 132px; font-size: 10px; background: url(images/testimonials_off.jpg) no-repeat;}
#navTop6 {height: 43px; width: 97px; background: url(images/contact_off.jpg) no-repeat;}

a#navTop1:link,#navTop1:visited {background: url(images/home_off.jpg) no-repeat; text-indent:-9999px;}
a#navTop2:link,#navTop2:visited {background: url(images/profile_off.jpg) no-repeat; text-indent:-9999px;}
a#navTop3:link,#navTop3:visited {background: url(images/practice_off.jpg) no-repeat; text-indent:-9999px;}
a#navTop4:link,#navTop4:visited {background: url(images/faqs_off.jpg) no-repeat; text-indent:-9999px;}
a#navTop5:link,#navTop5:visited {background: url(images/testimonials_off.jpg) no-repeat; text-indent:-9999px;}
a#navTop6:link,#navTop6:visited {background: url(images/contact_off.jpg) no-repeat; text-indent:-9999px;}

a#navTop1:hover {background: url(images/home_on.jpg) no-repeat;}
a#navTop2:hover {background: url(images/profile_on.jpg) no-repeat;}
a#navTop3:hover {background: url(images/practice_on.jpg) no-repeat;}
a#navTop4:hover {background: url(images/faqs_on.jpg) no-repeat;}
a#navTop5:hover {background: url(images/testimonials_on.jpg) no-repeat;}
a#navTop6:hover {background: url(images/contact_on.jpg) no-repeat;}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #009;
	width: 139px;
	left: -999em;
	text-indent: 0;
	margin-top: 0;
	border: 2px solid #009;
	z-index: 1000;
}
#nav li ul a {display:block;}
#nav li ul a:link, #nav li ul a:visited {
	width: 139px;
	color: #fff;
	padding-left: 2px;
	z-index: 1000;

}
#nav li ul a:hover {
    width: 139px;
	background: #c7def5; 
	color: #009; 
	z-index: 1000;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; z-index: 1000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; z-index: 1000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; 
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; 
}
	
/***************** content ******************/

#home-content {
	background-position: center top;
	background-image:url(images/home_mid.gif);
	background-repeat: repeat-y;
}
#content {
	background-image: url(images/mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#home_top_content {
	background-image:url(images/home_content_top.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 4px;
	magin: 0px;
	padding: 0px;
	margin-left: 0px;
	z-index: 500;

}
#top_content {
	background-image:url(images/top_content.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height: 4px;
	magin: 0px;
	padding: 0px;
	margin-left: 0px;

}
/***************** home-table-left *****************/*

#home-table-left {
	width:197px;

}
#testimonials {
	background-image:url(images/testimonials.jpg);
	background-repeat:no-repeat;
	height:230px;
}

#testimonials p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:12px;
	padding-right:10px;
	text-align:left;
	color: #011b8d;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
/***************** home-left nav ******************/
#home-left-links {
	position: relative;
	text-align:left;
	top: 0px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 197px;
	height: 274;
	z-index:999;
}
#home-left-links ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 10px;
	font-family: arial;
	font-size: 10px;
}
#home-left-links a {
	display: block;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home-left-links li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#dui  {background: url(images/dui_off.jpg) no-repeat; height: 55px; width: 195px;}
a#dui  {background: url(images/dui_off.jpg) no-repeat; height: 55px; width: 195px;}
a#dui:link,#dui:visited {background: url(images/dui_off.jpg) no-repeat; height: 55px; width: 195px; text-indent:-9999px;}
a#dui:hover {background: url(images/dui_on.jpg) no-repeat; height: 55px; width: 195px;}

#white {background: url(images/white_collar_off.jpg) no-repeat; height: 55px; width: 195px;}
a#white {background: url(images/white_collar_off.jpg) no-repeat; height: 55px; width: 195px;}
a#white:link,#white:visited {background: url(images/white_collar_off.jpg) no-repeat; height: 55px; width: 195px; text-indent:-9999px;}
a#white:hover {background: url(images/white_collar_on.jpg) no-repeat; height: 55px; width: 195px;}

#theft {background: url(images/theft_off.jpg) no-repeat; height: 51px; width: 195px;}
a#theft {background: url(images/theft_off.jpg) no-repeat; height: 51px; width: 195px;}
a#theft:link,#theft:visited {background: url(images/theft_off.jpg) no-repeat; height: 51px; width: 195px; text-indent:-9999px;}
a#theft:hover {background: url(images/theft_on.jpg) no-repeat; height: 51px; width: 195px;}

#violent {background: url(images/violent_off.jpg) no-repeat; height: 55px; width: 195px;}
a#violent {background: url(images/violent_off.jpg) no-repeat; height: 55px; width: 195px; text-indent:-9999px;}
a#violent:link,#violent:visited {background: url(images/violent_off.jpg) no-repeat; height: 55px; width: 195px; text-indent:-9999px;}
a#violent:hover {background: url(images/violent_on.jpg) no-repeat; height: 55px; width: 195px;}

#drugs {background: url(images/drugs_off.jpg) no-repeat; height: 58px; width: 195px;}
a#drugs {background: url(images/drugs_off.jpg) no-repeat; height: 58px; width: 195px; text-indent:-9999px;}
a#drugs:link,#drugs:visited {background: url(images/drugs_off.jpg) no-repeat; height: 58px; width: 195px; text-indent:-9999px;}
a#drugs:hover {background: url(images/drugs_on.jpg) no-repeat; height: 58px; width: 195px;}
/***************** home-table-center *****************/
#home-table-center {
	width:354px;
	background-color:#ffffff;
	margin-top: 20px;
	padding-top: 20px;
	margin: 0px;
	padding: 0px
}
#home-table-center-about {
	background-image: url(images/about_bg.jpg);
	background-repeat:no-repeat;
	height: 230px;
	width: 354px;
	margin-top: 0px;
	padding-top: 0px;
	margin:0px;
	padding:0px;
}
#home-table-center-about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:12px;
	padding-right:14px;
	text-align:left;
	color: #011b8d;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 18px;
}
#home-table-center-about a:link,#home-table-center-about a:visited {
	color: #011b8d;
}

#home-table-center-about a:hover {
	color: #011b8d;
	text-decoration: none;
}
#home-table-center-bg {
	background-image:url(images/home_content_bg.gif);
	background-repeat: no-repeat;
	height: 313px;
	padding: 0px;
	margin: 0px;
}
#home-table-center p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:12px;
	padding-right:12px;
	text-align:left;
	color: #000;
	line-height: 17px;
	border: 0pt solid red;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}

#meet {
	background-image:url(images/home_h1.gif);
	background-repeat: no-repeat;
	width: 329px;
	height: 14px;
	margin-left:12px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0pt solid blue;

}

#readmore {
	background-image:url(images/read_profile_off.gif);
	height: 12px;
	list-style-type: none;
	z-index: 1000;
	width: 120px;
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-left: 12px;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-indent: -1999px;
}
#readmore a {
	background-image:url(images/read_profile_off.gif);
	height: 12px;
	display:block;
	width: 120px;
	background-repeat: no-repeat;
}
#readmore a:link, #readmore a:visited {
	background-image:url(images/read_profile_off.gif);
	height: 12px;
	width: 120px;
	background-repeat: no-repeat;
}
#readmore a:hover {
	background-image: url(images/read_profile_on.gif);
	background-repeat: no-repeat;
}
/***************** table-left ******************/
#table-left {
	width:551px;
}
#table-left h1 {
	color:#0d2786;
	font-family: Times New Roman, Times, serif;
	font-size:14px;
	margin:0;
	padding-bottom:1px;
	padding-left:0px;
	padding-right:10px;
	padding-top: 7px;
	font-weight: bold;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #0d2786;
	border-left: 0px;
	margin-left: 15px;
	display: block;
	width: 92%;
}
#table-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:15px;
	padding-right:18px;
	text-align:left;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 18px;
}
#table-left ul {
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
    margin-left: 25px;
	margin-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#practice-areas ul {
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
    margin-left: 25px;
	margin-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}
#practice-areas li {
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#faq ul {
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
    margin-left: 25px;
	margin-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2px;
}
#table-left li {
	list-style-type:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #0101ac;
}

a:hover {
	color: #0101ac;
	text-decoration: none;
}
/***************** table-right ******************/
#table-right {
	width: 176px;
}

/***************** footer ******************/
#footer {
	background-image: url(images/footer.gif);
	height: 7px;
	background-repeat: no-repeat;
}
#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 17px;
}
#footer_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 0px;
	margin-top: -7px;
	padding-bottom: 7px;
	margin-bottom: 3px;
}


/***************** contact ******************/

#contact-image {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 176px;
	height: 40px;
	
}
/***************** contact - office location ******************/
#office {
	background-image:url(images/office.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 176px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}
#office_location p {
    padding-left:14px;
    padding-right:7px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 4px
}
#location {
	background-image:url(images/location.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 176px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	margin-top: -12px;
}

/***************** contact - form ******************/
#contact p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left:7px;
	padding-right:7px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	margin-top: 2px;
}
#contact_info p {
    padding-left:9px;
    padding-right:7px;
	color: #0d2786;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 0px;
	margin-top: 0px;
}
form {
	 margin:0;
	 padding:0;
	 padding-left:12px;
}

input, select {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	margin-left:2px;
	margin-right:0px; 
	padding-bottom: 0px;
	color: #0d2786;
	width: 142px; 
 }
textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	width: 143px; 
	height: 40px;
	padding: 0px;
	margin: 0px;
	color: #0d2786;
	margin-bottom: -22px;
	margin-left:0px;
}
 
.contactquestion p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border: 0pt solid blue;
	color: #0d2786;
	margin-right:0px;
	margin-left:-6px;

}
#contactrequired p {
	font-size: 11px;
	border: 0pt solid blue;
	color: #0d2786;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contactbottom{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -2px;
}
.button {
	margin-left:2px;
	margin-right:0px;
	padding-left:2px;
	padding-right:2px;
	margin-bottom: 0px;
width: 45px; 
}
 #captchaT {
	margin: 0px;
	width: 48px; 
}
