*
{
  border: none;
  margin: 0;
  padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
  text-decoration: none;
}

body {
  text-align: center;
  background: white;

  font-family: sans-serif;
}


#whole {
  width: 950px;
  background: transparent;
  margin: 0 auto;
  text-align: left;
  border-top: 0;
  
}

#hd {
  clear: both;
  float: left;
  text-align: left;
  width: 950px;
}

#logo {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  height: 90px;
  width: 360px;
  background-image: url(../img/logos/hd_bg_90.png);
  clear: both;
  float: left;
}

#dis {
  clear: both;
  float: left;
  width: 950px;
  font-size: 20px;
  font-family: Arial;
  font-weight: normal;
  letter-spacing: 1.1em;
  display: inline;
  margin-bottom: 10px;
}
#dis div{
  float: left;
}
.darkblue {
  color: #05197e;
}
#login {
  float: right;
  background: #c9c9c9;
  border: 1px solid black;
  font-size: 12px;
  padding: 2px;
  margin: 5px;

}

#navbars {
  clear: both;
  float: left;
  width: 950px;
}

#navbar {
  clear: both;
  float: left;
  width: 950px;
  background-image: transparent;
}

ul#menu { 
  width: 950px; 
  height: 35px;
  background: url("../img/images/menu-bg_35.gif") top left repeat-x;
  float: left;
  list-style-type: none; 
  margin-top: 0;
  margin-bottom: 0;  
  padding: 0; 
}
ul#menu li { 
  display: block; 
  float: left; 
  margin: 0; 
  height: 35px;
}
ul#menu li img{ 
  display: block; 
  float: left; 
  margin: 0;
}
ul#menu li a { 
  height: 28px; 
  color: #777;
  font-size: 0.8em; 
  font-family: "Lucida Grande", Verdana, sans-serif; 
  font-weight: bold;  
  text-decoration: none; 
  display: block; 
  float: left; 
  line-height: 200%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  
}
ul#menu li a:hover { 
  color: #333; 
}
ul#menu li a.current { 
  color: #FFF; 
  background: url("../img/images/current-bg_35.gif") top left repeat-x;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}




#navbar2 {
  clear: both;
  float: right;
  background: #a8a8a8;
  width: 950px;
}

ul#menu2 {
  width: 948px;
  height: 25px;
  float: right;
  background: #7c060c;
  list-style-type: none;
  margin: 0; 
  padding: 0; 
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 0;
  margin-bottom: 1px; 
}
ul#menu2 li { 
  display: block;
  float: right; 
  margin: 0;
  height: 25px;
}
ul#menu2 li a { 
  height: 25px; 
  color: white;
  font-size: 0.8em; 
  font-family: "Lucida Grande", Verdana, sans-serif; 
  font-weight: bold;  
  text-decoration: none; 
  display: block;
  float: left;
  line-height: 200%;
  padding-left: 15px;
  padding-right: 15px;
  /*padding-top: 5px;*/

}
ul#menu2 li a:hover {
  color: #ccc;
}
ul#menu2 li a.current {
  color: #ccc;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

#dis_bot {
  clear: both;
  float: left;
  width: 950px;
  height: 120px;
  margin-top: 10px;
}
#dis_bot a {
  float: left;
  width: 300px;
  height: 80px;
}

#bd {
  clear: both;
  float: left;
  width: 950px;
  display: inline;
  text-align: center;
  background: white;
}

#bd_t {
  clear: both;
  float: left;
  width: 950px;
  background: white;
  
  text-align: center;
  
}
#main {
  width: 600px;
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
}

#products {
  width: 600px;
  clear: both;
  float: left;
}
.product {
  width: 580px;
  margin-left: 10px;
  margin-right: 10px;
  clear: both;
  float: left;
  text-align: center;
}
.product a {
  font-size: 14px;
  font-weight: bold;
  color: #7c060c;
  letter-spacing: 1em;
}
.product img {
  width: 176px;
  border: 2px solid #333;
}
.product_text {
  width: 380px;
  margin: 20px 10px;
  font-size: 12px;
  font-weight: bold;
  color: black;
  text-align: left;
  
}
.product_text a {
  letter-spacing: .5em;
  font-size: 12px;
}
.product_text ul{
  clear: both;
  float: left;
  list-style-position: outside;
  margin-left: 20px;
  color: black;
}
.product_test ul li{
  float: left;
  color: black;
}

.right_column {
  width: 300px;
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  border: 2px dashed #7c060c;
  background-image: url(../img/bg_right.jpg);
  font-size: 12px;
  font-weight: bold;
}
.right_column_content {
  margin: 10px;
  width: 280px;
}
.newsletter {
  width: 280px;
  font-size: 16px;
}
.article {
  margin-top: 10px;
}
.article_date {
  font-size: 12px;
}
.article_title {
  color: #000099;
  font-size: 12px;
}
.article_text {
  font-size: 12px;
  color: #6b6b6b;
  margin-left: 10px;
  margin-right: 10px;
  width: 260px;
}
#pres {
  float: left;
  width: 300px;
  margin-left: 20px;
  margin-top: 10px;
  
}
.top_600 {
  background-image: url(../img/600_new_top.png);
  height: 35px;
  width: 600px;
  clear: both;
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .3em;
  color: #7c060c;
}

.mid_600 {
  background-image: url(../img/600_new_mid.png);
  background-repeat: repeat-y;
  width: 600px;
  clear: both;
  float: left;
}

.bot_600 {
  background-image: url(../img/600_new_bot.png);
  height: 35px;
  width: 600px;
  clear: both;
  float: left;
}
.content_600 {
  width: 580px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
}
.top_300 {
  background-image: url(../img/300_top_gray.png);
  height: 35px;
  width: 300px;
  clear: both;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  color: #7c060c;
  margin-top: 5px;
}

.mid_300 {
  background-image: url(../img/300_mid_gray.png);
  background-repeat: repeat-y;
  width: 300px;
  clear: both;
  float: left;
}

.bot_300 {
  background-image: url(../img/300_bot_gray.png);
  height: 35px;
  width: 300px;
  clear: both;
  float: left;
}
.content_300 {
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0em;
  color: #6b6b6b;
}
.top_150 {
  background-image: url(../img/150_top_gray.png);
  height: 35px;
  width: 150px;
  clear: both;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  color: #7c060c;
  margin-top: 5px;
}

.mid_150 {
  background-image: url(../img/150_mid_gray.png);
  background-repeat: repeat-y;
  width: 150px;
  clear: both;
  float: left;
}

.bot_150 {
  background-image: url(../img/150_bot_gray.png);
  height: 35px;
  width: 150px;
  clear: both;
  float: left;
}
.content_150 {
  width: 126px;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  letter-spacing: .2em;
}
#processes {
  clear: both;
  float: left;
  width: 930px;
  margin-left: 8px;
  margin-top: 20px;
  border: 2px solid #d7d7d7;
  background: #cccccc;
}

.process {
  float: left;
  width: 310px;
  height: 600px;
  position: relative;
  
}
.box {
  position: absolute;
  background: url(../img/bg_right.jpg);
  border: 1px dashed #7c060c;
  font-size: 10px;
  text-align: left;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
  letter-spacing: .1em;
}
.box_title {
  font-weight: bold; 
  letter-spacing: .3em; 
  color: #7c060c; 
  font-size: 11px;
}

#bd_rt {
  float: left;
  width: 0px;
  height: 0px;

}

#footer_divider {
  width: 950px;
  height: 5px;
  clear: both;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #7c060c;
  border-top: 1px solid #6b6b6b;
}

#con_ft {
  clear: both;
  float: left;
  width: 950px;
  /*height: 30px;*/
  /*background: transparent;*/
}

#ft {
  font-size: 12px;
  color: black;
  text-align: center;
  /*background: transparent;*/
}
#summary {
  font-size: 10px;
  color: #6b6b6b;
}


#line {
  clear: both;
  height: 10px;
  width: 1px;
  float: left;
}

#contact {
  width: 400px;
  height: 330px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 2px solid black;
  margin-bottom: 10px;

}

.contact_box {
  clear: both;
  float: left;
  width: 390px;
  height: 100px;
  text-align: left;
  margin: 5px;
  font-size: 12px;
  font-variant: normal;
}

.contact_box img {
  float: left;
}

.contact_box a{
  text-decoration: none;
  color: blue;
}



/*-----------------------------------*/
/*-----------------------------------*/
.makeISR {
  font-size: 18px;
  font-weight: bold;
  color: #7c060c;
}
.makeBig {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.makebold {
  font-weight: bold;
}

.maketitle {
  font-weight: bold;
  font-size: 16px;
}

.makegray {
  color: #d9d9d9;
}

.makered {
  color: #cd2424;
}

.make12 {
  font-size: 12px;
  font-weight: bold;
}

.newstitle {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.makecentered {
  text-align: center;
}

.makewhite {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.makesmallwhite {
  font-size: 12px;
  font-weight: normal;
  color: white;
}

.makesmallblue {
  font-size: 10px;
  font-weight: bold;
  color: blue;
}

.makemedblue {
  font-size: 12px;
  font-weight: bold;
  color: blue;
}

.makered {
  font-size: 18px; 
  font-weight: bold; 
  letter-spacing: .2em; 
  color: #7c060c;
}
.makedarkblue {
  font-size: 18px; 
  font-weight: bold; 
  letter-spacing: .2em; 
  color: #000099;
}
.isr {
  font-size: 18px;
  font-weight: bold;
  color: #7c060c;
}

.news_article {
  width: 450px;
  clear: both;
  float: left;
  text-align: left;
  background-image: url(../img/bg_right.jpg);
  border: 2px solid #777;
  margin: 5px;
  padding: 5px;
}

.rec {
  width: 730px;
  /*height: 80px;*/
  clear: both;
  float: left;
  text-align: left;
  background: white;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;

}

.rec_lt {
  float: left;
  width: 70px;
  min-height: 50px;
  padding: 5px;
  text-align: center;
}

.rec_rt {
  float: right;
  width: 639px;
  min-height: 50px;
  /*height: 70px;*/
  padding: 5px;
  border-left: 1px solid #d7d7d7;

}

.recTitle {
  float: left;
  font-size: 14px;
  text-align: left;
}

.recText {
  float: left;
  text-align: left;
  font-size: 10px;
  font-variant: normal;
  font-weight: normal;
  margin-top: 5px;

}

.divider {
  height: 1px; 
  width: 550px; 
  clear: both; 
  margin: 0 auto; 
  background: #d7d7d7;
}
