html, body {
    background: #b2b29d;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

html, body, p, ul, ol, li, td, th, dl, dt, form, input, select, textarea {
    color: #5c5d51;
    font-family: arial, helvetica, sans-serif;
    margin: 0 0 1em 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em 0;
}

h1 {
    color: #E68d33;
    font-size: 1.8em;
    font-weight: normal;
}

h2 {
    color: #747566;
    font-size: 1.6em;
    font-weight: normal;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

h4 {
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    background-color: #e7e7dc;
}

h5 {
    font-weight: bold;
    font-size: 12px;
}

h6 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

a:link, a:visited, a:hover, a:active {
    color: #d19002;
    text-decoration: underline;
}

a:visited {
    color: #aeae97;
    text-decoration: underline;
}

a img {
    border-width: 0;
}

form {
    font-size: 11px;
    padding: 0;
    margin: 0
}

input, select, textarea {
    color: #878877;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.clearDiv {
    clear: both;
}

.hrDotted {
    width: 152px;
    background: transparent url( /pro/images/hrDotted.gif ) repeat-x;
    font-size: 0;
    height: 1px;
    line-height: 0;
    padding: 0;
    margin: 4px 0 4px 0;
}

.hrEmpty {
    width: 152px;
    font-size: 0;
    height: 1px;
    line-height: 0;
    padding: 0;
    margin: 4px 0 4px 0;
}

#spgHeader {
    color: #ffffff;
}

/***** --- BODY DEFINITIONS --- ******/
#stageContentArea {
    background: #878877 url( /pro/images/mainContainerBg.gif ) repeat-x top;
}

#stageContentAreaBottom {
    height: 6px;
    width: 963px;
    background: #b2b29d url( /pro/images/mainContainerBgBottom.gif ) no-repeat top left;
}

#twoColRight {
    width: 956px;
    background: #e7e7dc url( /pro/images/mainImgBg.gif ) repeat-y;
    clear: both;
}

#pageImg {
    width: 956px;
    background: transparent url( /pro/images/mainImgBg.jpg ) no-repeat top left;
    clear: both;
}

#mastHead {
    height: 86px;
    width: 956px;
}

#mastHead #searchImgInner {
    position: absolute;
    top:65px;
    left: 25px;
    cursor: pointer;
}

#mastHead #searchImgInner img {
    display: block;
}

#leftSide {
    width: 760px;
    background-color: #e7e7dc;
    margin-right: 0;
    float: left;
}

#leftSide #textArea {
    padding: 20px 30px 90px 30px;
    font-size: 12px;
    margin-right: 0;
    background-color: #ffffff;
}

#textArea ul {
    padding-left: 0;
}

#textArea ul li {
    background: transparent url( /pro/images/liBullet.gif ) no-repeat left 5px;
    padding-left: 10px;
    list-style-type: none;
}

#textArea ul li ul li{
    background: transparent url( /pro/images/liBullet.gif ) no-repeat left 5px;
    padding-left: 10px;
    margin-left: 15px;
    list-style-type: none;
}

#textArea .fullWidthContainer {
    clear: both;
}

#textArea .leftContainer {
    width: 333px;
    float: left;
    margin: 0 0 1em 0;
}

#textArea .rightContainer {
    width: 333px;
    float: left;
    margin: 0 0 1em 30px;
}

#rightSide {
    width: 192px;
    float: left;
}

#rightSide ul {
    list-style-type: none;
    margin: 6px 0 0 0;
    padding: 0;
}

#rightSide ul li {
    margin: 0;
    padding-left: 24px;
}

#rightSide ul .active {
    background: transparent url( /pro/images/arrowBtn.gif ) no-repeat left top;
}

#rightSide ul .active a:link, #rightSide ul .active a:visited, #rightSide ul .active a:hover, #rightSide ul .active a:active {
    color: #e68d33;
}

#rightSide a:link, #rightSide a:visited, #rightSide a:active {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#rightSide a:hover {
    color: #f0e49f;
}

.hrDotted {
    width: 152px;
    background: transparent url( /pro/images/hrDotted.gif ) repeat-x;
    font-size: 0;
    height: 1px;
    line-height: 0;
    padding: 0;
    margin: 4px 0 4px 0;
}

.toUpper {
    text-transform: uppercase;
}

#clickToCallContainer {
    margin: 68px 0 10px 20px;
}

/* tool tips */
.toolTipTrigger {
    cursor: pointer;
    cursor: hand;
}

.toolTipImage {
    vertical-align: text-bottom;
    width: 14px;
    height: 14px;
}

.toolTip {
    z-index: 50;
    cursor: auto;
    color: #5c5d51;
    border: 1px solid #e7e7dc;
    background: #ffffff;
    width: 192px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    display: none;
}

.toolTipShowing {
    display: block;
}

.toolTip .toolTipClose {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
}

.toolTip h5 {
    background-color: #ecaf56;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 8px;
    margin: 0;
}

.toolTip h6 {
    margin: 8px 0 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #5c5d51;
}

.toolTip .toolTipContent {
    margin: 0 8px 8px 8px;
}

.buttonForm,  .actionButton button, .actionLink a {
    color: #ffffff;
    background: #f09e3a url( /pro/images/buttonForm.gif ) no-repeat right center;
    border: #ffaf56 solid 2px;
    padding: 0 12px 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    font: normal normal bold 10px / 11pt Arial, Helvetica, sans-serif;
    cursor: pointer;
    cursor: hand;
}

.buttonForm {
    float: right;
}

/* standard drop down */
.standardDropDown {
    margin-top: 6px;
    border: 1px solid #999999;
    text-align: left;
}

.standardDropDown .dropDownTrigger {
    cursor: pointer;
    cursor: hand;
    background: #ffffff url( /preferredguest/images/drop_down_arrow.gif ) no-repeat center right;
    display: block;
    width: 120px;
    color: #3e3061;
    text-decoration: none;
    padding: 2px;
}

#recentULContainer {
    position: absolute;
}

.standardDropDown ul {
    z-index: 2;
    width: 112px;
    border: 1px solid #999999;
    background-color: #ffffff;

    list-style-type: none;
    margin: 0;
    padding: 5px;
    display: none;
}

.openUp ul {
    left: -1px;
}

.standardDropDown li {
    margin: 0;
    padding: 0;
    border: solid 1px white;
}

.dropDownContainer .backgroundIframe {
    z-index: 1;
    position: absolute;
    top: 18px;
    left: 0;
    display: none;
}

.dropDownContainerOpen .backgroundIframe {
    display: block;
}

.dropDownContainerOpen ul {
    display: block;
}

.standardDropDown .dropDownList a:link, .standardDropDown .dropDownList a {
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    color: #3e3061;
}

.standardDropDown .dropDownList a:hover {
    color: #ffffff;
    background-color: #f09e3a;
}

.recentResults {
    text-transform: uppercase;
}

/* standard drop down  - NEEDS TO SPLIT for brands -- currently coded for westin */
.standardDropDown {
    position: relative;
}

.standardDropDown .dropDownTrigger {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.standardDropDown ul {
    z-index: 1;
    position: absolute;
    margin: 0;
    top: 15px;
}

.dropDownContainer ul.dropDownList {
    display: none;
}

.openUp ul {
    left: -8px;
}

.standardDropDown li {
    margin: 0;
    padding: 0;
}

.dropDownContainerOpen{
    z-index:35;
}

div.dropDownContainerOpen ul.dropDownList {
    display: block;
    z-index: 1;
}
/* standard drop down end */
