/* CSS Document */
body {
    background-color: #efefef;
    font-family: Times new Roman, Garamond, serif;
    font-size: 14px;
    color: #000000;
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.main-width {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
}

.full-width {
    width: 100%;
}

.my-bold-font {
    font-weight: bold;
}

.my-font-labels {
    font-size: 18px;
}

.blue-color, .blue-color a {
    color: #333366;
}

.blind-color, .blind-color a {
    color: #EFEFEF;
}

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

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

h1 {
    font-size: 25px;
    padding: 49px 0px 0px 42px;
    margin: 0px;
    color: #333333;
}

h2 {
    font-size: 13px;
    margin-top: 0px;
}

a {
    color: #0099cc;
    text-decoration: none;
}

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

a:hover {
    text-decoration: underline;
}

.left-align-box {
    float: left;
}

.right-align-box {
    float: right;
}

.new-block {
    clear: both;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.hidden-overflow {
    overflow: hidden;
}

.main-banner {
    width: 1000px;
    height: 195px;
    background: url('main-hp-banner.jpg') 0px 2px no-repeat;
}

.main-menu {
    font-weight: normal;
}

.main-menu-block {
    width: 850px;
    margin: 84px 0px 0px 117px;
    color: #cccccc;
}

.main-info-box-left {
    margin-left: 50px;
    width: 24px;
    height: 110px;
    background: url('main-hp-info-left.gif') 0 0 no-repeat;
}

.main-info-box-middle {
    width: 836px;
    height: 110px;
    line-height: 19px;
    background: url('main-hp-info-middle.gif') 0 0 repeat-x;
}

.main-info-box-right {
    height: 110px;
    width: 24px;
    background: url('main-hp-info-right.gif') 0 0 no-repeat;
}

.small-font {
    font-size: 11px;
}

.padding-8 {
    padding: 8px;
}

.width-8 {
    width: 8px;
}

.padding-5-img {
    padding: 5px 5px 5px 0px;
}

.top-5 {
    padding-top: 5px;
}

.bottom-5 {
  padding-bottom: 5px;
}

.top-10 {
    padding-top: 10px;
}

.top-15 {
    padding-top: 15px;
}

.top-info-text {
    padding-top: 22px;
}

.bottom-info-text {
    padding: 16px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.no-decoration {
    text-decoration: none;
}

.right-align {
    text-align: right;
}

.grey-color, a.grey-color {
    color: #cccccc;
}

.hp-one-block {
  width: 480px;
  height: 242px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  /*border: 1px solid black;*/
  background: url('cips-hp-background-block.png') 23px 25px no-repeat;
}

p.one-block-width {
  width: 470px;
}

.hp-title {
  font-size: 15px;
}

.hp-title a {
  color: #333333;
}

.hp-one-block-image {
  width: 246px;
}

.hp-one-block-text {
  width: 215px;
  margin-right: 5px;
}

.hp-info {
  color: #333333;
  font-size: 12px;
}

#open-widdow-cipslk {
  display: none;
  visibility: hidden;
}

#open-widdow-cipslk-visible {
  display: block;
  visibility: visible;
}

.main-active-box-width {
  width: 910px;
  margin: 0px auto;
}

.active-window-top {
  background: url('active-window-hp-top.gif') center top no-repeat;
  height: 20px;
}

.active-window-middle {
  background: url('active-window-hp-middle.gif') center top repeat-y;
}

.active-window-bottom {
  background: url('active-window-hp-bottom.gif') center bottom no-repeat;
  height: 20px;
}

.active-window-function-buttoms {
  padding-right: 45px;
}

#overlay {
  cursor: pointer;
}

.footer {
	background: url('cips-hp-background-footer.png') center top no-repeat;
	height: 111px;
} 

.footer p {
	padding: 0px 0px 0px 0px;
	text-align: center;
}


