body {
  behavior:url(/style/csshover.htc);
  color:#666666;    
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-family: arial,helvetica, sans-serif;
    background:#959393;
}

a {
/*    color: #4a6365; */
    color:#e32a6a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {border: none;}
.relax{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.clear {
    clear:both;
    line-height:0;
    font-size:0;
}

/*  page  */
#mainContainer{
    margin:0px auto;
    width:965px;
    background: url(/images/template/bar_bg.gif) #959393 repeat-x;
    padding: 0px 15px;
}
#page {
    margin: auto;
    background: #fff;
    text-align: left;
    width: 965px;
}

/*  header  */
.mainHeader {
    float: left;
    width: 100%;
    height:160px;
    background: url(/images/template/header/mainTopHeader.gif) no-repeat right top;
}

/*  content  */
    .content {
    float: left;
    margin-top:0px;
    padding-top:40px;
    padding-bottom:100px;
    width: 965px;
    background: url(/images/template/highlight_top_bg.gif) #ffffff bottom left no-repeat;
}
.container {
    float: left;
    width: 965px;
    display: inline;
}

.top-block {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
    background: #959393 url(/images/template/up_right_bg.gif) top right no-repeat;
    padding-top:15px;
    padding-bottom:15px;
}
a.logo {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.right-header {
    float: right;
    width: 784px;
    height: 107px;
}

.top-nav {
    padding-top:130px;
    width:45%;
    text-align:left;
    float:right;
    color:#fff;
        text-indent:205px;
}

.top-nav a:link, .top-nav a:visited
{
    padding:0 10px 0 0;
    font-size:10px;
    color:#fff;
    text-decoration:none;
}
.top-nav a:hover
{
    text-decoration:underline;
}
.top-title {
    float: left;
   width: 50%;
    line-height: 0;
    font-size: 1px;
}
.top-title img {
    margin-left: 30px;
    margin-top: 9px;
}
.bottom-title {
    float: left;
    width: 521px;
    line-height: 0;
    font-size: 1px;
    margin-top: 4px;
    text-align: right;
}

/***********navigation***********/
#menu {
    float: left;
    width: 100%;
    background: #e32a6a;
    text-decoration:none;
}
#menu ul, #menu li {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
}
#menu ul {
    margin:0px;
    padding:0px;
    text-align:left;
    float: left;
    height: 38px;
    list-style-type: none;
}
#menu ul ul {
   background: #000;
    position:absolute;
    left:0px;
    top:38px;
    height:auto;
    min-width:145px;
    display:none;
    padding:0px;
    margin: 0;
    border:1px solid #232021;
    text-align: left;
}
#menu ul ul ul {
    top:0;
    left:70px;
}
#menu li:hover {
    z-index:10;
    text-decoration:none;
}
#menu li.active a{
    color:#000;
}
#menu .navmenu .home{
    background-image:none;
}
#menu li li:hover {
    background-image:none;
    background-color:#fff;
color:#e32a6a;
}
#menu li:hover ul ul {
    display:none;
}
#menu li:hover ul,
#menu li:hover li:hover ul {
    display:block;
    text-decoration:none;
}
#menu li {
    position:relative;
    float:left;
    height:23px;
    padding:0px;
    padding-left:0px;
    text-decoration:none;
}
#menu li li {
    float:none;
    padding: 0px 5px;
    border:none;
    border-bottom: 1px #000 solid;
    color:#e32a6a;
    height:auto;
    white-space:nowrap;
    text-decoration:none;
}
#menu li a {
    font-weight:bold;
    text-decoration:none;
    color:white;
    font-family:sans-serif;
    font-size:15px;
    text-transform:capitalize;
    padding-top:10px;
    padding-bottom:11px;
    margin-left:0px;
    display:block;
    padding-right:12px;
    padding-left:14px
}
#menu li:hover a {
    background: none;
    color:#000;
    text-decoration:none;
}
#menu li li a, #menu li.active li a, #menu li:hover li a{
    font-size:12px;
    display:block;
    color:#fff;
    margin-left: 0px;
    text-transform:none;
    padding-left:12px;
    padding:6px;
    text-decoration:none;
    text-transform:inherit;
    font-weight:normal;
}
#menu li li a:hover {
    text-decoration:none;
    color:#e32a6a;
}
#menu li a:hover {
    background: none;
    text-decoration:none;
}
#menu li li:hover a{
    text-decoration:none;
        color:#e32a6a;
}
.search-block {
    float: right;
    margin-right:20px;
    width: 273px;
    height: 38px;
    background:url(/images/template/search_base.gif) no-repeat left center;
}
.last-li {
 }
.search {
    float: left;
    width: 225px;
    height: 25px;
    margin-top: 6px;
    margin-left: 12px;
    display: inline;
}
.search input.in-search {
    float: left;
    width: 170px;
    margin-left: 15px;
    color: #666;
    border: none;
    background: none;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    margin-top: 6px;
    display: inline;
}
.search input.go {
    float: right;
    width: 28px;
    height: 20px;
    border: none;
    cursor: pointer;
    color: #373737;
    font-size: 12px;
    margin:5px 0 0 0;
    background: url(/images/template/bg-submit.gif) no-repeat left top;
}
/************************** Right Nav ******************/
.box-small-smooth {
    width:301px;
    background:url(/images/template/rightnav/bg-box-small-smooth.gif) repeat-y;
    margin:0 0 15px;
}
.box-small-smooth .frame{
    width:100%;
    background:url(/images/template/rightnav/bg-box-small-smooth-frame.gif) no-repeat 0 100%;
}
.box-small-smooth .bg{
    width:301px;
    background:url(/images/template/rightnav/bg-box-small-smooth-bg.gif) no-repeat;
    overflow:hidden;
}
/* registration */
ul#registration{
    margin: 15px 0 0 20px;
    padding: 0;
    list-style: none;
    float:left;
    display:inline;
    position:relative;
   width:271px;
}
#registration li{
    float:left;
    width:100%;
    background:#fbec98 url(/images/template/rightnav/bg-registration.gif) no-repeat -542px 0;
    margin:0 0 1px;
}
#registration li:hover,
#registration li.hover,
#registration li.active{ 
        background:#e4e4e4 url(/images/template/rightnav/bg-registration.gif) no-repeat;
}
#registration a {
    display:block;
    width:260px;
    padding:8px 0 7px 11px;
    background:url(/images/template/rightnav/bg-registration.gif) no-repeat -813px 100%;
    color:#000;
    text-decoration:none;
    font-weight:bold;
}
#registration li:hover a,
#registration li.hover a,
#registration li.active a{
        background:url(/images/template/rightnav/bg-registration.gif) no-repeat -271px 100%;
        color:#e32a6a;
}
#registration span {
    display:block;
    padding:0 0 5px 24px; 
    background:url(/images/template/rightnav/arrows.gif) no-repeat 0 -281px;
}
#registration li:hover span,
#registration li.hover span,
#registration li.active span {
        background:url(/images/template/rightnav/arrows.gif) no-repeat;
}

/************************** contentarea ******************/
.left-col {
    float: left;
    width: 580px;
    display: inline;
    margin:0 0 0 20px;
}

.left-col h1 {
    padding: 0 0 3px 0;
    margin: 0 0 15px 0;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    padding-left: 5px;
    border-bottom: 1px solid #e32a6a;
}
.contentBox{
    margin:10px 0 0 0px;
}
.text-block{
    float: left;
    width: 273px;
    /*border:1px solid #f6f3e4;*/
    margin-top:20px;
}
.text-block p {
    padding: 0px;
    margin: 0px;
    color: #666666;
    line-height:17px;
    font-size: 12px;
    margin: 0;
}

.text-block.second-text-block {
    float: left;
    width:273px;
    margin-left:27px;
}

.full-text-block {
    float: left;
    /*border:1px solid #f6f3e4;*/
    padding:13px 15px 15px 0px;
    margin-top: 35px;
    width: 574px;
}

.full-text-block p {
    padding: 0px;
    margin: 0px;
    color: #666666;
    line-height:17px;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.full-text-block a {
    color: #3f004a;
    text-decoration:none;
/*    font-weight:600; */
}

.full-text-block a:hover {
    text-decoration:underline;
}

.content h3 {
    font-size: 16px;
    color: #4a6365;
    padding: 0 0 0 3px;
    margin: 0px;
}

.content h4 {
    float:left;
    font-size: 16px;
    color: #000000;
    padding: 0 0 0 3px;
    margin: 0px;
}
.industryNews {
    background:url(/images/template/poweredByHospitality.gif) no-repeat 130px 9px #000;
    width:300px;
        height:31px;
        float:left;
        margin-top:20px;
}
div.industryNews h3 {
        margin-top:5px;
}
#topFoot {
    float: left;
    width: 100%;
    border-top: 6px solid #fff200;
        padding-bottom:20px;
        background:#fff url(/images/template/highlight_bot_bg.gif) no-repeat top left;
}
#topFoot div {
    margin-top:15px;
        margin-right:9px;
        margin-left:5px;
        float:right;
        display:inline;
}
#topFoot div span {
        font-weight:bold;
}
#topFoot img {
    float: left;
    display: inline;
        margin-top:7px;
        padding-right:5px;
}
#pageFooter{
    clear:both;
    margin: 0 auto;
        height:90px;
        background:#000;
    width:965px;
}
#pageFooter div {
    float: right;
    margin: 10px 50px;
    display: inline;
    text-align: right;
    color: #4e4e4e;
    width:80%;
}

#pageFooter div img {
    margin-left:10px;
    margin-top:5px;
}

#pageFooter a {
        color: #898b8e; 
        font-size:11px;font-weight:normal;
}
#pageFooter p {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    color:#fff;
/*    color: #4a6365; */
    margin-top: 7px;
}
#pageFooter ul {
    padding: 0px;
    margin: 0px;
    float: right;
    list-style: none;
}
#pageFooter ul li {
    display: inline;
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
    float: left;
    line-height: 20px;
}

/**********************************************************************
 note: there is a conditional comment in each of the templates that adjusts
 the right margin to fix a layout issue with ie6.
***********************************************************************/
.right-col {
    float:left;
    width: 305px;
    margin: 0 20px 10px 28px; /* read note above */
    display: inline;
        padding:0;
}
.right-col .title {
    /*width: 310px;*/
    display: inline;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color:#000;
    padding:6px 0 0 0;
    height: 24px;
}

.right-col h3{
    border:none;
    color:#fff;
    margin:0 0 0 10px;
    font-size:15px;
    font-weight:bold;
    padding-top:1px;
}

.right-col .title_bottom {
     height:1px;
    float: left;
    margin-top: 8px;
    border-bottom:1px solid #666;
}
.newsList {
    margin-top:0px;
    margin-left:3px;
}
.newsList .newsItem {
    margin:4px 0 0 0px;
    padding:0 0 0 17px;
    background:url(/images/newsListArrow.jpg) no-repeat 0 3px;
    font-size:11px;
    color:#000; 
    font-weight:normal;
    float:left;
}
.newsList .newsItem h5 {
    margin:0px 0px 2px;
    padding:0px;
    font-size:12px;
    color:#e32a6a;
    font-weight:bold;
    float:left;
    width:100%;    
}
.newsList .newsItem .date{
   float:left;
   display:block;
   position:relative;
    width:100%;
    font-weight:normal;
}
.newsList .newsItem a {
    color:#e32a6a;
    text-decoration:none;
    font-weight:bold;
}
.newsList .newsItem a:hover {
    text-decoration:underline;
    cursor:hand;
}

.img {
    line-height: 0;
    font-size: 1px;
    width: 300px;
    height: 250px;
    margin-top:10px;
    float: left;
}
.right-col .list-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}

.right-col ul li {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.right-col ul li a {
    font-size: 12px;
    color: #3f004a;
    background: url(/images/icon-right-list.gif) no-repeat left 5px;
    padding-left: 7px;
    font-weight:normal;
    white-space:nowrap;
    cursor:pointer;
}
.right-col ul li a:hover {
    text-decoration:underline;
}
.right-border {
    width: 12px;
    float: left;
    height: 100px;
    display: inline;
    margin: 3px 0 0 0px;
}
a.gray-link {
    color: #8e8e8e;
    background: url(/images/template/icons/icon-gray.gif) no-repeat right center;
    padding-right: 10px;
    font-size: 10px;
    margin-left: 3px;
    float: left;
    margin-top: 10px;
}

.video-spot {
    float: left;
    margin-top: 10px;
    margin-left:5px;
}
.right-col ul p {
    padding: 0px;
    margin: 0px;
    color: #4c4c4c;
    font-size: 12px;
    margin-left: 15px;
}
.right-col ul p span {
    color: #047cb1;
}
.right-col ul li.white-bg {
    background: #ffffff;
}
.bottom-part {
    float: left;
    margin-top: 75px;
    margin-bottom:75px;
    width: 100%;
    text-align: center;
}
.center {
    margin: auto;
    width: 728px;
    text-align: left;
}
/*  featured*/
#feat-art {
    width: 574px;
  padding:0;
  margin:0px;
  height:250px;
  _height:250px;
}
.spacer {
    width:auto;
    /*border: 1px #e3e2e2  solid;
    border-bottom: 1px #e3e2e2 solid;*/
}
.gtb-header {
    border-bottom: 1px solid #e32a6a;
    border-top: 1px solid #e32a6a;
    /*margin-left:auto;
    margin-right:auto;*/
    margin:0px;
    padding:0px 0 0 0;
    height: 31px;
    width: 100%;
}
.gtb-menu {
    float: left;
    display: inline;
    width:480px;.
        height:31px;
}
.gtb-menu ul, .gtb-menu li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
.gtb-menu a, .gtb-menu a:link, .gtb-menu a:visited, .gtb-menu .static {
    color: #000;
    float: left;
    font-weight:bold;
        margin-right:20px;
        margin-top:8px;
        margin-left:0px;
}
.gtb-menu .static {
    color:#fff;
}
.gtb-selected a, .gtb-menu a:hover {
    border-bottom: 4px solid #e32a6a;
        padding-bottom: 4px;
        background: transparent;
        color: #000;
        text-decoration:none;
}
.gtb-menu .gtb-last a, .gtb-menu .gtb-last a:link, .gtb-menu .gtb-last a:visited {
background:transparent none repeat scroll 0 0;
}
.arrow-nav {
    float: right;
   /*padding-right: 17px;*/
   padding-top: 8px;
   position: relative;
   margin-right: 17px;
}
.arrow-nav ul {
    padding: 0;
    margin: 0;
}
.arrow-nav li {
    list-style: none;
    display: inline;
}
.gtb-content {
    margin-top: 13px;
    _margin-top: 10px;
    margin-left: 0px;
    float:left;
    display:inline;
}
.gtb-img {
    float: right;
    display: inline;
    margin-left: 4px;
    padding-bottom: 0px;
    line-height: 0;
    font-size: 1px;
}
.gtb-img img{
    border:2px solid #7b7b7c;
    }
.gtb-content h2 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color:#000;
}
.gtb-content p {
    padding: 0;
    margin: 0;
    font-size: 1.00em;
    color:#666666;
    /* line-height: 1.17em; */
}
.gtb-content p a {
    color: #3f004a;
    font-weight:600;
}
.read-more {
    float: left;
    dis: inline;
    padding:0;
    color:#3f004a;
    font-size:12px;
    font-family:verdana, sans-serif;
}
.read-more a{
    font-family:verdana, sans-serif;
    color:#3f004a;
    font-weight:bold;
    font-size:11px;
    margin-top:5px;
    display:block;
}
a.read-more {
    padding:0px;
    color:#3f004a;
    font-size:11px;
    float: right;
    text-decoration:none;
    font-weight:bold; 
        margin-right:15px;
}
a:hover.read-more {
    text-decoration:underline;
}
.rss_reader_standard .feed_item_odd,
.rss_reader_standard .feed_item_even {
    margin: 5px 0 15px;
}
.rss_reader_standard .feed_item_title {
    margin-bottom: 5px;
}
.rss_reader_standard .feed_item_title a {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    margin: 0pt;
    padding: 7px 0pt 0pt;
}
.rss_reader_small {
    float: left;
    font-size: 10px;
    margin:0 10px 0 0;
}
.rss_reader_small .feed_item_odd,
.rss_reader_small .feed_item_even {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0px;
    padding: 4px 0;
}
.rss_reader_small .feed_item_even {
    background-color:white;
}
.rss_reader_small .rss_reader .feed_item_title a,
.rss_reader_small .rss_reader .feed_item_title a:link,
.rss_reader_small .rss_reader .feed_item_title a:visited {
    margin-left: 5px;
    background:transparent url(/images/arrow-icon.gif) no-repeat 0px 3px;
    color:#0099b5;
    display:block;
    font-size:12px;
    padding-left:14px;
}
.rss_reader_small .rss_reader .feed_item_title a:hover {
    color:#604c11;
}
.rss_reader_small .rss_reader .feed_item_date {
    color:#4c4c4c;
    font-size:12px;
    margin:0px 0px 0px 15px;
    padding:0px;
}

.rss_reader_small .rss_reader .feed_item_author,
.rss_reader_small .rss_reader .summary_link {
    display:none;
    /*
    float:left;
    padding: 0 8px 0 8px;
    margin: 1px 0 11px 0;
    border-left:1px solid black;
    */
}

.rss_reader_small .rss_reader .summary_separator {
    clear:both;
}

.rss_reader_small .rss_reader .summary_info {
    clear:both;
    padding: 0 10px 10px 15px;
}

.adv_txt {
    float:left;
    color: #666666;
    font-size: 11px;
    margin-top: 10px;
    width:300px;
    text-indent:10px;
}
.iConnect {
        margin-top:20px;
}

/**** Countdown Clock **************/
#countDown {
 float:left;
 position:relative; 
 margin:0 0 10px 0;
 width: 574px;
 border:1px solid #999;
 background:#e4e4e4;
 height:81px;
}
#countDown strong {
 margin:0;
 font-size:15px;
 color:#e32a6a;
 margin:10px 0 0 7px;
 width:100px;
 float:left;
}
#countDown .clock {
 margin:7px 0 0 7px;
 float:left; 
 position:relative;
}
#countDown img {
 margin:7px 0 0 10px;
 float:left; 
 position:relative;
 border:1px solid #999;
}

/***************** follow us ***********************/
#follow {
    height:20px;
    position:relative;
    top:0px;
    width:285px;
    float:left;
    clear:both;
   padding-bottom:5px;
   padding-top:2px;
}
#follow .box {
    background:transparent;
        float:right;
        margin-right:2px;
        border:none;
        width:100%;
}
#follow span {
    font-size:11px;
    float:left;
    margin-left:140px;
    margin-top:3px;
}
#follow a {
    float:right;
    margin:0 3px 0 0;
        border:none;
}
#follow img {
    padding:0;
    border:0;
}

#logos {}
#logos img {padding-right:20px;vertical-align:top;margin-bottom:20px;}