/* News */

#ContentHolder .newsContent {
    width: 100%;
    margin: auto;
}

#ContentHolder .newsContent .tourData {
    width: 100%;
    margin: auto;
}

#ContentHolder .newsContent .title {
    background: url(../images/news/newsTitle.png) no-repeat;
    width: 776px;
    height: 49px;
    float: left;
}

#ContentHolder .newsContent .headerImage {
    background-image: url(../images/news/newsHeaderImage.png);
    height: 313px;
}

/* tour */
#ContentHolder .tourContent {
    width: 100%;
    margin: auto;
}

#ContentHolder .tourContent .tourData {
    width: 100%;
    margin: auto;
}

#ContentHolder .tourContent .title {
    background: url(../images/news/tourTitle.png) no-repeat;
    width: 181px;
    height: 49px;
}

#ContentHolder .tourContent .headerImage {
    display: block;
    margin: auto;
    margin-top: -30px;
}

.bodyHolder .newsImage {
    width: 314px;
    display: block;
    float: left;
    margin-top: 54px;
    padding-left: 44px;
}

.bodyHolder .newsBody {
    width: 750px;
    margin-left: 5px;
    display: block;
    float: left;
}

.newsItemImage {
    float: left;
    display: block;
    width: 230px;
    margin-right: 10px;
    overflow: hidden;
}

.newsItemImage IMG {
    width: 230px;
}

.newsItemBody {
    float: left;
    display: block;
    width: 500px;
    text-align: left;
}

.bodyFAQContent {
    width: 535px;
    display: block;
    color: #6a676d;
    font-size: 12px;
    line-height: 17px;  
    float:right;
    text-align:left;
    margin-top: 13px;
}

.bodyFAQContent h2 {
    height: 34px;
    width: 550px;
    padding: 5px 0px 0px 15px;
    margin: 0px 0px 20px 0px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url("../images/layout/h2_bg_yellow.gif");
}

.bodyFAQContent .h2Header {
    width: 550px;
    display: block;
    background: #ffbb00 url("../images/news/yellowtopBorder.png") 0px 0px no-repeat;
    margin: 0px 0px 20px 0px;
}

.bodyFAQContent .h2Header h2 {
    width: 550px;
    height: auto;
    display: block;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url("../images/news/yellowBottomBorder.png");
    padding: 6px 0px 6px 15px !important;
    margin: 0px;
}

.sponsorBodyContent {
    width: 550px;
    display: block;
    margin: auto;
    color: #6a676d;
    font-size: 12px;
    line-height: 17px;  
    float:right;
    position:relative;
    text-align:left;
}

/* Body Content */
.bodyContent {
    width: 750px;
    display: block;
    margin: auto;
    color: #6a676d;
    font-size: 12px;
    line-height: 17px;
}

.bodyContent.noMargin {
    margin: auto;
}

.tourListing {
    width: 100%;
    display: block;
    margin: 20px 0px 10px 0px;
}

.tourItem {
    width: 230px;
    display: block;
    color: #666666;
    margin: 10px 10px 10px 0px;
    float: left;
    text-align: left;
}

.bodyContent H2 {
    height: 34px;
    width: 553px;
    padding: 5px 0px 0px 15px;
    margin: 0px 0px 20px 0px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url("../images/layout/h2_bg_yellow.gif");
}

.bodyContent .h2Header {
    width: 745px;
    display: block;
    background: #ffbb00 url("../images/news/yellowtopBorder.png") 0px 0px no-repeat;
    margin: 0px 0px 20px 0px;
}

.bodyContent .h2Header H2 {
    width: 745px;
    height: auto;
    display: block;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url("../images/news/yellowBottomBorder.png");
    padding: 6px 0px 6px 15px !important;
    margin: 0px;
}

.bodyContentParentInfo {
    width: 535px;
    display: block;
    float: right;
    color: #6a676d;
    font-size: 12px;
    line-height: 17px;
    margin-left:5px;
    margin-top: 15px;
}

.bodyContentParentInfo h2 {
    background-image: url("../images/layout/h2_bg_yellow.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 22px;
    height: 34px;
    line-height: 22px;
    margin: 0 0 20px;
    padding: 5px 0 0 15px;
    width: 553px;
}

.bodyContentParentInfo h3 {
    color: #6A676D;
    font-size: 14px;
    margin: 0 0 17px;
    padding: 0;
}

.bodyContentParentInfo a {
    color: #FF7E30;
}