/* Default
-------------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #C2C5D4 url(body-bg.gif) fixed 0 0;
  overflow-y: scroll;
}
body, table, input, textarea, select {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
  color: #353535;
}
#main-wrap {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -405px;
  width: 810px;
  height: 100%;
}
/* -------------------------------------------------------------------------------- */





/* Top Content
-------------------------------------------------------------------------------- */
#top-wrap {
  color: #fff;
  width: 810px;
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 0;
  margin:0;
}
#top-wrap .logoWrap {
  margin:5px 0 5px 37px;
  *margin:0 0 5px 37px;
}
#top-wrap .quickLinks {
  margin: -10px 0 0 0;
  *margin: -20px 0 0 0;
}
#top-wrap .quickLinks a {
  color: #fff;
  text-decoration: none;
  padding: 0 7px;
}
#top-wrap .language {
  display:none;
  position: absolute;
  left: 650px;
  top:65px;
  width:200px;
  color:#fff;
}
#top-wrap .language a {
  margin: 0 0 0 5px;
  font-size:11px;
  color:#fff;
  font-weight:normal;
  text-transform:lowercase;
  text-decoration:none;
}
#top-wrap .language a:hover {
  text-decoration:underline;
}
#top-wrap .language a img {
  border: none;
}
/* -------------------------------------------------------------------------------- */





/* Outer
-------------------------------------------------------------------------------- */
#outer-wrap {
  width: 810px;
  *margin-top:-5px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
/* -------------------------------------------------------------------------------- */





/* Inner
-------------------------------------------------------------------------------- */
#inner-wrap {
  width: 802px;
  margin: 0 4px;
}
/* -------------------------------------------------------------------------------- */





/* Top Navigation
-------------------------------------------------------------------------------- */
#top-navi {
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  background: #fff url(navi-bg.gif) repeat-x 0 0;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}
#top-navi ul {
  margin: 0;
  padding: 0;
}
#top-navi ul li {
  display: inline;
  padding: 19px 0;
  border-right: solid 1px #fff;
}
#top-navi ul li a {
  color: #fff;
  text-decoration: none;
  padding: 19px 40px 19px 41px;
}
#top-navi ul li a:hover {
  color: #353535;
  text-decoration: none;
  background: url(navi-bg-active.gif) repeat-x 0 0;
}
#top-navi ul li.noBorder {
  border: none;
}
#top-navi ul li.noBorder a {
  padding-right: 41;
}
/* -------------------------------------------------------------------------------- */





/* Header Image
-------------------------------------------------------------------------------- */
#inner-wrap .header-image {
  border-bottom: solid 2px #fff;
  margin: 0 0 2px 0;
}
/* -------------------------------------------------------------------------------- */





/* Content Start
-------------------------------------------------------------------------------- */
#main-content {
  background: #fff;
  padding: 30px 0;
}
/* -------------------------------------------------------------------------------- */





/* Content Start
-------------------------------------------------------------------------------- */
#left h1,
#center h1,
#right h1 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
/* -------------------------------------------------------------------------------- */




/* Left Content Start
-------------------------------------------------------------------------------- */
#left {
  float: left;
  width: 173px;
  background: #fff;
  min-height: 150px;
  *height: 150px;
}

#left .naviLeft {
  width: 140px;
  border-bottom: solid 2px #B7B7B7;
  margin: 10px 12px;
}

#left .naviLeft ul {
  margin: 0;
  padding: 0;
}

#left .naviLeft ul li {
  display: block;
  height: 29px;
  line-height: 29px;
  list-style: none;
  border-top: solid 2px #B7B7B7;
}

#left .naviLeft ul li a {
  text-decoration: none;
  color: #353535;
  font-weight: bold;
  display: block;
  padding: 0 0 0 5px;
}

#left .naviLeft ul ul  {
  margin: 0 0 0 8px;
}
#left .naviLeft ul ul li {
  display: block;
  height: 20px;
  line-height: 20px;
  list-style: none;
  border-top: none;
}
#left .naviLeft ul ul li a {
  font-weight: normal;
}
#left .naviLeft ul ul ul li a {
  font-style: italic;
}


#left .image {
  width: 140px;
  margin: 10px 12px;
}

/* -------------------------------------------------------------------------------- */





/* Center Content Start
-------------------------------------------------------------------------------- */
#center {
  width: 400px;
  float: left;
  background: #fff;
  border-right: solid 2px #B7B7B7;
}
#center div.centerContent {
  width: 370px;
  margin: 10px 10px;
}
#center div.centerContent a {
  color: #353535;
}
#center div.centerContent a:hover {
  text-decoration: none;
}
/* -------------------------------------------------------------------------------- */





/* Right Content Start
-------------------------------------------------------------------------------- */
#right {
  width: 226px;
  float: right;
  background: #fff;
}
#right div.rightContent {
  width: 200px;
  margin: 10px 13px;
}
#right div.searchForm {
  margin: 10px 10px;
  width: 196px;
  background: url(searchform-bg.gif) no-repeat 0 0;
  height: 26px;
  line-height: 26px;
}
#right div.searchForm input {
  margin: 3px 0 0 2px;
  width: 160px;
  height: 18px;
  line-height: 18px;
  border: none;
}
#right div.searchForm input.submit {
  position: absolute;
  margin: 3px 0 0 5px;
  border: none;
  border: none;
  background: none;
  *background: #fff;
  filter:alpha(opacity=0);
  width: 27px;
  float: right;
  cursor: pointer;
}
/* -------------------------------------------------------------------------------- */






/* News */
/* ------------------------------------------- */
div.newsContent  {
  margin: 15px 0;
}
.newsContent div.div {
  padding: 10px 0;
  border-bottom: dotted 1px #B7B7B7;
}
.newsContent h1 {
  text-transform: uppercase;
}
.newsContent p {
  margin: 0;
  padding: 0;
}
.newsContent p.text-align-right {
  text-align: right;
}
.newsContent a {
  color: #353535;
}
.newsContent a:hover {
  text-decoration: none;
  text-align: right;
}
/* ------------------------------------------- */
/* -------------------------------------------------------------------------------- */
