body, html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  font-family: Calibri, Arial, sans-serif;
  color: #353535; font-size: 14px;
  background: #F1F7FE;
}

a {
  color: #222;
  text-decoration: none;
}

p {
  margin: 0 0 5px 0;
}


h2 {
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: #063773;
}

td {
  font-size: 14px;
}

#container {
  display: block;
  float: center;
  width: 1000px;
  position: relative;
  margin: 0px auto;
  z-index: 3;
}

#containerTop {
  display: block;
  float: left;
  width: 100%; height: 370px; position: absolute;
  margin: 0;
  background: #DBEAFD;
  top: 0; left: 0;
  text-align: center; font-size: 11px; color: #EFE9D1;
}

#Page {
  display: block;
  float: left;
  width: 1000px;
  min-height: 300px;
  margin: 0 0 0 0;
  z-index: 3;
}

#PageHeader {
  display: block;
  float: left;
  width: 900px;
  height: 50px;
  margin: 5px 0 20px 90px; text-align: center;
}

#MenuHome {
  display: block;
  float: left;
  min-height: 35px;
  min-width: 33px;
  margin: 0 2px 0 0; cursor: pointer;
  background: url('/images/icon_home.png') center no-repeat;
}

#MenuButton {
  display: block;
  float: left;
  min-height: 35px;
  margin: 0 5px 0 4px;
  line-height: 36px; font-size: 18px; color: #063773;
}

#MenuButton:hover {
  color: #F49300;
  cursor: pointer;
  border-bottom: 1px solid #F49300;
}

#PageSlide {
  display: block;
  float: left;
  width: 1000px;
  height: 252px;
  margin: 40px 0 20px 0;
  font-size: 13px;
}

#SlideLeft {
  display: block;
  float: left;
  width: 95px;
  height: 252px;
}

#SlideCenter {
  display: block;
  float: left;
  width: 810px;
  height: 252px;
}

#SlideCenterOverlay {
  display: block;
  float: left;
  position: absolute;
  width: 810px;
  height: 252px;
  background: url('/images/bg_PageSlide.png') bottom no-repeat;
  z-index: 998;
}

#SlideCenterText {
  display: block;
  float: left;
  position: absolute;
  width: 260px;
  height: 230px;
  margin: 5px 0 0 277px;
  z-index: 999;
}

#SlideRight {
  display: block;
  float: left;
  width: 95px;
  height: 252px;
}

#PageContent {
  display: block;
  float: left;
  width: 800px;
  min-height: 200px;
  margin: 0 30px 0 100px;
}

#ContentLeft {
  display: block;
  float: left;
  width: 385px;
  min-height: 200px;
  margin: 0 30px 0 0;
}

#ContentRight {
  display: block;
  float: left;
  width: 385px;
  min-height: 200px;
}

#PageContentBottom {
  display: block;
  float: left;
  width: 820px;
  height: 260px;
  margin: 0 0 5px 95px;
  background: url('/images/bg_PageContentBottom.png') top left no-repeat;
}

#PageFooter {
  display: block;
  float: left;
  width: 820px;
  margin: 0 0 30px 95px;
  text-align: center; font-size: 11px; color: #626262;
}

#Block {
  display: block;
  float: left;
}

#slider {
	display: block;
    float: left;
    position:absolute;
    width:272px;
    height:201px;
    margin: 20px 0 0 0;
    z-index: 3;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    width:272px;
    height:201px;
}
#slider a {
	border:0;
	display:block;
}

#slider1 {
	display: block;
    float: right;
    position:absolute;
    width:272px;
    height:201px;
    margin: 20px 0 0 0;
    z-index: 3;
}

#slider1 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider1 a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:20px;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('/js/nivo-slider/images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('/js/nivo-slider/images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}