html {height: 100%;}
html, body {
	margin: 0;
	padding: 0;
}

body
{
  background: #fff;
  font: 14px Tahoma, Arial, Helvetica, sans-serif;
  min-width: 840px;
  min-height: 100%;
}

a img {
	border: 0;
}

.header_ :focus {
	outline: none;
}

/* {{{ header */
.header_ {
	height: 115px;
	position: relative;
	margin: 0 20px;
	background: url(../img/bg_top.png) 100% 10px no-repeat;
}
.logo {
	position: absolute;
	top: 13px;
	left: 13px;
}
.header_ ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.address
{
  position: absolute;
  right: 260px;
  top: 24px;
  font-size: 80%;
  text-align: right;
  font-weight: bold;
  color: #696969;
}
.address span {
	display: block;
}
.address b {
	color: #7c8f84;
	font-weight: normal;
}

/* {{{ service menu */
.service-menu {
	position: absolute;
	top: 29px;
	right: 22px;
}
.service-menu li {
	display: inline;
}
.service-menu li a,
.service-menu li b {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url(../img/smenu_icons.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
	font-size: 10px;
	color: #435249;
	text-decoration: none;
	line-height: 25px;
	text-transform: capitalize;
}
.service-menu a {
	background-color: #edf0f0;
}
.service-menu a:hover, .service-menu b {
	background-color: #7d9085;
}
.m-home a { background-position: 0 0; }
.m-contacts a { background-position: 0 -25px; }
.m-sitemap a { background-position: 0 -50px; }
.m-home a:hover, .m-home b { background-position: -25px 0; }
.m-contacts a:hover, .m-contacts b { background-position: -25px -25px; }
.m-sitemap a:hover, .m-sitemap b { background-position: -25px -50px; }
li.m-about a,
li.m-about b {
	width: auto;
	background-image: none;
	text-indent: 0;
	padding: 0 30px;
}
.m-about i {
	font-style: normal;
	border-bottom: 1px dotted #435249;
}
.m-about a:hover, .m-about b {
	background-color: #edf0f0;
}
/* }}} service menu */

/* {{{ main menu */
.main-menu {
	height: 34px;
	background: #435249 url(../img/bg_menu.png) repeat-x top;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-collapse: collapse;
}
.main-menu td {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.main-menu td.first a {
	border: none;
}
.main-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	border-left: 1px solid #fff;
}
.main-menu a:hover {
	text-decoration: underline;
}
/* }}} main menu */
/* }}} header */

/* {{{ content */
.content-wrapper {
	margin: 0 20px;
	min-height: 100%;
}
.content-container {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

/* {{{ service column */
.service-col {
	vertical-align: top;
	width: 180px;
	background: url(../img/bg_l.png) -22px 0 repeat-y;
}
.right-col
{
	vertical-align: top;
	width: 140px;  
}
.submenu {
	margin: 0 20px 10px 10px;
	padding: 0;
	list-style: none;
}
.submenu li {
	padding: 3px;
	background: url(../img/dotted1.gif) repeat-x top;
}
.submenu li.first {
	background: none;
}
.submenu li.li_noimage a
{
	background: none;
	padding-left: 2px;
}

.submenu a {
	color: #094e75;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/bul1.gif) no-repeat left;
	padding-left: 10px;
}
.submenu a:hover {
	text-decoration: underline;
}
/* }}} service column */

/* {{{ main column */
h2 {
	color: #435249;
	margin: 5px 0 10px 35px;
	font-size: 120%;
}
.main-col
{
  vertical-align: top;
}
.main-col p {
	font-size: 95%;
	margin: 5px 0;
	padding: 0;
}
.main-col a {
	color: #435249;
}
.main-col a:hover
{
  color: #339933;
}
.slogan {
	padding: 15px 0px 10px 0px;
	margin: 0 20px;
	position: relative;
}
.join-us {
	font-size: 14px;
	display: block;
	background: url(../img/bg_slogan.png) no-repeat 230px center;
}
.join-us strong {
	font: 24px "Arial Black", Helvetica, sans-serif;
}
.join-us b {
	font: 24px Arial, Helvetica, sans-serif;
}
.slogan p {
	margin: 0;
	padding: 0;
	font-size: 95%;
}
.slogan a {
	color: #435249;
	font-size: 150%;
	position: absolute;
	left: 480px;
	top: 30px;
}

.links {
	width: 100%;
}
.links div {
	position: relative;
}
.links .get {
	color: #000;
	font-size: 100%;
	text-transform: capitalize;
	position: absolute;
	bottom: 0;
	right: 15px;
	text-decoration: none;
	background: url(../img/bul2.gif) no-repeat right;
	padding-right: 20px;
}
/* }}} main column */

/* }}} content */

/* {{{ footer */
.footer {
	border-top: 6px solid #e8e8e8;
	background: #ccc;
  position: relative;
	height: 70px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 12px;
	top: 15px;
}
.footer-menu li {
	display: inline;
	padding: 0 13px 0 15px;
	background: url(../img/dotted2.gif) repeat-y left;
	font-size: 90%;
}
.footer-menu li.first {
	background: none;
}
.footer-menu a {
	color: #666;
}
.copy {
	color: #fff;
	position: absolute;
	font-size: 70%;
	top: 25px;
	left: 35px;
}
.logo2 {
	color: #999;
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 155px;
}
.logo2 span {
	font-family: "Arial Black", Helvetica, sans-serif;
}
/* }}} footer */

/* {{{ other */
.hr {
	height: 1px;
	background: url(../img/dotted1.gif) repeat-x;
	overflow: hidden;
	font-size: 0;
	margin: 10px 20px;
}
.hr hr {
	display: none;
}
.r { text-align: right; }
.c { text-align: center; }

.text-block {
	margin: 0 20px;
}
/* }}} other */

.service-budget-header{
	color: #303C51;
	font-weight: bold;
	padding-top: 5px;
}
.service-budget-cell2
{
  padding-left: 25px;
}
.service-budget-cell3
{
  padding-left: 40px;
}
.service-budget-celldiv
{
  height: 3px;
  background: whitesmoke;
}

.BetweenRow
{
  height: 3px;
  background: whitesmoke;
}

.inss
{
  font-size: 12px;
  color: #696969;
  padding-left: 4px;
}

.attorneyname
{
  font-weight: bold;
  color: #003333;
}

.block
{
  margin-top: 15px;
  background: url(../img/bg_l.png) 0 repeat-y;
}

.block_title
{
  font-weight: bold;
  font-size: 13px;
  color: #006633;
  font-family: Arial;
}

.loc
{
  font-weight: bold;
  font-size: 11px;
  color: #336666;
}

.select_service
{
  width: 120px;
  font-size: 11px;
  color: #336666;
  margin: 3px 0 3px 0;
}

.testimonial_div
{
  padding: 0 5px 5px 0;
}
.testimonial_content
{ 
  font-size: 11px;
  font-style: italic; 
  padding-bottom: 5px;
  padding-top: 4px;
}
.testimonial_author
{
  font-size: 13px;
  color: #57657d;
  padding-bottom: 5px;
}