/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

/* 2. Content Classes */

div#content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 13px;
    color: #637775;
}

div#content .in {
    width: 960px;
}

div#content-top {
    background: transparent url("/assets/images/tour/shadow-round-bottom.gif") no-repeat bottom left;
    padding: 5px 20px 20px 20px;
}

div#content-top h2 {
    margin-bottom: 20px;
}

div#content-top h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    color: #323c3b;
    text-transform: normal;
}

div#content-top h4 {
}

div#content-top .ctop-left {
    float: left;
    width: 390px;
    margin-right: 20px;
		margin-top:10px;
}

div#content-top .ctop-right {
    float: left;
    width: 510px;
}

div#content-bot {
    background: #fff url("/assets/images/tour/shadow-round-top.gif") no-repeat top left;
    padding: 20px;
}

div#content-bot p {
    margin-bottom: 10px;
}

div#content-bot h3 {
    color: #323c3b;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

div#content-bot-level1 {
    width: 900px;
    margin-bottom: 40px;
}

div#content-bot-level1 .cbot1 {
    width: 280px;
    float: left;
}

div#content-bot-level1 .cbot2 {
    width: 295px;
    float: left;
    margin: 0px 23px 0px 22px;
}

div#content-bot-level1 .cbot3 {
    width: 280px;
    float: left;
}

.content-bot-level2 {
    margin-bottom: 20px;
}

div#content-bot .container {
    background: url("/assets/images/tour/container-lg.png") no-repeat top left;
    width: 270px;
    height: 39px;
    color: #9fb4b2;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 5px 0px 5px;
}

div#content-bot .container2 {
    background: url("/assets/images/tour/container-sm.png") no-repeat top left;
    width: 148px;
    height: 25px;
    color: #9fb4b2;
    font-size: 10px;
    padding: 6px 5px 0px 7px;
}

.content-bot-level2 .cbot4 {
    float: left;
    width: 431px;
    margin-right: 34px;
}

.content-bot-level2 .cbot5 {
    width: 455px;
    float: left;
}

div#content-listings {
    padding: 30px 20px 30px 20px;
}

div#content-listings .clist-left {
    float: left;
    width: 234px;
    margin-right: 20px
}

div#content-listings .clist-left div.listings {
    background: url("/assets/images/tour/arrow-more.gif") no-repeat center right;
    padding: 0px 30px 0px 0px;
    font-weight: normal;
    color: #323c3b;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    width: 145px;
}

div#content-listings .clist-right {
    background: url("/assets/images/tour/links-back.gif") no-repeat top left;
    float: left;
    width: 920px;
    height: 100px;
		text-indent: -9999px;
		overflow: hidden;
}
