#container.home{
    position: relative;
}

.home #header{
    height: 257px;
    background-color: #ccff33;
    background-image: url('../images/CT_logo.png');
    background-position: 35px 19px;
    position: relative;
}

.home #header #h1box{
    margin: 0; padding: 0;
    float: none;
    position: absolute;
    left: 71px;
    top: 179px;
}

.home #header #h1box h1{
    font-size: 14px;
}

.home #header #datePlaceBox{
    width: 129px;
    position: absolute;
    left: 187px;
    top: 75px;
}

.home #header #datePlaceBox h2{
    margin: 0; padding: 0;
    text-align: right;
    font-size: 20px;
}

.home #header #datePlaceBox p{
    margin: 0; padding: 0;
    text-align: right;
    font-size: 10px;
}

.home #header #newsBox{
    position: absolute;
    left: 578px;
    top: 29px;
    width: 343px;
    height: 163px;
    background-image: url('../images/newsBox.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

.home #header #newsBox .latestNews{
    margin-left: 67px;
}

.home #header #newsBox a{
    background-color: #CCFF00;
    color: #000;
    text-decoration: none;
    z-index: 10;
}

.home #header #newsBox a img{
    border: none;
}

.home #header #newsBox .newsBoxHead{
    margin-left: 67px;
    border-bottom: 1px dotted #6d8128;
    padding-bottom: 7px;
    width: 273px;
    position: absolute;
}

.home #header #newsBox .icon{
    float: right;
    margin-right: 3px;
}

.home #header #newsBox #article{
    width: 256px;
    height: 108px;
    position: absolute;
    left: 75px;
    top: 45px;
}
.home #header #newsBox #article .date{
    color: #616264;
    font-size: 8px;
}
.home #header #newsBox #article .title{
    background-color: #CCFF00;
    margin-top: 5px;
    font-size: 12px;
}
.home #header #newsBox #article .teaser{
    margin-top: 5px;
    font-size: 10px;
}

.home #menu{
    margin-left: 71px;
    border-bottom: none;
    border-top: 1px dotted #6C6B6B;
    height: 37px;
    width: 847px;
    position: absolute;
    top: 205px;
}

.home #menu ul{
    top: 19px;
}

.home #menu ul li a{
    color: #231f20;
}

.home #menu ul li.active{
    background-image: url('../images/active-tick-alt.gif');
    background-repeat: no-repeat;
    padding-top: 8px;
}

.home #footer{
    margin-top: 30px;
}

/******************************************************************************/
/** Main Content **************************************************************/
/******************************************************************************/

.home #banner{
    height: 164px;
    width: 960px;
    background-color: gray;
}

.home #banner .bannerBox{
    width: 320px;
    height: 164px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
}

.home #banner .bannerBox .name{
    color: #fff;
    margin-top: 97px;
    /*margin-top: 120px;*/
    margin-left: 9px;
}
.home #banner .bannerBox .date{
    color: #ccff33;
    margin-left: 9px;
}
.home #banner .bannerBox .book{
    margin-left: 9px;
}
.home #banner .bannerBox .book a{
    color: #000;
    background-color: #ccff33;
    padding: 0 5px 2px 5px;
    text-decoration: none;
}

.home #banner #box3{
    background-color: #000;
}

.home #banner #box3 h1{
    color: #ccff33;
    font-size: 20px;
    letter-spacing: 4px;
    margin: 50px 0 0 34px; padding: 0;
}
.home #banner #box3 h1 a{
    color: #ccff33;
}

.home #banner #box3 p.prices{
    color: #fff;
    margin: 13px 0 0 34px;
}

.home #banner #box3 p.incGst{
    color: #67686b;
    font-size: 10px;
    position: absolute;
    right: 14px;
    bottom: 12px;
}

.home #mainContent{
    width: auto;
}

.home #mainContent h1{
    line-height: 1.5;
    letter-spacing: 6px;
    font-size: 24px;
    margin: 37px 0 0 0; padding: 0;
    width: 520px;
}

.home #mainContent h1 .alt{
    background-color: #ccff00;
    padding-left: 5px;
}

.home #mainContent p{
    width: 520px;
}

.home #mainContent .left{
    float: left;
    width: 520px;
}

.home #highlightsBox{
    /*width: 320px;*/
    /*height: 200px;*/
    /*position: absolute;
    top: 490px;
    right: 0;*/
    position: relative;
    float: right;
    margin-right: 48px;
    background-image: url('../images/active-tick.gif');
    background-repeat: no-repeat;
}

.home #highlightsBox h1{
    border-bottom: 1px dotted #757374;
    font-size: 12px;
    width: 273px;
}

.home #highlightsBox .highlight{
    color: #808285;
    font-size: 10px;
}

.home #highlightsBox a{
    color: #000;
    text-decoration: none;
    background: none;
    padding: 0;
}

.home #highlightsBox a:hover{
    text-decoration: underline;
}

.home #highlightsBox div{
    width: 273px;
}
