/* style.css */

/************* BASIC STYLES ***********/

body {
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  border:none;
  background: url(body_bg.gif) repeat-x left top;
  font-family: Arial;
}

img {
  border: none;
}

table, table td {
  border:none;
  padding:0;
  margin:0;  
  vertical-align: top;
}

/************* #BLOCKS **************/

#container2 {
  background: url(btm_bg.gif) repeat-x left bottom;
}

#container {
  width:1003px;
  min-height:1349px;
  border:none; 
  padding:0;
  margin:0;
  background: #fff url(right_bg.gif) repeat-y right top;
}

#container td {
  margin:0;
  padding:0;
  border:none; 
}

#right {
  background: url(index_06.jpg) no-repeat left bottom;
  width:273px;
  min-height:848px;
  vertical-align: top;
}

#header {
  background: url(index_02.jpg) no-repeat left top;
  width:407px;
  height:325px;
}

#td_logo {
  background: url(index_01.jpg) no-repeat left top;
  width:323px;
  height:325px;
}

#td_menu {
  background: #FFF url(menu_bg.gif) no-repeat left 20px;
  width:323px;
  min-height:848px;
}

#right_top {
  background: url(index_03.jpg) no-repeat left top;
  width:273px;
  height:325px;
}

#footer {
  background-color: #ECECEC;
  width:1003px;
  height:96px;
}

#footer2 {
  background: #fff;
  width:1003px;
  height:80px;
}

/****************** CONTENT **************/

#content {
  width:407px; 
  min-height:848px;
  _height:848px;
  vertical-align: top;
  display:block;
  background: #fff;
}

#content h1 {
  font-weight: normal;
  font-size: 18px;
  color: #ff5d00;
  margin:0;
  padding:5px 0 0 10px;
}

#content p {
  font-size: 12px;
  margin: 20px 5px 0 10px;
  text-align: justify;
}

#content .btmhr {
  width:100%;
  height:40px;
  color: #fff;
  border: none;
}

#content a {
  font-size: 12px;
  color:#008dff;
  text-decoration: underline;
}

/************* STYLES ***********/

#logo {
  position:absolute;
  top:50px;
  left:55px;
  width:200px;
  height:30px;
}

#logo a {
  font: bold 38px Arial;
  color: #FF6600;
  text-decoration: none;
}

#top_menu {
  position:absolute;
  top:-15px;
  _top:0;
  left:460px;
  z-index:100;
  width:300px;
}

#top_menu li {
  margin:0 0 0 10px;
  padding:17px 0 0 10px;
  float:left;
  background: url(top_menu_bg.gif) no-repeat left top;
  list-style-type: none;
  height:45px;
  text-align: left;
}

#top_menu li a {
  font-family: Verdana;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

#point_link {
  position: absolute;
  top: 100px;
  left: 500px;
  width: 230px;
  height: 24px;
  border: none;
}

#point_link a {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  color: #CBCBCB;
  text-decoration: none;
}

#nav {
  position:absolute;
  top:340px; 
  left:18px;
}

#lblock{ /*PRLINK*/

  position:absolute;
  width:260px;
  top:800px; 
  left:18px;    
 
}

#lblock a { /*PRLINK*/
    color:#ff8800; 
}

#nav li {
  list-style-type: none;
  margin:5px 0 0 0;
  padding:0;
  width:250px;
  display:block;
}

#nav li a {
  color:#ff6400;
  font-size: 13px;
  text-decoration: underline;
}

#nav li ul { 
  margin:5px 0 0 0;
  padding:0;
}

#nav li ul li {
  margin:5px 0 0 0;
  padding:0 0 0 20px;
}

#nav li ul li.active {
  margin:0;
  padding:0 0 0 20px;
  background: url(menu_arrow.gif) no-repeat left center;
}

#copy {
  position:relative;
  top:20px;
  left:60px;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  width:200px;
  height:10px;
}

.map {
  position: absolute;
  top:20px;
  left:270px;
  width:400px;
}

span.date {
  font-size: 10px;
  color: #FF5D00;
  margin: 0 10px;
}

#pages {
  margin: 10px 0 0 10px;
}

#pages a, #pages a:hover, #pages a:visited  {
  font-size: 12px;
  color:#FF5D00;
  text-decoration: underline;
}

#pages b {
  font-size: 12px;
  font-weight: bold;
  color:#000;
}

#forma {
  display:block;
  border:none;
  width:300px;
}

#forma td {
  font-size: 12px;
}

#forma textarea {
  width:260px;
}