/*----------GENERAL START----------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, input, form, label, textarea, img {margin: 0; padding: 0; border: 0;}
 
li {list-style: none;}

a {text-decoration: none;}

.clear {clear: both;}

input {font-size: 12px;}

body {background: #494949;}

#wrapper {background: white url(../images/body_repeat.jpg) repeat-x;}

#wrapper1 {background: url(../images/body_bg.jpg) no-repeat top center;}

#wrapper2 {background: url(../images/body_bottom.jpg) repeat-x left bottom;}

#content
{
  width: 901px;
  margin: 0 auto;
  font-family: tahoma;
  font-size: 12px;
  background-color: white;
}

#adminmenu {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}

#adminmenu h1 {color: white;}

#adminmenu a {
  color: white;
  font-weight: bold;    
}

.fck input {
  border: 1px solid black;
  width: 300px;  
}

.fck .submit input {width: 70px;}

.fck .form_button {width: 30px;}

.fck .form_checkboxes input {width: 30px;}

.fck table td {padding: 5px;}

.login input {
  width: 200px;
  border: 1px solid black;
}

.login .submit input {width: 50px;}
/*----------GENERAL END----------*/


/*----------HEADER START----------*/
#header {width: 901px;}

#header #header_h1 {
  height: 20px; line-height: 20px;
  overflow: hidden;
  background: url(../images/h1_header.gif) no-repeat;  
  color: #c9c9c9;
  font-family: arial; font-size: 10px;
  text-align: center;
}

#header #header_menu {width: 901px; height: 95px;}

#header #header_menu ul li {float: left;}

#header #header_menu ul li a {
  display: block;
  width: 302px; height: 70px;
  padding-top: 25px;
  text-align: center;
  font-weight: normal;  font-size: 14px;
  color: #7c7c7c;
}

#header #header_menu ul li #menu2 {
  background: url(../images/header_menu.gif) no-repeat -302px 0;
  width: 301px;  
}

#header #header_menu ul li #menu2:hover {
  color: white;
  background-position: -302px -95px;
}

#header #header_menu ul li #menu1 {
  width: 302px;
  background: url(../images/header_menu.gif) no-repeat 0 0;
}

#header #header_menu ul li #menu1:hover {
  color: white;
  background-position: 0 -95px;  
}

#header #header_menu ul li #menu3 {
  background: url(../images/header_menu.gif) no-repeat -603px 0;
  width: 298px;  
}

#header #header_menu ul li #menu3:hover {
  color: white;
  background-position: -603px -95px;    
}

#header #logo {
  width: 901px;  height: 308px;
  background: url(../images/logo.jpg) no-repeat;
}

#header #logo h1 {
  text-indent: -99999px;
  height: 308px;  
}

#header #logo h2 {
  padding-left: 40px; padding-bottom: 70px;
  font-size: 19px;  font-weight: normal;
  color: #ee9a17;
}

#header #logo p, #header #logo a {
  color: #ee7017;
  font-size: 14px;  font-weight: bold;
}

#header #logo p {padding-left: 40px;}
/*----------HEADER END----------*/


/*----------MAIN START----------*/
#main {
  width: 901px;
  padding-bottom: 35px;  
}

#main h2 {
  color: #3e3e3e;
  font-size: 18px;  font-weight: bold;
  line-height: 30px;
  padding: 6px 45px;
  background: url(../images/h2_bg.gif) no-repeat;
}

#main h3 {
  color: #242948;
  font-size: 14px;  font-weight: bold;
  padding: 0 45px;
}

#main h4 {
  color: #373635;
  font-size: 12px;  font-weight: bold;
  padding: 0 45px;
}

#main p {
  color: #606060;
  line-height: 18px;
  padding: 0 45px;
}

#main ul, #main ol {padding: 0 45px;}

#main ol li {
  list-style: decimal;
  margin-left: 20px;  
  color: #606060;
}

#main ul li {
  color: #606060;
  line-height: 18px;
  padding-left: 20px;
  background: url(../images/orange_dot.gif) no-repeat 0 6px;
}

#main a {
  color: #606060;
  font-weight: bold;  
}


  /*----------ARTICLES START----------*/
  #main .back {
    float: right;
    color: #959595;
    font-size: 14px;
    background: url(../images/arrow.gif) no-repeat left 3px;
    padding-left: 15px; padding-right: 90px;
  }
  
  .articles {
    width: 726px;
    margin-left: 87px;
    background: url(../images/articles.gif) repeat-y;  
  }
  
  .articles div {
    width: 706px;
    padding: 20px 10px 0 10px;
    background: url(../images/articles_top.gif) no-repeat;      
  }
  
  .articles div div {
    width: auto;
    padding: 0;
    background: none;
  }
  
  #main .articles .title {
    font-size: 18px;  font-weight: normal;
    color: black;
  }
  
  #main .articles .date {font-size: 10px;}
  
  #main .articles b, #main .articles p {text-align: justify;}
  
  #main .articles p {padding: 0;}
  
  #main .articles b {
    color: #606060;
    line-height: 18px;    
  }
  
  #main .articles img {
    float: left;
    padding-right: 20px;  padding-bottom: 5px;  
  }
  
  #main .articles h2 {
    color: black;
    font-size: 18px;  font-weight: normal;
  }
  
  #main .articles h3 {padding: 0;}
  
  #main .articles ul {padding: 0;}
  
  #main .articles ol {padding: 0;}
  
  #main .articles ol li {
    list-style: decimal;
    margin-left: 20px; 
    line-height: 18px;
  }
  
  #main .related_content {
    font-weight: normal;
    color: black;  
  }
  
  .articles_bottom {
    width: 726px;  height: 13px;
    margin-left: 87px;
    background: url(../images/articles_bottom.gif) no-repeat;
  }
  /*----------ARTICLES END----------*/  
  
  
  /*----------ARTICLES LIST START----------*/
  .articles_list {
    width: 811px;
    padding-left: 60px; 
  }
  
  .articles_list .articles_list_item {
    float: left;
    width: 395px;
    margin-bottom: 15px;  margin-right: 15px;
    background: url(../images/articles_list_item.gif) repeat-y;
  }
  
  .articles_list .articles_list_item div {
    width: 356px; 
    background: url(../images/articles_list_item_top.gif) no-repeat left top;
  }
  
  .articles_list .articles_list_item div div {
    width: 316px;
    padding: 20px;
    background: url(../images/articles_list_item_bottom.gif) no-repeat left bottom;
  }
  
  #main .articles_list .articles_list_item div div h2 {
    color: #3E3E3E;
    line-height: 18px;
    padding: 0 0 5px 0;
    height: auto;
    background: none;
  }  
  
  #main .articles_list .articles_list_item p {padding: 0;}
  
  #main .articles_list .articles_list_item div div .date {
    color: black;
    padding: 0;  
  }
  
  #main .articles_list .articles_list_item div div img {
    float: left;
    padding-right: 15px;  
  }
  
  #main .articles_list .articles_list_item div div a {color: #606060;}
  
  #main .articles_list .articles_list_item div div a span {
    background: url(../images/redarrow.gif) no-repeat right center;
    padding-right: 15px;    
  }
  /*----------ARTICLES LIST END----------*/   
/*----------MAIN END----------*/


/*----------FOOTER START----------*/
#footer {
  width: 901px; height: 75px;
  padding-top: 25px;
  background: url(../images/footer.jpg) repeat-x;  
}

#footer div {
  float: left;
  width: 600px;  
  padding-left: 20px;
}

#footer div p {padding-top: 5px;}

#footer div img {
  float: left;
  padding-right: 10px;  
}

#footer #contact {
  width: 180px;
  padding-left: 0;  padding-right: 20px;  
  text-align: right;
}

#footer #contact p {padding-top: 0;}

#footer #contact a, #footer #contact p, #footer #contact span {color: #a1a1a1;}

#footer div p, #footer div a {color: #626262;}
/*----------FOOTER END----------*/