body, html, div
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body
{
	background-color: #702802;
	height: 100%;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

.main {
 height: 100%;
 padding-right: 10px;
 z-index: 1;
}

.menu {
 padding: 10 5 0 20;
 height: 58px;
 z-index: 10;
 position: relative;
}

.menu_left {
 width: 13px;
 height: 58px;
 background-color: #FBF9E5; 
 background-image: url("images/menu_left.gif");
}

.menu_item {
 width: 20%;
 height: 58px;
 background-color: #FBF9E5;
 background-image: url("images/menu_bg.gif");
 background-repeat: repeat-x;
 color: #990000;
 font-family: Arial;
 font-size: 13px;
 border: 0px solid white;
 text-align: center;
 font-weight: bold;
}

.menu_right {
 width: 13px;
 height: 58px;
 background-color: #FBF9E5;
 background-image: url("images/menu_right.gif");
}

.menu_sep {
 width: 19px;
 height: 58px;
 background-color: #FBF9E5;
 background-image: url("images/menu_sep.gif");
}

.menu_search {
 width: 250px;
 height: 58px;
 padding: 0 15 0 15;
 vertical-align: top;
}

.header {
  height: 176px;
  background-image: url("images/header.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  top: -21px;
  background-color: #FBF9E5;
  z-index: 5;
  min-width: 967px;
  width: expression(document.body.clientWidth < 967? "967px": "auto" ); 

}

.header p {
 margin: 0px;
 padding: 0px;
 padding-left: 25px;
}

.slogan {
  padding: 60 0 0 70;
  color: #d90606;
  font-family: Times;
  font-size: 18px;  
}

.content {
 background-color: #FAF7E2;
 min-height: 400px; 
 height: auto !important; 
 height: 400px; 
 position: relative;
 top: -21px; 
 margin: 0 63 0 22;
 min-width: 873px;
 width: expression(document.body.clientWidth < 967? "873px": "auto" ); 
 overflow: hidden;
}

.bottom {
 height: 47px;
 background-image: url("images/bottom_bg.gif");
 background-repeat: repeat-x;
 position: relative;
 top: -21px; 
 margin: 0 63 00 22; 
 padding: 10 10 20 30;
 color: #702802;
 font-size: 12px;
 font-family: Tahoma;
 min-width: 833px;
 width: expression(document.body.clientWidth < 1015? document.getElementById("content").clientWidth: "auto" );  
 clear: both;
}

.bottom_left {
 width: 10px;
 height: 47px;
 background-image: url("images/bottom_left.gif");
 background-repeat: no-repeat;
 position: relative;
 top: -10px; 
 left: -30px;
 float: left;
}

.bottom_right {
 width: 10px;
 height: 47px;
 background-image: url("images/bottom_right.gif");
 background-repeat: no-repeat;
 position: relative;
 top: -10px; 
 right: -10px;
 float: right;
}


.left_side {
 float: left;
 width: 340px;
}

.right_side {
 padding-right: 10px;
 margin-left: 340px;
}

A.ask_main:link, A.ask_main:visited, A.ask_main:active, A.ask_main:hover {
    FONT-SIZE: 20px; 
    text-decoration: none; 
    color: #003388;
    FONT-FAMILY: Arial;
    border-bottom: 1px dashed #003388;
}

A.ask:link, A.ask:visited, A.ask:active, A.ask:hover {
    FONT-SIZE: 16px; 
    text-decoration: none; 
    color: #000000;
    FONT-FAMILY: Arial;
}

.contact_info {
 position: absolute;
 bottom: 30px;
 left: 40px;
 color: #003388;
 font-size: 12px;
 font-family: Arial;
}

.contact_info_rel {
 margin-left: 50px;
 margin-top: 10px;
 color: #A80000;
 font-size: 12px;
 font-family: Tahoma;
}

.phone {
 color: #003388;
 font-size: 16px;
 font-family: Arial; 
}
 
A.contact_mail:link, A.contact_mail:visited, A.contact_mail:active, A.contact_mail:hover {
    FONT-SIZE: 18px; 
    text-decoration: underline; 
    color: #A80000;
    FONT-FAMILY: Arial;
} 
 
A.menu_link:link, A.menu_link:visited, A.menu_link:active { 
 color: #395f9e;
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none; 
 display: block;
}

A.menu_link:hover { 
 color: #395f9e;
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline; 
 display: block;
}

h1 {
 color: #A80000;
 font-family: Tahoma;
 font-size: 18px;
 font-weight: normal;
 padding-left: 0px;
 margin: 0px;
 padding: 0px;
}

.law_item {
 border-bottom: 1px solid #A80000;
 padding: 10px;
 font-family: Tahoma;
 font-size: 12px;
}

.blue {
 color: #003388;
}

A.law_name:link, A.law_name:visited, A.law_name:active, A.law_name:hover { 
 color: #A80000;
 font-family: Tahoma;
 font-size: 12px;
 font-weight: bold;
 text-decoration: underline; 
 padding-left: 20px;
}

A.law_option:link, A.law_option:visited, A.law_option:active, A.law_option:hover { 
 color: #003388;
 font-family: Tahoma;
 font-size: 14px;
 font-weight: none;
 text-decoration: underline; 
}

.law_option_set td {
 text-align: center;
 color: #702802;
 font-family: Tahoma;
 font-size: 14px; 
 padding: 5px;
}

.link_item {
 font-family: Tahoma;
 font-size: 11px; 
 width: 50%;
 margin-left: 20px;
 margin-bottom: 10px;
 padding-bottom: 10px;
 position: relative;
 border-bottom: 1px solid #A80000;
 line-height: 1.5em;
}

A.link:link, A.link:visited, A.link:active, A.link:hover { 
 color: #003388;
 font-family: Tahoma;
 font-size: 12px;
 font-weight: none;
 text-decoration: underline; 
}

h2 {
 color: #A80000;
 font-family: Tahoma;
 font-size: 12px;
 margin: 0px;
}

strong {
 color: #A80000;
 font-family: Tahoma;
 font-size: 12px;
}

.search_result {
  padding: 30 20 0 60;
  color: #A80000;
  font-size: 10px;
  font-weight: normal;
}

.search_result_title {
  color: #A80000;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
}

.search_result_descr {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 3 0 3 10;
}

.search_result_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A80000;
}

.search_link {
 color: #F40505;
}

A.search_link:link, A.search_link:visited, A.search_link:active, A.search_link:hover { 
 color: #A80000;
 font-family: Tahoma;
 font-size: 12px;
 font-weight: none;
 text-decoration: underline; 
}

.contact_form {
 color: #A80000;
 font-family: Tahoma;
 font-size: 12px;
 padding: 20px;
}

.contact_form label {
  padding-left: 20px;
}

.contact_form input, .contact_form textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 300px;
  border: 1px solid black;
}

.contact_form textarea {
 width: 450px;
 height: 150px;
}

.contact_form .send_button {
 color: #FFFFFF;
 font-family: Tahoma;
 font-size: 12px;
 width: auto;
 padding: 0px 10px;
 background-color: #702802;
 height: 30px;
 
}

.contact_hint {
 position: absolute;
 top: 12px;
 right: 20px;
 width: 200px;
 height: 100px;
 border: 1px solid #CCCCCC;
 background-color: #FFFFFF;
 padding: 15px;
 font-family: Verdana;
 display: none;
 
}

A.blue_link:link, A.blue_link:visited, A.blue_link:active, A.blue_link:hover {
    FONT-SIZE: 12px; 
    text-decoration: underline; 
    color: #003388;
    FONT-FAMILY: Arial;

}

A.ask_question:link, A.ask_question:visited, A.ask_question:active, A.ask_question:hover {
    FONT-SIZE: 22px; 
    text-decoration: underline; 
    color: #A80000;
    FONT-FAMILY: Arial;

}

.consult_name {
 color: #A80000;
 font-family: Tahoma;
 font-size: 12px;
}

.consult_date {
 color: #000000;
 font-family: Arial;
 font-size: 12px;
}

.consult_item {
 padding-bottom: 10px;
 padding-right: 65px;
 font-family: Arial;
 font-size: 12px;
 line-height: 1.5em;
}

.consult_answer {
 margin: 7 0 7 25;
 padding: 5 0 5 15;
 background: url("images/consult_answer_bg.gif") top left repeat-y;
}


A.consult_link:link, A.consult_link:visited, A.consult_link:active, A.consult_link:hover {
 color: #A80000;
 font-family: Tahoma;
 font-size: 18px;
 font-weight: normal;
}

.page {
 font-family: Arial;
 font-size: 18px;
 font-weight: bold;
}

.nav_page {
 font-family: Arial;
 font-size: 18px;
 color: #A80000;
 font-weight: normal;
 word-spacing: 5px;
 text-align: center;
 clear: both;
 padding-top: 10px;
}

.nav_page b {
 font-family: Arial;
 font-size: 28px;
 color: #003388;
 font-weight: normal;
}

A.nav_link:link, A.nav_link:visited, A.nav_link:active, A.nav_link:hover {
 color: #A80000;
 font-family: Arial;
 font-size: 18px;
 font-weight: normal;
}

A.nav_linkT:link, A.nav_linkT:visited, A.nav_linkT:active, A.nav_linkT:hover {
    FONT-SIZE: 18px; 
    text-decoration: underline; 
    color: #003388;
    FONT-FAMILY: Arial;
} 

.taxtable {
 font-size: 12px;
}

.taxtable h2 {
 text-align: center;
}

.th1 td {
 text-align: center;
}

h2.inline {
 display: inline;
}

.services th {
 font-size: 12px;
}

.services td {
 vertical-align: top;
 font-size: 13px;
 padding-left: 10px;
}

.services h2 {
 padding-top: 10px;
 margin-left: -10px;
}

.services .cr {
 width: 100px;
 text-align: center;
 font-weight: bold;
 font-size: 13px;
 padding-left: 0px;
}

.services ul {
 margin-top: 3px;
 margin-bottom: 3px;
}

.serv_home {
 margin-left: 50px;
 margin-top: 0px;
 margin-right: 20px;
 font-size: 11px;
 font-weight: bold;
}

.serv_home h2 {
 padding-top: 10px;
 margin-left: -10px;
}

.serv_home a:link, .serv_home a:visited, .serv_home a:active {
  text-decoration: none; 
  color: #000000;
} 

.serv_home a:hover {
  text-decoration: underline; 
  color: #000000;
} 

.serv_home h2 a:link, .serv_home h2 a:visited, .serv_home h2 a:active, .serv_home h2 a:hover {
 color: #A80000;
 font-family: Tahoma;
 font-size: 12px;
 margin: 0px;
}

.prices {
	border-collapse: collapse;
}

.prices th {
	border-bottom: 2px solid #ccc;
	padding: 5px;
}

.prices td {
	text-align: center;
	width: 100px;
	border-bottom: 1px solid #ccc;
}

.prices td.serv {
	text-align: left;
	width: 100%;
	padding: 5px;
}

#agree {
	width: 20px;
}

label.error {
	color: red;
	font-style: italic;
	margin-right: 20px;
}

.pconsult {
	padding: 0px 25px;
}

.pconsult h1 {
	margin-bottom: 10px;
}

.pconsult img {
	display: block;
	margin: 5px 40px;
}

.note {
	color: red;
}

.red_link {
	color: #A80000;
}

.paid_consult {
	margin-top: 120px;
	margin-right: 30px;
}

.paid_consult img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.paid_consult a {
	color: #A80000;
	display: block;
}

#ask_paid {
	font-style: italic;
}

#ask_paid a {
	color: #A80000;
}
