body{
    margin:0;
    color:#fff;
    font: 13px/16px Arial, Helvetica, sans-serif;
    background:#aac7d9;
}
img{border-style:none;}
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
    color:#fff;
}
a:hover{text-decoration:underline;}
#page{
    margin:0 auto;
    width: 960px;
}
/* header start */
#header{
    padding: 10px 0 16px;
    position: relative;
    width: 100%;
    z-index: 100;
}
.top-menu{
    padding: 0 0 6px;
    list-style: none;
    margin: 0;
    text-align: right;
}
.top-menu li{
    display: inline;
    background: url(/images/template/sep-top.gif) no-repeat 0 5px;
    padding: 0 12px 0 14px;
}
.top-menu li:first-child{background: none;}
.top-menu a{
    padding-left: 12px;
    color: #244d66;
    background: url(/images/template/arrow-blue.gif) no-repeat 0 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.top-menu a:hover{
    color: #55371e;
    background: url(/images/template/arrow-brown.gif) no-repeat 0 4px;
    text-decoration: none;
}
.header-holder{
    overflow: hidden;
    height: 120px;
    background: #c7b299;
    border-bottom: 4px solid #c7b299;
}
.header-holder h1{
    float: left;
    width: 229px;
    margin: 3px 0px 0px 0px;
    text-indent: -9999px;
    overflow: hidden;
}
.header-holder h1 a{
    display: block;
    height: 117px;
    background: url(/images/template/logo.gif) no-repeat;
}
.header-holder div{
    float: right;
    width: 727px;
}
.header-holder div a{
    display: block;
}
.header-holder div img{
    display: inline;
}
.header-holder div img{
/*    margin-top:11px; */
}
.header-holder ul{
    padding: 0;
    list-style: none;
    margin: 3px 0px 0px 0px;
    text-align: center;
    background: #55371e;
    width: 100%;
}
.header-holder ul li{
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 0 5px 0 14px;
    line-height: 18px;
    background: url(/images/template/bullet.gif) no-repeat 0 5px;
}
.header-holder ul li:first-child{background: none;}
.header-holder #ads-text{
    font-size:10px;
    color:#55371E;
    padding:0px;
    margin;0px;
    line-height:11px;
}
/* nav start */
#nav{
    padding: 1px 1px 1px 15px;
    list-style: none;
    margin: 16px 0 0;
    height: 39px;
    background: url(/images/template/nav-bg.gif) no-repeat;
}
#nav:after{
    display: block;
    clear: both;
    content: "";
}
#nav li{
    background: url(/images/template/sep-nav.gif) no-repeat;
    float: left;
}
#nav li:hover,
#nav li.hover{
    position: relative;
}
#nav li:first-child{background: none;}
#nav a{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    padding: 11px 15px 12px;
}
#nav a:hover{
    text-decoration: none;
    color: #c7b299;
}
#nav li:hover ul,
#nav li.hover ul{
    display: block;
}
#nav ul{
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 39px;
    left: 1px;
    width: 100%;
    background: #fff;
    display: none;
}
#nav ul li{
    float: none;
    background: none;
    border-top: 1px solid #55371e;
    padding: 0;
    height: 1%;
    vertical-align: top;
}
#nav ul a{
    float: none;
    display: block;
    height: 1%;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    color: #55371e;
    padding: 8px 9px 9px;
    font-weight: bold;
}
#nav ul a.long-link{
    padding: 1px 0 2px 9px;
}
#nav ul a:hover{
    background: #c7b29a;
    color: #55371e;
}
#nav ul a:active{
    color: #c7b29a;
    background: #55371e;
}
/* nav end */
/* header end */
/* content start */
#content{
    overflow: hidden;
    height: 1%;
}
/* main-content start */
.main-content{
    float: left;
    width: 630px;
}
.main-content img{
    display: block;
}
.box{
    margin-bottom: 17px;
    overflow: hidden;
    width: 100%;
}
.box h3{
    margin: 0;
    border-bottom: 2px solid #bbab95;
    font-size: 17px;
    padding: 5px 15px;
    background: #55371e;
    font-weight: bold;
    text-transform: uppercase;
}
.box .box-content{
    background: #244d66;
    border: 1px solid #bbab95;
    padding: 10px 10px 10px 13px;
    overflow: hidden;
    height: 1%;
}
.box-content p{
 margin:15px 0;
}

.main-content .holder{
    overflow: hidden;
    height: 1%;
}
.left-column{
    float: left;
    width: 307px;
}
.right-column{
    width: 305px;
    float: right;
}
.video .box-content{
    padding: 12px 22px 10px;
}
.news .box-content{
    padding-bottom: 9px;
}
.news ul,
.hatch ul{
    padding: 9px 0 0;
    list-style: none;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0;/*-1px;*/
    line-height: 15px;
}
.hatch ul{
    padding-top: 43px;
}
.news ul li,
.hatch ul li{
    padding-bottom: 15px;
}
.news ul a,
.hatch ul a{
    text-decoration: underline;
}
.news ul a:hover,
.hatch ul a:hover{
    text-decoration: none;
}
.news em,
.hatch em{
    color: #c7b299;
    display: block;
}
.button{
    overflow: hidden;
    height: 1%;
}
.button a{
    float: right;
}
.button span{
    float: left;
    background: url(/images/template/btn-left.gif) no-repeat;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 0 3px 15px;
}
.button span.right{
    padding: 0;
    width: 6px;
    height: 21px;
    background: url(/images/template/btn-right.gif) no-repeat 100% 0;
}
.hatch .box-content{
    padding-right: 0;
}
.hatch h3{
    position: relative;
    height: 26px;
    padding: 0;
}
.hatch h3 span{
    text-indent: -9999px;
    overflow: hidden;
    width: 157px;
    height: 50px;
    position: absolute;
    top: 9px;
    left: 13px;
    background: url(/images/template/title-hatch.gif) no-repeat;
}
.hatch strong a{
    text-transform: uppercase;
    text-decoration: none;
}
.hatch strong a:hover{
    text-decoration: underline;
}
.hatch .button{
    margin: -17px 10px 0 0;
}
.featured h4{
    font-size: 13px;
    color: #c7b299;
    margin: 0;
    text-transform: uppercase;
}
.featured p{
    margin: 0 0 16px;
    line-height: 15px;
}
.featured .box-content{
    padding: 8px 10px 11px 13px;
}
.featured .button{
    margin-top: -5px;
}
.network-links .box-content{
    padding: 31px 10px 32px 13px;
}
.network-links ul,
.sponsors ul{
    padding: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.network-links ul li{
    float: left;
    padding-right: 42px;
}
.network-links ul a{
    float: left;
    border: 1px solid #c7b299;
}
.sponsors .box-content{
    padding: 0px 0 20px;
}
.sponsors ul{
    margin: 20px 0 0 -22px;
    width: 979px;
}
.sponsors li{
    float: left;
    padding-left: 35px;
}
/* main-content end */
/* side-bar start */
.side-bar{
    float: right;
    width: 303px;
    margin-bottom: 15px;
}
.side-bar img{
    display: block;
}
.for-box{
    border: 1px solid #c3b5a1;
    background: url(/images/template/bg-link-sidebar.gif) repeat-x;
    overflow: hidden;
    height: 1%;
    padding: 11px 11px 10px 13px;
    margin-bottom: 7px;
}
.for-box strong{
    padding-top:2px;
    text-transform: uppercase;
    float: left;
    font-size: 15px;
}
.for-box .button span{
    text-transform: uppercase;
    font-size: 11px;
}
.affta{
    display: block;
    border: 1px solid #c3b5a1;
    margin-bottom: 8px;
}
.product{
    margin: 0;
}
.product .box-content{
    padding: 1px 10px 7px 11px;
}
.product .img-gallery{
    border: 1px solid #c3b5a1;
    border-width: 1px 1px 0;
    width: 277px;
    overflow: hidden;
}
.product .img-galle repeat-y a{
    display: block;
}
.product em{
    font-size: 10px;
}
.product .control{
    overflow: hidden;
    height: 1%;
    background: #55371e;
}
.product .control div{
    background: url(/images/template/bg-control-sidebar.gif) no-repeat;
    width: 41px;
    padding: 6px 0 6px 9px;
    overflow: hidden;
}
.product .control div a{
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    width: 9px;
    height: 7px;
}
.product .control div a.next{
    background: url(/images/template/next1.gif) no-repeat;
    display: inline;
    margin-right: 13px;
}
.product .control div a.previous{
    background: url(/images/template/previous1.gif) no-repeat;
}
.product .control em{
    float: right;
    padding: 1px 7px 0 0;
}
.side-bar h4{
    margin: 2px 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #244d66;
}
.side-bar .banner{
    display: block;
}
.press{
    margin: 9px 0 0;
}
.press .box-content{
    padding: 0 22px 7px 4px
}
.press ul{
    padding: 0;
    list-style: none;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0;/*-1px;*/
}
.press ul li{
    background: url(/images/template/line.gif) repeat-x;
    padding: 10px 0 8px 4px;
}
.press ul li:first-child{background: none;}
.press ul a{
    text-transform: uppercase;
}
.press ul span{
    color: #c7b299;
    display: block;
}
.press ul div{
    background: url(/images/template/bullet-arrow.gif) no-repeat 0 2px;
    padding-left: 26px;
}
.press .button{
    padding: 6px 28px 0 17px;
}
.press .button .more{
    float: left;
}
/* side-bar end */
/* content end */
/* footer start */
#footer{
    padding: 15px 0 13px;
    border: 1px solid #c6b39c;
    background: #244d66;
    text-align: center;
    margin-bottom:65px;
}
#footer ul{
    padding: 0 200px;
    list-style: none;
    margin: 0;
}
#footer ul li{
    display: inline;
    padding: 0 2px 0 5px;
    background: url(/images/template/sep-footer.gif) no-repeat 0 1px;
}
#footer ul li:first-child{background: none;}
#footer .footer-menu li:first-child{background: none;}
#footer ul a{
    font-size: 12px;
    line-height: 18px;
}
#footer .footer-menu{
    padding: 9px 0;
    width: 100%;
    border: 1px solid #848884;
    border-width: 1px 0;
    margin: 16px 0 17px;
}
#footer .footer-menu li{
    background: url(/images/template/sep-footer-menu.gif) no-repeat 0 5px;
    padding: 0 11px 0 19px;
}
#footer .footer-menu a{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#footer p{
    margin: 19px 0 0;
}
#footer p a{
    text-decoration: underline;
}
#footer p a:hover{
    text-decoration: none;
}
/* footer end */

.headlines_container{
/*    float:left;*/
    height:292px;
    width:100%;

}

.headlines{
    background:url(/images/testing/sample_headline_back.jpg) no-repeat;
    width: 628px;
    height: 292px;
    border: 1px solid #BBAB95;
    z-index:0;
    position:absolute;  
}

.article_container{
    float:left;
    position:absolute;
    z-index:8;
    
}

.article_thumbs{
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    bottom: -205px;
    z-index:10;
    margin-left:-3px;
}

.article_thumbs li{
    display: block;
    float: left;
    padding-left: 17px;

}

.article_thumbs li.gtb-selected{
    position: relative;
    bottom: 15px;
}

.article_thumbs img{
    border: 1px solid #BBAB95;
}

.headlines h1{
    color:#BBAB95;
    font-size:16px;
    letter-spacing: 0;/*-0.5px;*/
    margin-top:0;
    margin-bottom:17px;
    text-transform:uppercase;

}
.headlines .body{
    width:225px;
/*    height:153px; */
    overflow: hidden;
    margin:16px 12px 12px;
}
.headlines p{
    color: white;

    font-size:13px;
    font-weight:bold;
    line-height:15px;
}
.control_container {
    
    
    float:left;
    position:absolute;
    z-index:8;

}
.controls {
    background:url(/images/template/control.jpg) no-repeat;
    width:67px;
    height:31px;
    border:1px solid #BBAB95;
    position:relative;
    bottom: -223px;
    left: 541px;
}
.controls a{
    height:31px;
    width:33px;
    display:block;
    float:left;
}
.list-item h1{
    margin: 3px 0px;
    font-size: 14px;
}
.list-item h2{
    margin: 6px 0px;
    font-size: 12px;
    font-weight: bold;
}
.list-item p{
    margin: 6px 0px;
    margin-bottom:18px;
}

