
@import url(common.css);

body {
  background: #fff url(../images/bg.jpg) repeat-x;
  color: #428cae;
}
a {
  color: #00a2e6;
}
a:hover {
  color: #0082c4;
}
ul {
  list-style-image: url(../images/dot.gif);
}
h1 {
  margin: 0;
}
h3 {
  color: #5b67a8;
}
.holder {
  width: 100%;
  overflow: hidden;
}
#wrapper {
  width: 920px;
  margin: auto;
}
#header {
  height: 370px;
  overflow: hidden;
  position: relative;
}
#header .holder img {
  float: left;
}
#header .holder div {
  float: right;
  text-align: right;
  font-size: 10px;
  padding-top: 15px;
  padding-right: 20px;
  line-height: 1.6;
}
#menu {
  position: absolute;
  left: 177px;
  top: 74px;
}
#menu img {
  float: left;
}
#content {
  float: right;
  width: 675px;
  overflow: hidden;
  min-height: 200px;
}
#sidebar {
  float: left;
  width: 210px;
  overflow: hidden;
}
#footer {
  margin-top: 20px;
  border-top: 1px solid #a4f1ff;
  padding: 5px;
  font-size: 10px;
  word-spacing: 10px;
  color: #b5dcf0;
}
#footer a {
  word-spacing: normal;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#g3 {
  float: right;
  word-spacing: normal;
}
#g3 a {
  color: #afd6e9;
  text-decoration: underline;
}
#g3 a:hover {
  color: #00A2E6;
}



.line-gray, .line-blue {
  background: url(../images/line-gray.gif) no-repeat left center;
  height: 15px;
}
.line-blue {
  background-image: url(../images/line-blue.gif);
}

.list-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.list-menu li {
  border-bottom: 1px solid #e4e4e9;
}
.list-menu a {
  display: block;
  text-decoration: none;
  color: #3a4048;
  padding: 5px 0;
  padding-left: 10px;  
  background: url(../images/arrow.gif) no-repeat 90% center;
}
.list-menu a:hover {
  color: #007dc8;
  padding-left: 20px;
  background-position: 85% center;
}

.cols td {
  width: 50%;
  padding-right: 10px;
}