body {
	background: url("http://www.bodoinlaw.com/images/bg.jpg") top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
#header {
 	background: url("http://www.bodoinlaw.com/images/header.jpg") top center no-repeat;
	height: 350px;
}
#header img {
	position: relative;
	top: 35px;
	left: 50%;
	margin-left: -480px;
}

#home_header {
 	background: url("http://www.bodoinlaw.com/images/header.jpg") top center no-repeat;
	height: 150px;
}


#home_header img {
	position: relative;
	top: 35px;
	left: 50%;
	margin-left: -480px;
}
#menu {
	background: #ffffff url("http://www.bodoinlaw.com/images/menu.png") repeat-x;
	position: absolute;
	top: 90px;
	height: 40px;
	width: 100%;
   

	z-index: 10; /* ensure that menu will be higher than page contents */
}
#menu #menu_panel {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}
#menu #menu_panel #menu_left ul {
	/* positions main menu text in menu container */
	margin-top: 0;
	margin-left: -40px;
	cursor: pointer;
}
#menu #menu_panel #menu_left ul li {
	position: relative; /* aligns sub menu dropdown under appropriate main menu item */
	background: none;
	list-style: none;
	      
	float: left; /* aligns main menu items horizontally */
	padding-right: 15px; /* horizontal space between main menu items */
}
#menu #menu_panel #menu_left ul li a {
	margin-top: -15px;
	border: 0;
        color: black;
        text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
        text-decoration: none;
        font-weight:600;
        
}
#menu #menu_panel #menu_left ul li a img {
	margin-top: -15px; /* aligns menu vertically in menu bar */
	border: 0;
        
}
#menu #menu_panel #menu_left ul li ul#submenu {  
	position: absolute;
        
	left: -15px; /* positions left side of submenu */
	top: 25px; /* positions top of submenu */
	background: #ffffff url("http://www.bodoinlaw.com/images/menuhover.png") repeat-x;
	margin: 0;
	padding-top: 10px; /* vertical space between top of submenu and submenu text */
	display: none;  
	width: 300px;  /* width of submenu */
}
#menu #menu_panel #menu_left ul li ul#submenu li{
	margin: 0;
	padding: 17px;  /* space betweem submenu items */
	clear: both;
}
#menu #menu_panel #menu_left ul li ul#submenu li.separator {
	margin-left: -40px;
	width: 300px; /* ensure separator in submenu is fully displayed, must match width of submenu above */
	background: url("http://www.bodoinlaw.com/images/horizontal-menu-separator.png") left center no-repeat;
}
#menu #menu_panel #menu_left ul li ul#submenu li a {  
	float: left;
	margin-top: -20px; /* space between top edge of submenu and text */
	margin-left: 0x; /* space between left edge of submenu and text */
	text-decoration: none;
        text-shadow: 0px 0px 0px rgba(150, 150, 150, 1);
	width: 300px; /* allows link to be active when hovering over row, not just text, must match width of submenu above */
}
#menu #menu_panel #menu_left ul li ul#submenu li a:link, #menu #menu_panel #menu_left ul li ul#submenu li a:visited	{
	color: #616161;
	text-decoration: none;
}
#menu #menu_panel #menu_left ul li ul#submenu li a:hover, #menu #menu_panel #menu_left ul li ul#submenu li a:active	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#menu #menu_panel #menu_right ul li {
	list-style: none;
	float: right;
	margin-right: -5px;
}
#menu #menu_panel #menu_right ul li img {
	margin-top: -13px; /* aligns vertically in menu bar */
}
#main { 
	position: relative;
	left: 50%;
	margin-top: -210px;
	margin-left: -480px;
	float: left;
	height: 0px;
	width: 960px;
	background: #ffffff;
	padding: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
#main span {
	font-size: 20px;
	font-weight: bold;
}
#l1 {
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -460px;
	font-size: 40px;
	display: none;
}
#l2 {
	position: absolute;
	top: 131px;
	left: 50%;
	margin-left: -460px;
	font-size: 40px;
	display: none;
}
#l3 {
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -460px;
	font-size: 40px;
	display: none;
}
#members {
	margin-left: 370px; /* left side of members image */
}
#courthouse {
	z-index:100;
	position:absolute;
	top:40px;
	left:500px;
}
#firm {
	position: relative;
	left: 50%;
	margin-top: 15px;
	margin-left: -480px;
	width: 960px;
	background-color: #e0e0e0;
	padding-bottom: 1px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#firm #content { 
	margin: 10px;
	padding-top: 10px;
	font-size: 14px;
	text-align: justify;
}
.list {
	width: 215px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
}
.list ul {
	/* positions attorney list in container */
	margin: 0;
	margin-left: -40px;
}
.list ul li {
	list-style: none;
	padding: 10px;
	line-height: 20px;
}
.list ul li.separator {
	background: url("http://www.bodoinlaw.com/images/white-horizontal-menu-separator.png") left bottom no-repeat;
}
.list ul li:hover {
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.list ul li:hover span {
	color: #000000;
	font-weight: bold;
}
.list ul li a {
	text-decoration: none;
}
.list ul li a span{
	color: #ffffff;
}
#attorneys_container, #practice_areas_container {
	position: relative;
	left: 50%;
	margin-top: -210px;
	margin-left: -480px;
	margin-bottom: 10px;
	float: left;
	width: 960px;
	background: #092234;
	padding: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#full_page_container {
	position: relative;
	left: 50%;
	margin-top: -210px;
	margin-left: -480px;
	margin-bottom: 10px;
	float: left;
	width: 960px;
	background: #e0e0e0;
	padding: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#attorneys_content, #practice_areas_content {
	position: relative;
	width: 735px;
	background: #e0e0e0;
	padding-left: 10px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-radius-topv: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	float: right;
}
#full_page_content {
	position: relative;
	width: 920px;
	margin: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
}
#practice_areas_content {
	min-height: 515px; /* This is the gray background behind the practice area section */ 
}
#attorneys_content h2 {
	margin-top: 10px;
}
#attorneys_content img {
	margin-top: -10px;
	float: left;
}
#attorneys_content .contact_information {
	position: relative;
	margin-top: -10px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 20px;
	float: left;
}
#attorneys_content .social_networking {
	margin-top: 20px;
	height: 20px;
}
#attorneys_content .social_networking img {
	border: 0;
	padding-right: 5px;
}
#attorneys_content .assistants {
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
}
#attorneys_content .assistants span {
	font-weight: bold;
}
#attorneys_content .assistants ul {
	list-style: none;
	margin-top: 0;
	margin-left: -30px;
}
#attorneys_content .contact_information a:link, #attorneys_content .contact_information a:active, #attorneys_content .contact_information a:visited {
	color: #000000;
/*	text-decoration: none;*/
}
#attorneys_content .practice_areas {
	margin-top: -10px;
	margin-right: 10px;
	width: 250px;
	height: auto;
	background: #cccc99;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
}
#attorneys_content .practice_areas span {
	position: relative;
	top: 8px;
	left: 10px;
	color: #ffffff;
	font-weight: bold;
}
#attorneys_content .practice_areas ul {
	background: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
}
#attorneys_content .practice_areas ul li {
	font-size: 13px;
	color: #616161;
	line-height: 20px;
}
#attorneys_content .practice_areas ul li a:link, #attorneys_content .practice_areas ul li a:visited {
	color: #616161;
	text-decoration: none;
}
#attorneys_content .practice_areas ul li a:active, #attorneys_content .practice_areas ul li a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#attorneys_content .profile {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 725px;
	background: #cccc99;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
#attorneys_content .profile ul {
	list-style: none;
	margin-top: 5px;
	line-height: 25px;
}
#attorneys_content .profile ul li a {
	text-decoration: none;
  outline: none;
	color: #000000;
	background: #cccc99 url("http://www.bodoinlaw.com/images/arrow-buttons.png") no-repeat 0 0;
	margin-left: -35px;
	padding-bottom: 5px;
}

#attorneys_content .profile #super_lawyers_badge{
background: none;
}

#attorneys_content .profile ul li a span {
	margin-left: 35px;
}
#attorneys_content .profile ul li a.item:hover, #attorneys_content .item_selected {
	font-weight: bold;
	background: #cccc99 url("http://www.bodoinlaw.com/images/arrow-buttons.png") no-repeat 0 -24px    !important;
}
#attorneys_content .profile ul li ul {
	background: #ffffff;
  width: 100%;
  margin-left: -40px;
  display: none;
	list-style: disc;
	padding-top: 12px;
	padding-bottom: 12px;
}
#attorneys_content .profile ul li ul li {
	background: #ffffff;
	font-size: 13px;
  color: #000000;
  text-decoration: none;
	cursor: default;
	padding-right: 10px;
	line-height: 20px;
}

#practice_areas_content .practice_areas {
	margin: 10px 10px 10px 0;
	width: 725px;
	height: auto;
	background: #cccc99;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
}
#practice_areas_content span {
	position: relative;
	background: #cccc99;	
	top: 8px;
	left: 10px;
	color: #ffffff;
	font-weight: bold;
}
#practice_areas_content p {
	background: #ffffff;
	padding: 12px 10px 12px 10px;
	font-size: 13px;
	color: #000000;
}
#full_page_container {
	position: relative;
	left: 50%;
	margin-top: -210px;
	margin-left: -480px;
	margin-bottom: 10px;
	float: left;
	width: 960px;
	background: #e0e0e0;
	padding: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}
#full_page_content {
	position: relative;
	width: 920px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #cccc99;
}
#full_page_content span {
	position: relative;
	background: #cccc99;	
	color: #ffffff;
	font-weight: bold;
}
#full_page_content p {
	margin-top: -10px;
}
#full_page_content ul {
	background: #ffffff;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#full_page_content ul li {
	list-style: none;
	color: #616161;
	font-size: 13px;
	line-height: 20px;
}
#full_page_content li a:link, #full_page_content li a:visited	{
	color: #616161;
	text-decoration: none;
}
#full_page_content li a:hover, #full_page_content li a:active	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
				




#quotes { 
	clear: both;
	position: relative;
	left: 50%;
	margin-left: -480px;
	height: 210px;
	width: 300px;
	padding-top: 10px;
	background: #e0e0e0 url("http://www.bodoinlaw.com/images/quotes.png") no-repeat;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#quotes span {
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
#quotes #content {
	margin-top: 25px;
	margin-left: 20px;
	width: 260px;
	font-size: 13px;
	font-weight: normal;
}


#contact {
	clear: both;
	position: relative;
	left: 50%;
/*	margin: -220px 0 10px -170px; */
	margin: -220px 0 10px -480px;
	height: 210px;
/*	width: 650px; */
	width: 960px;
	padding-top: 10px;
	background: #e0e0e0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contact span {
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
#contact p{
    width:100%;
    float:left;
    clear:both;
    position:relative;
		margin-top: -10px;
}
#contact form p label{
    float:left;
    width:210px;
    text-align:right;
    padding-right:10px;
    color:#616161;
    line-height: 20px;
		font-size: 11px;
}
#contact input[type="text"],
#contact textarea{
    float:left;
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
    padding:2px 2px 2px 5px;
    width:390px;
    border:1px solid #ddd;
    background-color:#f9f9f9;
    font-weight:bold;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0px 0px 2px #000;
    -webkit-box-shadow:1px 1px 1px #000;
    box-shadow:1px 1px 1px #000;
}
#contact textarea{
    overflow-x:hidden;
}
#contact input[type="text"]:focus,
#contact textarea:focus{
    background-color:#fff;
}
#contact input[type="button"]{
    height:31px;
    float:right;
    background-color:#6F6968;
    border:1px solid #333;
    border-right:none;
    height:30px;
    padding:0px 30px 2px 30px;
		font-size: 11px;
    color:#ddd;
    margin:15px 30px 0px 0px;
    text-transform: uppercase;
    cursor:pointer;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px 5px 5px 5px;
}
#contact input[type="button"]:hover{
    color:#fff;
    opacity:1.0;
}
#contact p.submit{
    height:40px;
    position:relative;
}
#contact label span{
    font-size:8px;
    font-weight:bold;
    color:#777;
    margin-left:3px;
}
.error{
    width:180px;
    position:absolute;
    top: 0;
    right: 32px;
		font-size: 11px;
    color:#600000;
    text-align:right;
}
.error span{
		font-size: 11px;
    margin-left:10px;
}
.loader{
    width:31px;
    height:31px;
    position:absolute;
    top:15px;
    left:500px;
}
.success{
    height:31px;
    position:absolute;
    top:15px;
    left:-20px;
    text-align:right;
    padding:5px 20px 0px 0px;
    width: 480px;
    height:25px;
    font-size:10px;
    letter-spacing:0px;
}
#contact_us {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 940px;
	height: auto;
	background: #cccc99;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contact_us span {
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
}
#contact_us #content {
	margin-top: 8px;
	margin-left: -10px;
	padding: 10px;
	width: 960px;
	background: #ffffff;
	font-size: 13px;
}
#contact_us #content #map {
	margin-top: -220px; /* Sets the top position of the map */
	margin-left: 200px;
}
#contact_us #content #map a:link, #contact_us #content #map a:visited {
	color: #616161;
	text-decoration: none;
}
#contact_us #content #map a:active, #contact_us #content #map a:hover {
	color: #000000;
	text-decoration: none;
}







#footer {
	position: absolute;
	margin-top: 10px;
	background: #092234 url("http://www.bodoinlaw.com/images/footer.png") repeat-x;
	height: 75px;
	width: 100%;
	color: #616161;
	font-size: 12px;
}
/*
#footer .space { 
	position: fixed;
	bottom: 75px;
	background: #ffffff;
	min-height: 75px;
	width: 100%;
}
*/
#footerpanel {
	width: 960px; 
	margin: 10px auto; 
}
#footerleft {
	margin-top: 10px;
	float: left;
}
#footerright {
	margin-top: 10px;
	float: right;
}	
#footer a:link, #footer a:visited	{
	color: #616161;
	text-decoration: none;
	outline: none;
}
#footer a:hover, #footer a:active	{
	color: #ffffff;
	cursor: pointer;
	outline: none;
}








.tab {
	background: url("http://www.bodoinlaw.com/images/tab_b.png") repeat-x 0 0;
	height: 40px;
	position: relative;
  top: 0;
  z-index: 999;
}
.tab ul.login {
	position: relative;
 	float: right;
 	height: 40px;
 	font-weight: bold;
	margin: 0;
	right: 100px;
}
.tab ul.login li.left {
 	background: url("http://www.bodoinlaw.com/images/tab_l.png") no-repeat left 0;
 	height: 40px;
	width: 30px;
	padding: 0;
	margin: 0;
 	display: block;
	float: left;
}
.tab ul.login li.right {
 	background: url("http://www.bodoinlaw.com/images/tab_r.png") no-repeat left 0;
 	height: 40px;
	width: 30px;
	padding: 0;
	margin: 0;
 	display: block;
	float: left;
}
.tab ul.login li {
 	text-align: left;
  padding: 0 6px;
	display: block;
	float: left;
	height: 40px;
  background: url("http://www.bodoinlaw.com/images/tab_m.png") repeat-x 0 0;
}
.tab ul.login li a {
	color: #616161;
}
.tab ul.login li a:hover {
	color: #ffffff;
}
.tab a.open, .tab a.close {
 	font: 85%/0.9 arial, helvetica, sans-serif;
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 90px;
	position: relative;
	top: 4px;
	text-decoration: none;
}
.tab a.open {
	background: url("http://www.bodoinlaw.com/images/open.png") no-repeat left 0;
}
.tab a.close {
	background: url("http://www.bodoinlaw.com/images/close.png") no-repeat left 0;
}
.tab a:hover.open {
	background: url("http://www.bodoinlaw.com/images/open.png") no-repeat left -19px;
}
.tab a:hover.close {
	background: url("http://www.bodoinlaw.com/images/close.png") no-repeat left -19px;
}
#loginpanel {
	position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	display: none;
}
#panel {
	height: 100px;
	color: #616161;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}
#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#panel .content .middle {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#panel .content .right {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}
#panel .content input.bt_login {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
	width: 74px;
	background: transparent url("http://www.bodoinlaw.com/images/button.png") no-repeat 0 0;
}

/*

#attorney { 
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -480px;
	height: auto;
	width: 960px;
	background: #ffffff;
	padding: 0;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
#attorney #picture {
	position: absolute;
	width: 200px;
	text-align: center;
	height: 100%;
	background-color: #cccc99;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#attorney #detail {
	min-height: 300px;
	max-height: 500px;
	margin-left: 220px;
	width: 720px;
	overflow: auto;
}
#attorney #detail p {
	margin-top: -15px;
	margin-left: 20px;
}
#spacer {
	position: relative;
	height: 70px;
}
*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .90;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #ffffff;
	padding: 20px;
	border: 5px solid #dddd99;
	float: left;
	color: #616161;
	font-size: 1em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: justify;
}
img.btn_close {
	float: right;
	margin: -35px -35px 0 0;
	border: 0px;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}