/* CSS Document */

body {
    font-size: 80%;
    font-family: Verdana, sans-serif;
    background: #B3B3B3;
    text-align: center;
}

#page {
    width: 800px;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: left;
}

#page div {
    width: 720px;
    margin: 0 auto; 
}

#page div.shadowbox {
    margin: 0;
    width: auto;
}

#page div.flash {
    width: auto;
    margin: 0;
}

#page div div {
    width: auto;
    margin: 0;
}

.videolist {
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 14px;
	font-weight:bold;
    background: transparent;
    margin-top: 10px;
}

h1 {
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 14px;
	font-weight:bold;
    background: transparent;
    margin-top: 10px;
}

h1.geometric {
    color: #a1072d;
    padding-left: 20px;
    background: transparent url(/images/h1-bg.jpg) no-repeat 0 6px; 
}

h1.destination {
    color: #000;
}

h2 {
    color: #949492;
    font-size: 14px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #9A0D37;
}

.press-releases li {
    font-weight: bold;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: underline;
}

p.warmup {
    font-weight: bold;  
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearer {
    clear: both;
}

div.list-left-col {
    width: 320px !important;
    margin: 0 0 0 10px !important;
    float: left !important;
}
div.list-right-col {
    margin: 0 0 0 395px !important;
}

div.list-left-col h2, div.list-right-col h2 {
    margin: 10px 0 !important;
}

/***************
* Link Colors
***************/

.consumer-event-marketing a { color: #4A5A00; }
.strategic-events a { color: #3a678c; }
.entertainment a { color: #5B3E1C; }
.destination-management a { color: #C75800; }

/***************
* Press Release
***************/

.tba-press-release p {
    font-size: 12px;
}

.casestudy-select {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: right;
}

/***************
* Consumer
***************/

.tba-consumer a {
    color: #6D7C20;
}

.tba-consumer li a {
    padding-left: 36px;
    background: transparent url(/images/consumer-marketing-a.jpg) no-repeat 0 4px;
}

/***************
* Destinations
***************/

.tba-destination a {
    color: #FB7600;
}

.tba-destination .address {
    width: 270px;
    float: left;
    margin-bottom: 20px;
}

.tba-destination .description {
    margin-left: 275px;
    margin-bottom: 20px;
}

.tba-destination ul {
    margin: 0 !important;
    padding: 0 !important;
}

.tba-destination .list-left-col ul li, .tba-destination .list-right-col ul li {
    list-style-type: disc;
    margin-left: 15px;
    padding-left: 30px;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.geometric {
	visibility: hidden;
}

#footer {
    height: 206px;
}

/***************************
* The Famous min-height hack
***************************/
/*
#page {
  min-height: 700px;
  height:auto !important;
  height: 700px;
}

#footer {
    position: absolute;
    bottom: 0;
}
*/

.destination-home ul li {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

