body {
font-family: 'Arial CE', Arial, 'Verdana CE', Verdana , 'Geneva CE', Geneva,  Helvetica, sans-serif;
font-size: 12px;
color: #7a7a7a;
background-color: #dddddd;
margin: 0px;
text-align:center;
}
img {
border: 0px;
}
.right {
text-align:right;
}
.news_right {
text-align:right;}
.print {float:right; position: relative; top: 8px;}
a {
text-decoration:none;
color:#ea9524;}
a:hover {
color:#7a7a7a;;}
h1 {
  font-size: 16px;
  font-weight:normal;
  color: #ea9524;
  margin:0px;
  padding:10px 0px 10px 0px;
}
h2 {
  font-size:12px;
  color: #e99423;
  margin:0px 0px 0px 0px;
}
h3 {
  font-size: 12px;
  font-weight:bold;
  color: #e99423;
  margin:0px 0px 0px 0px;
}
h1 a {text-decoration: none; color: #ea9524;}
h1 a:hover {color: #7a7a7a;}
.new {font-weight: bold; color: #434343;}
.section {font-weight: bold;}
.title {font-weight: bold; color: #434343; float: left;}

.news_title{
padding:10px 0px 5px 0px;
}
.news_menu{
color: #434343;
padding:0px 0px 1px 0px;
}

.news_menu a {
font-size:12px;
color:#ea9524;}
.news_menu a:hover {
color:#7a7a7a;}

.bg_news_title {
background:url('../img/bg_news_title.png') bottom repeat-x;
}

h2 a {text-decoration: none; color: #7a7a7a;}
h2 a:hover {color: #ea9524;}

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

#content {
width: 645px;
padding-left: 20px;
padding-right: 15px;
padding-top: 10px;
}
.main_title_line {
clear: both;
height: 2px;
background: url('../img/bg_main_title.png') bottom no-repeat;
}
#box_left {
width: 230px;
float: left;
background-color: #ffffff;
}
#box_news {
padding: 1px 12px 12px 12px;
background-color: #f5f6f7;
}
#box_right {
margin: 0px;
float: right;
width: 400px;
background: #ffffff;
padding-bottom: 10px;
}
.box_left_news {
float: left;
width: 195px;
margin: 0px;
background-color: #ffffff;
padding-bottom: 10px;
margin-bottom: 5px;
}
.box_left_news p {margin-bottom: 10px;}
.box_right_news {
float: right;
width: 195px;
margin: 0px;
padding-bottom: 10px;
background: #ffffff;
}
.box_right_news p {margin-bottom: 10px;}
.read_more {
height: 21px;
background:url('../img/bg_news_more.png') repeat-x;
}
.read_more a { text-decoration:none; font-weight:bold; position: relative; top:3px; color: #7a7a7a;}
.read_more a:hover {color: #ea9524;}
#page {
background:#ffffff;
margin: auto;
padding: auto;
width: 680px;
text-align: left;
background: url('../img/bg_page.png') repeat-y;
}

#logo {
width: 680px;
font-size:10px;
font-weight:bold;
height: 65px;
}
#box_home{
position: relative;
top: 15px;
left: 24px;
width:130px;
height:45px;
cursor:pointer;
}

.top_menu {
position: relative;
width: 200px;
left: 474px;
bottom: 15px;
}
.top_menu a {
text-decoration:none;
color: #ea9524;
}
.top_menu a:hover {
color: black;
}

#menu{
height: 21px;
color: #ffffff;
background: url('../img/bg_menu.png') repeat-x;
font-size: 10px;
font-weight: bold;
padding-right: 8px;
}
.menu_right {
position: relative;
width: 488px;
left: 190px;
}
#bg_search {
width: 680px;
height: 178px;
background:url('../img/bg_search.jpg') no-repeat;
}
#search {
position: relative;
width: 145px;
top: 132px;
left: 530px;
}
.inpt_search {
position:relative;
bottom: 4px;
width: 84px;
height: 17px;
border:0px 0px 0px 0px;
margin:0px 0px 0px 0xp;
padding:0px 0px 0px 0px;
}
.btn_search {
width: 45px;
height: 24px;
}

#bg_footer {
clear: both;
width: 680px;
height: 29px;
background:url('../img/bg_footer.png') repeat-x;
}

/*MENU*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 21px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 22px;
}

ul#navmenu li .submenu {

  margin: 0px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

ul#navmenu ul {
  width: 200px;
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  border-top: 1px solid white;
  top: 22px;
  left: 0;
}
ul#navmenu ul .border {
  margin: 0;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  min-width: 185px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  padding: 0 10px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;

  color: white;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #ea9524;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none; 
  background: #CCC;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #b4b5b7;
  color: #ffffff;
}


ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/*SUBMENU PAGES*/
/* Root = Horizontal, Secondary = Vertical */
#left_box {
position: relative;
width: 180px;
float: left;
padding-bottom: 15px;
}
#right_box {
position: relative;
width: 455px;
float: right;
padding-bottom: 15px;
}

ul#navmenu1 {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  background: #f5f6f7;
  width: 160px;
  border: 1px solid #ccc;
}

ul#navmenu1 li {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
}

.submenu1 a {
  color: #e99528;
  background: url('../img/menu_arrow.png') no-repeat #ccc; 
}


ul#navmenu1 ul {
  width: 160px;
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  border-top: 1px solid white;
  top: 22px;
  left: 0;
}
ul#navmenu1 ul .border {
  margin: 0;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
}

ul#navmenu1 ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

/* Root Menu */
ul#navmenu1 a {
  padding: 0 10px;
  display: block;
  color: #7a7a7a;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu1 a:hover,
ul#navmenu1 li:hover a,
ul#navmenu1 li.iehover a {
   color: #e99528;
   background: url('../img/menu_arrow.png') no-repeat #ccc; 
}
