body, p, div, img, h1, h2, h3, form {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Verdana;
}

a img {
  border:0;
}

#cont1 {
  width: 992px;
  margin: 0 auto;
}

#header {
  overflow: hidden;
  width: 992px;
  padding-top: 10px;
}

#header h1 {
  color: #454444;
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin-right: 15px;
}

#head-right {
  float: right;
  width: 100px;
  padding-top:10px;
}

#head-right div {
  padding-left: 10px;
  overflow: hidden;
  width: 100px;
}

#head-right div a img {
  float: left;
  margin-right:10px;
}

#photos {
  height: 126px;
}

.line1 {
  height: 8px;
  background-color: #828282;
}

.line2 {
  height: 8px;
  background-color: #bababa;
}

.photos-line {
  height: 110px;
  overflow: hidden;
  width: 992px;
  margin: 0 auto;
  background: url(images/photoline-bg.png) 0 0 repeat-x;
}


.photo-item {
  height: 110px;
  float: left;
  padding: 0 2px;
  background-color: #bababa;
}

#content {
  background-color: #e9e8e8;
  width: 100%;
  min-width:992px;
  padding: 10px 0;
  margin-top:10px;
}

#main-menu {
  display:block;
  overflow: hidden;
  width: 622px;
  margin: 5px auto;
  text-align: center;
  list-style: none;
}

#main-menu li {
  display: block;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  border-right: #bfc0c4 1px solid;
}

#main-menu li a:link, #main-menu li a:visited {
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #828282;
  padding: 0 10px;
}

#main-menu li a:hover {
  text-decoration: underline;
}

.selected {
  font-weight: bold;
  color: #2654dd;
  padding: 0 10px;
  border-right: #bfc0c4 1px solid;
}

#block1 {
  overflow: hidden;
  width:985px;
  background-color: #d3d1d1;
  margin: 10px auto;
}

#block1-tl {
  float: left;
  background: url(images/rad1-tl.png) 0 0 no-repeat;
  width:15px;
  height: 15px;
}

#block1-tr {
  float: right;
  background: url(images/rad1-tr.png) 0 0 no-repeat;
  width:15px;
  height: 15px;
}

#block1-bl {
  float: left;
  background: url(images/rad1-bl.png) 0 0 no-repeat;
  width:15px;
  height: 15px;
}

#block1-br {
  float: right;
  background: url(images/rad1-br.png) 0 0 no-repeat;
  width:15px;
  height: 15px;
}

#block1-content {
  margin: 15px 0;
  padding: 5px;
}

.left-column {
  width: 460px;
  float: left;
}

.right-column {
  margin-left: 480px;
}

.one-column {
  width:975px;
}


.block2 {
  margin:5px 0;
  width:100%;
}

.block2-top {
  height: 15px;
  background: url(images/rad2-tl.png) top left no-repeat;
}

.block2-top div {
  height: 15px;
  background: url(images/rad2-tr.png) top right no-repeat;
  margin-left: 12px;
}

.block2-btm {
  height: 15px;
  background: url(images/rad2-bl.png) top left no-repeat;
}

.block2-btm div {
  height: 15px;
  background: url(images/rad2-br.png) top right no-repeat;
  margin-left: 12px;
}

.block2-cl {
  background: url(images/rad2-cl.png) top left repeat-y;
  padding-left: 12px;
}

.block2-cr {
  background: url(images/rad2-cr.png) top right repeat-y;
  padding-right: 14px;
  overflow: hidden;
  min-height:100px;
}

.news-photo {
  float: left;
  border: #fff 2px solid;
  margin: 0 5px 5px 0;
}

.news-text {
  font-size: 12px;
  line-height: 1.5em;
}

.news-text h2 {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.news-text h2 a:link, .news-text h2 a:visited {
  color: #999;
  text-decoration: none;
}

.news-text h2 a:hover {
  text-decoration: underline;
}

.news-text a:link, .news-text a:visited {
  color: #2a55d5;
  text-decoration: none;
}

.news-text a:hover {
  text-decoration: underline;
}

.news-text p {
  margin: 6px 0;
}

#footer {
  text-align: center;
  font-size: 12px;
  color:#999;
}

.under1 {
  font-weight: bold;
  text-decoration: underline;
}

.red {
  color: #ff0000;
}













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

.m1 {
  margin-left: 20px;
  display: inline;
}


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

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height:0;
}

.left {
  float:left;
}

.right {
  float:right;
}

.nobdr {
  border-right: 0px!important;
}

.h1 {
  height:155px;
}


