﻿html {height:100%;}

body {
  margin:0; padding:0; height:100%;
  font-family:arial, serif;
  background-color:white;
}

#wrap {
  min-height:100%;
  margin:auto;
  position:relative;
}

#header {
  background: #ffe4ae;
  background: url(images/header_bg.png) bottom;
  color: #FFffFF;
  margin:0;
  padding:0;
  height:70px;
  min-width: 950px;
}

p {margin:0px; padding:0;}

h1 {
  position: relative;
  line-height: 80px;
  margin: 0px;
  padding-left: 20px;
}

#main {
  /*position: relative;  */
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

#left {
  /*position: relative;   */
  float: left;
  width: 620px;
  margin-right: 25px;
}

#left table {
  border-collapse: collapse;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin-bottom: 15px;
}

#left td {
  padding: 3px; 
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

#right {
  /*position: relative;   */
  float: left;
  width: 280px;
  margin-right: auto;
  margin-left: auto;

}

#inner-wrap {
  padding-bottom:200px;
}

#inner-wrap:after {
  content:" ";
  display:block;
  clear:both;
}

#banners_block {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  height: 90px;
  text-align: left;
}

.banner {
  float: left;
  margin-right: 10px;
}

#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:150px;
  margin-top: 40px;
  color:#FF00FF;
  text-align:center;
}
.foot_info {
  padding-top: 10px;
  height: 49px; 
  border-top: 1px #da8f6a solid; 
  background: url(images/footer_bg_3.png) bottom;
}

.foot_info p {
  padding-top:15px;
  font-size: 11px;
  color: #000000;
}

h1 a {
  font-family: Times New Roman, serif;
  font-size: 28px;
  font-weight: normal;
  color: #993300;
  margin-left: 40px;
  width: 350px;
  margin-top: -5px;
}

#main h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight:bold;
  color: #993300;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing:-1px
}

div.main_article p {
  font-size: 12px;
  line-height: 16px;
}

div.main_article p img {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 8px;
  float: left;
}

a.more_link {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

a.more_link:hover {
  text-decoration: none;
}

div.cleaner {
  clear: both;
}

h2 {
  margin-top: 0px;
  font-size: 23px; font-weight:bold; color: #993300;
  letter-spacing:-1px;
}

h3 {
margin-left: 0px;
font-size: 21px;
font-weight:bold;
color: #000000;
margin-top:0px;
letter-spacing:-1px;
border-bottom: 2px solid #993300;
}

#nav_block {
 width: 950px;
 margin: auto;
 color: #ffffff;
}

#menu_block {
 float: left;
 margin-top: 33px;
 width: 950px;
 color: #ffffff;
 text-align: right;
}

ul.menu {
  float: left;
  list-style: none;
  margin-top: 0px;
  margin-left: -40px;
}

div.logo_block {
  margin-bottom:30px;
  height:138px;
  background:url(images/header_log_bg.png);
  border-bottom:1px solid #da8f6a;
}

div.logo {
  width:950px;
  background: url(images/slogan_2.png) no-repeat bottom right;
  margin-left:auto;
  margin-right:auto;
}

div.logo img {
  margin-top:-7px;
  border: 0px;
}
/* -- menu items -- */

ul.menu li {
  float: left;
  height: 37px;
  background: url(images/menu_bg_right.png) right;
}

ul.menu li a {
  display: block;
  padding: 13px 13px 8px 16px;
  font-size: 13px;
  color: #ffe4ae;
  background: url(images/menu_bg_left.png) no-repeat;
  text-decoration: none;
}

ul.menu li a.first {
  display: block;
  padding: 13px 13px 8px 21px;
  font-size: 13px;
  color: #ffe4ae;
  background: url(images/menu_fr_bg_left.png) no-repeat;
  text-decoration: none;
}

ul.menu li a.first_active {
  display: block;
  padding: 13px 13px 8px 21px;
  font-size: 13px;
  color: #ffffff;
  background: url(images/menu_fr_bg_left.png) no-repeat;
  text-decoration: none;
}

ul.menu li a.active, ul.menu li a:hover, ul.menu li a.first:hover {
  color: #ffffff;
}
/* -- //menu items -- */

#search_form {
  float: left;
  width: 150px;
  height: 20px;
}
div.services_block {
  margin-top: 25px;
}
div.service {
  float: left;
  width: 250px;
  margin-right: 25px;
  margin-bottom: 20px;
}
div.service h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
}
div.service h2 a {
  font-size: 13px;
  color: #003399;
  text-decoration: underline;
}
div.service h2 a:hover {
  text-decoration: none;
}
div.service p {
  font-size: 12px;
}
.cleaner {
  clear: both;
}
.poll_block {
  margin-top:40px;
  border:1px solid #cccccc;
  padding:15px;
}
.poll_block  h5 {
  letter-spacing:-1px;
  border-bottom: 2px solid #993300;
  font-size:16px;
  margin-top:0px;
  padding-bottom: 2px;
  margin-bottom:18px;
}
.poll_block  li {
  list-style: none;
  margin-top: 0px;
  margin-left:-30px;
}
.poll_block ul, .poll_block p {
   font-size:12px;
}

.poll_block ul{
  margin-bottom: 15px;
}

.pollbutton {
  font-size:11px;
  height: 23px;
}
.easypoll fieldset {
  padding:0px;
  margin:0px;
  border:0px;
}
.press_block {
  margin-top: 20px; 
  width: 610px
}