#content {
   width: 1px;
   height: 278px;
   overflow: hidden;
   position: relative;
   background-image: url('images/contentShadow.png');
   background-position: bottom;
   background-repeat: repeat-x;
   clear: both;
}

#innerContent {
   display: none;
   width: 932px;
   height: 272px;
   overflow: hidden;
   position: relative;
   z-index: 1;
}

.box {
   height: 272px;
   width: 597px;
   overflow: hidden;
   position: absolute;
   left: 0px;
   top: 272px;
   cursor: pointer;
}

.boxInner {
   height: 272px;
   width: 596px;
   padding-right: 1px;
   background: #FFF;
   overflow: hidden;
   position: relative;
}

.boxInnerLeft {
   height: 272px;
   width: 148px;
   float: left;
   padding-left: 10px; padding-right: 10px;
   color: #fffefc;
   font-size: 12px;
}

.boxInnerLeft h2 {
   color: #fffefc;
   font-size: 14px;
   font-weight: bold;
   margin-top: 24px;
   text-transform: none;
}

.boxInnerRight {
   height: 272px;
   width: 428px;
   float: right;
   background: #000;
}

.moreNews {
   display: table;
   height: 16px;
   width: 163px;
   position: absolute;
   left: 0px;
   bottom: 0px;
   text-align: right;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: bold;
   padding-right: 5px;
   padding-top: 2px;
}

#moreHidden {
   display: none;
   position: absolute;
   z-index: 10;
   width: 934px; height: 465px;
   top: 122px;
   background-image: url(images/blank.gif);
}

.moreBox {
   position: absolute;
   overflow: hidden;
   width: 597px; height: 272px;
   display: none;
}

.moreBox div {

}

.moreBox .boxInnerLeft {
   width: 302px; height: 447px;
   padding-left: 31px; padding-right: 30px;
   font-size: 14px;
}

.moreBox .boxInnerLeft h2 {
   font-size: 17px;
   margin: 0px;
   padding: 52px 0 0 0;
}

.moreBox .boxInnerLeft p {
   line-height: 1.6em;
}

.moreBox .moreNews a {
   font-size: 11px;
   color: #fffefc;
   text-decoration: none;
}

.moreBox .boxInnerRight {
   width: 234px; height: 447px;
}

.moreBox .moreNews {
   width: 591px;
   height: 18px;
}

.moreBox.blue {
   background-color: #217fae;
}

.moreBox.green {
   background-color: #92c140;
}

.moreBox.orange {
   background-color: #e69623;
}

#header {
   display: none;
   margin-top: -80px;
}

#footer {
   display: none;
   margin-bottom: -60px;
}
#homeParagraph {
display:block;
margin-left: auto; margin-right: auto;
top:430px;
height: 230px;
width: 832px;
}
#homeParagraph p {
color: #959595;
font-family: times;
text-align: left;
font-size: 18px;
line-height: 22px;
font-weight: normal;
padding: 0px 20px 0px 20px;
}
#homeParagraph a {
color:#959595;
}
#homeParagraph a:hover {
color:#217fae;
}