@charset "utf-8";
/* CSS Document */
/* attorneybrodie.com */

* {padding: 0; margin: auto; 
}
body { background-image: url(images/bg.png); background-repeat: repeat-x; background-color:#FAF6CD; font-family: arial, helvetica, sans-serif; font-size: 100%; color: #000099; height: 100%; margin: 0;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#workersComp { width: 900px; height: 20px; vertical-align: middle; text-align: center; font-family: times, serif; font-size: 100%; color: #FFFFFF; background-color: #2B2F6D; padding-top:8px; padding-bottom: 9px;
}
#header { width: 900px; height: 81px; vertical-align: middle; font-family: times, serif; font-size: 100%; color: #000000; background-color: #A7BDA8; padding-top:20px; padding-bottom:19px; border-bottom: solid 1px #FFFFFF; text-align:left;
}
#nav { width: 900px; height: 17px; vertical-align: middle; font-family: arial, helvetica, sans-serif; font-size: 13px; color: #FFFFFF; background-color: #729675; padding-top: 10px; padding-bottom: 5px;
}
#content { width: 900px; height: auto; font-family: arial, helvetica, sans-serif; font-size: 100%; color: #2B2F6D; background-color: #FFFFFF; 
padding-top: 20px; padding-bottom: 20px; text-align:center;
}
#text { width: 820px; height: auto; font-family: arial, helvetica, sans-serif; font-size: 100%; color: #2B2F6D; background-color: #FFFFFF;  padding-left:40px; padding-right: 40px; text-align:left;
}
#footer { width: 900px; height: 122px; vertical-align: middle; text-align: center; font family: times, serif; font-size: 80%; color: #000000; background-color: #A7BDA8; padding-top: 20px; padding-bottom: 20px;
}
img {padding-left: 40px; padding-right: 40px; padding-top: 5px; padding-bottom: 10px;
}
p {padding-top: 10px; 
}
.lawOffice { font-family: times, serif; font-size: 100%; color: #000000; margin: 10px 40px 10px 40px; padding-top: 10px; padding-bottom: 10px;
}
h1 { font-family: times, serif; font-size: 100%; color: #000000; margin: 0px 40px 0px 40px; 
}
#topLeft { float: left; width:450px; vertical-align: middle; 
}
#topRight { float: right; width: 400px; text-align:right; vertical-align: middle; padding-right:40px;
}
.phone { font-family: arial, helvetica, sans-serif; font-size: 40px; color:#2B2F6D; 
}
ol li {margin-left: 60px; margin-right: 60px;
}
a:link, a:visited { color: #000099 
}
a:hover { color: #0C5B3E 
}
.menu {text-decoration: none; display: inline; font-weight: bold; 
}
a.menu:link, a.menu:visited {color: #FFFFFF;  padding: 10px 20px 7px 20px; 
}
a.menu:hover, a.menu:active{color: #2B2F6D; background-color: #AB9FCB; padding: 10px 20px 6px 20px; 
}
ul, li.menu {text-decoration: none; border: none; list-style-type: none;   font-size: 13px; color: #FFFFFF; font-weight: bold; 
}
li a.on  {text-decoration: none; border: none; font-size: 13px; color: #18582F; font-weight: bold; background-color: #FFFFFF; padding: 10px 25px 7px 25px;
}
